WIP: recipe create

This commit is contained in:
2021-07-25 00:07:35 +02:00
parent 45c3bce7ff
commit 359b07b562
5 changed files with 100 additions and 4 deletions

View File

@ -17,6 +17,8 @@ import (
var ABRA_DIR = os.ExpandEnv("$HOME/.abra")
var ABRA_SERVER_FOLDER = path.Join(ABRA_DIR, "servers")
var APPS_JSON = path.Join(ABRA_DIR, "apps.json")
var APPS_DIR = path.Join(ABRA_DIR, "apps")
var REPOS_BASE_URL = "https://git.coopcloud.tech/coop-cloud"
// Type aliases to make code hints easier to understand
type AppEnv = map[string]string