- Reverted ROOT_URL to HTTP on internal IP (100.120.125.113:3000)
- Clone commands use internal IP (works on local network and with Pangolin)
- Added note: Access UI at https://git.pdmarf.co.uk via Pangolin Tunnel
- Pangolin Tunnel handles HTTPS → HTTP conversion
Users on local network: Clone using http://100.120.125.113:3000/pdm/[repo]
Users via Pangolin: Access UI at https://git.pdmarf.co.uk
Both methods work with same repositories
- Updated Gitea ROOT_URL to https://git.pdmarf.co.uk/
- Updated all clone commands in HOW-TO-GUIDE.md to use new domain
- Changed server URL references to https://git.pdmarf.co.uk
- Session closer agent remains on internal IP for homelab use
Users can now access Gitea UI at https://git.pdmarf.co.uk
All documentation reflects the new domain for public access.
- Changed all references from 'nano' to 'vim' editor
- Added new 'Terminology' section explaining:
- What 'workstation' means (your main development machine)
- Difference between workstation and VPS
- What a repository is
- Enhanced Workflow 1 with detailed explanation of workstation usage
- Added examples of workstation machines (laptop, desktop, etc.)
- Clarified when to use workstation vs VPS workflows
This makes the guide more accessible for users unfamiliar with homelab terminology.
- Basic clone commands for homelab-agents and vps-system-apps
- Step-by-step workflow for making and pushing changes
- Common workflows for different scenarios
- Useful git commands reference
- Troubleshooting section for common issues
- Quick reference card for frequently used commands
- Best practices and tips
This guide provides everything needed to get started with Gitea
for managing homelab projects and agent repositories.