{"id":24003417,"url":"https://github.com/cynegeirus/docker-nextcloud","last_synced_at":"2026-06-10T01:31:09.072Z","repository":{"id":271297885,"uuid":"912999909","full_name":"cynegeirus/docker-nextcloud","owner":"cynegeirus","description":"This repository contains a simple Docker Compose setup for deploying a Nextcloud application with a MariaDB database.","archived":false,"fork":false,"pushed_at":"2025-01-06T20:38:54.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T10:51:12.004Z","etag":null,"topics":["nextcloud","nextcloud-app","nextcloud-apps","nextcloud-docker","nextcloud-installation","nextcloud-server"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cynegeirus.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":"2025-01-06T20:35:15.000Z","updated_at":"2025-01-06T20:39:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"0d15886e-9b40-4b2d-a145-2ecb669b2b8e","html_url":"https://github.com/cynegeirus/docker-nextcloud","commit_stats":null,"previous_names":["cynegeirus/docker-nextcloud"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cynegeirus/docker-nextcloud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cynegeirus%2Fdocker-nextcloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cynegeirus%2Fdocker-nextcloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cynegeirus%2Fdocker-nextcloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cynegeirus%2Fdocker-nextcloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cynegeirus","download_url":"https://codeload.github.com/cynegeirus/docker-nextcloud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cynegeirus%2Fdocker-nextcloud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34133404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"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":["nextcloud","nextcloud-app","nextcloud-apps","nextcloud-docker","nextcloud-installation","nextcloud-server"],"created_at":"2025-01-08T01:38:20.402Z","updated_at":"2026-06-10T01:31:09.068Z","avatar_url":"https://github.com/cynegeirus.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# NextCloud Docker Setup\n\nThis repository contains a simple Docker Compose setup for deploying a Nextcloud application with a MariaDB database.\n\n## Overview\n\nThe setup consists of two services:\n\n1. **Database Service (MariaDB)**: A MariaDB database to store Nextcloud data.\n2. **Nextcloud Service (FPM)**: The Nextcloud application to provide cloud file storage and management.\n\nThis setup uses Docker Compose to create the environment and configure the services with the necessary environment variables, volumes, and networks.\n\n## Requirements\n\n- Docker\n- Docker Compose\n\n## Setup\n\n1. Edit the `docker-compose.yml` file if necessary, especially for the environment variables (e.g., database password, Nextcloud database settings).\n\n2. Build and start the services:\n   ```bash\n   docker-compose up -d\n   ```\n\n3. Access Nextcloud via:\n   - URL: `http://localhost:9002`\n   \n   The database can be accessed internally through the `cloud-database.sesdata.local` hostname within the Docker network.\n\n## Services\n\n### Database Service (MariaDB)\n\n- **Container Name**: `cloud-database.sesdata.local`\n- **Port Mapping**: 9001:3306 (MariaDB port)\n- **Environment Variables**:\n  - `MYSQL_ROOT_PASSWORD`: Root password for the database.\n  - `MYSQL_PASSWORD`: Password for the `nextcloud` database user.\n  - `MYSQL_DATABASE`: The Nextcloud database name (`nextcloud`).\n  - `MYSQL_USER`: Database user (`nextcloud`).\n\n### Nextcloud Service (FPM)\n\n- **Container Name**: `cloud.sesdata.local`\n- **Port Mapping**: 9002:80 (HTTP port)\n- **Links**: Connects to the `db` service (MariaDB).\n- **Environment Variables**:\n  - `MYSQL_PASSWORD`: Password for the `nextcloud` database user.\n  - `MYSQL_DATABASE`: The Nextcloud database name (`nextcloud`).\n  - `MYSQL_USER`: Database user (`nextcloud`).\n  - `MYSQL_HOST`: Database hostname (`db`).\n\n## Volumes\n\n- **Database Volume**: `cloud-database`\n- **Nextcloud Volume**: `cloud-application`\n\nThese volumes persist the data between container restarts.\n\n## Networks\nThe services communicate within the `cloud-network`, a bridge network created by Docker Compose.\n\n## Additional Notes\n- This configuration is designed for local or development use. For production environments, additional configurations such as SSL, reverse proxy, and backups are recommended.\n- Make sure to change the default passwords in the `docker-compose.yml` file before deploying in a live environment.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE). See the license file for details.\n\n## Issues, Feature Requests or Support\n\nPlease use the Issue \u003e New Issue button to submit issues, feature requests or support issues directly to me. You can also send an e-mail to akin.bicer@outlook.com.tr.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcynegeirus%2Fdocker-nextcloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcynegeirus%2Fdocker-nextcloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcynegeirus%2Fdocker-nextcloud/lists"}