Repoint deploy script defaults from satsflows.com to keysat.xyz
Both REGISTRY_URL (registry index re-index endpoint) and REGISTRY_PUBLIC_URL (the URL embedded in the registry entry pointing at the .s9pk download) now default to keysat.xyz. The hosts route to the same data via StarTunnel; this just stops embedding the legacy satsflows.com hostname in the registered package metadata.
This commit is contained in:
+4
-4
@@ -14,9 +14,9 @@
|
||||
#
|
||||
# Optional config (sensible defaults):
|
||||
# FILEBROWSER_PATH — path on FileBrowser to overwrite. Default: /websites/packages/recap_x86_64.s9pk
|
||||
# REGISTRY_URL — registry JSON-RPC URL. Default: https://registry.satsflows.com
|
||||
# REGISTRY_URL — registry JSON-RPC URL. Default: https://registry.keysat.xyz
|
||||
# REGISTRY_PUBLIC_URL — public .s9pk URL registered with start-cli.
|
||||
# Default: https://files.satsflows.com/recap_x86_64.s9pk
|
||||
# Default: https://files.keysat.xyz/recap_x86_64.s9pk
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
@@ -36,8 +36,8 @@ fi
|
||||
: "${START9_SERVER:?START9_SERVER is required (e.g. https://immense-voyage.local:62185)}"
|
||||
|
||||
FILEBROWSER_PATH="${FILEBROWSER_PATH:-/websites/packages/recap_x86_64.s9pk}"
|
||||
REGISTRY_URL="${REGISTRY_URL:-https://registry.satsflows.com}"
|
||||
REGISTRY_PUBLIC_URL="${REGISTRY_PUBLIC_URL:-https://files.satsflows.com/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}"
|
||||
|
||||
S9PK_FILE="$PROJECT_ROOT/recap_x86_64.s9pk"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user