Add missing config files
This commit is contained in:
parent
ab0844cd65
commit
11a2bdf7a4
@ -9,7 +9,13 @@ services:
|
||||
- web
|
||||
volumes:
|
||||
- $DOCKER_DATA/logs:/app/config/logs
|
||||
- ./icons/:/app/public/icons
|
||||
- ./bookmarks.yaml:/app/config/bookmarks.yaml
|
||||
- ./docker.yaml:/app/config/docker.yaml
|
||||
- ./kubernetes.yaml:/app/config/kubernetes.yaml
|
||||
- ./services.yaml:/app/config/services.yaml
|
||||
- ./settings.yaml:/app/config/settings.yaml
|
||||
- ./widgets.yaml:/app/config/widgets.yaml
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
labels:
|
||||
- traefik.http.routers.homepage-tasmota.rule=Host(`home.tasmota.jafner.net`)
|
||||
|
3
fighter/config/homepage/docker.yaml
Normal file
3
fighter/config/homepage/docker.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/docker/
|
2
fighter/config/homepage/kubernetes.yaml
Normal file
2
fighter/config/homepage/kubernetes.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
# sample kubernetes config
|
3
fighter/config/homepage/services.yaml
Normal file
3
fighter/config/homepage/services.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/services
|
14
fighter/config/homepage/settings.yaml
Normal file
14
fighter/config/homepage/settings.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/settings
|
||||
|
||||
title: Jafner.net
|
||||
target: _self
|
||||
|
||||
layout:
|
||||
Animals:
|
||||
style: row
|
||||
columns: 5
|
||||
Homelab:
|
||||
style: row
|
||||
columns: 3
|
3
fighter/config/homepage/widgets.yaml
Normal file
3
fighter/config/homepage/widgets.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/widgets
|
Loading…
Reference in New Issue
Block a user