this post was submitted on 15 Jun 2023
14 points (100.0% liked)

Selfhosted

38768 readers
339 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hello looking for a file sharing app, preferable that I can run in a docker container with a UI that displays for file recipients over a reverse proxy.

edit: thanks everyone for your help and suggestions!

top 13 comments
sorted by: hot top controversial new old
[–] [email protected] 11 points 1 year ago (1 children)

Have you looked into Nextcloud?

[–] [email protected] 2 points 1 year ago (2 children)

I have not, I will give it a look - thank you!

[–] [email protected] 3 points 1 year ago

No problem! :)

[–] [email protected] 2 points 1 year ago

Nextcloud and Owncloud both allow you to share any file you store in them.

[–] [email protected] 3 points 1 year ago (1 children)

the other day I spent probably 30 minutes comparing solutions to share files between two machines over the network. I ended up just running this Python line...

python3 -m http.server 8080

[–] [email protected] 1 points 1 year ago

this is a awesome trick that more people should know about

there is also solution for the opposite problem, when you have two machines and you have no idea what is in between them:
https://github.com/magic-wormhole/magic-wormhole
initiating transfer is as easy as copy-pasting or re-typing a short phrase
and it will find the best path to transfer files. If they are on same network, it will transfer locally. If they are on the opposite sides of the internet, transfer will go through proxy server, etc.

[–] [email protected] 2 points 1 year ago

check out wormhole and some selfhosted options like pairdrop

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

I do not have any experience with it, but I've heard that SeaFile is an alternative to Nextcloud that you can look into.

[–] [email protected] 1 points 1 year ago

Seafile is good, and has way better performance than Nextcloud. Rather than trying to do "everything", it does one thing (files) and does it well.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

Used sharry, but I found picoshare easier to setup and run, which is what I am running now.

Edit: these are pretty simple and often offer only upload an requesting (files from others)

[–] [email protected] 2 points 1 year ago

Something simpler than some of the other self hosted drive apps (nextcloud and seafile) that I like is sftpgo

[–] [email protected] 2 points 1 year ago

Do you need access control? If not, a simple Apache/Nginx directory listing is nice and easy, just drop your files in your webroot and you're set. h5ai is a nice addition if you go that route.

If you need access control (or at least some sort of obfuscated URLs), Nextcloud is a good option. Pretty easy to get up and running, and there's a ton of plugins available.

[–] [email protected] 1 points 1 year ago

I’m using resilio (btsync in the past). It’s not free (FOSS), and not free(need pay for pro license). However, it’s P2P structure is straightforward to me

load more comments
view more: next ›