I am just about to start experimenting with opencloud.eu. It is another developer revolt fork of Opencloud (this time their infinite scale project) so it is supposed to be a lightweight single binary that uses a real filesystem and no database at all. Lacks all the add ons of nextcloud, buy I am tired of maintaining it.
Yep, though I have a bug in my use case from a older version, and I still didn’t have the time to try the new stable version. I also translated the Docker compose for the project and extensions into .container files. In the newer version it seems they managed to remove a sidecar container.
So far, it runs on a VPS with a 4-core and 8GB of RAM. On a first run, after upgrading, it needed swap as the system started freezing and the OOM killer stopped the program, zram was enough in my case.
Besides the main container — and the sidecar — I used the Collabora container, LDAP for user management, Keycloak for auth, full Tika for OCR search — modified for my language — and Radicale. Mind you, most probably want the main container and the online office container, be it EuroOffice, Collabora or OnlyOffice.
Here is the memory usage and CPU usage on standby from podman stats:
Setup is incredibly bad. They have a very very strict set of parameters to be able to log in at all. I have pretty much given up OK it as there is no way for me to log in for the first time with default admin credentials. It simply doesn’t accept the states environment variables on docker and you get 1 attempt to log in before it gets stuck in a loop and you have to purge the image and every volume and file to get a second attempt.
I am just about to start experimenting with opencloud.eu. It is another developer revolt fork of Opencloud (this time their infinite scale project) so it is supposed to be a lightweight single binary that uses a real filesystem and no database at all. Lacks all the add ons of nextcloud, buy I am tired of maintaining it.
Anyone try it?
Yep, though I have a bug in my use case from a older version, and I still didn’t have the time to try the new stable version. I also translated the Docker compose for the project and extensions into .container files. In the newer version it seems they managed to remove a sidecar container.
So far, it runs on a VPS with a 4-core and 8GB of RAM. On a first run, after upgrading, it needed swap as the system started freezing and the OOM killer stopped the program, zram was enough in my case.
Besides the main container — and the sidecar — I used the Collabora container, LDAP for user management, Keycloak for auth, full Tika for OCR search — modified for my language — and Radicale. Mind you, most probably want the main container and the online office container, be it EuroOffice, Collabora or OnlyOffice.
Here is the memory usage and CPU usage on standby from
podman stats:Setup is incredibly bad. They have a very very strict set of parameters to be able to log in at all. I have pretty much given up OK it as there is no way for me to log in for the first time with default admin credentials. It simply doesn’t accept the states environment variables on docker and you get 1 attempt to log in before it gets stuck in a loop and you have to purge the image and every volume and file to get a second attempt.
Sounds very promising! That’s what has always pushed me off Nextcloud.