_[Checkout part 1](/blog/2019/01/20/experiments-in-owning-data/index.html)_
I wanted the setup to have as much less friction as possible, more time
maintaining systems and uploading data is less time for things that I actually
enjoy. Luckily a lot of open source tooling exists to help in this space, some
mature, some not so much.
I stumbled upon these two apps during this experiment and they have become my
daily drivers of sort -
### Nextcloud
[Nextcloud](https://nextcloud.com/) is your one-stop cloud storage app. The core
of nextcloud is a file storage server with a web interface, easy enough right?
True to the open source nature it is heavily [extendable with apps (more like
plugins)](https://apps.nextcloud.com/) - and there is an app for everything!
hosting calendars, editing office docs, taking markdown notes and even video
calling.
Nextcloud comes with companion mobile apps for Android and iOS. The apps let you
access and upload data to the nextcloud server. They can also automatically
backup new photos to nextcloud! Loosing a device never means loosing photos.
The server also exposes a [webdav](https://en.wikipedia.org/wiki/WebDAV)
interface, so one can just mount it as a folder with
[davfs](https://savannah.nongnu.org/projects/davfs2) over fuse. Webdav is not
known for being very performant, but I like the simplicity of it and works well for my day today needs where I just need to work on a couple of small files.
Nextcloud has replaced Google Drive/Photos for me. The whole process is not
without pains. Documentation exists and is helpful, but sometimes falls short.