feat: add IntranetServices page and services.json for external tools

This commit is contained in:
Thibault Pouch
2026-02-27 10:32:44 +01:00
parent 4607e79b8b
commit 16b047e49f
4 changed files with 217 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
[
{
"category": "Development",
"services": [
{ "name": "GitHub", "url": "https://github.com/CrowMate" },
{ "name": "Plane", "url": "https://plane.crowmate.fr/" },
{ "name": "Jenkins", "url": "https://jenkins.crowmate.fr/" },
{ "name": "Excalidraw", "url": "https://excalidraw.com/#room=dd1651be168b191eee57,LYP7GsVY6EKoyyp6vxWUGQ" }
]
},
{
"category": "Infrastructure",
"services": [
{ "name": "Proxmox", "url": "https://proxmox.devgoblin.me/" },
{ "name": "Cloudflare", "url": "https://cloudflare.com/" },
{ "name": "Coolify", "url": "https://deploy.crowmate.fr/" },
{ "name": "Grafana", "url": "https://grafana.crowmate.fr/" }
]
},
{
"category": "Communication",
"services": [
{ "name": "Google Drive", "url": "https://drive.google.com/drive/folders/1hegR6sCQ5a5BGfUgZKZu8MwBY7o7SeQb" },
{ "name": "Mail", "url": "https://zimbra1.mail.ovh.net/" }
]
}
]