mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-05-09 23:05:43 +02:00
11 lines
637 B
YAML
11 lines
637 B
YAML
version: "latest" # Use latest docker image
|
|
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.
|
|
features:
|
|
matomo: true
|
|
css: true
|
|
landingpage_iframe: true
|
|
central_database: true |