reuse existing tooling

This commit is contained in:
Tobias Salzmann
2026-04-28 09:14:08 +02:00
parent b20095058c
commit 40ea63072e
3 changed files with 21 additions and 25 deletions

View File

@@ -18,7 +18,7 @@
{
"type": "default",
"script": "ct/alpine-cinny.sh",
"config_path": "/usr/share/nginx/html/config.json",
"config_path": "/opt/cinny/config.json",
"resources": {
"cpu": 1,
"ram": 256,
@@ -34,7 +34,7 @@
},
"notes": [
{
"text": "To see config: `cat /usr/share/nginx/html/config.json`",
"text": "To see config: `cat /opt/cinny/config.json`",
"type": "info"
}
]