Skip to content

feat: add ownCloud Infinite Scale template#888

Open
BinkyTwin wants to merge 2 commits into
Dokploy:canaryfrom
BinkyTwin:codex/add-owncloud-infinite-scale-template
Open

feat: add ownCloud Infinite Scale template#888
BinkyTwin wants to merge 2 commits into
Dokploy:canaryfrom
BinkyTwin:codex/add-owncloud-infinite-scale-template

Conversation

@BinkyTwin
Copy link
Copy Markdown

Summary

  • add an ownCloud Infinite Scale template backed by the official 8.0.3 oCIS image
  • configure Dokploy domain routing, generated admin password, and persistent config/data/thumbnail volumes
  • add README mount, SVG logo, and metadata entry

/claim #152
Closes #37

Validation

  • node dedupe-and-sort-meta.js
  • node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-template.ts --dir blueprints/owncloud-infinite-scale
  • node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-docker-compose.ts --file blueprints/owncloud-infinite-scale/docker-compose.yml
  • OCIS_URL=https://ocis.example.com IDM_ADMIN_PASSWORD=dummy-password OCIS_LOG_LEVEL=info docker compose -f blueprints/owncloud-infinite-scale/docker-compose.yml config
  • git diff --check

Note: Docker Hub manifest inspection was unavailable locally because the unauthenticated client hit Docker Hub rate limits.

Copilot AI review requested due to automatic review settings May 20, 2026 20:17
@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. new-template labels May 20, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 20, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
templates ✅ Ready (View Log) Visit Preview b846612

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new Dokploy blueprint for deploying ownCloud Infinite Scale (oCIS), including compose/runtime configuration, metadata indexing, and branding assets.

Changes:

  • Added blueprints/owncloud-infinite-scale/ with docker-compose.yml for oCIS owncloud/ocis:8.0.3 and persistent volumes.
  • Added template.toml to configure domain routing and generated admin credentials, plus a mounted README.
  • Updated meta.json and added an SVG logo for template discovery/UI.

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 1 comment.

File Description
meta.json Adds a new owncloud-infinite-scale metadata entry (version, links, tags, logo).
blueprints/owncloud-infinite-scale/template.toml Defines Dokploy variables, domain routing, env wiring, and a README mount for the new template.
blueprints/owncloud-infinite-scale/owncloud-infinite-scale.svg Adds the template logo asset referenced by meta.json.
blueprints/owncloud-infinite-scale/docker-compose.yml Introduces the pinned oCIS 8.0.3 Compose service with required env and persistent volumes.

Comment thread blueprints/owncloud-infinite-scale/template.toml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🙋 Bounty claim new-template size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add template for ownCloud infinitescale

2 participants