X-Git-Url: http://git.purplebirdman.com/public.git/blobdiff_plain/2a271915a66c003e4dba27ff7caa4fc19fb6dd29..7b1f2bbb5ccf914b9d239fd034a4180041047b45:/readme.md?ds=sidebyside diff --git a/readme.md b/readme.md index f8fb6dc..5ed18fd 100644 --- a/readme.md +++ b/readme.md @@ -9,15 +9,9 @@ docker stack deploy -c <(docker-compose config) public ### reaching the services -Must authorize self through ```$hostname```/lua/publish.lua and set up valid users on first deployment +Must authorize self through ```$hostname```/lua/publish.lua and set up valid users on first deployment. Right now you gotta ```docker exec -it``` the container to do that. + ``` -htpasswd -c passwords $username +htpasswd -c ${HTTPD_PREFIX}/auth/passwords $username ``` - -## todo - -* clean up temporary public directories - ``` - 0 * * * * find /var/www/html/public/* -depth -mtime +7 -delete - ```