go server to allow people to sing up - intended for use with Authelia
Find a file
2025-09-13 16:20:53 +02:00
go.mod Update go.mod 2025-09-13 15:44:24 +02:00
go.sum simple signup v1 2025-09-12 22:50:33 +02:00
main.go added loading Port and BaseURL from ENV vars. 2025-09-13 16:20:53 +02:00
README.md added README 2025-09-12 22:53:00 +02:00

Super simple go server to allow generating invite links and self-signup. Intended for use with Caddy and Authelia - put the /invite page behind authenticated Caddy settings, and the /signup page public.

Codes are 1 use, currently no expiry time (but each code is a text file, so just delete them periodically i guess).

Plans for v2: Support lldap since currently there's no logic to actually add the generated user to Authelia's user_database.yml file.