RECORD ON YOUR ASTROPORT ONLY

This commit is contained in:
fred 2023-09-03 00:29:00 +02:00
parent 234ce18aef
commit f56314a0fd
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ document.addEventListener('DOMContentLoaded', function() {
if (latElement && lonElement) {
latElement.value = salt || '0.00'; // Default to '0.00' if lat is missing
lonElement.value = pepper || '0.00'; // Default to '0.00' if lon is missing
uplanetElement.value = uplanet || '@'; // Default to '0.00' if lon is missing
uplanetElement.value = '@'; // Default to '0.00' if lon is missing
}
});

View File

@ -179,7 +179,7 @@ NID="${myIPFS}"
WID="https://ipfs.$CLYUSER$YOMAIN.$(myHostName)/api" ## Next Generation API # TODO PLAYER IPFS Docker entrance
WID="https://ipfs.$(myHostName)/api"
WID="https://ipfs.$(myHostName)/api"
WID="$(myAPI)" ## https://ipfs.libra.copylaradio.com
WID="${myAPI}" ## https://ipfs.libra.copylaradio.com
# WID="http://ipfs.$(myHostName):5001"
USALT=$(echo "$SALT" | jq -Rr @uri)