Skip to content

Commit b643a9b

Browse files
committed
feat: update Glance config
1 parent 64892b6 commit b643a9b

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed

roles/cloudflare-ddns-updater/files/docker-compose.yml.j2

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
cloudflare-ddns:
33
image: favonia/cloudflare-ddns:latest
4+
container_name: cloudflare-ddns
45
network_mode: host
56
restart: always
67
user: "1000:1000"

roles/glance/files/config/glance.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
server:
2+
proxied: true
23
assets-path: /app/assets
34

45
theme:

roles/glance/files/config/home.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- size: small
44
widgets:
55
- type: clock
6+
hide-header: true
67
hour-format: 24h
78
timezones:
89
- timezone: Asia/Ho_Chi_Minh
@@ -13,6 +14,7 @@
1314
- size: full
1415
widgets:
1516
- type: search
17+
hide-header: true
1618
autofocus: true
1719
new-tab: true
1820
bangs:
@@ -89,18 +91,21 @@
8991
- size: small
9092
widgets:
9193
- type: weather
94+
hide-header: true
9295
location: ${WEATHER_LOCATION}
9396
units: metric
9497
hour-format: 24h
9598

9699
- type: markets
100+
hide-header: true
97101
chart-link-template: https://finance.yahoo.com/chart/{SYMBOL}
98102
symbol-link-template: https://finance.yahoo.com/quote/{SYMBOL}
99103
markets:
100104
- symbol: SC0J.DE
101105
- symbol: IS3N.DE
102106
- symbol: BTC-EUR
103107
- type: monitor
108+
hide-header: true
104109
cache: 1m
105110
title: Services
106111
sites:
@@ -109,7 +114,7 @@
109114
icon: https://npham.de/favicon.ico
110115

111116
- type: custom-api
112-
title: Socials
117+
hide-header: true
113118
cache: 1d
114119
url: https://npham.de/api/socials
115120
headers:

roles/glance/files/config/server.yml

+19
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- size: small
44
widgets:
55
- type: bookmarks
6+
hide-header: true
67
groups:
78
- title: Services
89
links:
@@ -20,6 +21,9 @@
2021
- title: AdGuard Home
2122
url: https://adguard-dns.io/kb
2223
icon: di:adguard-home
24+
- title: Cloudflare DDNS
25+
url: https://github.com/favonia/cloudflare-ddns
26+
icon: di:cloudflare
2327
- title: Ente
2428
url: https://help.ente.io
2529
icon: si:e
@@ -61,15 +65,23 @@
6165
- size: full
6266
widgets:
6367
- type: docker-containers
68+
hide-header: true
6469
containers:
6570
adguardhome:
6671
name: AdGuard Home
6772
icon: di:adguard-home
6873
url: ${ADGUARD_HOME_URL}
74+
description: Network-wide Ad Blocker
75+
cloudflare-ddns:
76+
name: Cloudflare DDNS
77+
icon: di:cloudflare
78+
url: https://dash.cloudflare.com
79+
description: Dynamic DNS Updater
6980
ente-web:
7081
name: Ente Auth
7182
icon: si:e
7283
url: ${ENTE_AUTH_URL}
84+
description: Two-factor Authenticator
7385
id: ente
7486
ente-museum:
7587
name: Museum (API Server)
@@ -81,14 +93,17 @@
8193
name: FreshRSS
8294
icon: di:freshrss
8395
url: ${FRESHRSS_URL}
96+
description: RSS/Atom Feed Aggregator
8497
glance:
8598
name: Glance
8699
icon: di:glance
87100
url: ${GLANCE_URL}
101+
description: Dashboard
88102
immich_server:
89103
name: Immich
90104
icon: di:immich
91105
url: ${IMMICH_URL}
106+
description: Image & Video Manager
92107
id: immich
93108
immich_machine_learning:
94109
name: Machine Learning
@@ -103,6 +118,7 @@
103118
name: Karakeep
104119
icon: di:karakeep
105120
url: ${KARAKEEP_URL}
121+
description: Bookmark Manager
106122
id: karakeep
107123
karakeep-chrome:
108124
name: Chrome
@@ -114,6 +130,7 @@
114130
name: NextCloud
115131
icon: di:nextcloud
116132
url: ${NEXTCLOUD_URL}
133+
description: Cloud
117134
id: nextcloud
118135
nextcloud-aio-mastercontainer:
119136
name: All-in-One
@@ -147,6 +164,7 @@
147164
name: Vaultwarden
148165
icon: si:vaultwarden
149166
url: ${VAULTWARDEN_URL}
167+
description: Password Manager
150168
- type: group
151169
widgets:
152170
- type: reddit
@@ -171,6 +189,7 @@
171189
- size: small
172190
widgets:
173191
- type: server-stats
192+
hide-header: true
174193
servers:
175194
- name: Raspberry Pi 5
176195
type: local

0 commit comments

Comments
 (0)