Self-hosting isn't just about media and dashboards. Let's host our own code with Gitea.
Gitea is a "painless" self-hosted Git service that is extremely lightweight.
- Deploy Gitea.
- Expose the UI on port 3001.
- Complete the initial installation wizard via the browser.
- Task:
- Create a new user named exactly
mello. - Log in as
mello. - Create a repository named
hello-world. - Push a
README.mdfile to it containing the text:Hello World!.
- Create a new user named exactly
Next Step: Phase 7: Media Management