(feat): add plark template (#361)

* (feat): add plark template

* (fix): Add github link

* (fix): process meta.json file

---------

Co-authored-by: Khaled Gabr <khaled.gabr@plark.com>
This commit is contained in:
Khaled G.
2025-09-13 18:24:13 -07:00
committed by GitHub
parent 3f75e7b701
commit b54f1c8a69
4 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
services:
plark:
image: plarkinc/plark:latest
restart: unless-stopped
ports:
- "80"
volumes:
- plark-data:/var/data
volumes:
plark-data:

View File

@@ -0,0 +1,4 @@
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M0 50C0 22.3858 22.3858 0 50 0H462C489.614 0 512 22.3858 512 50V462C512 489.614 489.614 512 462 512H50C22.3858 512 0 489.614 0 462V50Z" fill="black"/>
<path d="M151.1 388.125C159.033 387.842 165.125 386.567 169.375 384.3C173.625 381.75 176.6 377.5 178.3 371.55C180 365.317 180.85 356.817 180.85 346.05V176.475C180.85 169.392 180.992 162.592 181.275 156.075C181.842 149.558 182.267 144.458 182.55 140.775C177.733 141.058 172.208 141.342 165.975 141.625C159.742 141.625 154.783 141.767 151.1 142.05V114C169.517 113.717 188.075 113.575 206.775 113.575C225.475 113.575 244.175 113.433 262.875 113.15C288.658 112.867 310.9 116.125 329.6 122.925C348.3 129.442 362.608 139.5 372.525 153.1C382.442 166.417 387.4 183.7 387.4 204.95C387.4 216.283 384.992 227.617 380.175 238.95C375.642 250 368.275 260.342 358.075 269.975C348.158 279.325 334.983 286.975 318.55 292.925C302.4 298.875 282.85 302.133 259.9 302.7C255.367 302.7 250.975 302.7 246.725 302.7C242.475 302.7 238.367 302.558 234.4 302.275V347.75C234.4 355.683 234.258 362.908 233.975 369.425C233.692 375.942 233.267 381.042 232.7 384.725C236.383 384.442 240.492 384.3 245.025 384.3C249.558 384.017 254.092 383.875 258.625 383.875C263.442 383.592 267.125 383.45 269.675 383.45V411.5H151.1V388.125ZM234.4 275.5C238.083 275.783 241.625 276.067 245.025 276.35C248.425 276.633 252.108 276.775 256.075 276.775C271.942 276.775 285.258 273.942 296.025 268.275C307.075 262.608 315.433 254.533 321.1 244.05C326.767 233.283 329.6 220.25 329.6 204.95C329.6 191.067 327.617 179.733 323.65 170.95C319.683 162.167 314.442 155.508 307.925 150.975C301.408 146.158 294.183 142.9 286.25 141.2C278.317 139.5 270.383 138.65 262.45 138.65C255.083 138.65 249.275 139.783 245.025 142.05C241.058 144.317 238.225 148.425 236.525 154.375C235.108 160.042 234.4 167.833 234.4 177.75V275.5Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -0,0 +1,12 @@
[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "plark"
port = 80
host = "${main_domain}"
[config.env]
[[config.mounts]]

View File

@@ -3746,6 +3746,23 @@
"kanban"
]
},
{
"id": "plark",
"name": "Plark",
"version": "latest",
"description": "Self-hosted Website Builder",
"logo": "plark.svg",
"links": {
"github": "https://github.com/plark-inc/render",
"website": "https://plark.com",
"docs": "https://plark.com/get-started"
},
"tags": [
"cms",
"content-management",
"blog"
]
},
{
"id": "plausible",
"name": "Plausible",