-
Notifications
You must be signed in to change notification settings - Fork 401
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
base: master
Are you sure you want to change the base?
Changes from 25 commits
8cbd8c6
1679c67
b8cd858
98bbed6
34dce5d
c3c6fdb
8a30866
2c1669f
8855afa
7fb6b12
a467b93
627d78b
57d703f
5c5ebcc
f54af58
5899c20
ad04036
6290052
3977fa6
0c3f58c
4edde17
f2d3c00
e26e1cb
19533a4
1579531
53f7ad3
6f76a91
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
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 GitHub Actions / Lint appsPotentially using unsafe user in service "web"
|
||
|
||
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 | ||
- DARK_MODE=1 | ||
- WEB_AUDIO=1 | ||
volumes: | ||
- ${APP_DATA_DIR}/config:/config |
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: | ||||||
- 1.jpg | ||||||
- 2.jpg | ||||||
- 3.jpg | ||||||
releaseNotes: "" | ||||||
dependencies: [] | ||||||
path: "" | ||||||
defaultUsername: "" | ||||||
defaultPassword: "" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Completed. 👍 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.