Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App Submission: Tor Browser #1928

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8cbd8c6
Merge pull request #1 from getumbrel/master
dennysubke Sep 24, 2024
1679c67
Add files via upload
dennysubke Sep 24, 2024
b8cd858
Delete denny-linkstack directory
dennysubke Sep 24, 2024
98bbed6
Add files via upload
dennysubke Sep 24, 2024
34dce5d
Update docker-compose.yml
dennysubke Sep 24, 2024
c3c6fdb
Update umbrel-app.yml
dennysubke Sep 24, 2024
8a30866
Update umbrel-app.yml
dennysubke Sep 24, 2024
2c1669f
Update umbrel-app.yml
dennysubke Sep 24, 2024
8855afa
Update umbrel-app.yml
dennysubke Sep 24, 2024
7fb6b12
Update umbrel-app.yml
dennysubke Sep 24, 2024
a467b93
Update umbrel-app.yml
dennysubke Sep 24, 2024
627d78b
Update umbrel-app.yml
dennysubke Sep 24, 2024
57d703f
Add files via upload
dennysubke Sep 25, 2024
5c5ebcc
Delete excalidraw directory
dennysubke Sep 25, 2024
f54af58
Update umbrel-app.yml
dennysubke Sep 25, 2024
5899c20
Update umbrel-app.yml
dennysubke Sep 25, 2024
ad04036
Update umbrel-app.yml
dennysubke Sep 25, 2024
6290052
Delete linkstack directory
dennysubke Sep 25, 2024
3977fa6
Add files via upload
dennysubke Oct 27, 2024
0c3f58c
Update docker-compose.yml
dennysubke Oct 27, 2024
4edde17
Update docker-compose.yml
dennysubke Oct 27, 2024
f2d3c00
Delete denny-onionshare directory
dennysubke Oct 27, 2024
e26e1cb
Add files via upload
dennysubke Dec 15, 2024
19533a4
Create .gitkeep
dennysubke Dec 15, 2024
1579531
Update docker-compose.yml
dennysubke Dec 15, 2024
53f7ad3
Update docker-compose.yml
dennysubke Dec 18, 2024
6f76a91
Update umbrel-app.yml
dennysubke Dec 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions torbrowser/config/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

17 changes: 17 additions & 0 deletions torbrowser/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: '3.7'

Check notice on line 1 in torbrowser/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
environment:
APP_HOST: torbrowser_web_1
APP_PORT: 5800
PROXY_AUTH_ADD: "false"
web:
image: ghcr.io/lkshrk/docker-tor-browser:14.0.3@sha256:9d854697d4afa21a6e6e8fb98d0cf2a82776330c95d9b5bb03f3665096b3f1da
restart: on-failure
environment:
- TZ=Europe/Berlin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove the timezone environment variable or set it to utc, as the app can be installed by anyone from around the globe

Suggested change
- TZ=Europe/Berlin

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I decided to remove the line.

- DARK_MODE=1
- WEB_AUDIO=1
volumes:
- ${APP_DATA_DIR}/config:/config
30 changes: 30 additions & 0 deletions torbrowser/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
manifestVersion: 1
id: torbrowser
name: Tor Browser
tagline: An invisible shield for your browsing experience
category: networking
version: "14.0.3"
port: 5832
description: >-
🧅 Tor Browser is a powerful tool designed to provide anonymous, secure, and private access to the internet. Built on Mozilla Firefox and optimized for privacy, Tor Browser uses the Tor network (The Onion Router) to protect users' identities and locations by encrypting and relaying their internet traffic through multiple nodes across the globe. This process, known as “onion routing,” conceals users' IP addresses, making it extremely difficult for websites, advertisers, or surveillance entities to track browsing activities or pinpoint locations.


For those who value privacy or face restrictive internet environments, Tor Browser offers key privacy features. It blocks cookies, trackers, and fingerprinting technologies that typically monitor users across websites, and it clears browsing history and cookies automatically with each session. This ensures a high degree of anonymity and safeguards against data collection in ways that standard browsers cannot.


In addition to enhanced privacy, Tor Browser enables unrestricted access to the open web, allowing users to bypass local censorship and reach content that may otherwise be blocked in certain regions or networks. While some trade-offs include slightly slower browsing speeds due to multi-node routing, Tor Browser is one of the most effective tools for secure, uncensored internet access. It empowers users to explore the internet freely and confidently, supporting a safer, more private online experience.
developer: The Tor Project
website: https://www.torproject.org/
submitter: dennysubke
submission: https://github.com/getumbrel/umbrel-apps/pull/1928
repo: https://github.com/torproject/tor
support: https://support.torproject.org/
gallery:

Check warning on line 22 in torbrowser/umbrel-app.yml

View workflow job for this annotation

GitHub Actions / Lint apps

"icon" and "gallery" needs to be empty for new app submissions

The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team.
- 1.jpg
- 2.jpg
- 3.jpg
releaseNotes: ""
dependencies: []
path: ""
defaultUsername: ""
defaultPassword: ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those two can be removed as they are already the default. Due to backwards compatability, the three keys above can't be removed unfortunately.

Suggested change
defaultUsername: ""
defaultPassword: ""

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Completed. 👍

Loading