Jflo Posted March 1, 2021 Share Posted March 1, 2021 I didn't see any existing configs that used the official image from Mozilla, so I made one. https://github.com/jflo/ffsync-unraid This will likely be the support thread for any questions. 1 Quote Link to comment
Joc Posted March 1, 2021 Share Posted March 1, 2021 22 hours ago, Jflo said: I didn't see any existing configs that used the official image from Mozilla, so I made one. https://github.com/jflo/ffsync-unraid This will likely be the support thread for any questions. THANKS Quote Link to comment
Joc Posted March 1, 2021 Share Posted March 1, 2021 (edited) Excuse my nooobness to unRAID, I do more searching than posting FireFox Sync Server with MariaDB I assume is OK to use. I don't see a password field in docker settings. Seems it is only for SQLlite. Or do I build MariaDB and not use a password for the FireFox database? Thanks. Edited March 1, 2021 by Joc Quote Link to comment
Jflo Posted March 2, 2021 Author Share Posted March 2, 2021 I dunno, i never tried it. Mozilla ships it with the embedded SQLlite, but looking at their init code here: https://github.com/mozilla-services/syncserver/blob/master/syncserver.ini Looks like they may at least support whatever pymysql is.... Quote Link to comment
Jflo Posted June 15, 2021 Author Share Posted June 15, 2021 I don't understand why the included Icon does not render correctly on the installed docker apps page. Quote Link to comment
Jokerigno Posted July 9, 2021 Share Posted July 9, 2021 Hi, I have a question before installing. Looking at the template I understand that I should open a port for Syncserver Public URL. Can I use it with swag reverse proxy instead? Basically I have a custom domain. I can set a subdomain like firefox.customdomain.it and let nginx in swag do the proxy from external to localhost:5000 (even I don't found any proxy conf in swag folders...). What do you kindly suggest? Thank you in advance! Quote Link to comment
dotn Posted August 5, 2021 Share Posted August 5, 2021 Hi Jflo, you have an error in your template. It is not possible to disable new user account creation, which may be crucial functionality if you want to make your SyncServer available from the internet. The problem is in docker variable SYNCSERVER_ALLOW_NEW_USER, it should be SYNCSERVER_ALLOW_NEW_USERS see: https://github.com/mozilla-services/syncserver/blob/master/syncserver/__init__.py#L188 Please fix it, it may save some debugging why the account creation is not disabled, for people who are using your template I can create pull request in your repository if you want. Thanks! 1 Quote Link to comment
pixeldoc81 Posted October 8, 2021 Share Posted October 8, 2021 Created a pull request as @Jflo didn't reply yet. This is an important security fix! Thanks for spotting this @dotn ! @Jokerigno I use caddy v2 as reverse proxy for mozilla-syncserver to do https ssl encryption. Basicly any reverse proxy should work as long as it does not tamper with the http headers. Quote Link to comment
Jflo Posted October 9, 2021 Author Share Posted October 9, 2021 uncanny timing, i literally just pushed this fix moments ago. Thanks for the spot and the fix. Quote Link to comment
MoldavianRO Posted December 17, 2021 Share Posted December 17, 2021 I installed the container, set-it up, forwarded port from router, etc, all works fine from what I can tell. If I navigate to the page i created, says "it works!" . In firefox about:config I changed identity.sync.tokenserver.uri value to http://mysubdomain.mydomain.com/token/1.0/sync/1.5 . From here, I'm lost ... when I try to sign up from firefox menu I land on mozilla account page. I created an account, to see what happens. Seems that it's not working, no idea how to use the docker sync I run. Any help please? Quote Link to comment
nekromantik Posted January 10, 2022 Share Posted January 10, 2022 (edited) does not work for me either looks like values from the template does not appear to change anything in syncserver.ini file Edited January 10, 2022 by nekromantik Quote Link to comment
GhostFox Posted November 20, 2022 Share Posted November 20, 2022 Is this working for anyone, appears to install correctly but then it just wont start Quote Link to comment
meunraid Posted July 8 Share Posted July 8 On 11/19/2022 at 8:42 PM, GhostFox said: Is this working for anyone, appears to install correctly but then it just wont start chown -R 1001:1001 /mnt/user/appdata/ff-syncserver Quote Link to comment
carotna Posted Sunday at 03:20 PM Share Posted Sunday at 03:20 PM On 7/8/2023 at 6:21 AM, meunraid said: chown -R 1001:1001 /mnt/user/appdata/ff-syncserver Thanks for the info, I was getting crazy with this. Maybe the OP can put this in the package description? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.