Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 629 Bytes

File metadata and controls

19 lines (15 loc) · 629 Bytes

Phase 6: Code Hosting (Gitea) 💻

Self-hosting isn't just about media and dashboards. Let's host our own code with Gitea.

🏗️ Gitea.io

Gitea is a "painless" self-hosted Git service that is extremely lightweight.

Objective:

  1. Deploy Gitea.
  2. Expose the UI on port 3001.
  3. Complete the initial installation wizard via the browser.
  4. Task:
    • Create a new user named exactly mello.
    • Log in as mello.
    • Create a repository named hello-world.
    • Push a README.md file to it containing the text: Hello World!.

Next Step: Phase 7: Media Management