bundles/pretalx: add to PORT_MAP.md, allocate a port
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
5d8cd80b38
commit
b5cc8c2c57
3 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,6 @@ Rule of thumb: keep ports below 10000 free for stuff that reserves ports.
|
|||
| 6379 | | redis |
|
||||
| 6667 | | bitlbee |
|
||||
| 8010 | | matrix-media-repo |
|
||||
| 8020 | | mautrix-whatsapp |
|
||||
| 8184 | | matrix-dimension |
|
||||
| 11332-11334 | rspamd | rspamd |
|
||||
| 20000 | mx-puppet-discord | Bridge |
|
||||
|
@ -44,6 +43,7 @@ Rule of thumb: keep ports below 10000 free for stuff that reserves ports.
|
|||
| 22030 | octoprint | OctoPrint Web Interface |
|
||||
| 22040 | miniflux | Miniflux Web Interface |
|
||||
| 22050 | radicale | radicale carddav and caldav server |
|
||||
| 22060 | pretalx | gunicorn |
|
||||
| 22999 | nginx | stub_status |
|
||||
|
||||
## UDP
|
||||
|
|
|
@ -7,7 +7,7 @@ User=pretalx
|
|||
Group=pretalx
|
||||
Environment=PRETALX_CONFIG_FILE=/opt/pretalx/pretalx.cfg
|
||||
WorkingDirectory=/opt/pretalx/src/src
|
||||
ExecStart=/opt/pretalx/venv/bin/gunicorn pretalx.wsgi --name pretalx --workers 4 --max-requests 1200 --max-requests-jitter 50 --log-level=info --bind=127.0.0.1:8345
|
||||
ExecStart=/opt/pretalx/venv/bin/gunicorn pretalx.wsgi --name pretalx --workers 4 --max-requests 1200 --max-requests-jitter 50 --log-level=info --bind=127.0.0.1:22060
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
|
|
|
@ -28,7 +28,7 @@ nodes['voc.pretalx'] = {
|
|||
'domain': 'pretalx.c3voc.de',
|
||||
'proxy': {
|
||||
'/': {
|
||||
'target': 'http://127.0.0.1:8345/',
|
||||
'target': 'http://127.0.0.1:22060/',
|
||||
},
|
||||
},
|
||||
'extras': True,
|
||||
|
|
Loading…
Reference in a new issue