From 62de56f33abd9809bd38ceb15c87f9d59d117f09 Mon Sep 17 00:00:00 2001 From: KaySar12 Date: Tue, 13 May 2025 10:27:02 +0700 Subject: [PATCH] update --- accountcenter.json | 1 + bifrost.json | 1 + nextdns.json | 3 ++- nextfirewall.json | 1 + nextnas.json | 1 + nextvpn.json | 1 + nextweb.json | 1 + nextzenos.json | 1 + registry.mk | 1 - 9 files changed, 9 insertions(+), 2 deletions(-) diff --git a/accountcenter.json b/accountcenter.json index 0c2bfe7..e791150 100644 --- a/accountcenter.json +++ b/accountcenter.json @@ -10,6 +10,7 @@ "host_type": "local", "path": "/root/dev/docker-apps/Authentik/AccountCenter" }, + "required": true, "tags": [], "lastModified": 1746671214 } \ No newline at end of file diff --git a/bifrost.json b/bifrost.json index 9abf84a..3b05383 100644 --- a/bifrost.json +++ b/bifrost.json @@ -45,6 +45,7 @@ "sort": 7 } ], + "required": true, "tags": [], "version": "1.0.0", "lastModified": 1746671214 diff --git a/nextdns.json b/nextdns.json index b177fcf..11a4911 100644 --- a/nextdns.json +++ b/nextdns.json @@ -11,5 +11,6 @@ "host": "10.0.0.1" }, "tags": [], - "lastModified": 1746671214 + "lastModified": 1746671214, + "required": true } \ No newline at end of file diff --git a/nextfirewall.json b/nextfirewall.json index 1adf3f5..59287e8 100644 --- a/nextfirewall.json +++ b/nextfirewall.json @@ -10,6 +10,7 @@ "host_type": "remote", "host": "10.0.0.1" }, + "required": true, "tags": [], "lastModified": 1746671214 } \ No newline at end of file diff --git a/nextnas.json b/nextnas.json index 190d5c9..bef299a 100644 --- a/nextnas.json +++ b/nextnas.json @@ -9,6 +9,7 @@ "installation": { "host_type": "local" }, + "required": true, "tags": [], "lastModified": 1746671214 } \ No newline at end of file diff --git a/nextvpn.json b/nextvpn.json index c6c9441..504cccb 100644 --- a/nextvpn.json +++ b/nextvpn.json @@ -9,6 +9,7 @@ "installation": { "host_type": "local" }, + "required": true, "tags": [], "lastModified": 1746671214 } \ No newline at end of file diff --git a/nextweb.json b/nextweb.json index 4f6550e..4cc83a7 100644 --- a/nextweb.json +++ b/nextweb.json @@ -9,6 +9,7 @@ "installation": { "host_type": "local" }, + "required": true, "apps": [], "tags": [], "lastModified": 1746671214 diff --git a/nextzenos.json b/nextzenos.json index d794085..ab15d0e 100644 --- a/nextzenos.json +++ b/nextzenos.json @@ -6,6 +6,7 @@ "deployment": { "type": "native" }, + "required": true, "installation": { "host_type": "local", "path": "/var/lib/casaos" diff --git a/registry.mk b/registry.mk index 307e472..8d676a8 100644 --- a/registry.mk +++ b/registry.mk @@ -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) && \