@dansup I have been trying to figure out Anfora for most of the day. I got a docker image of it that gets it up but it doesnt appear to have any UI at all. I dont think it is even usable. Going to look at fontina.
@freemo Hi freemo, the UI is a separate module. You can get it at https://github.com/anforaProject/client the server is ready to detect it and use it as a frontend. Anyway the client is not ready, but if you want to get ready a docker image just tell me and I'll help you. You can call the API from an external app like postman and it shoult work.
@zinat let me know if you want me to package up the dockerfile and docker-compose.yml file for you to use. I edited your source a bit so the redis host is no longer hardcoded to localhost, as such the redis host runs in a seperate docker container and is linked via compose.