adding vpn stack to olivetin, removing unused dashy items

specify-tags
chatton 3 years ago
parent d0e636aaa0
commit 358b7a00b6

@ -11,6 +11,10 @@
- name: Determine if backup is needed.
ansible.builtin.set_fact: should_perform_backup="{{ docker_backup_restore_force or volume_out.changed }}"
- name: Debug var=should_perform_backup
ansible.builtin.debug:
var: should_perform_backup
# try and find latest volume based on the name.
- name: Find latest s3 version.
when:

@ -55,7 +55,6 @@ services:
radarr: true
sonarr: true
jackett: true
tubearchivist: true
- name: gitea
template_vars:
image: gitea/gitea

@ -21,7 +21,7 @@ sections:
url: http://snunmu:9090
- title: Nextcloud
icon: hl-nextcloud
url: http://qnap:8081
url: https://cloud.cianhatton.ie
- title: Mealie
icon: hl-mealie
url: https://mealie.cianhatton.ie
@ -95,7 +95,7 @@ sections:
url: http://qnap:7878
- title: Overseerr
icon: hl-overseerr
url: http://qnap:5055
url: https://overseerr.cianhatton.ie
- title: Jackett
icon: hl-jackett
url: http://qnap:9117
@ -103,9 +103,6 @@ sections:
- title: Qbittorrent
icon: hl-qbittorrent
url: http://qnap:15000
- title: Tube Archivist
icon: hl-tubearchivist
url: http://qnap:8000
- name: QNAP
widgets:
- type: gl-disk-space

@ -9,15 +9,10 @@ actions:
icon: plex
shell: docker restart plex
timeout: 30
- title: Restart Dashy
icon: restart
shell: docker restart dashy
timeout: 30
- title: Restart Dashy 2
icon: restart
shell: docker restart dashy
timeout: 30
- title: Restart Olivetin
icon: restart
shell: docker restart olivetin
- title: Restart Overseerr
icon: overseerr
shell: docker restart plex
timeout: 30
- title: Restart VPN Stack
shell: docker restart surfshark sonarr radarr jackett qbittorrent
timeout: 90

@ -13,7 +13,7 @@ services:
ports:
- 8000:8000
environment:
- "DEFAULT_USE_LONG_ID=false"
- "ENABLE_PUBLIC_LIST=true"
- "DEFAULT_USE_LONG_ID=true"
- "ENABLE_PUBLIC_LIST=false"
volumes:
data:

Loading…
Cancel
Save