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:
- 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!
view the rest of the comments
Have you tried the official Nextcloud desktop app?
That would not be equivalent to 'remote location', as the files would be stored locally on your computer and being synced with the cloud.
The nextcloud client has the option to setup the folder as a virtual folder. this wouldn't sync the files locally but would download them on first access, kind of like how OneDrive works. Would this not work for OP or did I miss read
TBH, the description in the original post is not very clear.
I think this is it but I can't find this option in the settings.
OK so I managed to enable it! :) Thanks for everyone suggestions.
If you have the same issue and find this thread later: on a regular install, open /home/yourusername/.config/Nextcloud/nextcloud.cfg with a text editor. On flatpak, open /home/yourusername/.var/app/com.nextcloud.desktopclient.nextcloud/config/Nextcloud/nextcloud.cfg. Add the line
showExperimentalOptions=true
under the general section. Restart Nextcloud desktop and delete the current synchronization destionation. Readd it and you'll see the option to use virtual files. Confirm that it's experimental and you're done.I did but that's only syncing one folder if I'm not mistaken. I want to see everything though and if I make changes to files these changes should be synced back to the cloud.
That's exactly what the nextcloud desktop app does.
Maybe I'm using the wrong one? Mine just sits in the task bar and displays the sync status and "helpful" app recommendations. I want to see the files though (in Dolphin for example)...
I figured I might have a wrong version or something so I went ahead and grabbed the one off of flathub, but that's the same one. It syncs everything to one folder on the disk but only until the disk is full. I kinda wanted something like iCloud that would show everthing but only download on demand (so it doesn't take up all the space).