Skip to content

HTTP Port changed? #1505

Closed
Closed
@ulm0

Description

@ulm0
  • Gitea version (or commit ref):
    gitea-1.1.0+122-gc764a54
  • Git version:
    2.11.1
  • Operating system:
    • Docker Image: Alpine
    • Host: HypriotOS
  • Database:
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant

Description

Been using gitea-1.1.0+75-g6a451a2 for a while and today upgraded to gitea-1.1.0+122-gc764a54 from the Gitea site, thing is when i want to reach the web UI, nginx shows a 502 error. Inspecting the gitea-1.1.0+122-gc764a54 image i see the port 3000 is no longer present

bash-4.3# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      14/sshd
tcp        0      0 127.0.0.11:39612        0.0.0.0:*               LISTEN      -
tcp        0      0 :::22                   :::*                    LISTEN      14/sshd
udp        0      0 127.0.0.11:46767        0.0.0.0:*                           -

this is the output in the gitea-1.1.0+75-g6a451a2 image

bash-4.3# netstat -tulpn
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      14/sshd
tcp        0      0 :::22                   :::*                    LISTEN      14/sshd
tcp        0      0 :::3000                 :::*                    LISTEN      -

Is this intended?

One more thing with gitea-1.1.0+122-gc764a54, when using the -h flag (or any other argument) it panics

bash-4.3# /app/gitea/gitea -h
panic: Segmentation fault (core dumped)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions