view the rest of the comments
Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
You could technically do this with Nextcloud, but that is definitely overkill just for a file drop.
The next best thing I can think of for this would be localsend with auto accept enabled.
You can’t really. Nextcloud requires a specific file structure. It’s not meant to serve ad-hoc directories.
You can add in local directory paths or file shares within your Nextcloud home directory.
I use that to access a local SMB share externally.
Ah, ok. And it works when something outside Nextcloud changes the files?
Yes but it has limitations/risks that could be a deal killer depending on your use case.
When a file changes externally, Nextcloud doesn't know about the the changes until it looks at the file. It only looks when a user access that location within Nextcloud or during a automatic file scan.
The only time I have had issues with it is using a Nextcloud desktop client, as files are cached locally on the desktop and the client doesn't live query the server when you view the files locally.
Changes made externally of Nextcloud won't get updated on desktop clients until Nextcloud looks at the file an realizes a change happened.
This can be very annoying but also dangerous as you are at risk of editing an outdated file. For example if you edit a file via SMB and then edit the same file again on a desktop clients. The desktop clients won't have the new file with the B changes. So you risk overwriteing the files with an old version.