
HumHub
A open source social media network
Created - Last update
HumHub is an open source social network GitHub: https://github.com/humhub/humhub
Deployed services
humhub-db
mysql:5.7
- humhub-db-data:/var/lib/mysql/
always
4humhub
mriedmann/humhub:$$cap_humhub_version
- humhub-config:/var/www/localhost/htdocs/protected/config
- humhub-uploads:/var/www/localhost/htdocs/uploads
- humhub-modules:/var/www/localhost/htdocs/protected/modules
always
7Variables
Database Root Password
Default: $$cap_gen_random_hex(16)
$$cap_mysql_root_passwdPassword to manage to the database
Database Name
Default: humhub
$$cap_mysql_database_nameThe name of humhub db
Database User
Default: humhub
$$cap_mysql_userThe username to for humhub to connect to database
Database Password
Default: $$cap_gen_random_hex(16)
$$cap_mysql_passwdPassword to connect to the database
Version Tag
Default: 1.6.2
$$cap_humhub_versionCheck out their Docker page for the valid tags https://hub.docker.com/r/mriedmann/humhub/tags
Server protocol
Default: https
$$cap_humhub_protocolUse http if you don't want to enable secure connection
AutoSetup
Default: false
$$cap_humhub_auto_installIf this is set to false (advised) you will have to provide the DB creds on first run.
