Download raw body.
gotd & gotwebd depository redundancy
I have some projects I want accessible via public repositories.
In my mind, it would be normal that both gotd (via ssh://repo@server)
and gotwebd (via https://got.myserver.tld/repo) would allow access to
the same repositories.
But currently I have to configure the following as a turnaround:
$ more /etc/gotd.conf
repository geomant {
path '/var/www/got/public/geomant'
permit rw sylvain
permit ro anonymous
}
repository nwpg {
path '/var/www/got/public/nwpg'
permit rw sylvain
permit ro anonymous
Is it considered normal that gotd and gotwebd both use separate
repository bases ? Is there a standard turnaround ? Am I doing
something wrong ?
Thank you
--
Sylvain Saboua
looking for a PDP-11
gotd & gotwebd depository redundancy