Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    RSSbox

    App Wishlist
    2
    5
    158
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rmdes
      rmdes last edited by

      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/rssbox

      I 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 🙂

      1 Reply Last reply Reply Quote 3
      • robi
        robi last edited by

        Errno::EROFS: Read-only file system @ dir_s_mkdir - /app/tmp/prometheus
        

        so it looks like tmp needs to be defined

        Life of Advanced Technology

        rmdes 1 Reply Last reply Reply Quote 0
        • rmdes
          rmdes @robi last edited by

          @robi Is this defined on the cloudronmanifest or somewhere else ?

          1 Reply Last reply Reply Quote 0
          • robi
            robi last edited by

            check the app config file first..

            if there's no variable or setting there then create a symlink for it and keep going.. there may be more errors after this one.

            Life of Advanced Technology

            1 Reply Last reply Reply Quote 0
            • robi
              robi last edited by

              Any further progress on this @rmdes ?

              Life of Advanced Technology

              1 Reply Last reply Reply Quote 1
              • First post
                Last post
              Powered by NodeBB