fixes and remote tempaltes

This commit is contained in:
Andras Bacsai
2022-10-24 14:23:34 +02:00
parent 8bbe771f5b
commit 88f1c36929
4 changed files with 46 additions and 1207 deletions

View File

@@ -1,3 +1,5 @@
// Convert caprover format to coolify format
import fs from 'fs/promises';
import yaml from 'js-yaml';
const templateYml = await fs.readFile('./caprover.yml', 'utf8')