#79 Move configuration files into version control
This commit is contained in:
parent
b2512aa82e
commit
603c3c703e
18
server/config/homepage/bookmarks.yaml
Normal file
18
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:
|
networks:
|
||||||
- web
|
- web
|
||||||
volumes:
|
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
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
labels:
|
labels:
|
||||||
- traefik.http.routers.homepage.rule=Host(`homepage.jafner.net`)
|
- traefik.http.routers.homepage.rule=Host(`homepage.jafner.net`)
|
||||||
|
10
server/config/homepage/docker.yaml
Normal file
10
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
server/config/homepage/kubernetes.yaml
Normal file
2
server/config/homepage/kubernetes.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
# sample kubernetes config
|
18
server/config/homepage/services.yaml
Normal file
18
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
server/config/homepage/settings.yaml
Normal file
7
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
server/config/homepage/widgets.yaml
Normal file
12
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…
x
Reference in New Issue
Block a user