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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. HumHub - social network software

HumHub - social network software

Scheduled Pinned Locked Moved Solved App Wishlist
126 Posts 17 Posters 61.9k Views 16 Watching
  • 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.
  • fbartelsF fbartels

    @atrilahiji the modules directory does not exist at all in /app/code and then it fails at creating it in the first place. You have to prepare this in a similar way to https://git.atridad.dev/alt-ron/cloudron-humhub-app/-/blob/harden-app-code/Dockerfile#L78-80 where the folder symlink needs to already be created during docker build and then in start.sh you need to make sure that the folder and its default contents exist.

    ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #66

    @fbartels I think I got it working finally. I'll test it one more time and then push the code up.

    1 Reply Last reply
    1
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by A Former User
      #67

      This should work now: https://git.atridad.dev/alt-ron/cloudron-humhub-app/-/releases/0.8.0

      Now to tackle updates. With everything we need in /app/data now it should be a piece of cake. Thanks for the help @fbartels !

      fbartelsF 1 Reply Last reply
      1
      • ? A Former User

        This should work now: https://git.atridad.dev/alt-ron/cloudron-humhub-app/-/releases/0.8.0

        Now to tackle updates. With everything we need in /app/data now it should be a piece of cake. Thanks for the help @fbartels !

        fbartelsF Offline
        fbartelsF Offline
        fbartels
        App Dev
        wrote on last edited by
        #68

        @atrilahiji yes, now it also starts in normal (non debug) mode. A nice addition would be auto configuration of ldap.

        ? 2 Replies Last reply
        1
        • fbartelsF fbartels

          @atrilahiji yes, now it also starts in normal (non debug) mode. A nice addition would be auto configuration of ldap.

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #69

          @fbartels I thought I had that set up, but I might have broken it. I'll look into it.

          1 Reply Last reply
          1
          • fbartelsF fbartels

            @atrilahiji yes, now it also starts in normal (non debug) mode. A nice addition would be auto configuration of ldap.

            ? Offline
            ? Offline
            A Former User
            wrote on last edited by A Former User
            #70

            @fbartels AH so it does, but on restart. The reason being is it does not let me configure LDAP until the app is installed in the ui on first boot.

            Testing both new installs and updates right now for a 1.0.0 release.

            1 Reply Last reply
            3
            • ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #71

              Had a few dumb bugs, and here we are at 1.0.3. But hey it works. Now I know never to work on windows. The line endings being wrong fucked the package.

              1 Reply Last reply
              3
              • ? A Former User

                I got permission from @Sam_uk to make the repo public:
                https://git.atrilahiji.dev/Alt-Ron/cloudron-humhub-app

                Todo:

                1. Properly address the update process
                2. See if its possible to config LDAP and SMTP automatically (this is the part I am really struggling with right now.
                Sam_ukS Offline
                Sam_ukS Offline
                Sam_uk
                wrote on last edited by
                #72

                @atridad I'm getting a cert error on your repo.

                girishG ? 2 Replies Last reply
                0
                • Sam_ukS Sam_uk

                  @atridad I'm getting a cert error on your repo.

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #73

                  @sam_uk I think https://git.atridad.dev/CTPR/cloudron-humhub-app is the new location

                  Sam_ukS 1 Reply Last reply
                  2
                  • Sam_ukS Sam_uk

                    @atridad I'm getting a cert error on your repo.

                    ? Offline
                    ? Offline
                    A Former User
                    wrote on last edited by
                    #74

                    @sam_uk Whoops yeah, I had not mentioned in an email that I moved things to a new org on my gitlab. Mostly because I didn't like how Altron just sounded like the marvel villain 😛

                    1 Reply Last reply
                    1
                    • ? Offline
                      ? Offline
                      A Former User
                      wrote on last edited by
                      #75

                      I've also been getting in the habit of storing my containers I built over on my gitlab registry. So that project should now have an image built for 1.1.0 of the package.

                      1 Reply Last reply
                      2
                      • girishG girish

                        @sam_uk I think https://git.atridad.dev/CTPR/cloudron-humhub-app is the new location

                        Sam_ukS Offline
                        Sam_ukS Offline
                        Sam_uk
                        wrote on last edited by
                        #76

                        @girish Great thanks. What are the next steps for getting this in the app store, please?

                        ? 1 Reply Last reply
                        2
                        • Sam_ukS Sam_uk

                          @girish Great thanks. What are the next steps for getting this in the app store, please?

                          ? Offline
                          ? Offline
                          A Former User
                          wrote on last edited by A Former User
                          #77

                          @sam_uk @girish Just pushed a new release that fixes a huge issue. The DB credentials never got updated when you clone from backup, so you'd end up with 2 instances connected to the same DB.

                          1.1.1 is pushed now.

                          Repo: https://git.atridad.dev/CTPR/cloudron-humhub-app
                          Container: docker.atridad.dev:443/ctpr/cloudron-humhub-app:1.1.1

                          jdaviescoatesJ 1 Reply Last reply
                          7
                          • ? A Former User

                            @sam_uk @girish Just pushed a new release that fixes a huge issue. The DB credentials never got updated when you clone from backup, so you'd end up with 2 instances connected to the same DB.

                            1.1.1 is pushed now.

                            Repo: https://git.atridad.dev/CTPR/cloudron-humhub-app
                            Container: docker.atridad.dev:443/ctpr/cloudron-humhub-app:1.1.1

                            jdaviescoatesJ Offline
                            jdaviescoatesJ Offline
                            jdaviescoates
                            wrote on last edited by
                            #78

                            @atridad @girish I'm looking forward to having this in the app store... I'm guessing that might happen sometime soon? 🙂

                            I use Cloudron with Gandi & Hetzner

                            1 Reply Last reply
                            3
                            • T Offline
                              T Offline
                              toja
                              wrote on last edited by
                              #79

                              Wonderfully promising - thanks a kazillion @atridad

                              Really looking forward to this. Any news on when this might land in the app store @girish? 🙂

                              ? 1 Reply Last reply
                              3
                              • T toja

                                Wonderfully promising - thanks a kazillion @atridad

                                Really looking forward to this. Any news on when this might land in the app store @girish? 🙂

                                ? Offline
                                ? Offline
                                A Former User
                                wrote on last edited by
                                #80

                                @toja I'll throw my vote in here for that as well. The fewer production apps that depend on my docker instance the better 🙂

                                Sam_ukS 1 Reply Last reply
                                3
                                • ? A Former User

                                  @toja I'll throw my vote in here for that as well. The fewer production apps that depend on my docker instance the better 🙂

                                  Sam_ukS Offline
                                  Sam_ukS Offline
                                  Sam_uk
                                  wrote on last edited by
                                  #81

                                  @atridad @girish is there a timeline for getting this in the app store?

                                  I've been using it for a while and it seems to work OK.

                                  Sam_ukS 1 Reply Last reply
                                  1
                                  • Sam_ukS Sam_uk

                                    @atridad @girish is there a timeline for getting this in the app store?

                                    I've been using it for a while and it seems to work OK.

                                    Sam_ukS Offline
                                    Sam_ukS Offline
                                    Sam_uk
                                    wrote on last edited by
                                    #82

                                    @atridad something we've noticed is some issues with File caching. Selecting ACPu caching solves the problem, should this be default?

                                    Some settings for Keycloak have been removed twice. ACPu seems to solve it.

                                    @girish @nebulon do you have any ETA for getting Humhub into the AppStore?

                                    ? 1 Reply Last reply
                                    1
                                    • Sam_ukS Sam_uk

                                      @atridad something we've noticed is some issues with File caching. Selecting ACPu caching solves the problem, should this be default?

                                      Some settings for Keycloak have been removed twice. ACPu seems to solve it.

                                      @girish @nebulon do you have any ETA for getting Humhub into the AppStore?

                                      ? Offline
                                      ? Offline
                                      A Former User
                                      wrote on last edited by A Former User
                                      #83

                                      @Sam_uk Oh weird. I'll do some digging into that. And @staff I think it would be a great candidate. I'm not entirely sure how to ensure things work without an app restart after initial setup but the package works otherwise. I have it all on the cloudron git right now.

                                      doodlemania2D girishG 2 Replies Last reply
                                      3
                                      • ? A Former User

                                        @Sam_uk Oh weird. I'll do some digging into that. And @staff I think it would be a great candidate. I'm not entirely sure how to ensure things work without an app restart after initial setup but the package works otherwise. I have it all on the cloudron git right now.

                                        doodlemania2D Offline
                                        doodlemania2D Offline
                                        doodlemania2
                                        App Dev
                                        wrote on last edited by
                                        #84

                                        @atridad what's the location?

                                        1 Reply Last reply
                                        1
                                        • ? A Former User

                                          @Sam_uk Oh weird. I'll do some digging into that. And @staff I think it would be a great candidate. I'm not entirely sure how to ensure things work without an app restart after initial setup but the package works otherwise. I have it all on the cloudron git right now.

                                          girishG Offline
                                          girishG Offline
                                          girish
                                          Staff
                                          wrote on last edited by
                                          #85

                                          @atridad yeah, it seems the git repo is a broken link now. What's the new location ?

                                          Sam_ukS 1 Reply Last reply
                                          2
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search