Update paths in configuration files to use /var/lib/containers instead of /home/reudy/containers

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jakub Dorfman 2026-04-26 22:40:39 +02:00
parent 5c67fecd2d
commit 57776ab029
3 changed files with 7 additions and 7 deletions

View file

@ -9,7 +9,7 @@ from urllib.parse import urlparse
PANELCTL = os.environ.get("PANELCTL_PATH", "/run/current-system/sw/bin/panelctl")
BIND = os.environ.get("PANEL_API_BIND", "127.0.0.1")
PORT = int(os.environ.get("PANEL_API_PORT", "9911"))
BASE_DIR = os.environ.get("PANEL_BASE_DIR", "/home/reudy/containers")
BASE_DIR = os.environ.get("PANEL_BASE_DIR", "/var/lib/containers")
INDEX_HTML = """<!doctype html>
<html lang="en">