Comments on How to Install Gitea Self-hosted Git Service using Docker on Ubuntu 18.04

Gitea is a fork of Gogs, the easy to use self-hosted Git service. It is similar to GitHub, Bitbucket, and Gitlab. In this tutorial, I will show you step-by-step how to install and configure the lightweight Git service using Gitea using Docker on Ubuntu 18.04 LTS.

7 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Abu Abrar

Can someone please say what is the font and color scheme used in the terminal screenshots in this post?

By: muhammad

I'm using Agave font for my terminal, and using solarized color scheme.

By: Abu Abrar

Thanks a lot for the reply :)

By: SonGokussj4

What would I need to change if I have company server named "avalon", there running many docker apps, I have gitea on port 3000 and apache is redirecting http request to:

    ## Gitea ##

        <Location /gitea>

            ProxyPass        http://localhost:3000

            ProxyPassReverse http://localhost:3000

            Order deny,allow

        </Location>

My target is to write on my other local PC: http://avalon/gitea and have gitea to show and run. Right now it won't recognize CSS files.

 

Or should I have it like http://gitea.avalon? How do I do that instead?

By: aolko

Please update for lastest traefik and gitea

By: nilbot

Hey, do you recall what version of Traefik you were using when writing this article? The latest traefik now has significant changes the docker-compose.yml doesn't work anymore

By: themajorgear

How you change the Gitea base URL post-install? Mine is up and running in docker, but I noted the git clone url's use "localhost" as the hostname, so I want to fix that.