You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,3 +18,7 @@ they can not combined as of now, only one may be used, the default is to not exp
18
18
the marker for expiration is simply a file adhering to a naming convention indiciating the unix timestamp of expiry.
19
19
20
20
a cron container has also been added, it will find expired uploads every 20 minutes and delete them.
21
+
22
+
the project is meant to be used behind a reverse proxy, which is not in scope, I personally run a non-docker reverse proxy in front of all my projects, that's why this is bound to localhost by default.
23
+
24
+
there are many projects out there incorporating TLS and all kinds of nice features, this one for example: https://github.com/linuxserver/docker-letsencrypt it could easily be added to the compose file and you're good to go
0 commit comments