0d7285dade
Replacement works, but not from the point of container start
48 lines
999 B
Plaintext
48 lines
999 B
Plaintext
[
|
|
{
|
|
"category": "Services",
|
|
"services": [
|
|
{
|
|
"name": "Archivebox",
|
|
"uri": "https://archivebox.mywebsite.com",
|
|
"description": "Backup webpages",
|
|
"icon": "/icons/archivebox.jpg"
|
|
},
|
|
{
|
|
"name": "Authelia",
|
|
"uri": "https://auth.mywebsite.com",
|
|
"description": "Authentication",
|
|
"icon": "/icons/authelia.png"
|
|
},
|
|
{
|
|
"name": "Calibre",
|
|
"uri": "https://calibre.mywebsite.com",
|
|
"description": "eBook library",
|
|
"icon": "/icons/calibre.png"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"category": "Devices",
|
|
"services": [
|
|
{
|
|
"name": "Router",
|
|
"uri": "http://192.168.1.1/",
|
|
"description": "Netgear Orbi",
|
|
"icon": "/icons/router.png"
|
|
},
|
|
{
|
|
"name": "Home Assistant",
|
|
"uri": "http://homeassistant.local:8123/",
|
|
"description": "Home automation",
|
|
"icon": "/icons/home-assistant.svg"
|
|
},
|
|
{
|
|
"name": "Synology",
|
|
"uri": "http://synology:5000",
|
|
"description": "Network storage",
|
|
"icon": "/icons/synology.png"
|
|
}
|
|
]
|
|
}
|
|
] |