mirror of
https://github.com/YunoHost-Apps/syncserver-rs_ynh.git
synced 2026-05-12 07:08:26 +02:00
Firefox Sync Storage packaged for YunoHost.
- Shell 100%
* Fix doc * Move to helpers 2.1 * Include proxy_params_no_auth * Fix * Fix * Fix * Fix * Auto-update READMEs * Use prebuilts (#115) * Use prebuilts * Auto-update READMEs * SHA256 * in_subdir = false * chmod * deps * Update SHA256 for rebuilt release * fixup regex * v0.21.1.1 * Auto-update READMEs * read libmariadb-dev-compat dep * pkg-config? * Update manifest.toml * Auto-update READMEs * Cleanup old binaries * New assets * Autoupdate * Auto-update READMEs * Fixup SHA * shaaaaaaaaa * Update tests.toml * Update tests.toml * Update tests.toml --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Wait for server start/stop (#118) * Upgrade to v0.22.0 (#121) * Upgrade sources - `main` v0.22.0: https://github.com/mozilla-services/syncstorage-rs/releases/tag/0.22.0 * Auto-update READMEs * Bump prebuilts * Auto-update READMEs * Tokenserver migrations moved to MySql folder * adding service is now handled by an upstream migration --------- Co-authored-by: orhtej2 <2871798+orhtej2@users.noreply.github.com> * [DO NOT MERGE UNTIL FIXED] Upgrade to v0.22.2 (#125) * Upgrade sources - `main` v0.22.2: https://github.com/mozilla-services/syncstorage-rs/releases/tag/0.22.2 - `bookworm` v0.22.1: https://github.com/YunoHost-Apps/syncstorage-rs-build/releases/tag/syncserver-0.22.1 - `trixie` v0.22.1: https://github.com/YunoHost-Apps/syncstorage-rs-build/releases/tag/syncserver-0.22.1 * Auto-update READMEs * fixups * Auto-update READMEs * Run inside a dir? * Fixed LD_LIBRARY_PATH * also python3-dev * Add pre_upgrade message for 0.22.2~ynh3 --------- Co-authored-by: orhtej2 <2871798+orhtej2@users.noreply.github.com> * Upgrade to v0.22.3 (#127) * Upgrade sources - `main` v0.22.3: https://github.com/mozilla-services/syncstorage-rs/releases/tag/0.22.3 - `uv` v0.11.7: https://github.com/astral-sh/uv/releases/tag/0.11.7 * Auto-update READMEs * Update assets * Auto-update READMEs --------- Co-authored-by: orhtej2 <2871798+orhtej2@users.noreply.github.com> --------- Co-authored-by: ewilly <ewilly@free.fr> Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> |
||
|---|---|---|
| .github | ||
| conf | ||
| doc | ||
| scripts | ||
| .gitignore | ||
| LICENSE | ||
| manifest.toml | ||
| README.md | ||
| tests.toml | ||
Firefox SyncStorage, packaged for YunoHost
Synchronize tabs, passwords, history etc. between your Firefox instances
📦 Developer info
🛠️ Upstream Firefox SyncStorage repository: https://github.com/mozilla-services/syncstorage-rs
Pull request are welcome and should target the testing branch.
The testing branch can be tested using:
# fresh install:
sudo yunohost app install https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing
# upgrade an existing install:
sudo yunohost app upgrade syncserver-rs -u https://github.com/YunoHost-Apps/syncserver-rs_ynh/tree/testing
📚 App packaging documentation
Please see https://doc.yunohost.org/packaging_apps for more information.