App Submission: Tunnelsats v3.0.0#4919
Draft
TrezorHannes wants to merge 1 commit intogetumbrel:masterfrom
Draft
Conversation
f6b2650 to
46c32c0
Compare
❌ Linting failed with 5 errors and 5 warnings ❌Thank you for your submission! This is an automated linter that checks for common issues in pull requests to the Umbrel App Store. Please review the linting results below and make any necessary changes to your submission. Linting Results
Legend
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR: [feat]: Add Tunnelsats VPN App v3.0.0
Summary of Changes
nftablesadjustments.Detailed Changes
tunnelsats: Created the new app directory.umbrel-app.yml&docker-compose.yml: Defined the app's metadata, dependencies, and network bindings (network_mode: host) to allowcap_add: [NET_ADMIN, NET_RAW].server/app.py: Implemented a lightweight Python backend wrapper to proxy Tunnelsats public API calls and manage local/dataconfigurations. Added/api/local/restore-nodeto safely revert LND/CLN configs upon uninstall.web/: Implemented a responsive frontend for users to generate Lightning Invoices for new/renewed subscriptions, import existing configs, and check tunnel status, styled to mirror standard Umbrel UI experiences.scripts/entrypoint.sh: Replaced the hardcoded wait-loop to an indefinite backoff for Lightning container IP resolution.Testing Strategy
linux/arm64,linux/amd64) image build and pushing process.What's Left for Later
tunnelsats.shscript to reject installation on Umbrel OS >= 1.6 and redirect users to the App Store.Checklist