Skip to content

TheOrdinaryWow/plist-server

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published