2025-05-06 11:07:45 +02:00
{
2025-05-28 15:55:14 +03:00
"name" : "Alpine-Tinyauth" ,
2025-05-06 11:07:45 +02:00
"slug" : "alpine-tinyauth" ,
"categories" : [
6
] ,
2025-05-06 11:09:00 +02:00
"date_created" : "2025-05-06" ,
2025-05-06 11:07:45 +02:00
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 3000 ,
2025-05-28 15:55:14 +03:00
"documentation" : "https://tinyauth.app" ,
2025-05-06 11:07:45 +02:00
"config_path" : "/opt/tinyauth/.env" ,
2025-05-28 15:55:14 +03:00
"website" : "https://tinyauth.app" ,
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/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." ,
2025-05-06 11:07:45 +02:00
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/alpine-tinyauth.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 256 ,
2025-05-28 15:55:14 +03:00
"hdd" : 2 ,
2025-05-06 11:07:45 +02:00
"os" : "alpine" ,
2025-06-24 15:28:35 +02:00
"version" : "3.22"
2025-05-06 11:07:45 +02:00
}
} ,
{
"type" : "alpine" ,
"script" : "ct/alpine-tinyauth.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 256 ,
2025-05-28 15:55:14 +03:00
"hdd" : 2 ,
2025-05-06 11:07:45 +02:00
"os" : "alpine" ,
2025-06-24 15:28:35 +02:00
"version" : "3.22"
2025-05-06 11:07:45 +02:00
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
2025-05-28 15:55:14 +03:00
"text" : "The default credentials are located in `/opt/tinyauth/credentials.txt`." ,
"type" : "info"
2025-05-06 11:07:45 +02:00
}
]
}