Add README & license
This commit is contained in:
6
README.md
Normal file
6
README.md
Normal file
@ -0,0 +1,6 @@
|
||||
# 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.
|
Reference in New Issue
Block a user