{"id":16105908,"url":"https://github.com/andrey18106/mediadc-docker-example","last_synced_at":"2026-05-09T19:42:04.638Z","repository":{"id":107122880,"uuid":"454563411","full_name":"andrey18106/mediadc-docker-example","owner":"andrey18106","description":"Nextcloud MediaDC docker configuration example","archived":false,"fork":false,"pushed_at":"2024-01-14T01:17:43.000Z","size":14,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T08:58:50.303Z","etag":null,"topics":["alpine-linux","docker","docker-compose","dockerfile","mediadc","nextcloud","nextcloud-docker"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/andrey18106.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-01T21:53:17.000Z","updated_at":"2023-07-08T03:53:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"3fa0ad57-f969-4eb7-a9ae-f7740b753e5e","html_url":"https://github.com/andrey18106/mediadc-docker-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey18106%2Fmediadc-docker-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey18106%2Fmediadc-docker-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey18106%2Fmediadc-docker-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andrey18106%2Fmediadc-docker-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andrey18106","download_url":"https://codeload.github.com/andrey18106/mediadc-docker-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427012,"owners_count":20937214,"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":["alpine-linux","docker","docker-compose","dockerfile","mediadc","nextcloud","nextcloud-docker"],"created_at":"2024-10-09T19:11:10.629Z","updated_at":"2026-05-09T19:41:59.607Z","avatar_url":"https://github.com/andrey18106.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nextcloud MediaDC Docker configuration\n\nThere is a basic Docker Compose configuration example to use [MediaDC](https://github.com/andrey18106/mediadc) application.\n\nYou need to adjust your Nextcloud app container like in [/mediadc/Dockerfile](/mediadc/Dockerfile)\nto install required dependecies and re-build your container like in [docker-compose.yml](docker-compose.yml#L24).\n\n## Installation with hands\n\nIf you don't want to use Dockerfile, you can install the required packages for the MediaDC app with hands, but to save changes they are needed to be committed into the separate Docker image.\n\n### Connect to Nextcloud Docker container terminal\n\nIf you are using Docker GUI management (e.g. Portainer) - you can easily connect to the terminal via it (find container and the console button), otherwise, you can do it from your host server terminal:\n\n1. `docker ps` - list active containers to find one with Nextcloud app and copy CONTAINER_ID.\n2. `docker exec -it [CONTAINER_ID] [shell command]` - connect to the container's terminal.\n`[shell command]` - path to shell executable, for Alpine it is `sh` (`/bin/sh`), for other distros usually `bash` (`/bin/bash`).\n\nNow, when you are logged in, you can install required packages to the container like in [/mediadc/Dockerfile](/mediadc/Dockerfile).\n\n### Install required packages\n\n`apk add --no-cache ffmpeg imagemagick supervisor py3-numpy py3-pillow py3-asn1crypto`\n\n### Install optional packages\n\n`apk add --no-cache py3-cffi py3-scipy py3-pynacl py3-cryptography py3-pip`\n\n### Upgrade pip\n\n`python3 -m pip install -U pip`\n\n### Install [pillow_heif](https://github.com/bigcat88/pillow_heif)\n\n`python3 -m pip install pillow_heif`\n\n### Install pywavelets\n\n`python3 -m pip install pywavelets`\n\nAfter that check installation on the MediaDC Configuration page and it should be done.\n\n### Save Docker container image changes\n\nTo save this changes you need to commit them to the separete Docker image. By default, the container being committed and its processes will be paused while the image is committed. This reduces the likelihood of encountering data corruption during the process of creating the commit. \nIf this behavior is undesired, set the `--pause` option to false. \nRead more on [official docs](https://docs.docker.com/engine/reference/commandline/commit/).\n\n- `docker commit [CONTAINER_ID] [new_image_name]`\n\n- `docker image ls` - to check Docker `[new_image_name]` image created.\n\n- Use `[new_image_name]` instead of the previous default Nextcloud Docker image. This is one of the disadvantages of this way of installation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrey18106%2Fmediadc-docker-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrey18106%2Fmediadc-docker-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrey18106%2Fmediadc-docker-example/lists"}