mailcow / mailcow-dockerized-docs

mailcow: dockerized - documentation 📰

Home Page:https://docs.mailcow.email

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

False Configuration Example for Gitea

can0199 opened this issue · comments

Hey,

i use gitea via mailcow and had problems cloning repositories via ssh. Now it works with a small change in the configuration I think in the instructions is a small error.

Under step 3 following is written:

Open mailcow.conf and define the binding you want gitea to use for SSH. Example:
GITEA_SSH_PORT=127.0.0.1:4000
but i think the variable should be:
GITEA_SSH_PORT=4000

with this its works propperly for me

Hi,

This just defines the binding on the host, doesn't it? Or am I mistaking something?

André

yes its right but i think only the port number is required not the local ip adress

PS for more context
this config is in the mailcow.conf

and is used by the docker-compose file in the port section

It just binds to 127.0.0.1:4000 then instead of 0.0.0.0:4000 when you leave the IP out. :)

ahh okay thank you for your fast response i can only get it running if i write there only the port

thank you for the nice work :)