{"id":17659705,"url":"https://github.com/yoriiis/cloud-box","last_synced_at":"2026-05-06T04:04:48.573Z","repository":{"id":150790470,"uuid":"240918625","full_name":"yoriiis/cloud-box","owner":"yoriiis","description":":whale: Cloud box with Docker, NextCLoud and MariaDB  ☁","archived":false,"fork":false,"pushed_at":"2020-02-16T16:16:26.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T10:43:47.195Z","etag":null,"topics":["cloud","docker","docker-compose","mariadb","nextcloud","nginx-proxy"],"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/yoriiis.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":"2020-02-16T15:49:47.000Z","updated_at":"2020-08-05T21:26:12.000Z","dependencies_parsed_at":"2023-06-02T12:45:55.482Z","dependency_job_id":null,"html_url":"https://github.com/yoriiis/cloud-box","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yoriiis/cloud-box","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoriiis%2Fcloud-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoriiis%2Fcloud-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoriiis%2Fcloud-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoriiis%2Fcloud-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoriiis","download_url":"https://codeload.github.com/yoriiis/cloud-box/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoriiis%2Fcloud-box/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32677934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"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":["cloud","docker","docker-compose","mariadb","nextcloud","nginx-proxy"],"created_at":"2024-10-23T16:08:01.744Z","updated_at":"2026-05-06T04:04:48.542Z","avatar_url":"https://github.com/yoriiis.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloud-box\n\nRuns a suite of services for a full-fledged cloud using Compose. Uses a bunch of a community-built Docker images.\n\n## Services\n\n- [Nginx proxy](https://hub.docker.com/r/jwilder/nginx-proxy/dockerfile)\n- [Nextcloud](https://hub.docker.com/_/nextcloud/)\n- [Mariadb](https://hub.docker.com/_/mariadb)\n\n## Getting started\n\n### Prerequisite and dependencies\n\nInstall all dependencies list below on the server:\n\n- [Nginx](https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-18-04-quickstart)\n- [Certbot](https://certbot.eff.org)\n- [Docker \u0026 Docker Compose](https://www.digitalocean.com/community/tutorials/comment-installer-et-utiliser-docker-sur-ubuntu-18-04-fr)\n- [GIT](https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-18-04-quickstart)\n\n### Clone the repository\n\nClone the repository on the server in the `home` directory.\n\n### Change permissions\n\nChange permissions of all service directories to add the group `docker`:\n\n```\nchown \u003cuser_name\u003e:docker mariadb nextcloud\n```\n\n### Edit the .env file\n\nBy default `.env` file is not versioned, run the following command to duplicate `.env.dist` and fill the file:\n\n```\ncp .env.dist .env\n```\n\nUpdate corresponding variables:\n\n- `RESTART_MODE` - Docker restart mode\n- `TIME_ZONE` - Time zone of containers\n- `HOST_NAME` - Domain attach to the server\n- `MYSQL_DATABASE` - MySQL database name\n- `MYSQL_USER` - MySQL user\n- `MYSQL_PASSWORD` - MySQL password\n- `MYSQL_ROOT_PASSWORD` - MySQL root password\n\nLike the following example:\n\n```\nRESTART_MODE=unless-stopped\nTIME_ZONE=Europe/Paris\nHOST_NAME=domain.com\nMYSQL_DATABASE=nextcloud\nMYSQL_USER=myuser\nMYSQL_PASSWORD=mypassword\nMYSQL_ROOT_PASSWORD=mysuperpassword\n```\n\n## Start the Docker Compose 🚀\n\nSimply start all the services with the commands below, which uses the `docker-compose.yml` file by default.\n\n```bash\n# -d option let you run containers in the background\ndocker-compose up -d\n```\n\n## Licence 🤞\n\n`cloud-box` is licensed under the [MIT License](http://opensource.org/licenses/MIT).\n\nCreated with ♥ by [@yoriiis](http://github.com/yoriiis).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoriiis%2Fcloud-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoriiis%2Fcloud-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoriiis%2Fcloud-box/lists"}