We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, when I click a link in section "Repository" the URL includes port 3030. This URL will result in a 404.
If I use the link in section "main screen" the URL is correct.
I have attached screenshots that document
Can you advise how to fix the links in section "Repository"?
THX
Gitea version 1.16.8 built with GNU Make 4.1, go1.18.2 : bindata, sqlite, sqlite_unlock_notify
No
Ubuntu 20.04.4 LTS
Chrome Version 102.0.5005.63
The text was updated successfully, but these errors were encountered:
Maybe related to this one
Correct your ROOT_URL related settings in your app.ini
Sorry, something went wrong.
Hello, I don't think this issue is solved and therefore the ticket should not be closed.
So, I setup Gitea on Ubuntu 20.04 based on this tutorial. There's only 1 difference, means I have installed Gitea from a repo and not from source.
Anyway, the cause of this issue must be in /etc/gitea/app.ini... here's the relevant section:
[server] LOCAL_ROOT_URL = http://localhost:3030/ SSH_DOMAIN = vlcspgit.devsys.net.sap DOMAIN = vlcspgit.devsys.net.sap HTTP_PORT = 3030 ROOT_URL = http://vlcspgit.devsys.net.sap:3030/ DISABLE_SSH = false SSH_PORT = 22 LFS_START_SERVER = true LFS_CONTENT_PATH = /var/lib/gitea/data/lfs LFS_JWT_SECRET = yMT1JvFbOASXxXkVSNDigTZxxxxxxxxxxxxxxxxxxx OFFLINE_MODE = false
As you can see Gitea server is supposed to listen on HTTP port 3030.
However, no Gitea server is listening on tcp6 port 3030:
# netstat -tulpen | grep git tcp6 0 0 :::3030 :::* LISTEN 120 111263035 752128/gitea
Can you please advise how to fix this?
No branches or pull requests
Description
Hello,
when I click a link in section "Repository" the URL includes port 3030.
This URL will result in a 404.
If I use the link in section "main screen" the URL is correct.
I have attached screenshots that document
Can you advise how to fix the links in section "Repository"?
THX
Screenshots
Gitea Version
Gitea version 1.16.8 built with GNU Make 4.1, go1.18.2 : bindata, sqlite, sqlite_unlock_notify
Can you reproduce the bug on the Gitea demo site?
No
Operating System
Ubuntu 20.04.4 LTS
Browser Version
Chrome Version 102.0.5005.63
The text was updated successfully, but these errors were encountered: