Compare commits
1 commit
ca4dbe6204
...
0e834a025b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0e834a025b |
|
|
@ -4,7 +4,7 @@ networks:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
forgejo:
|
forgejo:
|
||||||
image: codeberg.org/forgejo/forgejo:7.0.16
|
image: codeberg.org/forgejo/forgejo:7.0.5
|
||||||
container_name: forgejo
|
container_name: forgejo
|
||||||
volumes:
|
volumes:
|
||||||
# Config
|
# Config
|
||||||
|
|
|
||||||
|
|
@ -1,60 +0,0 @@
|
||||||
title: My Home Page
|
|
||||||
services:
|
|
||||||
Home:
|
|
||||||
- title: Home Assistant
|
|
||||||
description: Home automation system
|
|
||||||
link: 'https://home-assistant.local.thethomaas.net/'
|
|
||||||
icon:
|
|
||||||
name: simple-icons:homeassistant
|
|
||||||
wrap: true
|
|
||||||
color: '#3dbcf3'
|
|
||||||
- title: Jellyfin
|
|
||||||
description: Media server
|
|
||||||
link: 'https://jellyfin.local.thethomaas.net/'
|
|
||||||
icon:
|
|
||||||
name: simple-icons:jellyfin
|
|
||||||
# url : https://raw.githubusercontent.com/jellyfin/jellyfin-ux/master/branding/SVG/icon-transparent.svg
|
|
||||||
wrap: true
|
|
||||||
color: '#00A4DC'
|
|
||||||
- title: Forgejo
|
|
||||||
description: Ad blocking service
|
|
||||||
link: 'https://git.thethomaas.net/'
|
|
||||||
icon:
|
|
||||||
name: simple-icons:forgejo
|
|
||||||
# url: https://codeberg.org/forgejo/governance/raw/branch/main/branding/logo/forgejo.svg
|
|
||||||
wrap: true
|
|
||||||
color: '#68bc71'
|
|
||||||
|
|
||||||
Cloud:
|
|
||||||
- title: Traefik
|
|
||||||
description: Cloud edge router
|
|
||||||
link: '#'
|
|
||||||
icon:
|
|
||||||
name: devicon:traefikproxy
|
|
||||||
wrap: true
|
|
||||||
- title: Portainer
|
|
||||||
description: Docker container management
|
|
||||||
link: '#'
|
|
||||||
icon:
|
|
||||||
name: devicon:portainer
|
|
||||||
wrap: true
|
|
||||||
- title: Grafana
|
|
||||||
description: Server monitoring dashboards
|
|
||||||
link: '#'
|
|
||||||
icon:
|
|
||||||
name: logos:grafana
|
|
||||||
wrap: true
|
|
||||||
|
|
||||||
Devices:
|
|
||||||
- title: Router
|
|
||||||
description: Keenetic Peak
|
|
||||||
link: '#'
|
|
||||||
icon:
|
|
||||||
name: bi:router-fill
|
|
||||||
wrap: true
|
|
||||||
- title: NAS
|
|
||||||
description: Network storage
|
|
||||||
link: '#'
|
|
||||||
icon:
|
|
||||||
name: mdi:nas
|
|
||||||
wrap: true
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
services:
|
|
||||||
mafl:
|
|
||||||
image: hywax/mafl:v0.15.3
|
|
||||||
container_name: mafl
|
|
||||||
volumes:
|
|
||||||
- ./config.yml:/app/data/config.yml
|
|
||||||
ports:
|
|
||||||
- 3000:3000
|
|
||||||
restart: unless-stopped
|
|
||||||
Loading…
Reference in a new issue