diff --git a/frontend/public/json/tinyauth.json b/frontend/public/json/tinyauth.json index a93dabee7..21b909a22 100644 --- a/frontend/public/json/tinyauth.json +++ b/frontend/public/json/tinyauth.json @@ -1,51 +1,51 @@ { - "name": "Tinyauth", - "slug": "tinyauth", - "categories": [ - 6 - ], - "date_created": "2025-05-06", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 3000, - "documentation": "https://tinyauth.app", - "config_path": "/opt/tinyauth/.env", - "website": "https://tinyauth.app", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tinyauth.webp", - "description": "Tinyauth is a simple authentication middleware that adds simple username/password login or OAuth with Google, Github and any generic provider to all of your docker apps.", - "install_methods": [ - { - "type": "default", - "script": "ct/tinyauth.sh", - "resources": { - "cpu": 1, - "ram": 512, - "hdd": 4, - "os": "debian", - "version": "13" - } - }, - { - "type": "alpine", - "script": "ct/alpine-tinyauth.sh", - "resources": { - "cpu": 1, - "ram": 256, - "hdd": 2, - "os": "alpine", - "version": "3.23" - } - } - ], - "default_credentials": { - "username": null, - "password": null + "name": "Tinyauth", + "slug": "tinyauth", + "categories": [ + 6 + ], + "date_created": "2026-03-03", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 3000, + "documentation": "https://tinyauth.app", + "config_path": "/opt/tinyauth/.env", + "website": "https://tinyauth.app", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tinyauth.webp", + "description": "Tinyauth is a simple authentication middleware that adds simple username/password login or OAuth with Google, Github and any generic provider to all of your docker apps.", + "install_methods": [ + { + "type": "default", + "script": "ct/tinyauth.sh", + "resources": { + "cpu": 1, + "ram": 512, + "hdd": 4, + "os": "debian", + "version": "13" + } }, - "notes": [ - { - "text": "The default credentials are located in `/opt/tinyauth/credentials.txt`.", - "type": "info" - } - ] + { + "type": "alpine", + "script": "ct/alpine-tinyauth.sh", + "resources": { + "cpu": 1, + "ram": 256, + "hdd": 2, + "os": "alpine", + "version": "3.23" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "The default credentials are located in `/opt/tinyauth/credentials.txt`.", + "type": "info" + } + ] }