2025-01-28 22:04:39 +10:00
|
|
|
{
|
|
|
|
"name": "Pocket ID",
|
|
|
|
"slug": "pocketid",
|
|
|
|
"categories": [
|
|
|
|
6
|
|
|
|
],
|
2025-01-28 15:19:00 +01:00
|
|
|
"date_created": "2025-01-28",
|
2025-01-28 22:04:39 +10:00
|
|
|
"type": "ct",
|
|
|
|
"updateable": true,
|
|
|
|
"privileged": false,
|
|
|
|
"interface_port": 80,
|
|
|
|
"documentation": "https://stonith404.github.io/pocket-id/introduction",
|
|
|
|
"website": "https://github.com/stonith404/pocket-id",
|
2025-01-28 13:07:25 +01:00
|
|
|
"logo": "https://raw.githubusercontent.com/stonith404/pocket-id/refs/heads/main/docs/static/img/pocket-id.png",
|
2025-01-28 22:04:39 +10:00
|
|
|
"description": "Pocket ID is a simple OIDC provider that allows users to authenticate with their passkeys to your services.",
|
|
|
|
"install_methods": [
|
|
|
|
{
|
|
|
|
"type": "default",
|
|
|
|
"script": "ct/pocketid.sh",
|
|
|
|
"resources": {
|
|
|
|
"cpu": 2,
|
|
|
|
"ram": 2048,
|
|
|
|
"hdd": 4,
|
|
|
|
"os": "Debian",
|
|
|
|
"version": "12"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default_credentials": {
|
|
|
|
"username": null,
|
|
|
|
"password": null
|
|
|
|
},
|
|
|
|
"notes": [
|
|
|
|
{
|
|
|
|
"text": "Pocket ID requires https to work.",
|
|
|
|
"type": "warning"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"text": "Configuration Path: `/opt/pocket-id/backend/.env`, `/opt/pocket-id/frontend/.env`.",
|
|
|
|
"type": "info"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|