feat: add ownCloud Infinite Scale template

This commit is contained in:
BinkyTwin
2026-05-20 22:16:56 +02:00
parent 1cde3fac82
commit c01b38343d
4 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
version: "3.8"
services:
owncloud-infinite-scale:
image: owncloud/ocis:8.0.3
restart: unless-stopped
entrypoint:
- /bin/sh
command: ["-c", "ocis init --insecure yes || true; ocis server"]
expose:
- "9200"
environment:
OCIS_URL: ${OCIS_URL}
OCIS_LOG_LEVEL: ${OCIS_LOG_LEVEL}
OCIS_INSECURE: "true"
PROXY_TLS: "false"
PROXY_HTTP_ADDR: 0.0.0.0:9200
IDM_ADMIN_PASSWORD: ${IDM_ADMIN_PASSWORD}
SETTINGS_GRPC_ADDR: 0.0.0.0:9191
GATEWAY_GRPC_ADDR: 0.0.0.0:9142
STORAGE_USERS_DATA_GATEWAY_URL: http://owncloud-infinite-scale:9200/data
THUMBNAILS_FILESYSTEMSTORAGE_ROOT: /var/lib/ocis-thumbnails
volumes:
- owncloud-infinite-scale-config:/etc/ocis
- owncloud-infinite-scale-data:/var/lib/ocis
- owncloud-infinite-scale-thumbnails:/var/lib/ocis-thumbnails
volumes:
owncloud-infinite-scale-config:
owncloud-infinite-scale-data:
owncloud-infinite-scale-thumbnails:

View File

@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" role="img" aria-label="ownCloud Infinite Scale">
<rect width="128" height="128" rx="24" fill="#1f6feb"/>
<path
fill="#fff"
d="M40 84h48a22 22 0 0 0 2-43 30 30 0 0 0-56-7 24 24 0 0 0 6 50Zm1-14a10 10 0 0 1-2-20l7-1 2-7a16 16 0 0 1 31 4l1 7 7 1a8 8 0 0 1-1 16H41Z"
/>
<path
fill="#bfe3ff"
d="M51 65c8-12 18-12 26 0 2 3 5 5 9 5h7c-5 8-16 11-25 6-5-3-7-3-12 0-8 5-20 2-25-6h8c5 0 9-2 12-5Z"
/>
</svg>

After

Width:  |  Height:  |  Size: 485 B

View File

@@ -0,0 +1,41 @@
[variables]
main_domain = "${domain}"
owncloud_url = "https://${main_domain}"
admin_password = "${password:32}"
log_level = "info"
[[config.domains]]
serviceName = "owncloud-infinite-scale"
port = 9200
host = "${main_domain}"
path = "/"
[[config.mounts]]
filePath = "README.md"
content = """# ownCloud Infinite Scale
This template deploys ownCloud Infinite Scale (oCIS), a modern file sync and share platform with WebDAV and ownCloud client support.
## Access
- URL: `https://${main_domain}`
- Admin user: `admin`
- Admin password: the generated `admin_password` value
The `owncloud_url` value is written into the initial oCIS configuration. Change it before the first deployment if your public URL is different, because `ocis init` does not rewrite an existing `ocis.yaml` file.
## Storage
The template creates persistent volumes for:
- `/etc/ocis` configuration
- `/var/lib/ocis` application data and user storage
- `/var/lib/ocis-thumbnails` generated thumbnails
Back up these volumes together before upgrades or migrations.
"""
[config.env]
OCIS_URL = "${owncloud_url}"
IDM_ADMIN_PASSWORD = "${admin_password}"
OCIS_LOG_LEVEL = "${log_level}"

View File

@@ -4835,6 +4835,25 @@
"rtmp"
]
},
{
"id": "owncloud-infinite-scale",
"name": "ownCloud Infinite Scale",
"version": "8.0.3",
"description": "ownCloud Infinite Scale is a modern file sync and share platform with WebDAV and ownCloud client support.",
"logo": "owncloud-infinite-scale.svg",
"links": {
"github": "https://github.com/owncloud/ocis",
"website": "https://owncloud.com/infinite-scale/",
"docs": "https://doc.owncloud.com/ocis/latest/"
},
"tags": [
"storage",
"files",
"sync",
"webdav",
"collaboration"
]
},
{
"id": "palmr",
"name": "Palmr",