Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 954 Bytes

File metadata and controls

33 lines (19 loc) · 954 Bytes

plist-server

A Rust server used for QuickSign to serve install manifests under HTTPS (as required by iOS).

How to run

Binary

Prerequisites

  1. Go into the server's cloned directory, run task or cargo build --release.
  2. Run your binary which is located at target/release/plist-server.

Docker

Prerequisites

  1. Go into the server's cloned directory, run task docker:build or docker build -t plist-server . to build the Docker image.
  2. Run the Docker container using task docker:run or docker run -p 8080:8080 plist-server.

Acknowledgements

License

MIT © TheOrdinaryWow