Hysen Labs
Open-source project
11notes/docker-tinyauth avatar
11notes

docker-tinyauth

run tinyauth rootless and distroless.

105 stars6 forksDockerfileMIT
DEEP OPEN-SOURCE ANALYSIS

docker-tinyauth: run tinyauth rootless and distroless.

run tinyauth rootless and distroless.

What the project is

docker-tinyauth is a Dockerfile project hosted on GitHub. Run tinyauth rootless and distroless. Tinyauth (created by steveiliop56) is a simple authentication middleware that adds a simple login screen or OAuth with Google, Github and any provider to all of your docker apps. It supports all the popular proxies like Traefik, Nginx and Caddy. The repository is maintained by 11notes and tracks activity through its public issue tracker and commit history. Readers who want a working example rather than a bare library will find the documentation and the linked resources useful for getting a first build running.

What it offers

The docker-tinyauth repository documents several concrete capabilities that shape how people use it. /tinyauth/var - Directory of SQLite database and static assets "no-new-privileges=true" "traefik.enable=true" "traefik.http.routers.tinyauth.rule=Host(${FQDN TINYAUTH})" "traefik.http.routers.tinyauth.entrypoints=https" These points are taken from the project README, so they reflect what the maintainers actually ship rather than marketing claims. Checking the file list and the example directories gives a fuller picture of how each piece fits together.

How to set it up

Getting docker-tinyauth running starts with cloning the source from https://github.com/11notes/docker-tinyauth. The README lists the commands needed to fetch the code and build or launch it. Representative steps from the documentation include: docker pull 11notes/tinyauth:5.0.7 docker pull ghcr.io/11notes/tinyauth:5.0.7 docker pull quay.io/11notes/tinyauth:5.0.7. After the code is on disk, the project instructions walk through configuration and any dependencies. Following the order shown in the README avoids the common setup mistakes that come from mixing steps.

License and project status

docker-tinyauth is written primarily in Dockerfile and is released under the MIT license, which sets the terms for reuse and redistribution. The project reports around 105 stars on GitHub, a signal of how many developers have bookmarked it. The source was last updated on 2026-08-21. The canonical location is https://github.com/11notes/docker-tinyauth, where the license file, the changelog and the open issues give the most current state of the work. Anyone planning to depend on it should read the license text directly before shipping it inside another product.

Editorial conclusion

The docker-tinyauth source lives at https://github.com/11notes/docker-tinyauth under the MIT license and is mainly written in Dockerfile. The README and the linked examples remain the place to confirm the current behaviour before adopting the project.

DEEP OPEN-SOURCE ANALYSIS

Official sources

Community notes

Community notes