HumHub - social network software
-
@fbartels Oh weird yeah that works... no clue why it wouldn't work if the start.sh is run normally during an install...
IDK if you saw the same error but if I don't start in debug mode and switch to Recovery Mode, running start.sh results in a permission error for PHP again.
EDIT: Nvm I think I figured it out...@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. -
@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.wrote on Jun 24, 2021, 7:33 PM last edited by@fbartels I think I got it working finally. I'll test it one more time and then push the code up.
-
wrote on Jun 24, 2021, 7:51 PM last edited by A Former User Jun 24, 2021, 7:51 PM
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 !
-
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 !
-
@atrilahiji yes, now it also starts in normal (non debug) mode. A nice addition would be auto configuration of ldap.
wrote on Jun 24, 2021, 9:04 PM last edited by@fbartels I thought I had that set up, but I might have broken it. I'll look into it.
-
@atrilahiji yes, now it also starts in normal (non debug) mode. A nice addition would be auto configuration of ldap.
wrote on Jun 24, 2021, 9:09 PM last edited by A Former User Jun 24, 2021, 9:09 PM@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.
-
wrote on Jun 25, 2021, 5:44 AM last edited by
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.
-
I got permission from @Sam_uk to make the repo public:
https://git.atrilahiji.dev/Alt-Ron/cloudron-humhub-appTodo:
- Properly address the update process
- See if its possible to config LDAP and SMTP automatically (this is the part I am really struggling with right now.
wrote on Jul 28, 2021, 2:20 PM last edited by@atridad I'm getting a cert error on your repo.
-
@sam_uk I think https://git.atridad.dev/CTPR/cloudron-humhub-app is the new location
-
wrote on Jul 28, 2021, 2:31 PM last edited by
@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
-
wrote on Jul 28, 2021, 5:46 PM last edited by
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.
-
@sam_uk I think https://git.atridad.dev/CTPR/cloudron-humhub-app is the new location
-
wrote on Jul 30, 2021, 6:05 AM last edited by A Former User Jul 30, 2021, 7:22 AM
@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 -
@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.1wrote on Aug 10, 2021, 2:21 PM last edited by@atridad @girish I'm looking forward to having this in the app store... I'm guessing that might happen sometime soon?
-
Wonderfully promising - thanks a kazillion @atridad
Really looking forward to this. Any news on when this might land in the app store @girish?
wrote on Sep 23, 2021, 6:30 PM last edited by@toja I'll throw my vote in here for that as well. The fewer production apps that depend on my docker instance the better
-
@toja I'll throw my vote in here for that as well. The fewer production apps that depend on my docker instance the better
-
@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.
wrote on Mar 18, 2022, 4:48 PM last edited by -
wrote on Mar 18, 2022, 5:55 PM last edited by A Former User Mar 18, 2022, 5:55 PM
-
@atridad what's the location?