←back to thread

Sourcegraph went dark

(eric-fritz.com)
424 points kaycebasques | 1 comments | | HN request time: 0.886s | source
Show context
speedgoose ◴[] No.41297879[source]
It's a bit sad. I forked ~~the last~~ an open-source version some time ago[0]. I removed the telemetry, disabled updates, removed the proprietary code, made a docker image, and implemented some lightweight oauth2/oauth2-proxy authentication.

I plan to keep it running behind Oauth2-Proxy for a long time. It has been very reliable software and because it's behind a supposedly secure proxy, I don't feel bad about not updating it.

[0] https://github.com/SINTEF/sourcegraph

replies(2): >>41298119 #>>41299304 #
1. cdchn ◴[] No.41299304[source]
This is awesome thank you for this.