tags | title | created | ||
---|---|---|---|---|
|
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.
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.