juspay / services-flake

NixOS-like services for Nix flakes
https://community.flake.parts/services-flake
MIT License
342 stars 28 forks source link

service/tika: init #269

Closed drupol closed 2 months ago

drupol commented 2 months ago

Tika has been merged today (https://github.com/NixOS/nixpkgs/pull/279059) so we need to wait 2~3 days until it become available here.

Once there, I'll set this PR in Ready for review.

shivaraj-bh commented 2 months ago

I am also planning to work on a script that will initialise all the files required to add a new service, but for now could you also add a docs/tika.md file with a brief description for tika and a Getting started block with services.tika.enable = true;?

Further improvement on the docs can be done in a different PR upon coming up with use cases for using it with other services (I still have to update searxng docs as well, to use it with open-webui, I will do that soon)

drupol commented 2 months ago

Done, should be good now.

shivaraj-bh commented 2 months ago

Thanks!