Clean up homepage config to work as deployed
This commit is contained in:
parent
67fc3688f0
commit
7868248335
@ -1,22 +1,2 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/bookmarks
|
||||
|
||||
- Tasmota Smart Plugs:
|
||||
- Toes Day:
|
||||
- href: https://day.toes.tasmota.jafner.net
|
||||
- Toes Night:
|
||||
- href: https://night.toes.tasmota.jafner.net
|
||||
- Figment Day:
|
||||
- href: https://day.figment.tasmota.jafner.net
|
||||
- Figment Night:
|
||||
- href: https://night.figment.tasmota.jafner.net
|
||||
- President Day:
|
||||
- href: https://day.president.tasmota.jafner.net
|
||||
- Sprout Day:
|
||||
- href: https://day.sprout.tasmota.jafner.net
|
||||
- Cowboy Day:
|
||||
- href: https://day.cowboy.tasmota.jafner.net
|
||||
- Lab Rack:
|
||||
- href: https://rack.tasmota.jafner.net
|
||||
|
||||
# docs: https://gethomepage.dev/latest/configs/bookmarks/
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/docker/
|
||||
# docs: https://gethomepage.dev/latest/configs/docker/
|
||||
|
||||
fighter:
|
||||
socket: /var/run/docker.sock
|
||||
socket: /var/run/docker.sock
|
||||
|
@ -1,2 +1,2 @@
|
||||
---
|
||||
# sample kubernetes config
|
||||
# docs: https://gethomepage.dev/latest/configs/kubernetes/
|
||||
|
@ -1,5 +1,3 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/services
|
||||
# docs: https://gethomepage.dev/latest/configs/services/
|
||||
|
||||
Public:
|
@ -1,14 +1,5 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/settings
|
||||
# docs: https://gethomepage.dev/latest/configs/settings/
|
||||
|
||||
title: Jafner.net
|
||||
target: _self
|
||||
|
||||
layout:
|
||||
Animals:
|
||||
style: row
|
||||
columns: 5
|
||||
Homelab:
|
||||
style: row
|
||||
columns: 3
|
@ -1,3 +1,2 @@
|
||||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/en/configs/widgets
|
||||
# docs: https://gethomepage.dev/latest/configs/service-widgets/
|
||||
|
@ -1,24 +1,21 @@
|
||||
services:
|
||||
homepage-tasmota:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage_homepage
|
||||
environment:
|
||||
PUID: 1001
|
||||
PGID: 1001
|
||||
networks:
|
||||
- web
|
||||
volumes:
|
||||
- $DOCKER_DATA/logs:/app/config/logs
|
||||
- ./icons/:/app/public/icons
|
||||
- ./config:/app/config/
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
labels:
|
||||
- traefik.http.routers.homepage.rule=Host(`home.tasmota.jafner.net`) || Host(`home.jafner.net`)
|
||||
- traefik.http.routers.homepage.rule=Host(`homepage.jafner.net`)
|
||||
- traefik.http.routers.homepage.tls.certresolver=lets-encrypt
|
||||
- homepage.group=Public
|
||||
- homepage.name=Homepage
|
||||
- homepage.icon=Homepage.png
|
||||
- homepage.href=https://home.jafner.net
|
||||
- homepage.href=https://homepage.jafner.net
|
||||
- homepage.description=This page!
|
||||
|
||||
networks:
|
||||
|
Loading…
Reference in New Issue
Block a user