Lightweight pages server.
Go to file
2022-03-27 18:14:09 +02:00
src Fix cargo clippy issues 2022-03-27 14:31:23 +02:00
.gitignore Serve files 2022-03-27 13:44:53 +02:00
Cargo.lock Can update files 2022-03-27 14:13:44 +02:00
Cargo.toml Add README & license 2022-03-27 18:14:09 +02:00
LICENSE Add README & license 2022-03-27 18:14:09 +02:00
README.md Add README & license 2022-03-27 18:14:09 +02:00

Pages Server

PagesServer is a very lightweight static web server that offer two main features :

  • Serve static content
  • Allow easy update of the whole website from a CI/CD system through a POST request, protected by a token & by IP filtering.

This project has been written in Rust. It is based on the Actix framework.