No description
- Go 75.9%
- HTML 24.1%
| templates | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
README FOR GODASHY
Migration from forgejo to Gitlab not quite done. I'm going to recreate the document.
This is designed to work with a web accessible setup of fossil. You need only run fossil in server mode with the --repolist switch. You can, but don't need to put it behind a reverse proxy or similar. My setup runs it behind caddy.
How to run fossil as a server
fossil server /srv/fossil/ --port 8081 --repolist --baseurl http://IP or hostname/fossil
Note in this case its /srv/fossil that holds all my local fossil repos. The --port 8081 is artbitray as 8080 is already used. --repolist is needed. --baseurl only set as its behind a reverse proxy (caddy).