mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-06 23:03:08 +00:00

* Prepare JSON files for new website feature * Update dashy.json * Update crafty-controller.json * Update ntfy.json * Update bookstack.json * Update add-lxc-iptag.json * Update zammad.json * Update adguard.json * Update apache-guacamole.json * Update authentik.json * Update authelia.json * Update gitea.json * Update forgejo.json * Update elementsynapse.json * Remove Whoogle --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "Pocket ID",
|
|
"slug": "pocketid",
|
|
"categories": [
|
|
6
|
|
],
|
|
"date_created": "2025-01-28",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 80,
|
|
"documentation": "https://pocket-id.org/docs/",
|
|
"website": "https://github.com/pocket-id/pocket-id",
|
|
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/pocket-id.svg",
|
|
"config_path": "/opt/pocket-id/backend/.env and /opt/pocket-id/frontend/.env",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
|