Files
appstore/apps/codex2api/latest/scripts/uninstall.sh
T
okxlin c30b5ebdb3 feat(codex2api): add official SQLite deployment
Package upstream 2.5.8 and latest GHCR images with digest pins, secure admin initialization, persistent SQLite data, and explicit image and license risk notes.
2026-07-21 23:02:56 +08:00

6 lines
127 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
# 1Panel owns application data removal according to the user's uninstall choice.
exit 0