{"id":30145271,"url":"https://github.com/grawl/hubzilla-docker","last_synced_at":"2026-05-15T12:03:51.891Z","repository":{"id":141662813,"uuid":"237130340","full_name":"Grawl/hubzilla-docker","owner":"Grawl","description":"Deploy Hubzilla using Docker","archived":false,"fork":false,"pushed_at":"2020-01-30T03:21:06.000Z","size":7,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-09T14:29:44.433Z","etag":null,"topics":["docker","fediverse","hubzilla","self-hosted"],"latest_commit_sha":null,"homepage":"https://framagit.org/anaqreon/hubzilla-docker","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Grawl.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-01-30T03:17:50.000Z","updated_at":"2020-02-05T02:26:17.000Z","dependencies_parsed_at":"2023-05-06T09:19:57.918Z","dependency_job_id":null,"html_url":"https://github.com/Grawl/hubzilla-docker","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"884eb8422d42047d4fcc7824917da822510be273"},"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Grawl/hubzilla-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grawl%2Fhubzilla-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grawl%2Fhubzilla-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grawl%2Fhubzilla-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grawl%2Fhubzilla-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Grawl","download_url":"https://codeload.github.com/Grawl/hubzilla-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Grawl%2Fhubzilla-docker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269850366,"owners_count":24485177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-11T02:00:10.019Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","fediverse","hubzilla","self-hosted"],"created_at":"2025-08-11T08:12:08.981Z","updated_at":"2026-05-15T12:03:46.860Z","avatar_url":"https://github.com/Grawl.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy Hubzilla with Docker\n\n## Overview\n\nDocker makes deploying a [Hubzilla](http://hubzilla.org) server, or \"hub\", as simple as it gets. Three Docker containers are created using the docker-compose system. One container runs [Traefik](http://traefik.io), which acts as a reverse proxy and an automatic installer for your hub's [LetsEncrypt](http://letsencrypt.org) SSL certificate. Another container runs the MySQL database. The third container runs the webserver and the Hubzilla instance.\n\n## Requirements\n\nAll you need is a Linux host machine with [docker-compose](https://docs.docker.com/compose/) installed. It is recommended to run Docker as a non-root user, who is added to the `docker` group.\n\n## Instructions\n\n1. Clone this repository to a folder such as `/opt/hubzilla-docker/`.\n\n1. Copy `hub.template.conf` to `hub.conf`.\n```\ncp conf/hub.template.conf conf/hub.conf\nvi conf/hub.conf\n```\nAdd the information about your SMTP server as well as the hub domain (`hub.example.com`) and the email address you want to use for the hub administrator account to `hub.conf`. The hub admin email will also be the email address used for the LetsEncrypt registration.\n\n1. In the same folder execute the `bootstrap.sh` script, which applies your information to construct the `docker-compose.yml` file and launches the `docker-compose up` command that build and runs the containers:\n```\nbash bootstrap.sh\n```\n\n1. Open `https://hub.example.com/register` in a browser and register the hub admin account using the same email you entered in `hub.conf`. Email verification is disabled at this stage for convenience, so you should immediately be redirected to the new channel page, where you can create your first channel.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrawl%2Fhubzilla-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrawl%2Fhubzilla-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrawl%2Fhubzilla-docker/lists"}