mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-23 08:01:00 +00:00
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.
5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
mkdir -p "${MEDIA_PATH:-./data/media}" "${STATE_PATH:-./data/state}"
|