diff --git a/frontend/public/json/authentik.json b/frontend/public/json/authentik.json deleted file mode 100644 index 19eb1ff..0000000 --- a/frontend/public/json/authentik.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "name": "authentik", - "slug": "authentik", - "categories": [ - 6 - ], - "date_created": "2024-12-27", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 9000, - "documentation": "https://docs.goauthentik.io/docs/", - "website": "https://goauthentik.io/", - "logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/authentik.svg", - "config_path": "/etc/authentik/config.yml", - "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" - } - ] -} - diff --git a/frontend/public/json/gatus.json b/frontend/public/json/gatus.json deleted file mode 100644 index 3d02133..0000000 --- a/frontend/public/json/gatus.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "Alpine-gatus", - "slug": "alpine-gatus", - "categories": [ - 9 - ], - "date_created": "2025-05-06", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 8080, - "documentation": "https://gatus.io/docs", - "website": "https://gatus.io/", - "logo": "https://raw.githubusercontent.com/TwiN/gatus/refs/heads/master/web/static/img/logo.svg", - "config_path": "/opt/gatus/config/config.yaml", - "description": "Gatus is a developer-oriented health dashboard that gives you the ability to monitor your services using HTTP, ICMP, TCP, and even DNS queries as well as evaluate the result of said queries by using a list of conditions on values like the status code, the response time, the certificate expiration, the body and many others. The icing on top is that each of these health checks can be paired with alerting via Slack, Teams, PagerDuty, Discord, Twilio and many more.", - "install_methods": [ - { - "type": "default", - "script": "ct/gatus.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 4, - "os": "debian", - "version": "12" - } - }, - { - "type": "alpine", - "script": "ct/alpine-gatus.sh", - "resources": { - "cpu": 1, - "ram": 256, - "hdd": 3, - "os": "alpine", - "version": "3.21" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -}