From 6ff7ee551156577f1fb8baa02bf18195e9c347b9 Mon Sep 17 00:00:00 2001 From: Roger Oriol Date: Sat, 31 Jan 2026 12:05:51 +0100 Subject: [PATCH] fava service --- fava/fava.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fava/fava.yaml b/fava/fava.yaml index 1e154ea..dbec394 100644 --- a/fava/fava.yaml +++ b/fava/fava.yaml @@ -35,7 +35,7 @@ data: # Clone or update the repository if [ ! -d "/data/contabilitat/.git" ]; then echo "Cloning repository..." - git clone http://${GITEA_USERNAME}:${GITEA_PASSWORD}@gitea.gitea.svc.cluster.local:3000/${GITEA_USERNAME}/contabilitat.git /data/contabilitat + git clone http://${GITEA_USERNAME}:${GITEA_PASSWORD}@gitea.rogi.casa/${GITEA_USERNAME}/contabilitat.git /data/contabilitat else echo "Repository exists, pulling latest changes..." cd /data/contabilitat