Merge claude/1

This commit is contained in:
librelad 2026-05-24 13:10:52 +01:00
commit 0faff182f8

View File

@ -28,7 +28,9 @@ dockerSwitcherSwap()
# new mode. LibrePortal's own control plane is reconciled automatically # new mode. LibrePortal's own control plane is reconciled automatically
# (reconcileDockerOwnership), but app data is not touched — the safe way # (reconcileDockerOwnership), but app data is not touched — the safe way
# to carry stateful apps across is backup-before / restore-after. # to carry stateful apps across is backup-before / restore-after.
isNotice "Switching Docker mode re-maps container ownership. Back up any stateful apps (databases etc.) BEFORE switching and restore them AFTER — app data is intentionally left untouched here." isNotice "Switching Docker mode re-maps container ownership."
isNotice "Back up any stateful apps (databases etc.) BEFORE switching and restore them AFTER."
isNotice "App data is intentionally left untouched here."
if [[ $CFG_DOCKER_INSTALL_TYPE == "rooted" ]]; then if [[ $CFG_DOCKER_INSTALL_TYPE == "rooted" ]]; then
if [[ $flag != "cli" ]]; then if [[ $flag != "cli" ]]; then