git.berlin/README.md

848 B

git.berlin

Gitea installation notes git.berlin


Migration from GitLab

Customization

The custom/ folder maps to /home/git/gitea/custom/ on the server. Its contents can be deployed via rsync with:

npm i
gulp deploy

Gitea Docs: Customizing Gitea

Handy commands

sudo su git
cd /home/git

vi gitea/custom/conf/app.ini

Gitea Documentation