Results 46 comments of Stuart Caie

@manuth has given an example implementation of a `public_url` configuration option here: https://github.com/mozilla-services/syncstorage-rs/issues/1217#issuecomment-2709133105

I wrote a guide on how to self-host syncstorage-rs https://www.kyzer.me.uk/syncserver/ Here are others people's guides: * https://artemis.sh/2023/03/27/firefox-syncstorage-rs.html * https://blog.diego.dev/posts/firefox-sync-server/ * https://aur.archlinux.org/packages/firefox-syncstorage-git#comment-840519 It would be great if Mozilla had an official...

Thanks for submitting this! I hope Mozilla consider accepting it. > It might be a good idea to swap this to perform the authentication based on public_url if specified, instead....

> We might want to consider switching from a compile time flag to a configuration setting to make it easier to test on a staging/production environment, particularly for a canary...

I could write a wiki article, but that wouldn't be my first port of call. If I'm on a server, editing jail.conf, I'd read the file format documentation with `man...

The Rust syncserver, by default, runs a web server on port 8000. It only requires the Rust toolchain, there is no Python needed at all to run it. I can't...