~dricottone/huttese-apk

11ce51a008d5eafb122081f7fbe0b6b8f8d70dd9 — Owen Salter 4 years ago 163117f
Add default non-conflicting ports

Based off of config.ini debug-port values
M sr.ht/builds.sr.ht/builds.sr.ht.confd => sr.ht/builds.sr.ht/builds.sr.ht.confd +1 -1
@@ 2,7 2,7 @@
# BUILDS_USER=builds

# Bind the web service to this address:
# BUILDS_BIND=127.0.0.1:5000
# BUILDS_BIND=127.0.0.1:5002

# Extra arguments to pass to Gunicorn
# BUILDS_ARGS=

M sr.ht/builds.sr.ht/builds.sr.ht.initd => sr.ht/builds.sr.ht/builds.sr.ht.initd +1 -1
@@ 3,7 3,7 @@ name="builds.sr.ht"
description="builds.sr.ht service"
supervisor=supervise-daemon
BUILDS_USER=${BUILDS_USER:-builds}
BUILDS_BIND=${BUILDS_BIND:-127.0.0.1:5000}
BUILDS_BIND=${BUILDS_BIND:-127.0.0.1:5002}
BUILDS_ARGS=${BUILDS_ARGS:-}
LOCAL_PG=${LOCAL_PG:-yes}
LOCAL_REDIS=${LOCAL_REDIS:-yes}

M sr.ht/dispatch.sr.ht/dispatch.sr.ht.init => sr.ht/dispatch.sr.ht/dispatch.sr.ht.init +1 -1
@@ 4,7 4,7 @@ description="dispatch.sr.ht service"

# Override these with /etc/conf.d/dispatch.sr.ht
DISPATCH_USER=${DISPATCH_USER:-dispatch}
DISPATCH_BIND=${DISPATCH_BIND:-127.0.0.1:5000}
DISPATCH_BIND=${DISPATCH_BIND:-127.0.0.1:5005}
DISPATCH_ARGS=${DISPATCH_ARGS:-}
LOCAL_PG=${LOCAL_PG:-yes}
LOCAL_REDIS=${LOCAL_REDIS:-yes}

M sr.ht/hg.sr.ht/hg.sr.ht.confd => sr.ht/hg.sr.ht/hg.sr.ht.confd +1 -1
@@ 2,7 2,7 @@
# HG_USER=hg

# Bind the web service to this address:
# HG_BIND=127.0.0.1:5001
# HG_BIND=127.0.0.1:5010

# Extra arguments to pass to Gunicorn
# HG_ARGS=

M sr.ht/hg.sr.ht/hg.sr.ht.initd => sr.ht/hg.sr.ht/hg.sr.ht.initd +1 -1
@@ 3,7 3,7 @@ name="hg.sr.ht"
description="hg.sr.ht service"
supervisor=supervise-daemon
HG_USER=${HG_USER:-hg}
HG_BIND=${HG_BIND:-127.0.0.1:5001}
HG_BIND=${HG_BIND:-127.0.0.1:5010}
HG_ARGS=${HG_ARGS:-}
LOCAL_PG=${LOCAL_PG:-yes}
LOCAL_REDIS=${LOCAL_REDIS:-yes}

M sr.ht/lists.sr.ht/lists.sr.ht.confd => sr.ht/lists.sr.ht/lists.sr.ht.confd +1 -1
@@ 2,7 2,7 @@
# LISTS_USER=lists

# Bind the web service to this address:
# LISTS_BIND=127.0.0.1:5001
# LISTS_BIND=127.0.0.1:5006

# Extra arguments to pass to Gunicorn
# LISTS_ARGS=

M sr.ht/lists.sr.ht/lists.sr.ht.initd => sr.ht/lists.sr.ht/lists.sr.ht.initd +1 -1
@@ 3,7 3,7 @@ name="lists.sr.ht"
description="lists.sr.ht service"
supervisor=supervise-daemon
LISTS_USER=${LISTS_USER:-lists}
LISTS_BIND=${LISTS_BIND:-127.0.0.1:5001}
LISTS_BIND=${LISTS_BIND:-127.0.0.1:5006}
LISTS_ARGS=${LISTS_ARGS:-}
LOCAL_PG=${LOCAL_PG:-yes}
LOCAL_REDIS=${LOCAL_REDIS:-yes}

M sr.ht/paste.sr.ht/paste.sr.ht.confd => sr.ht/paste.sr.ht/paste.sr.ht.confd +1 -1
@@ 2,7 2,7 @@
# PASTE_USER=paste

# Bind the web service to this address:
# PASTE_BIND=127.0.0.1:5000
# PASTE_BIND=127.0.0.1:5011

# Extra arguments to pass to Gunicorn
# PASTE_ARGS=

M sr.ht/todo.sr.ht/todo.sr.ht.confd => sr.ht/todo.sr.ht/todo.sr.ht.confd +1 -1
@@ 2,7 2,7 @@
# TODO_USER=todo

# Bind the web service to this address:
# TODO_BIND=127.0.0.1:5000
# TODO_BIND=127.0.0.1:5003

# Extra arguments to pass to Gunicorn
# TODO_ARGS=

M sr.ht/todo.sr.ht/todo.sr.ht.initd => sr.ht/todo.sr.ht/todo.sr.ht.initd +1 -1
@@ 3,7 3,7 @@ name="todo.sr.ht"
description="todo.sr.ht service"
supervisor=supervise-daemon
TODO_USER=${TODO_USER:-todo}
TODO_BIND=${TODO_BIND:-127.0.0.1:5000}
TODO_BIND=${TODO_BIND:-127.0.0.1:5003}
TODO_ARGS=${TODO_ARGS:-}
LOCAL_PG=${LOCAL_PG:-yes}
LOCAL_REDIS=${LOCAL_REDIS:-yes}