Close to a fully working package
This commit is contained in:
12
Makefile
12
Makefile
@@ -6,17 +6,21 @@ DOMAIN?=garage
|
||||
test-build:
|
||||
docker build -t garage:latest .
|
||||
|
||||
build: templates
|
||||
build:
|
||||
cloudron build
|
||||
jsonnet CloudronManifest.jsonnet > CloudronManifest.json
|
||||
|
||||
install: build uninstall
|
||||
cloudron install \
|
||||
--location "${DOMAIN}" \
|
||||
--secondary-domains \
|
||||
GARAGE_WEB="web.${DOMAIN}",GARAGE_ADMIN="admin.${DOMAIN}"
|
||||
--alias-domains "*.web.${DOMAIN}","admin.${DOMAIN}","api.${DOMAIN}"
|
||||
|
||||
# install: build uninstall
|
||||
# cloudron install \
|
||||
# --location "${DOMAIN}"
|
||||
|
||||
update:
|
||||
cloudron update
|
||||
|
||||
uninstall:
|
||||
cloudron uninstall --app "${DOMAIN}"
|
||||
- cloudron uninstall --app "${DOMAIN}"
|
||||
|
||||
Reference in New Issue
Block a user