From 5631aa016b6269fe58096ae246af01d8790cd2b0 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Sat, 10 Jan 2026 16:47:00 -0500 Subject: [PATCH] fix gitea --- tasks/gitea.yml | 4 ++-- tasks/plausible.yml | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/tasks/gitea.yml b/tasks/gitea.yml index ace0efd..7756fc2 100644 --- a/tasks/gitea.yml +++ b/tasks/gitea.yml @@ -17,8 +17,8 @@ published_ports: - "2222:22" env: - USER_UID: "{{ PUID }}" - USER_GID: "{{ PGID }}" + USER_UID: "1000" + USER_GID: "1000" labels: traefik.enable: "true" traefik.http.routers.git.rule: Host(`git.alexav.gg`) diff --git a/tasks/plausible.yml b/tasks/plausible.yml index 4d6c2b8..907b251 100644 --- a/tasks/plausible.yml +++ b/tasks/plausible.yml @@ -3,7 +3,6 @@ file: path: "{{ item }}" state: directory - owner: 999 with_items: - "{{ data_dir }}/plausible" - "{{ data_dir }}/plausible/app"