This commit is contained in:
nazrin 2025-04-19 13:33:49 +00:00
commit 0b329d6ad8
6 changed files with 523 additions and 0 deletions

17
README.md Normal file
View file

@ -0,0 +1,17 @@
# Pages
Allows static files to be uploaded for hosting
## Config
* `users`: Newline seperated list of:
```
user pass
```
## Example
```
cd doc && zip -r doc.zip . && curl -u name:$PAGES_PASS -F "file=@doc.zip" https://pages.sylvie.moe/upload/name/repo
```