mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-26 16:01:04 +00:00
Verified before merge: main service image update only; upstream LinuxServer compose requirements reviewed; real 2.61.0 to 2.62.0 upgrade passed with the MariaDB container and 35 tables preserved; APP_SECRET/TRUSTED_HOSTS compatibility fix added for new installs and existing .env files; adapter strict-store passed for versioned and latest packages; logs contained no secret leak or fatal migration error.
11 lines
223 B
Bash
11 lines
223 B
Bash
CONTAINER_NAME=
|
|
PANEL_APP_PORT_HTTP=80
|
|
PANEL_APP_PORT_HTTPS=443
|
|
CONFIG_PATH=./data/config
|
|
DB_PASSWORD=kimai-change-me
|
|
APP_SECRET=
|
|
DB_DATA_PATH=./data/db
|
|
TIME_ZONE=Asia/Shanghai
|
|
TRUSTED_HOSTS=.*
|
|
TRUSTED_PROXIES=127.0.0.1/32
|