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:
|
||||
href: https://komovh.digitalvoid.ca
|
||||
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
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/services/
|
||||
|
||||
- Home:
|
||||
- Home Assistant:
|
||||
href: https://hass.digitalvoid.ca
|
||||
icon: mdi:home-assistant
|
||||
description: Home automation
|
||||
- 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 😎
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
title: "DigitalVoid Services"
|
||||
theme: dark
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/settings/
|
||||
|
||||
layout:
|
||||
- Online
|
||||
- Home
|
||||
providers:
|
||||
openweathermap: openweathermapapikey
|
||||
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