Re: [rancid] Simple web-frontend for rancid files?

2018-10-11 Thread Daniel Schmidt
Two Cents: LibreNMS generates my router.db but kept wigging out & deleting everything out of Rancid. Hence, I switched back to CVS and CVSWeb. Hideous 70's orange, but I got my attic back - perfectly happy with it. On Wed, Oct 10, 2018 at 12:34 PM Andrew Biddle wrote: > I ended up switching

Re: [rancid] Simple web-frontend for rancid files?

2018-10-10 Thread Andrew Biddle
I ended up switching over to git and using GitList. Send like it has a nice interface and does mostly what I need. Thanks everyone. On Wed, Oct 10, 2018 at 8:36 AM heasley wrote: > Wed, Oct 10, 2018 at 11:30:54AM -0400, Eric W. Bates: > > - add a post-commit hook to the repository on RANCiD

Re: [rancid] Simple web-frontend for rancid files?

2018-10-10 Thread heasley
Wed, Oct 10, 2018 at 11:30:54AM -0400, Eric W. Bates: > - add a post-commit hook to the repository on RANCiD such that it pushes > to gitlab: that should not be necessary, if the remote is added to the origin. http://www.shrubbery.net/pipermail/rancid-discuss/2018-August/010348.html

Re: [rancid] Simple web-frontend for rancid files?

2018-10-10 Thread Eric W. Bates
We have a copy of Gitlab CE which we use for a lot of git repositories. It's got a nice front end. So we do a git push from RANCiD to Gitlab every time RANCiD commits. I stole this idea from the book: "5 Unsung Tools of DevOps" We already use ssh public key authentication on most of our

Re: [rancid] Simple web-frontend for rancid files?

2018-10-09 Thread Gauthier, Chris
I loved CVSweb in previous installations. Now that I use Git for the VCS, there really is no “nice” and simple implementation (like CVSweb is). I’m open to suggestions, as I do have to follow KISS for some of my colleagues who are not Linux experts (nor should they necessarily need to be).