Skip to content

A simple forward authentication site. Intended to be used with docker and traefik.

License

Notifications You must be signed in to change notification settings

tylerbucher/local-auth

Repository files navigation

LocalAuth License: MIT

Is a forward authentication api and front end service.

Usage

Program arguments

  • 8080
  • <proxy_path> /auth
  • <jdbc_url> jdbc:mysql://192.168.1.125:3306/local_auth?user=&password=&useSSL=false&allowPublicKeyRetrieval=true
  • localhost

todo etags oauth2 users reset passwords

Building

docker build --no-cache --build-arg SSH_FILE=ssh_private.txt --build-arg HOST='s/$HOST_URL/sub.domain.net/g' -t localauth:localauth .

About

A simple forward authentication site. Intended to be used with docker and traefik.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published