Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 768 Bytes

Gitea.md

File metadata and controls

15 lines (11 loc) · 768 Bytes
tags title created
services
infrastructure
Gitea
2023-12-17, 3:07:14 am

Gitea is a self hosted git server, much like GitHub or GitLab, that I use as my code hosting server. It has the capabilities to store packages (like container images), host CI/CD, and has project management features. It is also very lightweight.

Gitea is deployed and configured with the gitea job alongside a PostgreSQL database.

Backups

The data stored in Gitea is written directly to an NFS share on Synology DS920+, and the configuration in the PostgreSQL database is backed up according to the postgresql-backup job.