From 647480409589771ae08263a16b0ee8f767f81b78 Mon Sep 17 00:00:00 2001 From: Alex Frantz Date: Wed, 26 Nov 2025 21:51:15 -0500 Subject: [PATCH] add user --- tasks/pelican.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/pelican.yml b/tasks/pelican.yml index c498ff9..30cf7cd 100644 --- a/tasks/pelican.yml +++ b/tasks/pelican.yml @@ -21,6 +21,8 @@ XDG_DATA_HOME: /pelican-data APP_URL: "https://{{ PELICAN_APP_URL }}" ADMIN_EMAIL: "{{ PELICAN_EMAIL }}" + PUID: "{{ PUID }}" + PGID: "{{ PGID }}" labels: traefik.enable: "true" traefik.http.routers.panel.rule: Host(`panel.landite.games`)