init
This commit is contained in:
commit
0b329d6ad8
6 changed files with 523 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal 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
|
||||
```
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue