Files
templates/blueprints/maxio/template.toml
Sancho Godinho 56cd3dba39 Add MaxIO template (#744)
* Add Docker Compose configuration for Maxio service

* Add template configuration for maxio service

* Add Maxio logo

* Add Maxio metadata to meta.json

Added metadata for Maxio including links and tags.

* Run node dedupe-and-sort-meta.js

* Fix name from Maxio to MaxIO

* Make suggested updates

* Add missing restart policy

* Make improvements
2026-07-07 17:36:10 -06:00

11 lines
166 B
TOML

[[config.domains]]
serviceName = "maxio"
port = 9000
host = "${domain}"
[config]
env = [
"MAXIO_ACCESS_KEY=${password:20}",
"MAXIO_SECRET_KEY=${password:20}",
]