{"id":37185760,"url":"https://github.com/keepshareorg/keepshare","last_synced_at":"2026-01-14T21:31:55.831Z","repository":{"id":212425971,"uuid":"709205800","full_name":"KeepShareOrg/keepshare","owner":"KeepShareOrg","description":"File hosting and sharing automation.","archived":false,"fork":false,"pushed_at":"2025-10-28T09:35:29.000Z","size":1140,"stargazers_count":65,"open_issues_count":1,"forks_count":8,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-28T11:27:16.342Z","etag":null,"topics":["ant-design","docker","mysql","self-hosted"],"latest_commit_sha":null,"homepage":"https://keepshare.org","language":"Go","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/KeepShareOrg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"ROADMAP.md","authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-24T08:37:36.000Z","updated_at":"2025-10-25T19:55:32.000Z","dependencies_parsed_at":"2023-12-29T12:27:51.939Z","dependency_job_id":"fd167582-8657-41d9-aa3e-392f3984ef0f","html_url":"https://github.com/KeepShareOrg/keepshare","commit_stats":null,"previous_names":["keepshareorg/keepshare"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/KeepShareOrg/keepshare","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeepShareOrg%2Fkeepshare","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeepShareOrg%2Fkeepshare/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeepShareOrg%2Fkeepshare/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeepShareOrg%2Fkeepshare/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KeepShareOrg","download_url":"https://codeload.github.com/KeepShareOrg/keepshare/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KeepShareOrg%2Fkeepshare/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28435104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T18:57:19.464Z","status":"ssl_error","status_checked_at":"2026-01-14T18:52:48.501Z","response_time":107,"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":["ant-design","docker","mysql","self-hosted"],"created_at":"2026-01-14T21:31:54.891Z","updated_at":"2026-01-14T21:31:55.824Z","avatar_url":"https://github.com/KeepShareOrg.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KeepShare - File hosting and sharing automation.\n\n\u003cimg width=\"240\" src=\"docs/logo.png\"\u003e\n\n[![Release](https://img.shields.io/github/release/KeepShareOrg/keepshare.svg?style=flat-square)](https://github.com/KeepShareOrg/keepshare/releases)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md)\n\n## Table of Contents\n\n- [Introduction](#introduction)\n- [Getting started with our public server](#getting-started-with-our-public-server)\n- [Getting started with your private server (Self-Host)](#getting-started-with-your-private-server-self-host)\n  - [Run with Docker](#run-with-docker)\n  - [Compile from Source (for development)](#compile-from-source-for-development)\n      - [Prerequisites](#prerequisites)\n      - [Build and Run](#build-and-run)\n      - [Configuration](#configuration)\n  - [Usage](#usage)\n- [Documentation](#documentation)\n- [Supported file hosting providers](#supported-file-hosting-providers)\n- [Roadmap](#roadmap)\n- [Code of Conduct](#code-of-conduct)\n- [Contributing](#contributing)\n- [Donation](#donation)\n- [License](#license)\n\n## Introduction\n\nKeepShare is a tool for automated and batch file hosting and sharing. With KeepShare, you can easily create a large number of file shares through uploads or links such as DDL/Megent/Ed2K, and automatically keep the shares valid.\n\nWhy KeepShare?\n- Quickly eliminate the \"original sin\" of Magnet links\n- Anonymous file sharing publisher\n- Unlimited file hosting\n- Automatically repair banned sharing\n- Help you make money, not us\n\nGoals:\n- Open and Transparent\n- Automation\n- Easy Integration\n- Controlled by You\n- Easy to Self-Host\n\nPlease go to [keepshare.org/docs/intro/](https://keepshare.org/docs/intro/) for details.\n\n## Getting started with our public server\n\n`RECOMMENDED`\n\n1. Go to [keepshare.org/console](https://keepshare.org/console) to create an account and log in.\n2. Combine your download links according to the `Auto-Share Link Template` to get `Keep Sharing Links`.\n3. Post your `Keep Sharing Links`...\n\nPlease log in to the console to learn more features and usage, it's very simple.\n\n## Getting started with your private server (Self-Host)\n\nYou can choose one of [Run with Docker](#run-with-docker) or [Compile from Source](#compile-from-source-for-development) to build a self-host service.\n\n### Run with Docker\n\n```\ndocker run \\\n  -itd \\\n  -e KS_ROOT_DOMAIN=keepshare.org \\\n  -e KS_DB_MYSQL='user:password@(127.0.0.1:3306)/keepshare?parseTime=True\u0026loc=Local' \\\n  -e KS_DB_REDIS='redis://localhost:6379?max_retries=2' \\\n  keepshare/keepshare@latest\n```\n\n### Compile from Source (for development)\n\n#### Prerequisites\n\n- mysql 8.0+\n- redis 5.0+\n- golang 1.19+\n- nodejs 18+\n- pnpm 8+\n\n#### Build and Run\n\n``` bash\nmake build-fe\nmake build\n\n# create mysql database.\nmysql -uroot -padmin -h127.0.0.1 -P3306 -e 'CREATE DATABASE keepshare'\n\n# create mysql tables.\n./keepshare tables create\n\n# show configurations\n./keepshare config\n\n# start server\n./keepshare start\n```\n\n#### Configuration\n\nRun `./keepshare config` to view details.\n\n### Usage\n\nSame as [Getting started with our public server](#getting-started-with-our-public-server), except replace the console page address with the one you hosted and configured.\n\n## Documentation\n\nTODO - [keepshare.org/docs](https://keepshare.org/docs) [WIP]\n\n## Supported file hosting providers\n\n- [PikPak](https://mypikpak.com/)\n- TODO: [RapidGator](https://rapidgator.net/)\n- TODO: [Mega](https://mega.io/)\n\nWe hope to support as many file hosting providers as possible, pull requests are welcome!\n\n## Roadmap\n\nPlease see [ROADMAP.md](ROADMAP.md) for details, it will be updated as the project proceeds.\n\n## Code of Conduct\n\nHelp us keep open and inclusive. Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).\n\n## Contributing\n\nKeepShare is the work of many contributors. We appreciate your help!\n\nPlease see [CONTRIBUTING.md](CONTRIBUTING.md) for details on submitting patches and the contribution workflow.\n\nThanks goes to the wonderful people listed in [AUTHORS.md](AUTHORS.md).\n\n## Donation\n\nIf KeepShare helps you a lot, you can support us by donate premium redemption codes of file hosting providers at [keepshare.org/donate](https://keepshare.org/donate) [WIP].\n\nYes, we do not need you to donate money, but would appreciate premium redemption codes issued by [supported file hosting providers](#supported-file-hosting-providers) as a donation. These redemption codes can help more KeepShare users create more keep sharing links, making the KeepShare system more healthy and vital.\n\n## License\n\nThe code in this repository is released under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeepshareorg%2Fkeepshare","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeepshareorg%2Fkeepshare","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeepshareorg%2Fkeepshare/lists"}