Caprover logo
Caprover one-click apps browser
HumHub logo
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
4
humhub
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
7
Variables

Database Root Password

Default: $$cap_gen_random_hex(16)

$$cap_mysql_root_passwd
Password to manage to the database

Database Name

Default: humhub

$$cap_mysql_database_name
The name of humhub db

Database User

Default: humhub

$$cap_mysql_user
The username to for humhub to connect to database

Database Password

Default: $$cap_gen_random_hex(16)

$$cap_mysql_passwd
Password to connect to the database

Version Tag

Default: 1.6.2

$$cap_humhub_version
Check out their Docker page for the valid tags https://hub.docker.com/r/mriedmann/humhub/tags

Server protocol

Default: https

$$cap_humhub_protocol
Use http if you don't want to enable secure connection

AutoSetup

Default: false

$$cap_humhub_auto_install
If this is set to false (advised) you will have to provide the DB creds on first run.
© 2026, Built with Gatsby - Source code available on GitHub