April 26, 20251 yr Hello everyone. I have been a FileRun user for years. And I decided to try other clouds to see how the situation is nowadays. One of the ones I've wanted to try for a while is ownCloud Infinite Scale. It is supposed to be rewritten in Go, it was supposed to make it a fast and feature-rich cloud. If you've seen the documentation for installing OCIS on Docker, it's not a common and intuitive deployment.... After a research in the web and read the OCIS docs, in the end I managed to set up a template and it works. And by the way, it's no faster than FileRun, so I'll happily buy a FileRun license. I've also set up FileBrowser, and yes, it's pretty snappy with few files, but when you have a lot of content, just like OCIS, it becomes slower than FileRun, and that's not full of features. Create all folders before start the container! And I configured the proxy in my SWAG. Name: owncloud Repository: owncloud/ocis Registry URL: https://hub.docker.com/r/owncloud/ocis Icon URL: https://doc.owncloud.com/favicon-32x32.png WebUI: https://oc.mydomain.com Extra Parameters: -u 99:100 // The first time you run the container, have to put here 'ocis init', for the initial auto config file creation. All the file variables are overwritten whit the values here Network Type: I tried the proxy (SWAG) net Port: 9200 -> 9200 OCIS_URL: https://oc.mydomain.com OCIS_LOG_LEVEL: error PROXY_TLS: false // Do not use SSL between reverse proxy and oCIS OCIS_INSECURE: true PROXY_ENABLE_BASIC_AUTH: false IDM_ADMIN_PASSWORD: ***** // This overrides the admin password from the configuration file SETTINGS_GRPC_ADDR: 0.0.0.0:9191 // Make settings service available to oCIS Hello GATEWAY_GRPC_ADDR: 0.0.0.0:9142 // Make the REVA gateway accessible to the app drivers NOTIFICATIONS_SMTP_HOST: mymail.com NOTIFICATIONS_SMTP_PORT: 587 NOTIFICATIONS_SMTP_SENDER: [email protected] NOTIFICATIONS_SMTP_USERNAME: [email protected] NOTIFICATIONS_SMTP_INSECURE: false STORAGE_USERS_DATA_GATEWAY_URL: https://oc.mydomain.com:9200/data THUMBNAILS_FILESYSTEMSTORAGE_ROOT: /var/lib/ocis-thumbnails // Map this path to your desired location Path Config: /mnt/cache/appdata/owncloud/ Path Data: /mnt/disk1/owncloud/data/ Path Thumbnails: /mnt/disk1/owncloud/thumbnails/ Finally, I have tried for a while to upload files, move through the folders, see what options it has, how it looks on the smartphone... To test a little, I can not guarantee that everything works 100%. But at least it starts and it is a first step to test. Best regards. Sorry for my english.
August 19, 2025Aug 19 Extra Parameters: -u 99:100 // The first time you run the container, have to put here 'ocis init', for the initial auto config file creation. All the file variables are overwritten whit the values herein the Extra Parameters section you first put "ocis init" and then after first run change it to -u 99:100? Is that right?
November 5, 2025Nov 5 Has anyone had issues with docker pulling the owncloud/ocis image? When I try to pull it I get the following error at the end of command execution after building and applying the docker template per your instructions: Unable to find image 'ocis:latest' locallydocker: Error response from daemon: pull access denied for ocis, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.See 'docker run --help'.The command failed.
November 5, 2025Nov 5 Author No.I removed this docker. I am on FileRun. It works flawless and new version is comming.
November 10, 2025Nov 10 On 11/5/2025 at 3:22 AM, BilboT34Baggins said:Has anyone had issues with docker pulling the owncloud/ocis image? When I try to pull it I get the following error at the end of command execution after building and applying the docker template per your instructions:Unable to find image 'ocis:latest' locallydocker: Error response from daemon: pull access denied for ocis, repository does not exist or may require 'docker login': denied: requested access to the resource is denied.See 'docker run --help'.The command failed.I did yes, make sure you set owncloud/ocis:latest not owncloud/ocis
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.