Compare commits

..

2 Commits

Author SHA1 Message Date
Michael Rennecke f906de9669 update to haproxy 2.4.0 2021-05-14 19:26:59 +02:00
Michael Rennecke d9bf458c5b add new ttrss backend 2021-05-14 19:26:43 +02:00
2 changed files with 7 additions and 3 deletions

View File

@ -3,8 +3,8 @@
set -e
HAPROXY_VERSION=2.3.6
HAPROXY_URL=https://www.haproxy.org/download/2.3/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_VERSION=2.4.0
HAPROXY_URL=https://www.haproxy.org/download/2.4/src/haproxy-${HAPROXY_VERSION}.tar.gz
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
HAPROXY_SRC=/tmp/haproxy

View File

@ -32,13 +32,17 @@ all:
nextcloud.0rpheus.net: nextcloud
seafile.0rpheus.net: odroid
jabber.0rpheus.net: prosody
tt-rss.0rpheus.net: odroid
tt-rss.0rpheus.net: ttrss
mail.0rpheus.net: apache
blog.0rpheus.net: apache
git.0rpheus.net: gogs
# haproxy backends
haproxy_backends:
ttrss:
server_defs:
- "ttrss-docker 127.0.0.1:8280 check"
apache:
server_defs:
- "apache 127.0.0.1:8080 check"