From 278c3cc2d838e0e53abd03c046efdde740b150fd Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 10:02:59 +0000 Subject: [PATCH] Update date in json (#12503) Co-authored-by: GitHub Actions --- frontend/public/json/tinyauth.json | 96 +++++++++++++++--------------- 1 file changed, 48 insertions(+), 48 deletions(-) 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" + } + ] }