Skip to content

Configuration

Everything you set up once, before (or while) using the modules.

Administration

System-wide setup, requires admin privileges.

  • Admin Area


    Proxmox VE clusters, security & access control , monitoring, maintenance, general settings and notification channels.

  • PVE Permissions


    Required Proxmox VE permissions for each module — quick reference for least-privilege setups.

  • appsettings.extra.json


    Optional file for low-level overrides (database connection, identity policies, logging) that don't have a UI control.

Personal

Per-user preferences — every signed-in user can change their own.

  • User Profile


    Password, two-factor authentication , language, theme.

Where settings live

Where What
Database All UI-driven settings: cluster credentials, users, roles, notifier channels, module options. Survives container updates.
appsettings.extra.json Bootstrap configuration: database connection, log level, identity policies. Read at startup.
/app/data/ (Docker volume) Persistent state: SQLite/Postgres data, exports, attachments, logs.
Environment variables Container deployment knobs: ASPNETCORE_URLS, timezone, etc. — see the Docker docs.