Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregyjames/seedly
Seedly: a self hosted seedbox written in Blazor and C#.
https://github.com/gregyjames/seedly
blazor blazor-application blazor-client blazor-server grpc hacktoberfest hacktoberfest-accepted html-css-javascript seedly torrent-client torrent-downloader torrent-management torrents website
Last synced: 3 months ago
JSON representation
Seedly: a self hosted seedbox written in Blazor and C#.
- Host: GitHub
- URL: https://github.com/gregyjames/seedly
- Owner: gregyjames
- License: mit
- Created: 2023-10-27T07:31:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-19T11:54:31.000Z (about 1 year ago)
- Last Synced: 2024-05-01T18:23:56.100Z (9 months ago)
- Topics: blazor, blazor-application, blazor-client, blazor-server, grpc, hacktoberfest, hacktoberfest-accepted, html-css-javascript, seedly, torrent-client, torrent-downloader, torrent-management, torrents, website
- Language: HTML
- Homepage:
- Size: 1.16 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Main Build](https://github.com/gregyjames/Seedly/actions/workflows/main.yml/badge.svg?event=push)](https://github.com/gregyjames/Seedly/actions/workflows/main.yml)
![alt text](https://github.com/gregyjames/Seedly/blob/main/res/SEEDLY.png)### What Is Seedly?
Seedly is a self-hosted seed box, meaning that you can deploy it and use it to download torrents remotely. It consists of two main projects: SeedlyServer and SeedlyServerApp.
### Project Overview
#### Seedly Server
The backend for our application, it handles the actual downloading of torrents using [Anacrolix's Torrent Library](https://github.com/anacrolix/torrent) and is connected to the GUI via GRPC streaming endpoint that recieves a request with the magnet link of a file, and returns torrent metadata and download progress back to our interface.#### Seedly Server App
The frontend for our application, which contains the major GUI for the application.### Technologies Used
1. Blazor
2. MudBlazor
3. GRPC
4. ASP.NET Core
5. Go### Running
```
docker compose up -d
```### License
MIT LicenseCopyright (c) 2023 Greg James
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.### Contributions
This project is still in its infancy and there are many features to be added and bugs to be resolved. All contributions via pull request are greatly encouraged and welcome. Any additional features or questions can be opened via the issues page.