{"id":23366575,"url":"https://github.com/dmptrluke/borgbox","last_synced_at":"2026-03-11T15:02:09.062Z","repository":{"id":39635134,"uuid":"351245830","full_name":"dmptrluke/borgbox","owner":"dmptrluke","description":"A simple, secure BorgBackup repository, wrapped in a lightweight Alpine Linux Docker container.","archived":false,"fork":false,"pushed_at":"2026-03-01T21:50:15.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-02T00:51:48.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/dmptrluke.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}},"created_at":"2021-03-24T22:56:23.000Z","updated_at":"2026-03-01T21:50:13.000Z","dependencies_parsed_at":"2025-07-11T08:06:59.473Z","dependency_job_id":"9b2ec34d-5bb5-41f4-863e-1dafc072251b","html_url":"https://github.com/dmptrluke/borgbox","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/dmptrluke/borgbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmptrluke%2Fborgbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmptrluke%2Fborgbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmptrluke%2Fborgbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmptrluke%2Fborgbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dmptrluke","download_url":"https://codeload.github.com/dmptrluke/borgbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dmptrluke%2Fborgbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30385030,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T14:10:17.325Z","status":"ssl_error","status_checked_at":"2026-03-11T14:09:37.934Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-12-21T14:16:36.183Z","updated_at":"2026-03-11T15:02:09.035Z","avatar_url":"https://github.com/dmptrluke.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BorgBox\nA simple, secure [BorgBackup](https://borgbackup.readthedocs.io/en/stable/) repository, wrapped in a lightweight Alpine Linux Docker container.\n\nTo run `borgbox`, you can use the following `docker-compose.yml` file.\n```yaml\n---\nversion: \"3.8\"\n\nservices:\n  borgbox:\n    image: ghcr.io/dmptrluke/borgbox:latest\n    container_name: borgbox\n    restart: always\n    ports:\n      - \"2222:2222\"\n    volumes:\n      - ./config:/config\n      - ./data:/data\n      - hostkeys:/hostkeys\n\nvolumes:\n  hostkeys:\n```\n\n## Configuration \nBorgBox is configured by mounting a folder of named public keys into the container at `/config/hosts`. You will also need to mount a folder at `/data` for the backups to be stored.\n\n\n## License\n\nThis software is released under the MIT license.\n```\nCopyright (c) 2020-2021 Luke Rogers\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmptrluke%2Fborgbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdmptrluke%2Fborgbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdmptrluke%2Fborgbox/lists"}