update
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
"host_type": "local",
|
||||
"path": "/root/dev/docker-apps/Authentik/AccountCenter"
|
||||
},
|
||||
"required": true,
|
||||
"tags": [],
|
||||
"lastModified": 1746671214
|
||||
}
|
||||
@@ -45,6 +45,7 @@
|
||||
"sort": 7
|
||||
}
|
||||
],
|
||||
"required": true,
|
||||
"tags": [],
|
||||
"version": "1.0.0",
|
||||
"lastModified": 1746671214
|
||||
|
||||
+2
-1
@@ -11,5 +11,6 @@
|
||||
"host": "10.0.0.1"
|
||||
},
|
||||
"tags": [],
|
||||
"lastModified": 1746671214
|
||||
"lastModified": 1746671214,
|
||||
"required": true
|
||||
}
|
||||
@@ -10,6 +10,7 @@
|
||||
"host_type": "remote",
|
||||
"host": "10.0.0.1"
|
||||
},
|
||||
"required": true,
|
||||
"tags": [],
|
||||
"lastModified": 1746671214
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
"installation": {
|
||||
"host_type": "local"
|
||||
},
|
||||
"required": true,
|
||||
"tags": [],
|
||||
"lastModified": 1746671214
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
"installation": {
|
||||
"host_type": "local"
|
||||
},
|
||||
"required": true,
|
||||
"tags": [],
|
||||
"lastModified": 1746671214
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
"installation": {
|
||||
"host_type": "local"
|
||||
},
|
||||
"required": true,
|
||||
"apps": [],
|
||||
"tags": [],
|
||||
"lastModified": 1746671214
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
"deployment": {
|
||||
"type": "native"
|
||||
},
|
||||
"required": true,
|
||||
"installation": {
|
||||
"host_type": "local",
|
||||
"path": "/var/lib/casaos"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
REGISTRY_PATH = $(shell pwd)/registry
|
||||
REGISTRY_REPO = git.nextzenos.com/CDN/bifrost-registry.git
|
||||
RELEASE_UID = 8845
|
||||
PYTHON = $(REGISTRY_PATH)/venv/bin/python
|
||||
update_registry: package_registry upload_registry clean_registry
|
||||
( cd $(REGISTRY_PATH) && \
|
||||
|
||||
Reference in New Issue
Block a user