Poke adding new templet (#222)

* Refactor meta.json: streamline tag formatting for consistency across entries and add new Poke entry with relevant details.

* Update poke blueprint metadata and replace logo file

* Update meta.json

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Jainil Prajapati 🪐
2025-08-11 11:30:44 +05:30
committed by GitHub
parent 74ae0fe5ff
commit dd2a349a4d
4 changed files with 377 additions and 974 deletions

View File

@@ -0,0 +1,5 @@
version: "3.8"
services:
poke:
image: codeberg.org/poketube/poke:amd64
restart: unless-stopped

BIN
blueprints/poke/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

View File

@@ -0,0 +1,19 @@
[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "poke"
port = 6003
host = "${main_domain}"
[config.env]
[[config.mounts]]
filePath = "/poketube/config.json"
content = """
{
"server_port": 6003,
"image_proxy": ""
}
"""

1327
meta.json

File diff suppressed because it is too large Load Diff