diff --git a/frontend/public/json/hanko.json b/frontend/public/json/hanko.json new file mode 100644 index 00000000..d8628ad8 --- /dev/null +++ b/frontend/public/json/hanko.json @@ -0,0 +1,35 @@ +{ + "name": "Hanko", + "slug": "hanko", + "categories": [ + 21 + ], + "date_created": "2025-07-02", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/opt/hanko/.env", + "interface_port": 3000, + "documentation": "https://docs.hanko.io/", + "website": "https://hanko.io/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/hanko.svg", + "description": "Hanko is an open-source authentication solution providing passkey-first login with support for WebAuthn/FIDO2, biometrics and modern identity flows. Easy to self-host and integrate via API or widget.", + "install_methods": [ + { + "type": "default", + "script": "ct/hanko.sh", + "resources": { + "cpu": 1, + "ram": 1024, + "hdd": 2, + "os": "Debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} diff --git a/install/hanko-install.sh b/install/hanko-install.sh index 5ca0d69c..96f2308c 100644 --- a/install/hanko-install.sh +++ b/install/hanko-install.sh @@ -1,9 +1,9 @@ #!/usr/bin/env bash -# Copyright (c) 2021-2025 tteck -# Author: tteck (tteckster) -# License: MIT -# https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE +# Copyright (c) 2021-2025 community-scripts ORG +# Author: MickLesk (CanbiZ) +# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE +# Source: https://hanko.io/ source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" color