Search Criteria
Package Details: firefox-syncstorage 0.22.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/firefox-syncstorage.git (read-only, click to copy) |
|---|---|
| Package Base: | firefox-syncstorage |
| Description: | Sync storage server with built-in token server for running a self-hosted firefox sync server |
| Upstream URL: | https://github.com/mozilla-services/syncstorage-rs |
| Keywords: | firefox mozilla sync syncserver |
| Licenses: | MPL-2.0 |
| Submitter: | SunRed |
| Maintainer: | SunRed (jewelux) |
| Last Packager: | SunRed |
| Votes: | 7 |
| Popularity: | 0.000000 |
| First Submitted: | 2022-09-23 20:40 (UTC) |
| Last Updated: | 2026-04-20 19:58 (UTC) |
Dependencies (6)
- openssl (openssl-gitAUR, openssl-staticAUR, openssl-aegisAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- mariadb-libs (libmysqlclient81AUR, libmysqlclient80AUR, libmysqlclient84AUR, libmysqlclientAUR, mariadb-lts-libs) (make)
- pkgconf (pkgconf-gitAUR) (make)
- rust (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rustup) (make)
- mysqlAUR (mroongaAUR, mysql81AUR, mysql80AUR, mysql84AUR, mariadb-gitAUR, mysqlAUR, mariadb, mariadb-lts, percona-server) (optional) – for use with a MySQL/MariaDB database server
Latest Comments
1 2 3 Next › Last »
SunRed commented on 2026-04-20 20:00 (UTC)
Sorry it took me a bit but the package is now updated. As the feature to enable mysql and postgres support are mutually exclusive it might be necessary to either split the package or upload a separate one in the future for postgres support and consequently renaming this package adequately.
krukai commented on 2026-04-13 07:53 (UTC) (edited on 2026-04-18 16:40 (UTC) by krukai)
Starting with 0.22.x, it should no longer be necessary to apply the MariaDB patch, see https://github.com/mozilla-services/syncstorage-rs/issues/1753. I have not tested this, however.
jewelux commented on 2025-02-17 15:05 (UTC) (edited on 2025-02-17 15:06 (UTC) by jewelux)
@mqs Have a look at this issue. Here the dependencies are explained in detail. The dependencies are still needed.
mqs commented on 2025-02-16 10:26 (UTC)
Are those python dependencies still necessary? It seems to be a pure rust package to me
Morta commented on 2023-05-16 06:19 (UTC) (edited on 2023-05-16 06:23 (UTC) by Morta)
Is this because of wrong rust version?
jewelux commented on 2023-01-13 10:29 (UTC) (edited on 2023-01-13 10:30 (UTC) by jewelux)
@lexaiden: I fixed the
firefox-syncstorage-gityesterday. There you can find a (pinned) comment with a minimal configuration to work with the official firefox oauth server. I also updated this comment yesterday.lexaiden commented on 2023-01-13 10:15 (UTC) (edited on 2023-01-13 10:20 (UTC) by lexaiden)
@jewelex the toml file in the released version 0.13.1 is very different from what I posted below: https://github.com/mozilla-services/syncstorage-rs/blob/0.13.1/config/local.example.toml. I used the latest toml file from the master branch and changed
fxa_email_domain,fxa_oauth_server_urland addedportin the toml file. I previously used thefirefox-syncstorage-gitAUR, but this package did not build anymore.But I understand that you don't want to provide a custom own toml here and are waiting for a fix from mozilla, hopefully my comment will help others.
jewelux commented on 2023-01-13 09:46 (UTC)
@lexaiden The firefox-syncstorage.toml installed under /etc is exactly the same file you linked from github (see PKGBUILD line 34). So the new file version will be part of the next release published by mozilla. There is nothing to do but wait. ;)
lexaiden commented on 2023-01-12 01:09 (UTC) (edited on 2023-01-12 09:32 (UTC) by lexaiden)
The syntax of the config file
/etc/firefox-syncstorage.tomlhas changed, please update the package.https://github.com/mozilla-services/syncstorage-rs/blob/master/config/local.example.toml
The following works for me:
firefox about:config sync url is the same as before: identity.sync.tokenserver.uri = https://mydomain.com/1.0/sync/1.5
1 2 3 Next › Last »