Add custom footer to dashboard
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user