mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 23:45:24 +02:00
* feat: add Open Journal Systems (OJS) template - Add OJS 3.3.0-21 template with MariaDB database - Include custom SVG logo and proper metadata - Configure environment variables and domain setup - Fix Docker volume mount issues for proper deployment * fix: process meta.json to resolve build validation errors - Run npm run process-meta to sort entries alphabetically - Remove any duplicates and ensure proper formatting - Fixes GitHub Actions validate-meta job failure
12 lines
732 B
XML
12 lines
732 B
XML
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="64" height="64" rx="8" fill="#1E40AF"/>
|
|
<rect x="8" y="8" width="48" height="48" rx="4" fill="white"/>
|
|
<rect x="12" y="12" width="40" height="4" rx="2" fill="#1E40AF"/>
|
|
<rect x="12" y="20" width="32" height="3" rx="1.5" fill="#6B7280"/>
|
|
<rect x="12" y="27" width="36" height="3" rx="1.5" fill="#6B7280"/>
|
|
<rect x="12" y="34" width="28" height="3" rx="1.5" fill="#6B7280"/>
|
|
<rect x="12" y="41" width="24" height="3" rx="1.5" fill="#6B7280"/>
|
|
<circle cx="48" cy="48" r="8" fill="#1E40AF"/>
|
|
<path d="M44 48L46 50L52 44" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
</svg>
|