In this tutorial, we will be installing Gitblit on Fedora CoreOS Latest. Gitblit is an open-source, pure Java stack for managing, viewing, and serving Git repositories.
Before starting, make sure you have the following:
$ sudo dnf update -y
$ sudo dnf install -y gitblit
gitblit.properties
, using your favorite text editor:$ sudo vi /etc/gitblit.properties
server.httpPort
: The port Gitblit will listen on for HTTP requests. By default, it is set to 8080
.server.httpsPort
: The port Gitblit will listen on for HTTPS requests. By default, it is set to 8443
.server.storePassword
: The password used to encrypt the Gitblit storage. By default, it is set to password
.http.autoRedirectSecure
: Automatically redirect HTTP requests to HTTPS requests. By default, it is set to true
.$ sudo systemctl start gitblit
$ sudo systemctl status gitblit
http://[your-server-ip]:8080
to access Gitblit.https://[your-server-ip]:8443
.You have successfully installed Gitblit on Fedora CoreOS Latest. You can now manage, view, and serve Git repositories using Gitblit. Enjoy!
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!