Hi, I'm trying to set up cgit on my server, with password protection per-repository using the "filters/simple-authentication.lua" script:
https://github.com/zx2c4/cgit/blob/master/filters/simple-authentication.lua After spending some time installing lua and luacrypto, I'm correctly getting the "Authentication Required" page when I try to view a protected repo. However, when I enter a username / password and click "login", all I get after that is "Invalid request" (as a 404 response). I have cgit running behind nginx, configured more-or-less per these instructions: https://gist.github.com/stran12/1394757 Would be great to get this working. As I'll be using cgit for private repos (for client projects), the password-protection is a must. I realise that this feature is new, so I understand if there are still some hiccups involved. Cheers, Jeremy. _______________________________________________ CGit mailing list [email protected] http://lists.zx2c4.com/mailman/listinfo/cgit
