{"id":15136277,"url":"https://github.com/r0mze5/home_cloud","last_synced_at":"2026-01-19T12:33:53.439Z","repository":{"id":222913898,"uuid":"675131935","full_name":"R0mze5/home_cloud","owner":"R0mze5","description":"A small project to create a home cloud with access from any of your devices via the Internet.","archived":false,"fork":false,"pushed_at":"2024-02-23T17:38:03.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T08:38:26.576Z","etag":null,"topics":["docker","docker-compose","homecloud","nextcloud","vpn","wireguard"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/R0mze5.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":"2023-08-05T22:20:28.000Z","updated_at":"2024-08-10T17:32:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"437097b0-b0ef-4231-9c44-5d587fbe81b2","html_url":"https://github.com/R0mze5/home_cloud","commit_stats":{"total_commits":5,"total_committers":1,"mean_commits":5.0,"dds":0.0,"last_synced_commit":"ad9dc0433f8d9686dd0298d8d5634e943436be2f"},"previous_names":["r0mze5/home_cloud"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mze5%2Fhome_cloud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mze5%2Fhome_cloud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mze5%2Fhome_cloud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/R0mze5%2Fhome_cloud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/R0mze5","download_url":"https://codeload.github.com/R0mze5/home_cloud/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247425489,"owners_count":20936960,"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","homecloud","nextcloud","vpn","wireguard"],"created_at":"2024-09-26T06:20:20.547Z","updated_at":"2026-01-19T12:33:53.411Z","avatar_url":"https://github.com/R0mze5.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HOMECLOUD with nextcloud and wireguard client\n\n## Local server with nextcloud prepare\n\n- Download and unarchive project from github\n\n```sh\ncurl -L -o homecloud.zip https://github.com/R0mze5/home_cloud/archive/refs/heads/main.zip\nunzip homecloud.zip -d home_cloud\nrm homecloud.zip\n```\n\nor via git\n\n```sh\ngit clone https://github.com/R0mze5/home_cloud.git\n```\n\n- open `home_cloud` folder\n\n```sh\ncd ./home_cloud\n```\n\n- copy example env file to .env\n\n```sh\nmake local_prepare\n```\n\n- fill fields on in `./local/.env` file if required\n\n## Remote server with wireguard setup\n\n- install `curl` or `git`, `docker` with `docker compose` and `make` if they not installed yet\n\n- Download and unarchive project from github\n\n```sh\ncurl -L -o homecloud.zip https://github.com/R0mze5/home_cloud/archive/refs/heads/main.zip\nunzip homecloud.zip\nmv home_cloud-main home_cloud\nrm homecloud.zip\n```\n\nor via git\n\n```sh\ngit clone https://github.com/R0mze5/home_cloud.git\n```\n\n- open `home_cloud` folder and run server\n\n```sh\ncd ./home_cloud\nmake server_up\n```\n\n## Homecloud configuration\n\n- on `remote server with wireguard` display and copy wireguard config\n\n```sh\nmake display_conf\n```\n\n- and paste it on `local server with nextcloud` to `./local/peer_homeserver.conf` file and save it\n\n- run local `local server with nextcloud` in `home_cloud` folder\n\n```sh\nmake local_up\n```\n\n## Configuration testing\n\n- download and install [wireguard client](\"https://www.wireguard.com/install/\") on another device, NOT ON `Local server with nextcloud`\n\n- display and copy config for new device\n\n```sh\nmake display_mypc_conf\n```\n\n- paste config to your device\n\n- connect to wireguard server\n\n- try to connect to `homecloud` in browser by url `http://10.13.13.2`\n\nif not connected, try to restart `local server with nextcloud` in `home_cloud` folder\n\n```sh\nmake local_down\nmake local_up\n```\n\nalso after browser success connection, you can download nextcloud app and connect there\n\n## Bonus\n\nyou have own VPN\n\n## FAQ\n\n- how get config for new device [here](./docs/wireguard_users.md)\n- how to backup and restore nextcloud [here](./docs/nextcloud_backup.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0mze5%2Fhome_cloud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr0mze5%2Fhome_cloud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr0mze5%2Fhome_cloud/lists"}