|
1 | 1 | { |
2 | | - "name": "Tinyauth", |
3 | | - "slug": "tinyauth", |
4 | | - "categories": [ |
5 | | - 6 |
6 | | - ], |
7 | | - "date_created": "2025-05-06", |
8 | | - "type": "ct", |
9 | | - "updateable": true, |
10 | | - "privileged": false, |
11 | | - "interface_port": 3000, |
12 | | - "documentation": "https://tinyauth.app", |
13 | | - "config_path": "/opt/tinyauth/.env", |
14 | | - "website": "https://tinyauth.app", |
15 | | - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tinyauth.webp", |
16 | | - "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.", |
17 | | - "install_methods": [ |
18 | | - { |
19 | | - "type": "default", |
20 | | - "script": "ct/tinyauth.sh", |
21 | | - "resources": { |
22 | | - "cpu": 1, |
23 | | - "ram": 512, |
24 | | - "hdd": 4, |
25 | | - "os": "debian", |
26 | | - "version": "13" |
27 | | - } |
28 | | - }, |
29 | | - { |
30 | | - "type": "alpine", |
31 | | - "script": "ct/alpine-tinyauth.sh", |
32 | | - "resources": { |
33 | | - "cpu": 1, |
34 | | - "ram": 256, |
35 | | - "hdd": 2, |
36 | | - "os": "alpine", |
37 | | - "version": "3.23" |
38 | | - } |
39 | | - } |
40 | | - ], |
41 | | - "default_credentials": { |
42 | | - "username": null, |
43 | | - "password": null |
| 2 | + "name": "Tinyauth", |
| 3 | + "slug": "tinyauth", |
| 4 | + "categories": [ |
| 5 | + 6 |
| 6 | + ], |
| 7 | + "date_created": "2026-03-03", |
| 8 | + "type": "ct", |
| 9 | + "updateable": true, |
| 10 | + "privileged": false, |
| 11 | + "interface_port": 3000, |
| 12 | + "documentation": "https://tinyauth.app", |
| 13 | + "config_path": "/opt/tinyauth/.env", |
| 14 | + "website": "https://tinyauth.app", |
| 15 | + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/tinyauth.webp", |
| 16 | + "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.", |
| 17 | + "install_methods": [ |
| 18 | + { |
| 19 | + "type": "default", |
| 20 | + "script": "ct/tinyauth.sh", |
| 21 | + "resources": { |
| 22 | + "cpu": 1, |
| 23 | + "ram": 512, |
| 24 | + "hdd": 4, |
| 25 | + "os": "debian", |
| 26 | + "version": "13" |
| 27 | + } |
44 | 28 | }, |
45 | | - "notes": [ |
46 | | - { |
47 | | - "text": "The default credentials are located in `/opt/tinyauth/credentials.txt`.", |
48 | | - "type": "info" |
49 | | - } |
50 | | - ] |
| 29 | + { |
| 30 | + "type": "alpine", |
| 31 | + "script": "ct/alpine-tinyauth.sh", |
| 32 | + "resources": { |
| 33 | + "cpu": 1, |
| 34 | + "ram": 256, |
| 35 | + "hdd": 2, |
| 36 | + "os": "alpine", |
| 37 | + "version": "3.23" |
| 38 | + } |
| 39 | + } |
| 40 | + ], |
| 41 | + "default_credentials": { |
| 42 | + "username": null, |
| 43 | + "password": null |
| 44 | + }, |
| 45 | + "notes": [ |
| 46 | + { |
| 47 | + "text": "The default credentials are located in `/opt/tinyauth/credentials.txt`.", |
| 48 | + "type": "info" |
| 49 | + } |
| 50 | + ] |
51 | 51 | } |
0 commit comments