Files
templates/blueprints/poke/template.toml
Jainil Prajapati 🪐 dd2a349a4d 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>
2025-08-11 00:00:44 -06:00

19 lines
257 B
TOML

[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": ""
}
"""