{"id":15173826,"url":"https://github.com/mwdle/nextcloudconfig","last_synced_at":"2025-05-12T15:46:16.039Z","repository":{"id":253591086,"uuid":"843955754","full_name":"mwdle/NextcloudConfig","owner":"mwdle","description":"A sample Docker Compose file for Nextcloud, Redis, and MariaDB.","archived":false,"fork":false,"pushed_at":"2025-03-03T00:01:41.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T01:18:38.346Z","etag":null,"topics":["docker","docker-compose","mariadb","mariadb-server","nextcloud","nextcloud-docker","nextcloud-server","redis","redis-server"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mwdle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-08-17T23:40:54.000Z","updated_at":"2025-03-03T00:01:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"4b35712c-9921-40cc-96da-4d2763dab516","html_url":"https://github.com/mwdle/NextcloudConfig","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":0.08333333333333337,"last_synced_commit":"063750c7a4b09ce63574c4798701d9aad89ea833"},"previous_names":["mwdle/nextcloudconfig"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwdle%2FNextcloudConfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwdle%2FNextcloudConfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwdle%2FNextcloudConfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwdle%2FNextcloudConfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mwdle","download_url":"https://codeload.github.com/mwdle/NextcloudConfig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253767712,"owners_count":21961163,"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","docker-compose","mariadb","mariadb-server","nextcloud","nextcloud-docker","nextcloud-server","redis","redis-server"],"created_at":"2024-09-27T11:03:04.143Z","updated_at":"2025-05-12T15:46:16.024Z","avatar_url":"https://github.com/mwdle.png","language":null,"readme":"# Nextcloud Docker Compose Configuration  \n\nA sample Docker Compose file for Nextcloud, Redis, and MariaDB.  \n\n## Table of Contents  \n\n* [Description](#nextcloud-docker-compose-configuration)  \n* [Getting Started](#getting-started)  \n* [License](#license)  \n* [Disclaimer](#disclaimer)  \n\n## Getting Started  \n\n1. Clone the repository:  \n\n    ```shell\n    git clone https://github.com/mwdle/NextcloudConfig.git\n    ```  \n\n2. Create a folder on your system for Docker bind mounts / storing container files. The folder should have the following structure:  \n\n    ```shell\n    docker_volumes/\n    ├── Nextcloud/\n    │   ├── data/\n    │   └── database/\n    ```  \n\n3. Create a file called `.env` in the same directory as the Docker Compose file containing the following properties:  \n\n    ```properties\n    DOCKER_VOLUMES=\u003cPATH_TO_DOCKER_VOLUMES_FOLDER\u003e # The folder created in the previous step.\n    MAIL_DOMAIN=\"\u003cYOUR_DOMAIN.COM\u003e\"\n    HOST=\"\u003cYOUR_HOST.YOUR_DOMAIN.COM\u003e\"\n    DB_USER=\"\u003cYOUR_DB_USER\u003e\"\n    DB_PASSWORD=\"\u003cYOUR_DB_PASSWORD\u003e\"\n    DB_ADMIN_PASSWORD=\"\u003cYOUR_ADMIN_PASSWORD\u003e\"\n    SMTP_HOST=\"\u003cYOUR_SMTP_HOST\u003e\"\n    SMTP_USER=\"\u003cYOUR_SMTP_USER\u003e\"\n    SMTP_PASSWORD=\"\u003cYOUR_SMTP_PASSWORD\u003e\"\n    ADMIN_USER=\"\u003cYOUR_ADMIN_USER\u003e\"\n    ADMIN_PASSWORD=\"\u003cYOUR_ADMIN_PASSWORD\u003e\"\n    TRUSTED_PROXIES=\"\u003cYOUR_TRUSTED_PROXY_IP_RANGE\u003e\"\n    ```  \n\n4. Open a terminal in the directory containing the docker-compose file.  \n5. Create docker networks for the containers:  \n\n    ```shell\n    docker network create Nextcloud\n    docker network create Redis\n    docker network create MariaDB\n    ```  \n\n6. Start the containers:  \n\n    ```shell\n    docker compose up -d\n    ```  \n\nYour containers should be up and running and your Nextcloud instance be accessible on port 80 in the container. Attach your reverse proxy container to the previously created Nextcloud Docker Network and configure it accordingly.  \n\n## License  \n\nThis project is licensed under the GNU General Public License v3.0 (GPL-3.0). See the [LICENSE](LICENSE.txt) file for details.  \n\n## Disclaimer  \n\nThis repository is provided as-is and is intended for informational and reference purposes only. The author assumes no responsibility for any errors or omissions in the content or for any consequences that may arise from the use of the information provided. Always exercise caution and seek professional advice if necessary.  \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwdle%2Fnextcloudconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwdle%2Fnextcloudconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwdle%2Fnextcloudconfig/lists"}