Files
templates/blueprints/kokoro-web/template.toml
Jainil Prajapati 🪐 77266b3bd1 ATTENTION IS ALL YOU NEED (#313)
* Add blueprints for wanderer and yamtrack applications with Docker configurations and templates

* Add Vikunja blueprint

* Add Tor Browser blueprint with Docker configuration and template

* Add Picsur image hosting blueprint with Docker configuration and template

* Create new blueprint for deploying Pastefy with MariaDB and OAuth support

* Added Morsphs

* Add KitchenOwl blueprint with Docker Compose configuration and template

* Add Kokoro Web blueprint with Docker Compose configuration and template

* added HortusFox

* added gitingest

* Add Etherpad blueprint with Docker Compose configuration and template

* Add drawnix blueprint with Docker Compose configuration and template

* arranged Meta
2025-08-28 00:22:23 -06:00

15 lines
349 B
TOML

[variables]
main_domain = "${domain}"
api_key = "${password:32}" # Secure random API key for Kokoro Web
no_track = "false" # Set to "true" to opt out of analytics
[config]
[[config.domains]]
serviceName = "kokoro-web"
port = 3000
host = "${main_domain}"
[config.env]
KW_SECRET_API_KEY = "${api_key}"
KW_PUBLIC_NO_TRACK = "${no_track}"