Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.