Go to file
Chris Nutter 35d769820c fixed format of README 2025-04-09 15:25:10 -07:00
src initial 2025-04-09 15:23:27 -07:00
.env initial 2025-04-09 15:23:27 -07:00
.gitignore initial 2025-04-09 15:23:27 -07:00
Cargo.lock initial 2025-04-09 15:23:27 -07:00
Cargo.toml initial 2025-04-09 15:23:27 -07:00
Dockerfile initial 2025-04-09 15:23:27 -07:00
LICENSE initial 2025-04-09 15:23:27 -07:00
README.md fixed format of README 2025-04-09 15:25:10 -07:00
compose.yaml initial 2025-04-09 15:23:27 -07:00

README.md

plistServer-free

A Rust server used for QuickSign to serve install manifests under HTTPS (as required by iOS). This is a fork of plistServer by c22dev and boredcoder411 to work in Docker.

This is licensed under the GPLv3 so you are free to use this anywhere (as long as it's under the GPLv3) under the terms of the GPLv3

Credits

plistServer was originally written by the QuickSign team.

Docker setup

Source

c22dev

boredcoder411