Files
appstore/apps/nascab/latest/scripts/init.sh
T
okxlin 539be8f017 Add NasCab app package
Add NasCab with latest and 3.6.1 versions using the official ypptec/nascab image, separate media/state mounts, and conservative HTTP-only default exposure.

Validated with adapter strict checks, env closure, docker compose config, and real 1Panel v2 fresh-install smoke for latest and 3.6.1 including restart, uninstall, and cleanup.
2026-07-06 01:17:22 +08:00

5 lines
100 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
mkdir -p "${MEDIA_PATH:-./data/media}" "${STATE_PATH:-./data/state}"