Wire the folder-layout mirroring into onboard Step 12
A fresh install reproduced the single lump folder because Step 12 only ever called fallback_folder.php; it now mirrors the owner's layout first and hands the fallback folder just what is left.
This commit is contained in:
@@ -165,6 +165,13 @@
|
||||
"/mnt/user/appdata-Fallback/Critical-Data" # critical-data profile — the auth stack
|
||||
)
|
||||
|
||||
# Containers that belong in "<PartnerShort>-Fallback" on the mirror rather than in a mirrored
|
||||
# copy of this host's folder layout — the ones that exist there only to cover this host going
|
||||
# dark. Everything else the onboard deploys is filed onto the same shelf it occupies here
|
||||
# (Arrs Stack, Networking, Databases…), because it runs on the mirror continuously.
|
||||
# Empty is the normal state: leave it empty unless a container is genuinely failover-only.
|
||||
HOSTN_PARTNERSHIP_FALLBACK_ONLY=()
|
||||
|
||||
# XML templates pushed to mirror during onboard — auth stack.
|
||||
# Dependencies (databases) must come before apps that depend on them.
|
||||
HOSTN_PARTNERSHIP_AUTH_STACK=(
|
||||
|
||||
Reference in New Issue
Block a user