{"id":20348227,"url":"https://github.com/shelldandy/homelab","last_synced_at":"2025-03-04T16:16:26.414Z","repository":{"id":261719927,"uuid":"875065668","full_name":"shelldandy/homelab","owner":"shelldandy","description":"tools i self host","archived":false,"fork":false,"pushed_at":"2025-02-24T22:24:17.000Z","size":141,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T23:26:43.478Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shelldandy.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":"2024-10-19T02:42:57.000Z","updated_at":"2025-02-23T15:35:58.000Z","dependencies_parsed_at":"2025-02-10T17:32:24.723Z","dependency_job_id":"d94dcc0f-0d6c-4c61-b7f2-83aa610c93fe","html_url":"https://github.com/shelldandy/homelab","commit_stats":null,"previous_names":["shelldandy/homelab"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelldandy%2Fhomelab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelldandy%2Fhomelab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelldandy%2Fhomelab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shelldandy%2Fhomelab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shelldandy","download_url":"https://codeload.github.com/shelldandy/homelab/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241877486,"owners_count":20035417,"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":[],"created_at":"2024-11-14T22:19:34.995Z","updated_at":"2025-03-04T16:16:26.404Z","avatar_url":"https://github.com/shelldandy.png","language":"Shell","readme":"# Docker Compose Setup\n\nThis is a docker-compose setup for a few services I use on my homelab machine.\n\n## Tips \u0026 Tricks\n\n### Migrate from named to bind volume\n\n```sh\ndocker-compose down\n```\n\n```yml\n# Add to docker-compose\nvolume-copier:\n  image: alpine\n  volumes:\n    # Named volume\n    - data:/source\n    # Bind volume path\n    - ${CONFIG_PATH}/data:/destination\n  command: sh -c \"cp -av /source/. /destination/ \u0026\u0026 echo 'Config copy complete'\"\n```\n\nThen run this on the directory\n\n```sh\ndocker-compose run --rm volume-copier\n```\n\nYou can now update the volume paths in the services that need it.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshelldandy%2Fhomelab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshelldandy%2Fhomelab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshelldandy%2Fhomelab/lists"}