From 2544cf7dde5a0e1e1e4851950c9186809ec91855 Mon Sep 17 00:00:00 2001 From: Keysat Date: Sat, 9 May 2026 20:03:19 -0500 Subject: [PATCH] Repoint FileBrowser upload from /websites/packages to /websites/keysat-registry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns the upload path with the keysat.xyz registry-domain rebrand — the directory name now matches the registry it serves. --- bin/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/deploy.sh b/bin/deploy.sh index 615efc5..c5a6d4a 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -13,7 +13,7 @@ # START9_SERVER — your Start9 server, e.g. https://immense-voyage.local:62185 # # Optional config (sensible defaults): -# FILEBROWSER_PATH — path on FileBrowser to overwrite. Default: /websites/packages/recap_x86_64.s9pk +# FILEBROWSER_PATH — path on FileBrowser to overwrite. Default: /websites/keysat-registry/recap_x86_64.s9pk # REGISTRY_URL — registry JSON-RPC URL. Default: https://registry.keysat.xyz # REGISTRY_PUBLIC_URL — public .s9pk URL registered with start-cli. # Default: https://files.keysat.xyz/recap_x86_64.s9pk @@ -35,7 +35,7 @@ fi : "${FILEBROWSER_PASS:?FILEBROWSER_PASS is required}" : "${START9_SERVER:?START9_SERVER is required (e.g. https://immense-voyage.local:62185)}" -FILEBROWSER_PATH="${FILEBROWSER_PATH:-/websites/packages/recap_x86_64.s9pk}" +FILEBROWSER_PATH="${FILEBROWSER_PATH:-/websites/keysat-registry/recap_x86_64.s9pk}" REGISTRY_URL="${REGISTRY_URL:-https://registry.keysat.xyz}" REGISTRY_PUBLIC_URL="${REGISTRY_PUBLIC_URL:-https://files.keysat.xyz/recap_x86_64.s9pk}"