#79 Move configuration files into version control
This commit is contained in:
parent
efb1bbcf2d
commit
52d189d058
18
homelab/server/config/homepage/bookmarks.yaml
Normal file
18
homelab/server/config/homepage/bookmarks.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/bookmarks
|
||||
|
||||
- Developer:
|
||||
- Github:
|
||||
- abbr: GH
|
||||
href: https://github.com/
|
||||
|
||||
- Social:
|
||||
- Reddit:
|
||||
- abbr: RE
|
||||
href: https://reddit.com/
|
||||
|
||||
- Entertainment:
|
||||
- YouTube:
|
||||
- abbr: YT
|
||||
href: https://youtube.com/
|
@ -14,7 +14,13 @@ services:
|
||||
networks:
|
||||
- web
|
||||
volumes:
|
||||
- $DOCKER_DATA:/app/config
|
||||
- $DOCKER_DATA/logs:/app/config/logs
|
||||
- ./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.rule=Host(`homepage.jafner.net`)
|
||||
|
10
homelab/server/config/homepage/docker.yaml
Normal file
10
homelab/server/config/homepage/docker.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/docker/
|
||||
|
||||
# my-docker:
|
||||
# host: 127.0.0.1
|
||||
# port: 2375
|
||||
|
||||
# my-docker:
|
||||
# socket: /var/run/docker.sock
|
2
homelab/server/config/homepage/kubernetes.yaml
Normal file
2
homelab/server/config/homepage/kubernetes.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
---
|
||||
# sample kubernetes config
|
18
homelab/server/config/homepage/services.yaml
Normal file
18
homelab/server/config/homepage/services.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/services
|
||||
|
||||
- My First Group:
|
||||
- My First Service:
|
||||
href: http://localhost/
|
||||
description: Homepage is awesome
|
||||
|
||||
- My Second Group:
|
||||
- My Second Service:
|
||||
href: http://localhost/
|
||||
description: Homepage is the best
|
||||
|
||||
- My Third Group:
|
||||
- My Third Service:
|
||||
href: http://localhost/
|
||||
description: Homepage is 😎
|
7
homelab/server/config/homepage/settings.yaml
Normal file
7
homelab/server/config/homepage/settings.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/settings
|
||||
|
||||
providers:
|
||||
openweathermap: openweathermapapikey
|
||||
weatherapi: weatherapiapikey
|
12
homelab/server/config/homepage/widgets.yaml
Normal file
12
homelab/server/config/homepage/widgets.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/widgets
|
||||
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk: /
|
||||
|
||||
- search:
|
||||
provider: duckduckgo
|
||||
target: _blank
|
Loading…
Reference in New Issue
Block a user