]> Untitled Git - public.git/blobdiff - readme.md
Hotfix for nonce URL
[public.git] / readme.md
index 0c3b4fd5ab7a94cbe1e78d073cf4494127b6c332..f8fb6dcd4150b5ee0a7bdcf6290e38841142a032 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -7,9 +7,12 @@ A stupid and easy way to publicize my stuff. like dropbox but safer.
 docker stack deploy -c <(docker-compose config) public
 ```
 
-### creating a public directory by filename regex
+### reaching the services
+
+Must authorize self through ```$hostname```/lua/publish.lua and set up valid users on first deployment
+
 ```
-docker exec -it 581d24de85e5 /root/public simplify
+htpasswd -c passwords $username
 ```
 
 ## todo