diff --git a/.gitignore b/.gitignore index b378de7..5c6be97 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ vars/secrets.yaml templates/conf/users_database.yaml.j2 templates/conf/configuration.yaml.j2 -files/firefox production .hidden *.swp diff --git a/README.md b/README.md index eb5b4c6..9420153 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/templates/compose/firefox.yaml.j2 b/templates/compose/firefox.yaml.j2 deleted file mode 100644 index 625f4ea..0000000 --- a/templates/compose/firefox.yaml.j2 +++ /dev/null @@ -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 diff --git a/vars/services.yaml b/vars/services.yaml index a0a43d8..6a1f4dc 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -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