apollo
apollo copied to clipboard
A Unix-style personal search engine and web crawler for your digital footprint.
Following the instructions, I got to the point where all of the folders were created, the command was ready to run, etc... and this is what returned. ``` panic: runtime...
* Fix little bugs regarding the password read and used `viper` instead * `createFile` will automatically create parents folder too now * The server won't kill itself when fails to...
Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an...
PR: Chrome extension for Apollo - more in the submodule and at: [ApolloNIA](https://github.com/dborowiec10/ApolloNIA) I've modified the server.go slightly to ensure CORS behaves with the extension (it should not affect normal...
cAn you support taking input from an RSS/Atom feed? Lots of sites have feeds and some have data you want to remember. Plus, with rss-bridge, you can get an rss...
I tried to create a quick Dockerfile that includes youtube-dl. I also had to ignore errors from calling `godotenv.Load()` to be able to set the env variables from the `docker-compose.yml`
Hi, there. I'm very excited to try your project. As you wrote in the instructions, I replaced the body of the get data function to this: ``` func GetData(sourcesMap map[string]schema.Record)...