Comments on How to Install Gitea Code Hosting Platform with HTTPS on CentOS 8
Gitea is a code hosting web application written in Go. As its name suggests, it is designed to be used with the popular source control program Git, similarly to Gitlab and Github. This guide will explain the installation of Gitea on CentOS 8 with an Nginx HTTPS reverse proxy.
3 Comment(s)
Comments
Why nginx? If you propose to use gitea on golang, it's logical to use caddy webserver https://github.com/caddyserver/caddy
psql login error message when try web install. I think the problem about postgresql version
To: Selim
It works perfecty but in /var/lib/pgsql/data/pg_hba.conf you must remove or comment the line below by (adding a # at start of line). Otherwise the added in the tutorial in not take in account.
host all all 127.0.0.1/32 ident
@+