{"id":27390176,"url":"https://github.com/maybeken/grd0-infrastructure","last_synced_at":"2026-05-03T21:32:25.134Z","repository":{"id":287647073,"uuid":"965373793","full_name":"maybeken/grd0-infrastructure","owner":"maybeken","description":"Docker compose implementation of grd0.net infrastructures, mirrored from GitLab.","archived":false,"fork":false,"pushed_at":"2026-04-26T05:04:24.000Z","size":10611,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-26T06:24:12.250Z","etag":null,"topics":["caddy","cloudflared","docker","docker-compose"],"latest_commit_sha":null,"homepage":"https://gitlab.com/grd0.net/grd0-infrastructure","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-sa-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maybeken.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-13T02:41:55.000Z","updated_at":"2026-04-09T22:21:08.000Z","dependencies_parsed_at":"2025-04-13T10:15:55.703Z","dependency_job_id":null,"html_url":"https://github.com/maybeken/grd0-infrastructure","commit_stats":null,"previous_names":["maybeken/grd0-infrastructure"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maybeken/grd0-infrastructure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybeken%2Fgrd0-infrastructure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybeken%2Fgrd0-infrastructure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybeken%2Fgrd0-infrastructure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybeken%2Fgrd0-infrastructure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maybeken","download_url":"https://codeload.github.com/maybeken/grd0-infrastructure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maybeken%2Fgrd0-infrastructure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["caddy","cloudflared","docker","docker-compose"],"created_at":"2025-04-13T19:39:13.548Z","updated_at":"2026-05-03T21:32:25.129Z","avatar_url":"https://github.com/maybeken.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e Generated by ChatGPT. Misleading at best, completely wrong in most cases.\n\n# grd0-infrastructure\n\nThis repository provides a Docker Compose implementation of the infrastructure for [grd0.net](https://grd0.net).\n\n## Table of Contents\n\n- [grd0-infrastructure](#grd0-infrastructure)\n  - [Table of Contents](#table-of-contents)\n  - [Overview](#overview)\n  - [Prerequisites](#prerequisites)\n  - [Setup Instructions](#setup-instructions)\n  - [Components](#components)\n  - [License](#license)\n  - [Contributing](#contributing)\n\n## Overview\n\nThe `grd0-infrastructure` repository offers a Docker Compose-based setup for deploying the core services of grd0.net.\n\nFor the original GitLab repository, visit: [grd0.net GitLab Repository](https://gitlab.com/grd0.net/grd0-infrastructure)\n\n## Prerequisites\n\nBefore setting up the infrastructure, ensure you have the following installed:\n\n- [Docker](https://www.docker.com/get-started) (version 20.10 or later)\n- [Docker Compose](https://docs.docker.com/compose/install/) (version 1.29 or later)\n\n## Setup Instructions\n\n1. **Clone the Repository**\n\n   ```bash\n   git clone https://github.com/maybeken/grd0-infrastructure.git\n   cd grd0-infrastructure\n   ```\n\n\n2. **Start the Services**\n\n   ```bash\n   docker-compose up -d\n   ```\n\n\n   This command will start all the services defined in the `docker-compose.yml` file in detached mode.\n\n3. **Access the Services**\n\n  Please setup the port forwarding accordingly for local deployment.\n\n4. **Stop the Services**\n\n   ```bash\n   docker-compose down\n   ```\n\n\n   This command will stop and remove all the containers defined in the `docker-compose.yml` file.\n\n## Components\n\nThe `docker-compose.yml` file defines the following services:\n\n- **grd0-site**: The main website for grd0.net.\n- **hoarder-app**: An application for managing and organizing data.\n- **nextcloud**: A self-hosted cloud storage solution.\n- **vaultwarden**: A lightweight Bitwarden-compatible password manager.\n\n## Migration of Data\n\n### Install Utility\n\n```sh\nsudo curl -SL https://raw.githubusercontent.com/junedkhatri31/docker-volume-snapshot/main/docker-volume-snapshot -o /usr/local/bin/docker-volume-snapshot\nsudo chmod +x /usr/local/bin/docker-volume-snapshot\n```\n\n### At Source\n\n```sh\nread -p \"Enter volume name: \" vname \u0026\u0026 sudo docker-volume-snapshot create ${vname} ${vname}.tar.gz\n```\n\n### At Desintation\n\n```sh\nread -p \"Enter volume name: \" vname \u0026\u0026 sudo docker-volume-snapshot restore ${vname}.tar.gz ${vname}\n```\n\n## License\n\nThis project is licensed under the [CC-BY-SA-4.0](https://creativecommons.org/licenses/by-sa/4.0/) license.\n\n## Contributing\n\nContributions are welcome! Please fork the repository, make your changes, and submit a pull request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaybeken%2Fgrd0-infrastructure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaybeken%2Fgrd0-infrastructure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaybeken%2Fgrd0-infrastructure/lists"}