Skip to content

Commit

Permalink
chore: add example config
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Jan 4, 2024
1 parent c478fea commit 3515ae5
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .example/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
title: My Home Page
services:
Home:
- title: Home Assistant
description: Home automation system
link: '#'
icon:
name: simple-icons:homeassistant
wrap: true
color: '#3dbcf3'
- title: AdGuard
description: Ad blocking service
link: '#'
icon:
name: simple-icons:adguard
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
10 changes: 10 additions & 0 deletions .example/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: '3.8'

services:
mafl:
image: hywax/mafl
restart: unless-stopped
ports:
- '3000:3000'
volumes:
- ./config.yml:/app/data/config.yml

0 comments on commit 3515ae5

Please sign in to comment.