fix table with handling, icons implemented

This commit is contained in:
root
2026-08-09 08:50:13 +02:00
parent 5e32be7d0c
commit 3ff0794cfc
43 changed files with 1027 additions and 95 deletions
+3 -1
View File
@@ -4,8 +4,10 @@ set -eu
CONFIG_PATH="${APP_CONFIG:-/app/config/config.json}"
APPINFO_PATH="${APPINFO_PATH:-/app/config/APPINFO.json}"
DEFAULT_APPINFO="/app/default-config/APPINFO.json"
STANDARD_IMAGE_DIR="${STANDARD_IMAGE_DIR:-/app/app/static/uploads/library}"
mkdir -p "$(dirname "$CONFIG_PATH")" "$(dirname "$APPINFO_PATH")"
mkdir -p "$(dirname "$CONFIG_PATH")" "$(dirname "$APPINFO_PATH")" "$STANDARD_IMAGE_DIR"
echo "Standard image library: $STANDARD_IMAGE_DIR"
if [ ! -f "$CONFIG_PATH" ]; then
echo "Initializing AssetManager configuration: $CONFIG_PATH"