feat: replace Heimdall by Homepage
This commit is contained in:
0
homepage/.gitkeep
Normal file
0
homepage/.gitkeep
Normal file
8
homepage/tpl/bookmarks.yaml
Normal file
8
homepage/tpl/bookmarks.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/bookmarks
|
||||
|
||||
- Credits:
|
||||
- Docker-Compose-NAS:
|
||||
- abbr: NAS
|
||||
href: https://github.com/AdrienPoupa/docker-compose-nas
|
||||
6
homepage/tpl/docker.yaml
Normal file
6
homepage/tpl/docker.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/docker/
|
||||
|
||||
my-docker:
|
||||
socket: /var/run/docker.sock
|
||||
20
homepage/tpl/settings.yaml
Normal file
20
homepage/tpl/settings.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/settings
|
||||
|
||||
title: {{HOMEPAGE_VAR_TITLE}}
|
||||
|
||||
headerStyle: {{HOMEPAGE_VAR_HEADER_STYLE}}
|
||||
|
||||
layout:
|
||||
Media:
|
||||
style: row
|
||||
columns: 3
|
||||
Download:
|
||||
style: row
|
||||
columns: 2
|
||||
|
||||
quicklaunch:
|
||||
searchDescriptions: true
|
||||
hideInternetSearch: true
|
||||
hideVisitURL: true
|
||||
27
homepage/tpl/widgets.yaml
Normal file
27
homepage/tpl/widgets.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/widgets
|
||||
|
||||
- resources:
|
||||
cpu: true
|
||||
memory: true
|
||||
disk:
|
||||
- /
|
||||
- /data
|
||||
|
||||
- search:
|
||||
provider: {{HOMEPAGE_VAR_SEARCH_PROVIDER}}
|
||||
target: _blank
|
||||
|
||||
- openmeteo:
|
||||
label: {{HOMEPAGE_VAR_WEATHER_CITY}}
|
||||
latitude: {{HOMEPAGE_VAR_WEATHER_LAT}}
|
||||
longitude: {{HOMEPAGE_VAR_WEATHER_LONG}}
|
||||
timezone: {{HOMEPAGE_VAR_WEATHER_TIME}}
|
||||
units: {{HOMEPAGE_VAR_WEATHER_UNIT}}
|
||||
cache: 5 # Time in minutes to cache API responses, to stay within limits
|
||||
|
||||
- datetime:
|
||||
text_size: md
|
||||
format:
|
||||
timeStyle: short
|
||||
Reference in New Issue
Block a user