Git server

System: Ubuntu 20.04
Edition: 20220315

Launch your own Git server with Gitea

Description

Ubuntu 20.04.3 image with preinstalled Gitea server.

Includes:

  • mysql-server 8.0.28-0ubuntu0.20.04.3
  • gitea 1.16.4

Kernel information:

Linux testvm 5.4.0-104-generic #118-Ubuntu SMP Wed Mar 2 19:02:41 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

 

Operating system information:

Distributor ID: Ubuntu

Description: Ubuntu 20.04.4 LTS

Release: 20.04

Codename: focal

Category:
Base Linux / WEB
Size:
10.00 GB
Image added:
15.03.2022
Image updated:
17.01.2024
Uses:
10
Avg boot time:
00:24 — 01:12

Getting started

Before start You need to connect to virtual machine via SSH and run command sudo mysql_init to preconfigure MySQL for work with Gitea. Select new database username, password and name. Then you can connect through web-browser by link http://<Your VM IP address>:3000/. Then you will see settings form, where you must input selected in previous step database name, username and password.