[HOWTO] Quickly get OCIS (Nextcloud alternative) up and running
To those self-hosters who are out there curious if there exists a faster Nextcloud-like alternative without all the bells and whistles.
I present to you, OCIS!
This howto assumes that you're running a Linux OS and that you have a reverse proxy like caddy running.
To the guy who I suggested checking out OCIS, I wrote this guide for you ;)
That's it!
Visiting the url https://ocis.your.domain.org should present you with OCIS login page.
To access the webdav endpoint via something like Cx Explorer or Gnome files, use:
https://ocis.your.domain.org/remote.php/webdav
Depending on your setup, you might have to add the ocis domain above to your hosts file.
A line like 127.0.0.1 ocis.your.domain.org to the /etc/hosts file.
If you don't have a reverse proxy but would still like to check out OCIS, use the environment file below:
Nextcloud like? Nextcloud was a fork of Owncloud and now Owncloud has made a new implementation with Go. So I wouldn't call it Nextcloud like :). Also, it's licensed under Apache 2.0, and it's owned by Owncloud. As we have learned recently in the FOSS world, company ownership of "important" FOSS, is a problem. So I wouldn't call this an alternative... In 2016 People left owncloud for a good reason and started Nextcloud. Although I really would appreciate Nextcloud ditching PHP and implementing itself again in something better, I am fine with the slow frontend.
When I said Nextcloud-like, I meant in function and not philosophy.
So Nextcloud-like in the sense that you can do file sync, auto uploads of videos/photos from a mobile device etc
I haven't tried the desktop app but the Android one works just fine - plus it comes with a 'document provider' so you can access files stored on your server via Android's native files explorer app as if they were on your phone.