File tree 2 files changed +61
-0
lines changed
2 files changed +61
-0
lines changed Original file line number Diff line number Diff line change
1
+ title : My Home Page
2
+ services :
3
+ Home :
4
+ - title : Home Assistant
5
+ description : Home automation system
6
+ link : ' #'
7
+ icon :
8
+ name : simple-icons:homeassistant
9
+ wrap : true
10
+ color : ' #3dbcf3'
11
+ - title : AdGuard
12
+ description : Ad blocking service
13
+ link : ' #'
14
+ icon :
15
+ name : simple-icons:adguard
16
+ wrap : true
17
+ color : ' #68bc71'
18
+
19
+ Cloud :
20
+ - title : Traefik
21
+ description : Cloud edge router
22
+ link : ' #'
23
+ icon :
24
+ name : devicon:traefikproxy
25
+ wrap : true
26
+ - title : Portainer
27
+ description : Docker container management
28
+ link : ' #'
29
+ icon :
30
+ name : devicon:portainer
31
+ wrap : true
32
+ - title : Grafana
33
+ description : Server monitoring dashboards
34
+ link : ' #'
35
+ icon :
36
+ name : logos:grafana
37
+ wrap : true
38
+
39
+ Devices :
40
+ - title : Router
41
+ description : Keenetic Peak
42
+ link : ' #'
43
+ icon :
44
+ name : bi:router-fill
45
+ wrap : true
46
+ - title : NAS
47
+ description : Network storage
48
+ link : ' #'
49
+ icon :
50
+ name : mdi:nas
51
+ wrap : true
Original file line number Diff line number Diff line change
1
+ version : ' 3.8'
2
+
3
+ services :
4
+ mafl :
5
+ image : hywax/mafl
6
+ restart : unless-stopped
7
+ ports :
8
+ - ' 3000:3000'
9
+ volumes :
10
+ - ./config.yml:/app/data/config.yml
You can’t perform that action at this time.
0 commit comments