Import homepage default config
This commit is contained in:
18
config/bookmarks.yaml
Normal file
18
config/bookmarks.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
# For configuration options and examples, please see:
|
||||||
|
# https://gethomepage.dev/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/
|
||||||
0
config/custom.css
Normal file
0
config/custom.css
Normal file
0
config/custom.js
Normal file
0
config/custom.js
Normal file
10
config/docker.yaml
Normal file
10
config/docker.yaml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
# For configuration options and examples, please see:
|
||||||
|
# https://gethomepage.dev/configs/docker/
|
||||||
|
|
||||||
|
# my-docker:
|
||||||
|
# host: 127.0.0.1
|
||||||
|
# port: 2375
|
||||||
|
|
||||||
|
# my-docker:
|
||||||
|
# socket: /var/run/docker.sock
|
||||||
2
config/kubernetes.yaml
Normal file
2
config/kubernetes.yaml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
# sample kubernetes config
|
||||||
8
config/logs/homepage.log
Normal file
8
config/logs/homepage.log
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[2025-11-19T05:50:49.283Z] info: kubernetes.yaml was copied to the config folder
|
||||||
|
[2025-11-19T05:53:07.772Z] info: docker.yaml was copied to the config folder
|
||||||
|
[2025-11-19T05:53:07.774Z] info: services.yaml was copied to the config folder
|
||||||
|
[2025-11-19T05:53:07.775Z] info: bookmarks.yaml was copied to the config folder
|
||||||
|
[2025-11-19T05:53:07.775Z] info: proxmox.yaml was copied to the config folder
|
||||||
|
[2025-11-19T05:53:07.787Z] info: widgets.yaml was copied to the config folder
|
||||||
|
[2025-11-19T05:53:07.788Z] info: custom.css was copied to the config folder
|
||||||
|
[2025-11-19T05:53:07.789Z] info: custom.js was copied to the config folder
|
||||||
5
config/proxmox.yaml
Normal file
5
config/proxmox.yaml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
# pve:
|
||||||
|
# url: https://proxmox.host.or.ip:8006
|
||||||
|
# token: username@pam!Token ID
|
||||||
|
# secret: secret
|
||||||
@@ -1,20 +1,18 @@
|
|||||||
- Online:
|
---
|
||||||
- Komodo:
|
# For configuration options and examples, please see:
|
||||||
href: https://komovh.digitalvoid.ca
|
# https://gethomepage.dev/configs/services/
|
||||||
icon: mdi:dragon
|
|
||||||
description: Stack management
|
|
||||||
- Gitea:
|
|
||||||
href: https://git.digitalvoid.ca
|
|
||||||
icon: mdi:git
|
|
||||||
description: Git service
|
|
||||||
- Traefik:
|
|
||||||
href: https://trfk.digitalvoid.ca
|
|
||||||
icon: mdi:swap-horizontal-bold
|
|
||||||
description: Reverse proxy
|
|
||||||
|
|
||||||
- Home:
|
- My First Group:
|
||||||
- Home Assistant:
|
- My First Service:
|
||||||
href: https://hass.digitalvoid.ca
|
href: http://localhost/
|
||||||
icon: mdi:home-assistant
|
description: Homepage is awesome
|
||||||
description: Home automation
|
|
||||||
|
|
||||||
|
- 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 😎
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
title: "DigitalVoid Services"
|
---
|
||||||
theme: dark
|
# For configuration options and examples, please see:
|
||||||
|
# https://gethomepage.dev/configs/settings/
|
||||||
|
|
||||||
layout:
|
providers:
|
||||||
- Online
|
openweathermap: openweathermapapikey
|
||||||
- Home
|
weatherapi: weatherapiapikey
|
||||||
|
|||||||
12
config/widgets.yaml
Normal file
12
config/widgets.yaml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
# For configuration options and examples, please see:
|
||||||
|
# https://gethomepage.dev/configs/info-widgets/
|
||||||
|
|
||||||
|
- resources:
|
||||||
|
cpu: true
|
||||||
|
memory: true
|
||||||
|
disk: /
|
||||||
|
|
||||||
|
- search:
|
||||||
|
provider: duckduckgo
|
||||||
|
target: _blank
|
||||||
Reference in New Issue
Block a user