Compare commits

..

No commits in common. 'a2ee628b18067389011e17c10be0e1bbdee1aeb4' and 'e66f0bce96da71ab22da85a03e1910fee0dbe3c1' have entirely different histories.

@ -61,9 +61,6 @@ backup-snunmu: deps
backup-qnap: deps
ansible-playbook playbooks/backup-docker-volumes.yml --limit qnap
backup-qnap-weekly: deps
ansible-playbook playbooks/backup-docker-volumes.yml --limit qnap -e schedule=weekly
backup-qnap-monthly: deps
ansible-playbook playbooks/backup-docker-volumes.yml --limit qnap -e schedule=monthly

@ -14,7 +14,6 @@
tasks:
- name: Gotify Notification Begin
ignore_errors: true
ansible.builtin.include_role:
name: gotify_message
vars:
@ -43,7 +42,6 @@
loop_var: container_item
- name: Gotify Notification Complete
ignore_errors: true
ansible.builtin.include_role:
name: gotify_message
vars:

@ -8,7 +8,7 @@ sections:
url: http://qnap:3010
- title: Uptime Kuma
icon: hl-uptime-kuma
url: https://uptime.cianhatton.ie
url: http://qnap:3001
- title: Glances
icon: hl-glances
url: http://qnap:8083
@ -26,6 +26,9 @@ sections:
- title: Nextcloud
icon: hl-nextcloud
url: https://cloud.cianhatton.ie
- title: Mealie
icon: hl-mealie
url: https://mealie.cianhatton.ie
- title: Gitea
icon: hl-gitea
url: https://git.cianhatton.ie
@ -68,10 +71,10 @@ sections:
- title: Linkding
description: Bookmark manager
icon: hl-linkding
url: https://bookmarks.cianhatton.ie
url: http://snunmu:9090
- title: Vaultwarden
icon: hl-vaultwarden
url: https://vault.cianhatton.ie
url: http://snunmu:80
- title: Hastey Paste
url: http://snunmu:8000
description: Paste bin service.

Loading…
Cancel
Save