Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mossop/serve-mar
A simple webserver serving update mar files for Mozilla applications.
https://github.com/mossop/serve-mar
Last synced: 26 days ago
JSON representation
A simple webserver serving update mar files for Mozilla applications.
- Host: GitHub
- URL: https://github.com/mossop/serve-mar
- Owner: Mossop
- License: mpl-2.0
- Created: 2022-08-26T09:31:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T09:48:52.000Z (4 months ago)
- Last Synced: 2024-07-16T12:21:17.511Z (4 months ago)
- Language: Rust
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# serve-mar
This takes some of the pain out of testing automatic updates for Mozilla
applications.You still need to [create an update mar file](https://firefox-source-docs.mozilla.org/toolkit/mozapps/update/docs/SettingUpAnUpdateServer.html#obtaining-an-update-mar)
using the instructions provided and be running a build built to support unsigned updates. But once
you have that you can run an update server with:```shell
~$ cargo install serve-mar
~$ serve-mar update.mar
```This will start a basic webserver on port 8000 that serves updates from `/update.xml`.