Add News section and update DiscountOffice config in Dashy
Remove config change trigger from Dashy restart tasks
This commit is contained in:
@@ -63,6 +63,20 @@ sections:
|
|||||||
icon: favicon
|
icon: favicon
|
||||||
url: https://kagi.com/assistant
|
url: https://kagi.com/assistant
|
||||||
id: 2_380_kagiassistant
|
id: 2_380_kagiassistant
|
||||||
|
- name: News
|
||||||
|
items:
|
||||||
|
- title: Nu.nl
|
||||||
|
icon: http://mennos-desktop:4000/assets/nunl.svg
|
||||||
|
url: https://www.nu.nl/
|
||||||
|
id: 0_380_nu
|
||||||
|
- title: Tweakers.net
|
||||||
|
icon: favicon
|
||||||
|
url: https://www.tweakers.net/
|
||||||
|
id: 1_380_tweakers
|
||||||
|
- title: NL Times
|
||||||
|
icon: favicon
|
||||||
|
url: https://www.nltimes.nl/
|
||||||
|
id: 2_380_nl_times
|
||||||
- name: Downloaders
|
- name: Downloaders
|
||||||
items:
|
items:
|
||||||
- title: qBittorrent
|
- title: qBittorrent
|
||||||
@@ -145,6 +159,12 @@ sections:
|
|||||||
url: https://dashboardicons.com/
|
url: https://dashboardicons.com/
|
||||||
id: 4_529_dashboardicons
|
id: 4_529_dashboardicons
|
||||||
- name: DiscountOffice
|
- name: DiscountOffice
|
||||||
|
displayData:
|
||||||
|
sortBy: default
|
||||||
|
rows: 1
|
||||||
|
cols: 3
|
||||||
|
collapsed: false
|
||||||
|
hideForGuests: false
|
||||||
items:
|
items:
|
||||||
- title: DiscountOffice.nl
|
- title: DiscountOffice.nl
|
||||||
icon: favicon
|
icon: favicon
|
||||||
|
|||||||
@@ -34,11 +34,11 @@
|
|||||||
|
|
||||||
- name: Stop Dashy service
|
- name: Stop Dashy service
|
||||||
ansible.builtin.command: docker compose -f "{{ dashy_service_dir }}/docker-compose.yml" down --remove-orphans
|
ansible.builtin.command: docker compose -f "{{ dashy_service_dir }}/docker-compose.yml" down --remove-orphans
|
||||||
when: dashy_compose.changed or dashy_config.changed
|
when: dashy_compose.changed
|
||||||
|
|
||||||
- name: Start Dashy service
|
- name: Start Dashy service
|
||||||
ansible.builtin.command: docker compose -f "{{ dashy_service_dir }}/docker-compose.yml" up -d
|
ansible.builtin.command: docker compose -f "{{ dashy_service_dir }}/docker-compose.yml" up -d
|
||||||
when: dashy_compose.changed or dashy_config.changed
|
when: dashy_compose.changed
|
||||||
tags:
|
tags:
|
||||||
- services
|
- services
|
||||||
- dashy
|
- dashy
|
||||||
|
|||||||
Reference in New Issue
Block a user