31 lines
1.3 KiB
YAML
31 lines
1.3 KiB
YAML
---
|
|
# =============================================================================
|
|
# Gitea GitOps PoC Configuration
|
|
# =============================================================================
|
|
# Standalone Gitea installation without external OAuth.
|
|
# Used for hosting Terraform/Pulumi repos and CI/CD pipelines.
|
|
|
|
# =============================================================================
|
|
# Domain Configuration
|
|
# =============================================================================
|
|
gitea_domain: "gitea-poc.networkmonitor.cc"
|
|
gitea_ssh_domain: "gitea-poc.networkmonitor.cc"
|
|
|
|
# =============================================================================
|
|
# Let's Encrypt Configuration
|
|
# =============================================================================
|
|
letsencrypt_email: "vlad.stus@gmail.com"
|
|
|
|
# =============================================================================
|
|
# Paths
|
|
# =============================================================================
|
|
gitea_base_dir: "/opt/gitea"
|
|
gitea_data_dir: "{{ gitea_base_dir }}/gitea_data"
|
|
|
|
# =============================================================================
|
|
# Docker Configuration
|
|
# =============================================================================
|
|
gitea_image: "gitea/gitea:latest"
|
|
gitea_http_port: 3000
|
|
gitea_ssh_port: 2222
|