Vince fixed

This commit is contained in:
2026-09-06 16:34:23 +00:00
parent 605b4b16cc
commit 3929d3f0b2
6 changed files with 54 additions and 14 deletions
+7 -1
View File
@@ -20,9 +20,15 @@ docker_network: "{{ title }}_net"
docker_image: "{{ registry }}/{{ title }}:{{ image_tag | default(tag) }}"
docker_container: "{{ title }}-staging"
# self-hosted first-party analytics (Vince) — proxied at /stats/* on www host
# self-hosted first-party analytics (Vince) — script/events proxied at
# /stats/* on the www host, dashboard published on stats_host
vince_container: vince
vince_port: 8000
vince_admin_name: admin
# change this before first deploy — it (re)sets the dashboard login
vince_admin_password: "ChangeMe-Vince-2025!"
vince_site_domain: mozimo.in
stats_host: stats.mozimo.in
# caddy publishes www (SSR + /api/* + /_/* -> pocketbase) and cms (admin)