- DNS: hi.mcintire.me A/AAAA, git.mcintire.me A/AAAA updated to new host - forgejo role: Docker Compose deployment with SQLite, INSTALL_LOCK, admin user creation - Caddyfile-hi.j2: reverse proxy git.mcintire.me -> localhost:3000 - tailscale role: skip connect when no auth key; dynamic repo suite - debian role: fix Signed-By for debian.sources on trixie - curl added to base Debian packages - support.vntx.net: added to vntx_servers, DNS, host_vars
9 lines
308 B
YAML
9 lines
308 B
YAML
---
|
|
forgejo_version: "10"
|
|
forgejo_http_port: 3000
|
|
forgejo_ssh_port: 2222
|
|
forgejo_hostname: git.mcintire.me
|
|
forgejo_data_dir: /opt/forgejo
|
|
forgejo_admin_user: graham
|
|
forgejo_admin_email: graham@mcintire.me
|
|
forgejo_admin_password: "{{ lookup('env', 'FORGEJO_ADMIN_PASSWORD') | default('changeme123', true) }}"
|