stophecom / sharrr-svelte

End-to-end encrypted file transfer.
https://www.sharrr.com
MIT License
115 stars 4 forks source link

Adding docker support #128

Closed voxelvortex closed 11 months ago

voxelvortex commented 11 months ago

This PR adds basic docker support

I happened to run into issue 31 and thought I might lend some help... I will admit that I have a very limited understanding of javascript or node and by extension how any of the code in this repo works, but this seems to work and doesn't throw unexpected errors. I don't have access to any S3 buckets for testing, but I may be able to help troubleshoot docker issues.

vercel[bot] commented 11 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @stophecom on Vercel.

@stophecom first needs to authorize it.

stophecom commented 11 months ago

Hi @voxelvortex thank you very much for the interest in project and your contribution. I think it is a good first step. I made some minor changes and added some more context in the readme (Did separate PR https://github.com/stophecom/sharrr-svelte/pull/129).

There are 1-2 more things to cover for "complete self-hosting" which I will document in the original issue. That said. Thanks again!

Chris