Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/doskast/commit/dafeb2899dcc53327ceadf3f353307ae974a2f20?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Listen to IPv4 only

We do not need IPv6, do not control it, it may be a security hole.
master
Mikhail Novosyolov 3 years ago
parent a274866c62
commit dafeb2899d
  1. 1
      doskast-sshd.service

@ -6,6 +6,7 @@ Wants=doskast-sshd-keygen.service
[Service] [Service]
ExecStart=/usr/sbin/sshd \ ExecStart=/usr/sbin/sshd \
-D \ -D \
-4 \
-f /etc/doskast/doskast-sshd.conf -f /etc/doskast/doskast-sshd.conf
ExecReload=/bin/kill -HUP $MAINPID ExecReload=/bin/kill -HUP $MAINPID
KillMode=process KillMode=process

Loading…
Cancel
Save