serve icon indicating copy to clipboard operation
serve copied to clipboard

Simple http-auth added

Open jwd83 opened this issue 9 years ago • 3 comments

Hey there, I've recently been learning Go and simultaneously found a use for this code to quickly share some large files with a friend of mine. I wanted to try to add a basic http-auth function to provide a minimum level of security for times I'd like to make this public facing breifly. I imagine a .gitignore could/should be added. In any event would love to hear your thoughts or if I should simply keep this as my own fork.

jwd83 avatar Oct 15 '16 11:10 jwd83

Hey there, do you think you will ever come back to this project? I still find it handy from time to time but haven't spent any more time learning go. How difficult would it be to tack on https support?

jwd83 avatar Sep 29 '17 05:09 jwd83

Hey, wow I had completely missed this. Let me see if we can do something about https. The obvious approach would be something like LE (via caddy) but seems like a lot of work for a temporary service like this. Did you have anything else in mind.

kidoman avatar Sep 29 '17 05:09 kidoman

Hey there, I also haven't checked back in on this recently. When I tried to setup this project again a few weeks ago to move some backups I ran into what I think was a dependency problem setting it up and went and found another solution in the mean time. I think this is still a great little project to get files from A to B and adding some level of https (even non lets encrypt just self signed?) would he handy.

jwd83 avatar Dec 18 '17 19:12 jwd83