Sign inSign up

miklobit/hubzilla

By miklobit

•Updated over 5 years ago

An docker image based on php:7.4-fpm-alpine for hubzilla.

Image
0

210

miklobit/hubzilla repository overview

⁠Hubzilla Docker image

This is the packaging of hubzilla⁠ as a docker image⁠ based on php:7.4-fpm-alpine in a multi-arch (amd64, arm, arm64) format.

⁠Supported environnement variables:

VariableDefaultDescription
DB_TYPEpostgresDatabase type : postgres or mysql
DB_HOSTpostgresHost name of the database
DB_PORT5432Database port number, set empty to use the default of your DB_TYPE (aka 3306 for mysql)
DB_NAMEhubDatabase name
DB_USERhubzillaDatabase user to connect to
DB_PASSWORDhubzillaDatabase user password
SMTP_HOSTsmtp.domain.comMail server hostname
SMTP_PORT587Mail server port number
SMTP_USERuserUser name for the mail server
SMTP_DOMAINdomain.comMail domain
SMTP_LOGINloginlogin for the mail server
SMTP_PASSpasswordPassword for the user on the mail server, if set empty, then no authentication on the smtp server will be used
HUBZILLA_DOMAINdomain.comWeb domain name for hubzilla
HUBZILLA_ADMINemail of this hubzilla administrator (you)
REDIS_PATHIf set (to something like " tcp://redis") then php sessions will be stored in this redis server (usefull for horizontal scalability)
LDAP_SERVERLDAP serveur name (dont forget to add "ldapauth" to the ADDON_LIST)
LDAP_ROOT_DNLDAP username to connect to (ex: cn=admin,dc=domain,dc=com)
LDAP_ADMIN_PASSWORDPassword for that LDAP user
LDAP_BASEPath to look for users in the directory (ex: ou=people,,dc=domain,dc=com)
ADDON_LISTnsfw superblock diaspora pubcrawlAddons to activate during initial configuration

⁠Usage

Please see the install directory⁠ for usage examples.

Tag summary

Content type

Image

Digest

Size

206 MB

Last updated

over 5 years ago

docker pull miklobit/hubzilla