mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-06-27 05:05:24 +00:00
parent
e98004db57
commit
581c274ce8
@ -124,6 +124,7 @@ The aims is to provide a ready-to-run recipes that you can just copy, paste and
|
|||||||
- [SUI](apps/dashboard/sui.md)
|
- [SUI](apps/dashboard/sui.md)
|
||||||
- [Organizr](https://github.com/causefx/Organizr) 🔗
|
- [Organizr](https://github.com/causefx/Organizr) 🔗
|
||||||
- [Heimdall](https://github.com/linuxserver/Heimdall) 🔗
|
- [Heimdall](https://github.com/linuxserver/Heimdall) 🔗
|
||||||
|
- [Mafl](apps/dashboard/mafl.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
81
apps/dashboard/mafl.md
Normal file
81
apps/dashboard/mafl.md
Normal file
@ -0,0 +1,81 @@
|
|||||||
|
# Mafl
|
||||||
|
|
||||||
|
Minimalistic flexible homepage.
|
||||||
|
|
||||||
|
<br>
|
||||||
|
|
||||||
|
- [Github repo](https://github.com/hywax/mafl)
|
||||||
|
- [Website](https://mafl.hywax.space)
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## docker-compose.yml
|
||||||
|
```yml
|
||||||
|
---
|
||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
mafl:
|
||||||
|
image: hywax/mafl
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- '3000:3000'
|
||||||
|
volumes:
|
||||||
|
- ./config.yml:/app/data/config.yml
|
||||||
|
```
|
||||||
|
|
||||||
|
## config.yml
|
||||||
|
```yml
|
||||||
|
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
|
||||||
|
```
|
BIN
apps/dashboard/mafl.png
Normal file
BIN
apps/dashboard/mafl.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 199 KiB |
Loading…
Reference in New Issue
Block a user