Files
appstore/apps/fider/latest/scripts/init.sh
T
okxlin 19d6964299 feat: add fider
Add Fider as a 1Panel local app with bundled PostgreSQL and MailHog, strict adapter validation, and real moelin/1panel:v2 smoke coverage.
2026-06-27 21:24:10 +08:00

5 lines
103 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
DATA_DIR="${APP_DATA_DIR:-./data}"
mkdir -p "$DATA_DIR/postgres"