Activated user push repo for gitea and implemented (untested) smtp mail

This commit is contained in:
2025-03-13 15:56:23 +01:00
parent 14136a9e69
commit ef74fd5363
2 changed files with 28 additions and 3 deletions

View File

@@ -98,9 +98,14 @@ defaults_applications:
## Gitea
gitea:
version: "latest"
version: "latest" # Use latest docker image
database:
central_storage: True # Activate Central Database Storage
central_storage: True # Activate Central Database Storage
configuration:
repository:
enable_push_create_user: True # Allow users to push local repositories to Gitea and have them automatically created for a user.
default_private: last # Default private when creating a new repository: last, private, public
default_push_create_private: True # Default private when creating a new repository with push-to-create.
## Gitlab
gitlab: