this post was submitted on 01 Sep 2026
67 points (98.6% liked)

Selfhosted

61962 readers
1138 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Oracle recently changed their free VPS allowances, taking down my Nextcloud instance. I'm moving my file sync to a local machine but was wondering if anyone had any experience with alternatives, as Nextcloud AIO was a major pain in the ass to set up last time.

I used it for sharing WIP music projects so having a web interface where I can listen to audio files from a browser was really convenient. It seems however, that all apps offering this feature are just as heavy as NC.

I tried installing cloudreve, but the web media player seems borked on firefox.

Does anyone know any good alternatives, preferably ones which can run off a single docker compose file?

you are viewing a single comment's thread
view the rest of the comments
[–] RandomLegend@lemmy.dbzer0.com 18 points 5 days ago (2 children)

ultra minimal but might do everything you need

copyparty + syncthing

[–] djdarren@piefed.social 1 points 1 day ago (1 children)

This comment led me to investigating copyparty for myself. It looks good.

Do you know if you can specify existing folders?

[–] RandomLegend@lemmy.dbzer0.com 1 points 19 hours ago (1 children)

what do you mean?

i use it in the most basic way... when I need to quickly access a folder on one my servers I cd into it, copy party, access it on my PCs browser and go, then I quit copy party

[–] djdarren@piefed.social 1 points 10 hours ago (1 children)

I was just wondering if I could point it to folders that already exist on my server. In particular, my Syncthing folder.

[–] RandomLegend@lemmy.dbzer0.com 1 points 1 hour ago

Ah yes sure you can do that.

If you install it as a simple package you just cd into the folder you want and run the command 'copyparty' otherwise you can simply use docker compose and set it up that way: https://jaredheinrichs.substack.com/p/how-to-setup-copyparty-using-docker

there you can just point the path of your syncthing folder into the /media directory inside the docker container

[–] Conclusionallusion@sh.itjust.works 7 points 5 days ago* (last edited 5 days ago)

Their requirements line up so well with what copyparty can do