[PR #888] feat: add ownCloud Infinite Scale template #9381

Open
opened 2026-06-02 06:12:20 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/888
Author: @BinkyTwin
Created: 5/20/2026
Status: 🔄 Open

Base: canaryHead: codex/add-owncloud-infinite-scale-template


📝 Commits (2)

  • c01b383 feat: add ownCloud Infinite Scale template
  • b846612 fix: default ownCloud public URL to HTTP

📊 Changes

4 files changed (+102 additions, -0 deletions)

View changed files

blueprints/owncloud-infinite-scale/docker-compose.yml (+31 -0)
blueprints/owncloud-infinite-scale/owncloud-infinite-scale.svg (+11 -0)
blueprints/owncloud-infinite-scale/template.toml (+41 -0)
📝 meta.json (+19 -0)

📄 Description

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.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/888 **Author:** [@BinkyTwin](https://github.com/BinkyTwin) **Created:** 5/20/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `codex/add-owncloud-infinite-scale-template` --- ### 📝 Commits (2) - [`c01b383`](https://github.com/Dokploy/templates/commit/c01b38343dab66773ca4687130a46b4865636b9c) feat: add ownCloud Infinite Scale template - [`b846612`](https://github.com/Dokploy/templates/commit/b846612d0eb037c781cea385e822c099a17e7771) fix: default ownCloud public URL to HTTP ### 📊 Changes **4 files changed** (+102 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/owncloud-infinite-scale/docker-compose.yml` (+31 -0) ➕ `blueprints/owncloud-infinite-scale/owncloud-infinite-scale.svg` (+11 -0) ➕ `blueprints/owncloud-infinite-scale/template.toml` (+41 -0) 📝 `meta.json` (+19 -0) </details> ### 📄 Description ## 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-06-02 06:12:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#9381