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

    "wreeto", note and ideas management app

    App Wishlist
    5
    11
    402
    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.
    • P
      p44 translator last edited by

      «wreeto is a cluttered-free knowledge management toolset that effectively organises your notes and ideas»

      Wreeto is an open source note-taking, knowledge management and wiki system built on top of Ruby on Rails framework. Initially this was built because I didn't like the note-taking apps out there and I wanted something simple, structured and straightforward, with no bells and whistles.

      --
      https://wreeto.com/

      They have an open source package:

      https://github.com/chrisvel/wreeto_official

      S 1 Reply Last reply Reply Quote 5
      • S
        seeker @p44 last edited by

        Has anyone played around with this?

        1 Reply Last reply Reply Quote 1
        • klawitterb
          klawitterb last edited by

          I've tried packaging this but right now I'm stuck at initializing the database.

          Getting the following error:

          FATAL: no pg_hba.conf entry for host "xxx", user "yyy", database "postgres", SSL off
          

          Anyone got an idea?

          On github they state they need PostgreSQL 11 but if I'm not mistaken cloudron uses v12? Maybe its just incompatible?

          jdaviescoates girish 2 Replies Last reply Reply Quote 0
          • jdaviescoates
            jdaviescoates @klawitterb last edited by

            @klawitterb you may be better off asking over in App Packaging and Development https://forum.cloudron.io/category/96/app-packaging-development 🙂

            1 Reply Last reply Reply Quote 0
            • girish
              girish Staff @klawitterb last edited by

              @klawitterb Most likely the postgres credentials that are provided to the app are not correct. If you have a link to your repo, I can check if it's anything obvious.

              klawitterb 1 Reply Last reply Reply Quote 1
              • klawitterb
                klawitterb @girish last edited by

                @girish here's the repo https://git.apehost.de/cloudron-apps/cloudron-wreeto

                I'm using the env variables provided by the postgresql addon so I'd assume the pw to be correct.

                girish 2 Replies Last reply Reply Quote 1
                • girish
                  girish Staff @klawitterb last edited by

                  @klawitterb Was just looking into this. I got the error below:

                  /var/lib/gems/2.7.0/gems/activerecord-5.2.4.4/lib/active_record/type.rb:27: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
                  /var/lib/gems/2.7.0/gems/activerecord-5.2.4.4/lib/active_record/type/adapter_specific_registry.rb:9: warning: The called method `add_modifier' is defined here
                  FATAL:  no pg_hba.conf entry for host "172.18.20.229", user "userc706387f5cfe4f9aa99a6aa545bc6fbd", database "postgres", SSL off
                  Couldn't create 'dbc706387f5cfe4f9aa99a6aa545bc6fbd' database. Please check your configuration.
                  rake aborted!
                  PG::ConnectionBad: FATAL:  no pg_hba.conf entry for host "172.18.20.229", user "userc706387f5cfe4f9aa99a6aa545bc6fbd", database "postgres", SSL off
                  

                  On Cloudron, the database is already created, I guess we have to figure how to make it not create the db.

                  1 Reply Last reply Reply Quote 1
                  • girish
                    girish Staff last edited by

                    I got a bit farther but something wrong when loading assets - 4e944f1f-2c1d-4c1b-b20b-f164cad83ee2-image.png

                    1 Reply Last reply Reply Quote 1
                    • girish
                      girish Staff @klawitterb last edited by

                      @klawitterb I pushed my progress here - https://git.cloudron.io/cloudron/wreeto-app/ . It runs now but I cannot seem to get it load the assets. Neither can I login with the default username and password. Maybe you have better luck 🙂

                      BTW, if you have access on our gitlab, I can give you access to the repo. In which case, please give me your handle. Of course, feel free to take the changes and continue in yours.

                      klawitterb 1 Reply Last reply Reply Quote 1
                      • klawitterb
                        klawitterb @girish last edited by

                        @girish thanks for checking.

                        Just got it to run, but seems like the app doesn't have any kind of user management which is a bit of a turn off. Not sure if its worth continuing here tbh.

                        girish 1 Reply Last reply Reply Quote 1
                        • girish
                          girish Staff @klawitterb last edited by

                          @klawitterb ah brilliant. I didn't know rails does not serve public files in production mode. I managed to get it to work as well.

                          Indeed, it has no multi-user yet but seems OK for a single user. Apparently, you can create more users like https://github.com/chrisvel/wreeto_official#52-create-a-new-account-rails-console (but looks like the users have no connection to one another. no sharing etc)

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