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. - name: Determine if backup is needed.
ansible.builtin.set_fact: should_perform_backup="{{ docker_backup_restore_force or volume_out.changed }}" 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. # try and find latest volume based on the name.
- name: Find latest s3 version. - name: Find latest s3 version.
when: when:

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

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

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

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

Loading…
Cancel
Save