📚 Tutorial

Basic - Self hosting Gitea

Self hosting Gitea for your versioning control

Basic start-up

Brings teams and developers high-efficiency but easy operations from planning to production.

https://about.gitea.com/

1. Install with Windows 10/11

Using this link to download and install with proper configs.
https://docs.gitea.com/installation/install-from-package#windows

2. Register as a Windows service

https://docs.gitea.com/installation/windows-service

sc.exe create gitea start= auto binPath= "\"C:\gitea\gitea.exe\" web --config \"C:\gitea\custom\conf\app.ini\""

If you are using chocolatey to install, the path will be like:

sc.exe create gitea start= auto binPath= "\"C:\ProgramData\chocolatey\lib\gitea\tools\gitea.exe\" web --config \"C:\ProgramData\chocolatey\lib\gitea\tools\custom\conf\app.ini\""