# 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 ```