Gitea
GPG
The package sets GNUPGHOME environment variable to /app/data/gnupg. The gpg CLI tool uses this path and so does gitea to locate keys.
CLI
The gitea CLI can be used as follows: sudo -u git /home/git/gitea/gitea -c /run/gitea/app.ini --help For example, to change the root password: sudo -u git /home/git/gitea/gitea -c /run/gitea/app.ini admin user change-password -u root -p changeme123
LFS
Gitea supports any s3-like storage as a backend for LFS and attachments (see Gitea Config Cheat Sheet). Add the following configuration and restarted gitea from the dashboard: [server] LFS_START_SERVER = true [storage.my-storage] STORAGE_TYPE = minio ...
Customizing Gitea
Customizing Gitea is typically done using the custom folder. This is the central place to override configuration settings, templates, etc. The custom data folder is located at /app/data/custom. Gitea also supports various configuration ...
How to order Gitea?
1. Login at: https://cloud.danian.co 2. Manage Apps - Add an App 3. Select: Gitea 4. Select vCPU / RAM If you don't know how much you will need to use, just leave the default. 5. Select Disk Storage Size If you don't know how much you will need to ...