Add custom footer to dashboard

This commit is contained in:
Daniel Cosme
2026-05-07 13:53:09 -04:00
parent 23dad1b0a4
commit d412386f3f
3 changed files with 26 additions and 0 deletions
+13
View File
@@ -1,6 +1,15 @@
apiVersion: v1 apiVersion: v1
data: data:
glance.yml: | glance.yml: |
branding:
custom-footer: |
<p>Configured and running from <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p>
# logo-url: /assets/logo.png
# favicon-url: /assets/logo.png
# app-name: "My Dashboard"
# app-icon-url: "/assets/app-icon.png"
app-background-color: "#151519"
server: server:
assets-path: /app/assets assets-path: /app/assets
proxied: true proxied: true
@@ -23,6 +32,10 @@ data:
# put its contents here, though multiple pages are easier to manage when separated # put its contents here, though multiple pages are easier to manage when separated
- $include: home.yml - $include: home.yml
home.yml: | home.yml: |
# icon: si:immich # si for Simple icons https://simpleicons.org/
# icon: sh:immich # sh for selfh.st icons https://selfh.st/icons/
# icon: di:immich # di for Dashboard icons https://github.com/homarr-labs/dashboard-icons
# icon: mdi:camera # mdi for Material Design icons https://pictogrammers.com/library/mdi/
- name: Home - name: Home
columns: columns:
- size: full - size: full
+9
View File
@@ -1,3 +1,12 @@
branding:
custom-footer: |
<p>Configured and running from <a href="https://danicos.dev/daniel/homelab">Daniel's Homelab</a></p>
# logo-url: /assets/logo.png
# favicon-url: /assets/logo.png
# app-name: "My Dashboard"
# app-icon-url: "/assets/app-icon.png"
app-background-color: "#151519"
server: server:
assets-path: /app/assets assets-path: /app/assets
proxied: true proxied: true
+4
View File
@@ -1,3 +1,7 @@
# icon: si:immich # si for Simple icons https://simpleicons.org/
# icon: sh:immich # sh for selfh.st icons https://selfh.st/icons/
# icon: di:immich # di for Dashboard icons https://github.com/homarr-labs/dashboard-icons
# icon: mdi:camera # mdi for Material Design icons https://pictogrammers.com/library/mdi/
- name: Home - name: Home
columns: columns:
- size: full - size: full