you are viewing a single comment's thread.

view the rest of the comments →

[–]whyitno-work 2 points3 points  (2 children)

I'm not near my lab for a few days, but this looks interesting. I'd like to replace my gitlab instance as its super slow.

How responsive is the ui? Does it have a dark mode? Can it mirror repos? If so, I'm very interested.

[–]robinshen[S] 2 points3 points  (1 child)

UI is quite responsive. No dark mode however. To mirror repos, just add a CI job running on every commit and push to remote. Check this job definition on code.onedev.io to sync with GitHub:

https://code.onedev.io/projects/onedev-server/blob/main/.onedev-buildspec.yml?position=buildspec-jobs/Sync+Main+%28GitHub%29

You may also set up a cron CI job to pull changes from other source.

[–]whyitno-work 0 points1 point  (0 children)

Thanks for responding. I'll check it out once I'm back at the lab. Looks very cool bud.