{"id":42945921,"url":"https://github.com/robin-moser/docker-nextcloud","last_synced_at":"2026-04-09T07:29:36.530Z","repository":{"id":131598575,"uuid":"369093708","full_name":"robin-moser/docker-nextcloud","owner":"robin-moser","description":"A custom Nextcloud Docker image with PDF thumbnail support through ImageMagick and Ghostscript integration.","archived":false,"fork":false,"pushed_at":"2026-01-18T18:34:41.000Z","size":38,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-19T02:45:35.317Z","etag":null,"topics":["docker","nextcloud"],"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/robin-moser.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-20T05:48:59.000Z","updated_at":"2026-01-18T18:34:44.000Z","dependencies_parsed_at":"2025-07-21T15:33:09.721Z","dependency_job_id":null,"html_url":"https://github.com/robin-moser/docker-nextcloud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/robin-moser/docker-nextcloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robin-moser%2Fdocker-nextcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robin-moser%2Fdocker-nextcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robin-moser%2Fdocker-nextcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robin-moser%2Fdocker-nextcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robin-moser","download_url":"https://codeload.github.com/robin-moser/docker-nextcloud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robin-moser%2Fdocker-nextcloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28918539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T20:25:28.696Z","status":"ssl_error","status_checked_at":"2026-01-30T20:25:13.426Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","nextcloud"],"created_at":"2026-01-30T20:35:58.648Z","updated_at":"2026-04-09T07:29:36.522Z","avatar_url":"https://github.com/robin-moser.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nextcloud Docker Image\n\nA custom Nextcloud Docker image with PDF thumbnail support\nthrough ImageMagick and Ghostscript integration.\n\n## Features\n\n- Based on official Nextcloud image\n- Integrated support for generating video and document thumbnails through ffmpeg and LibreOffice\n- Multi-platform support (linux/amd64, linux/arm64)\n\n## Preview Configuration\n\nTo enable preview generation for various file types, add the following to your `config.php`:\n\n```php\n'preview_imaginary_url' =\u003e 'http://imaginary:9000/',\n'enabledPreviewProviders' =\u003e [\n    'OC\\Preview\\TXT',\n    'OC\\Preview\\MarkDown',\n    'OC\\Preview\\OpenDocument',\n    'OC\\Preview\\MSOffice2003',\n    'OC\\Preview\\MSOffice2007',\n    'OC\\Preview\\MSOfficeDoc',\n    'OC\\Preview\\Photoshop',\n    'OC\\Preview\\Movie',\n    'OC\\Preview\\MKV',\n    'OC\\Preview\\MP4',\n    'OC\\Preview\\AVI',\n    'OC\\Preview\\MP3',\n    'OC\\Preview\\GIF',\n    'OC\\Preview\\Imaginary',\n    'OC\\Preview\\ImaginaryPDF',\n],\n```\n\nThis image includes the minimal LibreOffice and ffmpeg packages required for generating previews of office documents and video files.\n\n### Imaginary\n\nThis configuration uses [Imaginary](https://github.com/h2non/imaginary) for image preview generation instead of the built-in PHP-based approach.\nImaginary is a separate microservice that offloads image processing from the Nextcloud container,\nresulting in better performance and lower memory usage on the main application.\n\nAdd the following service to your `docker-compose.yml`:\n\n```yaml\nimaginary:\n  image: nextcloud/aio-imaginary:latest\n```\n\n## Docker Hub\n\nThis image is available on Docker Hub at: **[`robinmoser/nextcloud`](https://hub.docker.com/r/robinmoser/nextcloud)**\n\n```bash\ndocker pull robinmoser/nextcloud\n```\n\nThe image follows a semantic versioning scheme\nbased on the underlying Nextcloud version:\n\n- `latest` - Always points to the latest build\n- `31` - Major version tag (e.g., for Nextcloud 31.x.x)\n- `31.0` - Major.Minor version tag (e.g., for Nextcloud 31.0.x)\n- `31.0.7` - Full semantic version (matches the base Nextcloud version)\n- `31.0.7-build123` - Specific build with GitHub Actions run number\n\n## License\n\nThis project follows the same licensing as the official Nextcloud project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobin-moser%2Fdocker-nextcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobin-moser%2Fdocker-nextcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobin-moser%2Fdocker-nextcloud/lists"}