templates/blueprints/bytestash/template.toml
Mauricio Siu f0c7410df1 Add Bytestash blueprint with Docker Compose and configuration files
- Introduced Docker Compose setup for Bytestash service, including environment variables and volume configuration.
- Added logo for Bytestash.
- Created template.toml for Bytestash with default variables for configuration.
2025-03-30 20:01:11 -06:00

11 lines
170 B
TOML

[variables]
jwt_secret = "${password:32}"
[config]
[[config.domains]]
serviceName = "bytestash"
port = 5000
host = "${domain}"
[config.env]
JWT_SECRET = "${jwt_secret}"