Removed Firefox
This commit is contained in:
parent
df58eeaeea
commit
dfa787fb19
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,7 +1,6 @@
|
||||
vars/secrets.yaml
|
||||
templates/conf/users_database.yaml.j2
|
||||
templates/conf/configuration.yaml.j2
|
||||
files/firefox
|
||||
production
|
||||
.hidden
|
||||
*.swp
|
||||
|
@ -18,7 +18,7 @@ Our caddy server blocks IP ranges that have been involved in mass spams or botne
|
||||
|
||||
Data of our Privatebin, Etherpad, and Gitea instances are backed up periodically.
|
||||
|
||||
Passwords and other sensitive data are kept locally as encrypted variables in [secrets.yaml](vars/secrets.example.yaml). We host an Authelia and Firefox stack that is restricted to specific users only. Their related files are also kept locally.
|
||||
Passwords and other sensitive data are kept locally as encrypted variables in [secrets.yaml](vars/secrets.example.yaml).
|
||||
|
||||
## Contact
|
||||
Please contact us via [email](mailto:opnxng@tuta.io) if you discover any vulnerability or area for improvement in our infrastructure. We would truly appreciate it.
|
||||
|
@ -1,34 +0,0 @@
|
||||
# {{ ansible_managed }}
|
||||
services:
|
||||
firefox:
|
||||
image: lscr.io/linuxserver/firefox:latest
|
||||
container_name: firefox
|
||||
security_opt:
|
||||
- seccomp:unconfined #optional
|
||||
#- no-new-privileges
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Asia/Singapore
|
||||
- TITLE=GPT
|
||||
- CUSTOM_PORT=8893
|
||||
volumes:
|
||||
- {{ docker_dir }}/firefox:/config:rw
|
||||
- {{ docker_dir }}/firefox/start.sh:/custom-cont-init.d/start.sh
|
||||
- {{ docker_dir }}/firefox/fly:/config/.fly
|
||||
- {{ docker_dir }}/firefox/profile:/config/.mozilla/firefox
|
||||
# - {{ docker_dir }}/firefox/index.html:/usr/share/kasmvnc/www/index.html
|
||||
# - {{ docker_dir }}/firefox/vnc.html:/usr/share/kasmvnc/www/vnc.html
|
||||
# - {{ docker_dir }}/firefox/style.bundle.css:/usr/share/kasmvnc/www/dist/style.bundle.css
|
||||
# devices:
|
||||
# - /dev/dri:/dev/dri
|
||||
ports:
|
||||
- 8893:8893
|
||||
shm_size: "2gb"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- firefox
|
||||
|
||||
networks:
|
||||
firefox:
|
||||
name: firefox
|
@ -1,10 +1,10 @@
|
||||
config:
|
||||
oracle4:
|
||||
- caddy
|
||||
down:
|
||||
oracle2:
|
||||
- firefox
|
||||
|
||||
compose:
|
||||
oracle4:
|
||||
- caddy
|
||||
remove:
|
||||
oracle2:
|
||||
- firefox
|
||||
|
||||
# ----------------------------------------------------------------------------------------------------
|
||||
|
||||
@ -39,7 +39,6 @@ deployed-compose:
|
||||
- socks5
|
||||
- priviblur
|
||||
oracle2:
|
||||
- firefox
|
||||
- wolfree
|
||||
####################
|
||||
- searxng
|
||||
@ -89,7 +88,6 @@ deployed-compose:
|
||||
- priviblur
|
||||
oracle4:
|
||||
- caddy
|
||||
- authelia
|
||||
- geoipupdate
|
||||
####################
|
||||
- searxng
|
||||
|
Loading…
Reference in New Issue
Block a user