mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Activated user push repo for gitea and implemented (untested) smtp mail
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user