21 lines
328 B
Plaintext
21 lines
328 B
Plaintext
package nvr2
|
|
|
|
import (
|
|
"list"
|
|
|
|
"du5t1n.me/cfg/app/collectd"
|
|
"du5t1n.me/cfg/app/nut"
|
|
"du5t1n.me/cfg/app/promtail"
|
|
"du5t1n.me/cfg/app/frigate"
|
|
"du5t1n.me/cfg/env/prod"
|
|
)
|
|
|
|
render: list.Concat([
|
|
prod.templates,
|
|
collectd.templates,
|
|
promtail.templates,
|
|
nut.sysusers.templates,
|
|
nut.monitor.templates,
|
|
frigate.templates,
|
|
])
|