replaced safebox
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
gyurix
2025-03-05 17:25:36 +01:00
parent 34e6f78db5
commit 55dade2f34
12 changed files with 14 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ The other firewall json files needed for various vpn connection between loadbala
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume /var/run/docker.sock:/var/run/docker.sock \
--volume /usr/bin/docker:/usr/bin/docker:ro \ --volume /usr/bin/docker:/usr/bin/docker:ro \
--volume /etc/user/config/services/tmp:/services/tmp:rw \ --volume /etc/user/config/services/tmp:/services/tmp:rw \
registry.format.hu/setup:latest public-proxy.json start safebox/setup:latest public-proxy.json start
``` ```

View File

@@ -5,7 +5,7 @@
}, },
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/firewall", "IMAGE": "safebox/firewall",
"NAME": "firewall", "NAME": "firewall",
"MEMORY": "64M", "MEMORY": "64M",
"NETWORK": "host", "NETWORK": "host",

View File

@@ -5,7 +5,7 @@
}, },
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/firewall", "IMAGE": "safebox/firewall",
"UDAPE": "true", "UDAPE": "true",
"NAME": "firewall", "NAME": "firewall",
"MEMORY": "64M", "MEMORY": "64M",

View File

@@ -5,7 +5,7 @@
}, },
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/firewall", "IMAGE": "safebox/firewall",
"UDAPE": "true", "UDAPE": "true",
"NAME": "firewall", "NAME": "firewall",
"MEMORY": "64M", "MEMORY": "64M",

View File

@@ -5,7 +5,7 @@
}, },
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/firewall", "IMAGE": "safebox/firewall",
"UPDATE": "true", "UPDATE": "true",
"NAME": "firewall", "NAME": "firewall",
"MEMORY": "64M", "MEMORY": "64M",

View File

@@ -5,7 +5,7 @@
}, },
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/firewall", "IMAGE": "safebox/firewall",
"UPDATE": "true", "UPDATE": "true",
"NAME": "firewall", "NAME": "firewall",
"MEMORY": "64M", "MEMORY": "64M",

View File

@@ -14,7 +14,7 @@
], ],
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/letsencrypt:latest", "IMAGE": "safebox/letsencrypt:latest",
"NAME": "letsencrypt", "NAME": "letsencrypt",
"UPDATE": "true", "UPDATE": "true",
"MEMORY": "64M", "MEMORY": "64M",

View File

@@ -1,7 +1,7 @@
{ {
"proxy_scheduler_local": { "proxy_scheduler_local": {
"SERVICE_FILES": "/etc/user/config/services", "SERVICE_FILES": "/etc/user/config/services",
"DOCKER_REGISTRY_URL": "registry.format.hu", "DOCKER_REGISTRY_URL": "safebox",
"GENERATE_CERTIFICATE": "true", "GENERATE_CERTIFICATE": "true",
"LETSENCRYPT_URL": "letsencrypt.org", "LETSENCRYPT_URL": "letsencrypt.org",
"LETSENCRYPT_SERVICE_NAME": "letsencrypt.json", "LETSENCRYPT_SERVICE_NAME": "letsencrypt.json",

View File

@@ -5,7 +5,7 @@
}, },
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/proxy-scheduler:latest", "IMAGE": "safebox/proxy-scheduler:latest",
"NAME": "proxy_scheduler_local", "NAME": "proxy_scheduler_local",
"UPDATE": "true", "UPDATE": "true",
"MEMORY": "64M", "MEMORY": "64M",

View File

@@ -28,7 +28,7 @@
], ],
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/haproxy:2.5.4", "IMAGE": "safebox/haproxy",
"NAME": "smarthost_loadbalancer", "NAME": "smarthost_loadbalancer",
"SCALE": "", "SCALE": "",
"SELECTOR": "smarthostloadbalancer", "SELECTOR": "smarthostloadbalancer",
@@ -80,7 +80,7 @@
"POST_START": [ "firewall-smarthost-loadbalancer-dns", "firewall-letsencrypt", "firewall-smarthostloadbalancer-from-publicbackend" ] "POST_START": [ "firewall-smarthost-loadbalancer-dns", "firewall-letsencrypt", "firewall-smarthostloadbalancer-from-publicbackend" ]
}, },
{ {
"IMAGE": "registry.format.hu/nginx:1.23.3", "IMAGE": "safebox/nginx",
"NAME": "smarthost_backend-1", "NAME": "smarthost_backend-1",
"UPDATE": "true", "UPDATE": "true",
"ROLES": "smarthost-backend-proxy", "ROLES": "smarthost-backend-proxy",
@@ -130,7 +130,7 @@
"POST_START": [ "firewall-smarthost-to-backend" ] "POST_START": [ "firewall-smarthost-to-backend" ]
}, },
{ {
"IMAGE": "registry.format.hu/nginx:1.23.3", "IMAGE": "safebox/nginx",
"NAME": "smarthost_backend-2", "NAME": "smarthost_backend-2",
"UPDATE": "true", "UPDATE": "true",
"ROLES": "smarthost-backend-proxy", "ROLES": "smarthost-backend-proxy",

View File

@@ -5,7 +5,7 @@
}, },
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/firewall", "IMAGE": "safebox/firewall",
"NAME": "null", "NAME": "null",
"MEMORY": "64M", "MEMORY": "64M",
"IP": "null", "IP": "null",

View File

@@ -5,7 +5,7 @@
}, },
"containers": [ "containers": [
{ {
"IMAGE": "registry.format.hu/firewall", "IMAGE": "safebox/firewall",
"NAME": "null", "NAME": "null",
"MEMORY": "64M", "MEMORY": "64M",
"IP": "null", "IP": "null",