https://github.com/mossop/serve-mar
A simple webserver serving update mar files for Mozilla applications.
https://github.com/mossop/serve-mar
Last synced: 4 months 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-16T09:48:52.000Z (12 months ago)
- Last Synced: 2025-01-20T07:12:49.605Z (6 months ago)
- Language: Rust
- Size: 42 KB
- Stars: 0
- Watchers: 2
- 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`.