Files
homepage/src/privat/components/data.json

36 lines
961 B
JSON

{
"$schema": "./schema.json",
"links": [
{
"title": "Gitlab",
"subtitle": "Git Verwaltung",
"url": "https://gitlab.letsstein.de",
"logo": "gitlab.svg"
},
{
"title": "Gitea",
"subtitle": "Neue Git Verwaltung",
"url": "https://git.letsstein.de",
"logo": "gitea.svg"
},
{
"title": "Pihole",
"subtitle": "VPN Filter",
"url": "http://10.47.82.1:84/admin/login.php",
"logo": "pihole.svg"
},
{
"title": "Nginx",
"subtitle": "Zertifakte, SubDomainVerwaltung",
"url": "http://letsstein.de:81",
"logo": "nginx.png"
},
{
"title": "Portainer",
"subtitle": "Docker Verwaltung",
"url": "https://172.22.5.1:9443",
"logo": "portainer.svg"
}
]
}