Compare commits
No commits in common. "f906de9669604d0697c6fd5dc9e66a8148a064c1" and "21e620842ab42e694106ba2f79e5e11e9c391f4e" have entirely different histories.
f906de9669
...
21e620842a
|
@ -3,8 +3,8 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
|
||||||
HAPROXY_VERSION=2.4.0
|
HAPROXY_VERSION=2.3.6
|
||||||
HAPROXY_URL=https://www.haproxy.org/download/2.4/src/haproxy-${HAPROXY_VERSION}.tar.gz
|
HAPROXY_URL=https://www.haproxy.org/download/2.3/src/haproxy-${HAPROXY_VERSION}.tar.gz
|
||||||
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
|
HAPROXY_SHA256_URL=${HAPROXY_URL}.sha256
|
||||||
HAPROXY_SRC=/tmp/haproxy
|
HAPROXY_SRC=/tmp/haproxy
|
||||||
|
|
||||||
|
|
|
@ -32,17 +32,13 @@ all:
|
||||||
nextcloud.0rpheus.net: nextcloud
|
nextcloud.0rpheus.net: nextcloud
|
||||||
seafile.0rpheus.net: odroid
|
seafile.0rpheus.net: odroid
|
||||||
jabber.0rpheus.net: prosody
|
jabber.0rpheus.net: prosody
|
||||||
tt-rss.0rpheus.net: ttrss
|
tt-rss.0rpheus.net: odroid
|
||||||
mail.0rpheus.net: apache
|
mail.0rpheus.net: apache
|
||||||
blog.0rpheus.net: apache
|
blog.0rpheus.net: apache
|
||||||
git.0rpheus.net: gogs
|
git.0rpheus.net: gogs
|
||||||
|
|
||||||
# haproxy backends
|
# haproxy backends
|
||||||
haproxy_backends:
|
haproxy_backends:
|
||||||
ttrss:
|
|
||||||
server_defs:
|
|
||||||
- "ttrss-docker 127.0.0.1:8280 check"
|
|
||||||
|
|
||||||
apache:
|
apache:
|
||||||
server_defs:
|
server_defs:
|
||||||
- "apache 127.0.0.1:8080 check"
|
- "apache 127.0.0.1:8080 check"
|
||||||
|
|
Loading…
Reference in New Issue