coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
34.47k stars 1.88k forks source link

[Bug]: Gitea #3562

Open akawahuynh opened 1 month ago

akawahuynh commented 1 month ago

Error Message and Logs

2024-09-25T09:53:14.748495049Z Generating /data/ssh/ssh_host_ed25519_key... 2024-09-25T09:53:14.756959215Z Generating /data/ssh/ssh_host_rsa_key... 2024-09-25T09:53:15.252631456Z Generating /data/ssh/ssh_host_ecdsa_key... 2024-09-25T09:53:15.284126833Z Server listening on :: port 22. 2024-09-25T09:53:15.284150567Z Server listening on 0.0.0.0 port 22. 2024-09-25T09:53:15.327553862Z 2024/09/25 09:53:15 cmd/web.go:242:runWeb() [I] Starting Gitea on PID: 16 2024-09-25T09:53:15.327576884Z 2024/09/25 09:53:15 cmd/web.go:111:showWebStartupMessage() [I] Gitea version: 1.22.2 built with GNU Make 4.4.1, go1.22.6 : bindata, timetzdata, sqlite, sqlite_unlock_notify 2024-09-25T09:53:15.327580460Z 2024/09/25 09:53:15 cmd/web.go:112:showWebStartupMessage() [I] RunMode: prod 2024-09-25T09:53:15.327583025Z 2024/09/25 09:53:15 cmd/web.go:113:showWebStartupMessage() [I] AppPath: /usr/local/bin/gitea 2024-09-25T09:53:15.327585380Z 2024/09/25 09:53:15 cmd/web.go:114:showWebStartupMessage() [I] WorkPath: /data/gitea 2024-09-25T09:53:15.327587714Z 2024/09/25 09:53:15 cmd/web.go:115:showWebStartupMessage() [I] CustomPath: /data/gitea 2024-09-25T09:53:15.327590129Z 2024/09/25 09:53:15 cmd/web.go:116:showWebStartupMessage() [I] * ConfigFile: /data/gitea/conf/app.ini 2024-09-25T09:53:15.327592473Z 2024/09/25 09:53:15 cmd/web.go:117:showWebStartupMessage() [I] Prepare to run install page 2024-09-25T09:53:15.808385660Z 2024/09/25 09:53:15 cmd/web.go:304:listen() [I] Listen: http://0.0.0.0:3000 2024-09-25T09:53:15.808454368Z 2024/09/25 09:53:15 cmd/web.go:308:listen() [I] AppURL(ROOT_URL): http://localhost:3000/ 2024-09-25T09:53:15.808461070Z 2024/09/25 09:53:15 ...s/graceful/server.go:50:NewServer() [I] Starting new Web server: tcp:0.0.0.0:3000 on PID: 16 2024-09-25T09:54:40.737635358Z banner exchange: Connection from 192.168.80.4 port 41798: invalid format

Steps to Reproduce

  1. pull template gitea
  2. add domain
  3. go to domain
  4. error "Internal Server Error"
  5. Connection from 192.168.80.4 port 49136: invalid format (192.168.80.4 is not my ip vps)

Example Repository URL

No response

Coolify Version

v4.0.0-beta.340

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 24.04

Additional Information

No response