Gyurix f25e87ec3d Dont know
Merge branch 'master' of ssh://git.format.hu/format/smarthost-proxy
2024-11-13 11:10:03 +01:00
2022-09-02 15:07:14 +00:00
2024-09-18 12:33:33 +02:00
2023-02-24 13:58:20 +00:00
2024-11-06 13:48:03 +00:00
2023-12-08 10:27:37 +00:00
2022-03-04 08:58:22 +01:00

The smarthost-proxy json files contain teh required information to deploy one loadbalancer (from haproxy) and minimum two backend proxies (from nginx) with terminating HTTPS process and translate it to HTTP to backend www and other services.

The loadbalancer process depend on dns service which is defined is json.

There are some firewall json defined.

The firewal_dns json contains the DOCKER-USER table rules for communication between loadbalancer and dns.

The firewall_backend* json files are the DOCKER-USER table rules for communication between loadbalancer and backend proxies.

The other firewall json files needed for various vpn connection between loadbalancer proxy.

How to run


# docker run \
 --detach \
 --rm \
 --volume /etc/user/config/services/:/services/:ro \
 --volume /var/run/docker.sock:/var/run/docker.sock \
 --volume /usr/bin/docker:/usr/bin/docker:ro \
 --volume /etc/user/config/services/tmp:/services/tmp:rw \
 registry.format.hu/setup:latest public-proxy.json start

Templates in JSON format

Description
No description provided
Readme 119 KiB
Languages
Dockerfile 100%