Skip to content

Commit 0eb2cf3

Browse files
ulises-cclaude
andcommitted
refactor(homepage): move the NAS group to the bottom of the dashboard
Reorder services.yaml groups to Management, Network, Storage, NAS. Pure block move — no service entries or widgets changed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 4b814f7 commit 0eb2cf3

1 file changed

Lines changed: 69 additions & 69 deletions

File tree

linux-server/homepage/config/services.yaml

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -127,75 +127,6 @@
127127
server: my-docker
128128
container: ntfy
129129

130-
- NAS:
131-
- wd 14tb r/w:
132-
icon: mdi-harddisk
133-
href: https://{{HOMEPAGE_VAR_GLANCES_DOMAIN}}/
134-
description: I/O — /mnt/wd14tb
135-
server: my-docker
136-
container: glances
137-
widget:
138-
type: glances
139-
url: http://localhost:61208
140-
version: 4
141-
# USB enclosure: kernel names (sda/sdb/sdc) can reorder across reboots.
142-
metric: disk:sdb
143-
- wd 14tb usage:
144-
icon: mdi-harddisk
145-
href: https://{{HOMEPAGE_VAR_GLANCES_DOMAIN}}/
146-
description: Capacity — /mnt/wd14tb
147-
server: my-docker
148-
container: glances
149-
widget:
150-
type: glances
151-
url: http://localhost:61208
152-
version: 4
153-
metric: fs:/mnt/wd14tb
154-
- seagate 4tb r/w:
155-
icon: mdi-harddisk
156-
href: https://{{HOMEPAGE_VAR_GLANCES_DOMAIN}}/
157-
description: I/O — /mnt/seagate4tb
158-
server: my-docker
159-
container: glances
160-
widget:
161-
type: glances
162-
url: http://localhost:61208
163-
version: 4
164-
metric: disk:sdc
165-
- seagate 4tb usage:
166-
icon: mdi-harddisk
167-
href: https://{{HOMEPAGE_VAR_GLANCES_DOMAIN}}/
168-
description: Capacity — /mnt/seagate4tb
169-
server: my-docker
170-
container: glances
171-
widget:
172-
type: glances
173-
url: http://localhost:61208
174-
version: 4
175-
metric: fs:/mnt/seagate4tb
176-
- wd 1tb r/w:
177-
icon: mdi-harddisk
178-
href: https://{{HOMEPAGE_VAR_GLANCES_DOMAIN}}/
179-
description: I/O — /mnt/wd1tb
180-
server: my-docker
181-
container: glances
182-
widget:
183-
type: glances
184-
url: http://localhost:61208
185-
version: 4
186-
metric: disk:sda
187-
- wd 1tb usage:
188-
icon: mdi-harddisk
189-
href: https://{{HOMEPAGE_VAR_GLANCES_DOMAIN}}/
190-
description: Capacity — /mnt/wd1tb
191-
server: my-docker
192-
container: glances
193-
widget:
194-
type: glances
195-
url: http://localhost:61208
196-
version: 4
197-
metric: fs:/mnt/wd1tb
198-
199130
- Storage:
200131
- forgejo:
201132
icon: si-forgejo
@@ -272,3 +203,72 @@
272203
url: https://{{HOMEPAGE_VAR_QBITTORRENT_DOMAIN}}
273204
username: "{{HOMEPAGE_VAR_QBITTORRENT_USERNAME}}"
274205
password: "{{HOMEPAGE_VAR_QBITTORRENT_PASSWORD}}"
206+
207+
- NAS:
208+
- wd 14tb r/w:
209+
icon: mdi-harddisk
210+
href: https://{{HOMEPAGE_VAR_GLANCES_DOMAIN}}/
211+
description: I/O — /mnt/wd14tb
212+
server: my-docker
213+
container: glances
214+
widget:
215+
type: glances
216+
url: http://localhost:61208
217+
version: 4
218+
# USB enclosure: kernel names (sda/sdb/sdc) can reorder across reboots.
219+
metric: disk:sdb
220+
- wd 14tb usage:
221+
icon: mdi-harddisk
222+
href: https://{{HOMEPAGE_VAR_GLANCES_DOMAIN}}/
223+
description: Capacity — /mnt/wd14tb
224+
server: my-docker
225+
container: glances
226+
widget:
227+
type: glances
228+
url: http://localhost:61208
229+
version: 4
230+
metric: fs:/mnt/wd14tb
231+
- seagate 4tb r/w:
232+
icon: mdi-harddisk
233+
href: https://{{HOMEPAGE_VAR_GLANCES_DOMAIN}}/
234+
description: I/O — /mnt/seagate4tb
235+
server: my-docker
236+
container: glances
237+
widget:
238+
type: glances
239+
url: http://localhost:61208
240+
version: 4
241+
metric: disk:sdc
242+
- seagate 4tb usage:
243+
icon: mdi-harddisk
244+
href: https://{{HOMEPAGE_VAR_GLANCES_DOMAIN}}/
245+
description: Capacity — /mnt/seagate4tb
246+
server: my-docker
247+
container: glances
248+
widget:
249+
type: glances
250+
url: http://localhost:61208
251+
version: 4
252+
metric: fs:/mnt/seagate4tb
253+
- wd 1tb r/w:
254+
icon: mdi-harddisk
255+
href: https://{{HOMEPAGE_VAR_GLANCES_DOMAIN}}/
256+
description: I/O — /mnt/wd1tb
257+
server: my-docker
258+
container: glances
259+
widget:
260+
type: glances
261+
url: http://localhost:61208
262+
version: 4
263+
metric: disk:sda
264+
- wd 1tb usage:
265+
icon: mdi-harddisk
266+
href: https://{{HOMEPAGE_VAR_GLANCES_DOMAIN}}/
267+
description: Capacity — /mnt/wd1tb
268+
server: my-docker
269+
container: glances
270+
widget:
271+
type: glances
272+
url: http://localhost:61208
273+
version: 4
274+
metric: fs:/mnt/wd1tb

0 commit comments

Comments
 (0)