Files
bifrost-registry/accountcenter.json
T
2025-05-13 17:22:30 +07:00

38 lines
1021 B
JSON

{
"id": "account_center",
"name": "AccountCenter",
"version": "1.0.4",
"description": "Account Center is a platform for managing user accounts and permissions",
"installation": {
"host_type": "local",
"path": "/root/dev/docker-apps/Authentik/AccountCenter",
"app_type": "authentik",
"deployment": {
"type": "docker",
"containers": [
{
"name": "acc_center",
"http_port": 9000,
"https_port": 9443,
"is_access": true
},
{
"name": "acc_center_worker_01"
},
{
"name": "acc_center_cache"
},
{
"name": "acc_center_db"
}
]
}
},
"required": "true",
"tags": [
"sso",
"security",
"monitoring"
],
"lastModified": 1746671214
}