Implement authentication via Gitea
Some checks failed
/ checks (pull_request) Failing after 14s

This commit is contained in:
Bart van der Braak 2024-11-20 23:59:35 +01:00
parent 0f45b38432
commit edb56e96dc
22 changed files with 134 additions and 82 deletions

3
.gitignore vendored
View file

@ -1,7 +1,6 @@
# Hidden files
.venv
.env.production
.env.staging
.env*
# Python
__pycache__