RSSbox
-
I have tried to package this for Cloudron but I stumble in different issues that I don't know how to go around, but first a bunch of links about RSSbox :
demo : https://rssbox.herokuapp.com/
code : https://github.com/stefansundin/rssbox
docker image : https://hub.docker.com/r/stefansundin/rssboxI have followed basic packaging instruction just to see how far I would go into the packaging process and I got it to install on my cloudron, but then the app cannot properly boot itself because it needs to write files and we have read-only file system.
So I guess it's about symlinking where rssbox wants to write to a place it can actually write in the cloudron context, how do I do that ?
Log files : https://paste.armada.digital/upunaxihut.bash
I think I'm not far from making it running, I don't know about tests to be able to implement that, and probably the healthcheck part also need some love
Advice welcome