Files
ProxmoxVE/json/authentik.json
T
8d96c5135d new scripts for Authentik (#291)
* new scripts for Authentik

* Minor clean up based on initial PR review

* Update ct/authentik.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update ct/authentik.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update ct/authentik.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update ct/authentik.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update json/authentik.json

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update json/authentik.json

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Minor fixes from havard's review

* Update ct/authentik.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update ct/authentik.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update ct/authentik.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update ct/authentik.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* More fixes addressing havard's review

* Update install/authentik-install.sh

Co-authored-by: Håvard Gjøby Thom <[email protected]>

* Cleanup duplicate NodeJS installation commands

* Change port value type to numeric

* Change resources values type to numeric

* Addressing latest feedback from PR review

* merge from dev

Signed-off-by: CanbiZ <[email protected]>

* merge from dev

Signed-off-by: CanbiZ <[email protected]>

* merge from dev

Signed-off-by: CanbiZ <[email protected]>

---------

Signed-off-by: CanbiZ <[email protected]>
Co-authored-by: Håvard Gjøby Thom <[email protected]>
Co-authored-by: CanbiZ <[email protected]>
2024-12-27 16:42:46 +01:00

40 lines
1.2 KiB
JSON

{
"name": "authentik",
"slug": "authentik",
"categories": [
11
],
"date_created": "2024-12-26",
"type": "ct",
"updateable": true,
"privileged": false,
"interface_port": 9000,
"documentation": "https://docs.goauthentik.io/docs/",
"website": "https://goauthentik.io/",
"logo": "https://github.com/goauthentik/authentik/blob/main/website/static/img/icon.png",
"description": "authentik is an IdP (Identity Provider) and SSO (single sign on) that is built with security at the forefront of every piece of code, every feature, with an emphasis on flexibility and versatility.",
"install_methods": [
{
"type": "default",
"script": "ct/authentik.sh",
"resources": {
"cpu": 6,
"ram": 8192,
"hdd": 12,
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": [
{
"text": "Authentik is very resource-heavy, it is recommended to use at least 8GB RAM anytime!",
"type": "warning"
}
]
}