#79 Move configuration files into version control

This commit is contained in:
Joey Hafner 2023-01-27 13:49:25 -08:00
parent efb1bbcf2d
commit 52d189d058
7 changed files with 74 additions and 1 deletions

View 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/

View File

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

View 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

View File

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

View 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 😎

View File

@ -0,0 +1,7 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/en/configs/settings
providers:
openweathermap: openweathermapapikey
weatherapi: weatherapiapikey

View 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