This commit is contained in:
2025-05-13 10:27:02 +07:00
parent e50c6c3434
commit 62de56f33a
9 changed files with 9 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@
"host_type": "local",
"path": "/root/dev/docker-apps/Authentik/AccountCenter"
},
"required": true,
"tags": [],
"lastModified": 1746671214
}
+1
View File
@@ -45,6 +45,7 @@
"sort": 7
}
],
"required": true,
"tags": [],
"version": "1.0.0",
"lastModified": 1746671214
+2 -1
View File
@@ -11,5 +11,6 @@
"host": "10.0.0.1"
},
"tags": [],
"lastModified": 1746671214
"lastModified": 1746671214,
"required": true
}
+1
View File
@@ -10,6 +10,7 @@
"host_type": "remote",
"host": "10.0.0.1"
},
"required": true,
"tags": [],
"lastModified": 1746671214
}
+1
View File
@@ -9,6 +9,7 @@
"installation": {
"host_type": "local"
},
"required": true,
"tags": [],
"lastModified": 1746671214
}
+1
View File
@@ -9,6 +9,7 @@
"installation": {
"host_type": "local"
},
"required": true,
"tags": [],
"lastModified": 1746671214
}
+1
View File
@@ -9,6 +9,7 @@
"installation": {
"host_type": "local"
},
"required": true,
"apps": [],
"tags": [],
"lastModified": 1746671214
+1
View File
@@ -6,6 +6,7 @@
"deployment": {
"type": "native"
},
"required": true,
"installation": {
"host_type": "local",
"path": "/var/lib/casaos"
-1
View File
@@ -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) && \