Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting to a remote SSB-Server #80

Closed
JonTheNiceGuy opened this issue Jul 24, 2020 · 1 comment · Fixed by #116
Closed

Connecting to a remote SSB-Server #80

JonTheNiceGuy opened this issue Jul 24, 2020 · 1 comment · Fixed by #116
Assignees
Labels
bug Something isn't working tier-1 top priority
Projects

Comments

@JonTheNiceGuy
Copy link

It'd be really handy if it were possible to connect from Firefox on my machine to a ssb-server running on another machine in the network :)

This would mean I wouldn't need to keep my multi-GB profile files on my local laptop!

@soapdog
Copy link
Owner

soapdog commented May 27, 2021

@JonTheNiceGuy you can do that by altering the remote in settings. I suspect I might have some hardcoded URLs for blob retrieval though. Need to check.

@soapdog soapdog self-assigned this May 27, 2021
@soapdog soapdog added bug Something isn't working tier-1 top priority labels May 27, 2021
@soapdog soapdog added this to To do in Patchfox May 27, 2021
soapdog added a commit that referenced this issue Jul 22, 2021
* Lots of places made hardcoded calls to `localhost:8989` to fetch blobs.
* Affected many packages.
* Two functions are provided:
  * `patchfox.httpUrl()` is a low-level function that allows you to pass a full path.
  * `patchfox.blobUrl()` is a higher-level function, just pass a blob id.

 Closes #80
Patchfox automation moved this from To do to Done Jul 22, 2021
soapdog added a commit that referenced this issue Jul 22, 2021
[[ general ]] removed hardcoded occurrences of `localhost`

* Lots of places made hardcoded calls to `localhost:8989` to fetch blobs.
* Affected many packages.
* Two functions are provided:
  * `patchfox.httpUrl()` is a low-level function that allows you to pass a full path.
  * `patchfox.blobUrl()` is a higher-level function, just pass a blob id.

 Closes #80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tier-1 top priority
Projects
Patchfox
  
Done
Development

Successfully merging a pull request may close this issue.

2 participants