Hi Dirk.

On 23/01/2026 14:01, Dirk Hohndel via subsurface wrote:
On a Mac, this is how you do that:

plutil -convert xml1 $HOME/Library/Preferences/org.hohndel.subsurface.Subsurface.plist
vim  $HOME/Library/Preferences/org.hohndel.subsurface.Subsurface.plist

(or some other editor)

find this key (likely pretty far on top):

        <key>CloudStorage.cloud_base_url</key>
<string>https://ssrf-cloud-us.subsurface-divelog.org/</string>

and replace the string with https://ssrf-cloud-03.subsurface-divelog.org/
and then save the changes. You don't need to convert back to binary, the app will happily read the text XML version (and macOS will make it a binary again in the background)

On Linux look at $HOME/.config/Subsurface/Subsurface.conf and look for the 'cloud_base_url' in the [CloudStorage] section.


Not sure this is actually working as it should:


➜  subsurface git:(master) head -3 $HOME/.config/Subsurface/Subsurface.conf

[CloudStorage]
cloud_base_url=https://ssrf-cloud-03.subsurface-divelog.org/
cloud_verification_status=3


but then:


INFO: returning cloud URL https://ssrf-cloud-eu.subsurface-divelog.org/git/... INFO: Opening cloud storage from: https://ssrf-cloud-eu.subsurface-divelog.org/git/...


And unfortunately the same on Windows.


As an alternative approach, how about you open a pro forma pull request for a patched version of Subsurface that has the new cloud URL baked in - people will then be able to use the artifacts on the pull request to test (including on Android)?


Ngā mihi

  Michael Keller

_______________________________________________
subsurface mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to