Compare commits

..

No commits in common. "f906de9669604d0697c6fd5dc9e66a8148a064c1" and "21e620842ab42e694106ba2f79e5e11e9c391f4e" have entirely different histories.

2 changed files with 3 additions and 7 deletions

View File

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

View File

@ -32,17 +32,13 @@ all:
nextcloud.0rpheus.net: nextcloud
seafile.0rpheus.net: odroid
jabber.0rpheus.net: prosody
tt-rss.0rpheus.net: ttrss
tt-rss.0rpheus.net: odroid
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"