Post

Tinyauth

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.

Tinyauth

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/tinyauth.sh)"
CPU: 1 cores RAM: 512 MB Disk: 4 GB OS: Debian 13

Alpine install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/alpine-tinyauth.sh)"
CPU: 1 cores RAM: 256 MB Disk: 2 GB OS: Alpine 3.23

Configuration

Config file:

1
/opt/tinyauth/.env

Notes

The default credentials are located in /opt/tinyauth/credentials.txt.

Web Interface

Port: 3000

This post is licensed under CC BY 4.0 by the author.