You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/marketplace-docs/guides/gitea/index.md
+12-39Lines changed: 12 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "Deploy Gitea through the Linode Marketplace"
3
3
description: "This is a step-by-step guide on how to deploy the Gitea application, a community managed, self-hosted Git service, by using the Linode One-Click App Marketplace."
4
4
published: 2021-01-04
5
-
modified: 2022-03-08
5
+
modified: 2025-04-08
6
6
keywords: ['Gitea','version control','git']
7
7
tags: ["linode platform","version control system","marketplace","cloud-manager"]
8
8
external_resources:
@@ -15,7 +15,7 @@ marketplace_app_id: 688911
15
15
marketplace_app_name: "Gitea"
16
16
---
17
17
18
-
[Gitea](https://gitea.io/) is a communitymanaged, painless, self-hosted Git service. Gitea is a complete solution for all aspects of your software development. At its core, Gitea serves as your centralized remote Git repository. Gitea also features built-in tools that represent every task in your development workflow, from planning to testing to releasing.
18
+
[Gitea](https://gitea.io/) is a community-managed, painless, self-hosted Git service. Gitea is a complete solution for all aspects of your software development. At its core, Gitea serves as your centralized remote Git repository. Gitea also features built-in tools that represent every task in your development workflow, from planning to testing to releasing.
19
19
20
20
Self-hosting your software development with the Gitea Marketplace App offers total control of your codebase. At the same time, its familiar interface eases collaboration for you and your team. Gitea is one of the most popular self-hosted Git repository platforms, allowing you to benefit from a robust set of integrated tools and an active community.
21
21
@@ -31,65 +31,38 @@ Self-hosting your software development with the Gitea Marketplace App offers tot
-**Enable passwordless sudo access for the limited user?** Select **Yes** to [disable SSH password authentication](/docs/products/compute/compute-instances/guides/set-up-and-secure/#ssh-daemon-options) for your limited sudo user as an additional security measure. Requires an **SSH Public Key** for SSH access to your Linode.
44
-
45
-
#### Additional Security Configuration
46
-
47
-
-**Configure automatic security updates?** Select **Yes** to enable automatic security updates for your Linode.
48
-
-**Use fail2ban to prevent automated instrusion attempts?** Select **Yes** to enable [SSH login protection with Fail2Ban](/docs/guides/using-fail2ban-to-secure-your-server-a-tutorial/) as an additional security measure.
-**SOA Email for your domain** The email address to register as your Start of Authority (SOA). This field is required for creating DNS records for a new domain.
52
-
-**Do you need an MX record for this domain?** Select **Yes** to automatically configure an [MX record](/docs/guides/dns-overview/#mx) for the purpose of sending emails from your Linode. Additional configuration with Gitea is required after installation to enable sending emails with this app.
53
-
-**Do you need an SPF record for this domain?** Select **Yes** to automatically configure an [SPF record](/docs/guides/dns-overview/#spf) for the purpose of sending emails from your Linode. Additional configuration with Gitea is required after installation to enable sending emails with this app.
54
-
-**Would you like to use a free Let's Encrypt SSL certificate for your fully qualified domain name?** Select **Yes** to configure an SSL Certificate for HTTPS access to your Gitea remote desktop. Requires a `Domain` and `Admin Email`.
55
-
-**Admin Email for Let's Encrypt certificate:** The email address to register with [Certbot](https://certbot.eff.org/) when generating an SSL certificate for your fully qualified domain name. This field is required for HTTPS access to your Gitea remote desktop.
After Gitea has finished installing, you can access your Gitea site using a web browser to complete setup and begin using your app.
66
-
67
-
1. Enter your Linode's fully qualified domain name (for example, `https://www.example.com`) or [IPv4 address](/docs/products/compute/compute-instances/guides/manage-ip-addresses/) (for example, `http://192.0.2.0`) into a browser window to access the Gitea welcome page. Select the **Register** link to reach the initial configuration screen.
1. Replace `localhost` with your Linode's fully qualified domain name or IPv4 address under **SSH Server Domain** and **Gitea Base URL** fields. Specify `https` in the **Gitea Base URL** field if you configured an SSL certificate for your domain.
47
+
With Gitea installed, you can access your Gitea site using a web browser to log in and begin using your app.
76
48
77
-

49
+
To access the Gitea site:
78
50
79
-
1. Complete any other desired configurations, then select **Install Gitea** to complete initial configuration.
51
+
1.In a browser, enter your Compute Instance's fully qualified domain name (for example, *ht<span>tp://</span>example.com*) or [Reverse DNS Address](https://techdocs.akamai.com/cloud-computing/docs/configure-rdns-reverse-dns-on-a-compute-instance).
80
52
81
-
1. You can now register a new administrative user and manage repositories with your Gitea App. For more configuration instructions and settings, refer to the official [Gitea Documentation](https://docs.gitea.io/).
The Gitea Marketplace App installs the following software on your Linode:
59
+
The Gitea Marketplace App installs the following software on your Compute Instance:
87
60
88
61
|**Software**|**Description**|
89
62
|:--------------|:------------|
90
63
|[**Gitea**](https://gitea.io/)| Open source remote Git repository software. [v1.13.0](https://github.com/go-gitea/gitea/releases/tag/v1.13.0)|
91
-
|[**MariaDB**](https://mariadb.org/)| Open source relational database fork of MySQL. |
64
+
|[**PostgreSQL**](https://www.postgresql.org/)| Open source object-relational database system. |
92
65
|[**NGINX**](https://www.nginx.com/)| Open source web server. Used as a reverse proxy by this app. See our guide on [Getting Started with NGINX](/docs/guides/getting-started-with-nginx-part-1-installation-and-basic-setup/) for more information. |
93
-
|[**UFW**](https://wiki.ubuntu.com/UncomplicatedFirewall)| Firewall utility. Ports 22/tcp, 80/tcp, and 443/tcp for IPv4 and IPv6 are enabled with installation of this app. Additional ports must be opened to send email from your Linode for use with this app. See our guide on [How to Configure a Firewall with UFW](/docs/guides/configure-firewall-with-ufw/) for instructions. |
66
+
|[**UFW**](https://wiki.ubuntu.com/UncomplicatedFirewall)| Firewall utility. Ports 22/tcp, 80/tcp, and 443/tcp for IPv4 and IPv6 are enabled with installation of this app. Additional ports must be opened to send email from your Compute Instance for use with this app. See our guide on [How to Configure a Firewall with UFW](/docs/guides/configure-firewall-with-ufw/) for instructions. |
0 commit comments