Add missing config files
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 6s
Deploy to Fighter / Notify (push) Successful in 1s

This commit is contained in:
Joey Hafner 2024-02-26 01:13:31 -08:00
parent ab0844cd65
commit 11a2bdf7a4
6 changed files with 31 additions and 0 deletions

View File

@ -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`)

View File

@ -0,0 +1,3 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/en/configs/docker/

View File

@ -0,0 +1,2 @@
---
# sample kubernetes config

View File

@ -0,0 +1,3 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/en/configs/services

View 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

View File

@ -0,0 +1,3 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/en/configs/widgets