No description
  • Go 75.9%
  • HTML 24.1%
Find a file
2025-10-24 20:28:24 -05:00
templates Initial commit migration 2025-10-24 20:14:27 -05:00
go.mod Initial commit migration 2025-10-24 20:14:27 -05:00
go.sum Initial commit migration 2025-10-24 20:14:27 -05:00
main.go Initial commit migration 2025-10-24 20:14:27 -05:00
README.md Edit README.md 2025-10-24 20:28:24 -05:00

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).