No description
This repository has been archived on 2025-10-08. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
kekskurse 92704e80f1
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/playwright Pipeline was successful
ci/woodpecker/push/deplyoment Pipeline was successful
fix: go mod oauth test
2025-05-25 20:49:24 +02:00
.woodpecker chore: ci 2025-03-19 02:01:17 +01:00
pkg fix: go mod oauth test 2025-05-25 20:49:24 +02:00
playwright fix: go mod oauth test 2025-05-25 20:49:24 +02:00
resources/infra chore: add live smtp settings 2025-03-14 17:46:49 +01:00
templates chore: login methode return user 2025-05-25 20:41:22 +02:00
vendor chore: login methode return user 2025-05-25 20:41:22 +02:00
.gitignore chore: add live smtp settings 2025-03-14 17:46:49 +01:00
docker-compose-dev.yml chore: go mod 2025-05-25 20:43:52 +02:00
Dockerfile fix: remove CGO from build 2025-03-12 22:16:25 +01:00
go.mod chore: go mod 2025-05-25 20:43:52 +02:00
go.sum chore: go mod 2025-05-25 20:43:52 +02:00
main.go fix: go mod oauth test 2025-05-25 20:49:24 +02:00
main_test.go chore: config setup for web system 2025-03-14 02:52:18 +01:00
Makefile chore: go mod 2025-05-25 20:43:52 +02:00
Readme.md fix: go mod oauth test 2025-05-25 20:49:24 +02:00

Miniauth.

Config

Name Description Default
DUMMY_DATABASE Setup a new sqlite with the struct but no data for dev and test only false
USERSTORE_SQLITE_PATH Path to the Sqlite Database none
PORT Port for the Webserver 8080
SMTP_SERVER SMTP Server to send mails, if server is test mails will not be send, no error shown none
SMTP_PORT SMTP Port 587
SMTP_USERNAME SMTP Username none
SMTP_PASSWORD SMTP Password none
SMTP_FROM Mail address used as from for all mails none
WEB_PUBLIC_REGISTRATION Enabled the registration for anyone on the webgui False
WEB_JWT_SECRET_KEY Set secret key for the jwt used abc
MINIAUTH_LOGIN_WITH_NOT_APPROVED_MAIL Allow user to login even if there mail address is not validated False

Development

create locale db by run sh db.sh than set the env varieables you need and run everything.