{"id":21681808,"url":"https://github.com/medienhaus/medienhaus-docker-dev","last_synced_at":"2025-03-20T10:51:07.542Z","repository":{"id":201008771,"uuid":"703973283","full_name":"medienhaus/medienhaus-docker-dev","owner":"medienhaus","description":"The medienhaus/ Docker composition for local development","archived":false,"fork":false,"pushed_at":"2024-11-08T08:58:57.000Z","size":45,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-25T11:26:13.670Z","etag":null,"topics":["docker-compose","matrix-org"],"latest_commit_sha":null,"homepage":"https://medienhaus.dev/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/medienhaus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-12T09:28:39.000Z","updated_at":"2024-11-08T08:59:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"1552cc69-2cf9-42d7-8e0d-801924d8889e","html_url":"https://github.com/medienhaus/medienhaus-docker-dev","commit_stats":null,"previous_names":["medienhaus/medienhaus-docker-dev"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medienhaus%2Fmedienhaus-docker-dev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medienhaus%2Fmedienhaus-docker-dev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medienhaus%2Fmedienhaus-docker-dev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/medienhaus%2Fmedienhaus-docker-dev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/medienhaus","download_url":"https://codeload.github.com/medienhaus/medienhaus-docker-dev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244600674,"owners_count":20479304,"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","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-compose","matrix-org"],"created_at":"2024-11-25T15:31:39.682Z","updated_at":"2025-03-20T10:51:07.519Z","avatar_url":"https://github.com/medienhaus.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./public/favicon.svg\" width=\"70\" /\u003e\n\n### medienhaus/\n\nCustomizable, modular, free and open-source environment for decentralized, distributed communication and collaboration without third-party dependencies.\n\n[Website](https://medienhaus.dev/) — [Fediverse](https://chaos.social/@medienhaus)\n\n\u003cbr\u003e\n\n# medienhaus-docker-dev\n\nThis repository contains our Docker composition for a containerized runtime environment of [medienhaus-spaces](https://github.com/medienhaus/medienhaus-spaces/) including [matrix-synapse](https://github.com/matrix-org/synapse/), [element-web](https://github.com/vector-im/element-web/), [etherpad-lite](https://github.com/ether/etherpad-lite/), [spacedeck-open](https://github.com/medienhaus/spacedeck-open/), and [lldap](https://github.com/lldap/lldap).\n\n\u003cbr\u003e\n\n## Instructions\n\n0. `git clone` the `medienhaus-docker-dev` repository and change directory\n   \u003cbr\u003e\n   ```\n   git clone https://github.com/medienhaus/medienhaus-docker-dev.git \u0026\u0026 \\\n   cd medienhaus-docker-dev/\n   ```\n\n1. fetch contents of submodules\n   \u003cbr\u003e\n   ```\n   git submodule update --init\n   ```\n\n2. start docker composition and initialise `medienhaus-spaces`\n   \u003cbr\u003e\n   ```\n   docker compose up -d --wait \u0026\u0026 \\\n   ./scripts/init.sh\n   ```\n\n3. set up `lldap` user account(s) via: http://ldap.localhost/\n   - username: `admin`\n   - password: `change_me`\n\n4. open the `medienhaus-spaces` application and log in via: http://localhost/login\n   - username: *(configured via `lldap`)*\n   - password: *(configured via `lldap`)*\n\n\u003cbr\u003e\n\n## Development\n\nHot-reloading for `medienhaus-spaces` can be started via the following command.\n\n```\ndocker compose watch\n```\n\nCancelling the watcher via `CTRL-c` will **not** stop or shut down the composition.\n\n\u003cbr\u003e\n\n## Destructions — reset everything and start from scratch\n\n```\ndocker compose down \u0026\u0026 \\\nrm -rf data/etherpad \u0026\u0026 \\\nrm -rf data/matrix-synapse \u0026\u0026 \\\nrm -rf data/spacedeck \u0026\u0026 \\\ndocker compose up -d --build --force-recreate --wait \u0026\u0026 \\\n./scripts/init.sh \u0026\u0026 \\\ndocker compose up -d --build --force-recreate --wait medienhaus-spaces\n```\n\n💥 If you want to *TAKE ALL THE SHORTCUTS YOU CAN TAKE*, run `scripts/reset.sh`.\n\n```\n./scripts/reset.sh\n```\n\n🧩 For convenience reasons, manually created `lldap` accounts are not deleted.\n\n\u003cbr\u003e\n\n## URLs / Links for default localhost setup\n\n| Application / Service | URL / Link |\n| --- | --- |\n| `medienhaus-spaces` | http://localhost/ |\n| `matrix-synapse` | http://matrix.localhost/ |\n| `element-web` | http://element.localhost/ |\n| `etherpad-lite` | http://etherpad.localhost/ |\n| `spacedeck-open` | http://spacedeck.localhost/ |\n| `lldap` | http://ldap.localhost/ |\n| `traefik` | http://traefik.localhost/ |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedienhaus%2Fmedienhaus-docker-dev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmedienhaus%2Fmedienhaus-docker-dev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmedienhaus%2Fmedienhaus-docker-dev/lists"}