Hello guys, I wrote this server based on the Spring Framework that creates an interface for the hydrus db through a REST API.
I wrote a front-end for it too, but it's simple and it assumes that the back-end is on the same server as the front-end.
Obviously, the server can't run together with hydrus because of concurrent access to the databases.
Here's the github repo https://github.com/pr0ves/hydrus-ss/
For now the features are:
>Search with tags, it returns an array of hashes
>Tag retrieval given the hash
>Serve a file and its thumbnail given the hash
Anyone that wants to help is welcome, i need help especially with the front-end since i'm bad at that; anyway the one i created just need some style and it would be good enough.