feat(store): add cross-seed (#1617)

This commit is contained in:
JigSaw 2023-11-17 22:02:40 +01:00 committed by GitHub
parent 5c50b5f6e3
commit ad9367cb5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 65 additions and 0 deletions

View File

@ -22,6 +22,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
- [Code-Server](https://github.com/coder/code-server) - Web VS Code
- [Codex.Docs](https://github.com/codex-team/codex.docst) - Free Docs app powered by Editor.js ecosystem.
- [Conduit](https://gitlab.com/famedly/conduit) - Conduit is a simple, fast and reliable chat server written in Rust
- [Cross-seed](https://github.com/cross-seed/cross-seed) - Fully-automatic, no false positives.
- [DailyTXT](https://github.com/PhiTux/DailyTxT) - Encrypted Diary Web-App
- [Dash.](https://github.com/MauriceNino/dashdot) - A simple, modern server dashboard, primarily used by smaller private server
- [Dashy](https://github.com/lissy93/dashy) - A self-hostable personal dashboard built for you.

View File

@ -0,0 +1,24 @@
{
"$schema": "../schema.json",
"name": "Cross-Seed",
"port": 2468,
"available": true,
"exposable": false,
"no_gui": true,
"uid": 1000,
"gid": 1000,
"id": "cross-seed",
"tipi_version": 5,
"version": "5.7.0",
"categories": [
"media",
"utilities"
],
"description": "An app designed to help you download torrents that you can cross seed based on your existing torrents. It is designed to match conservatively to minimize manual intervention.",
"short_desc": "Fully-automatic cross-seeding with Torznab.",
"author": "Cross-Seed Team",
"source": "https://github.com/cross-seed/cross-seed",
"website": "https://www.cross-seed.org",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -0,0 +1,18 @@
services:
cross-seed:
container_name: cross-seed
image: ghcr.io/cross-seed/cross-seed:5.7.0
user: 1000:1000
restart: unless-stopped
command: daemon
environment:
- TZ=${TZ}
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${ROOT_FOLDER_HOST}/app-data/transmission-vpn/data/config/transmission-home/torrents:/torrents:ro
- ${ROOT_FOLDER_HOST}/media/torrents/watch:/cross-seeds
networks:
- tipi_main_network
labels:
# Main
traefik.enable: false

View File

@ -0,0 +1,22 @@
# cross-seed: Fully-automatic, no false positives
`cross-seed` is an app designed to help you download torrents that you can cross seed based on your existing torrents. It is designed to match conservatively to minimize manual intervention.
`cross-seed` can inject the torrents it finds directly into your torrent client.
Currently, the supported clients are
- rTorrent
- qBittorrent
- Transmission
- Deluge
If your client isn't supported, `cross-seed` will download a bunch of torrent files to a folder you specify.
After that, I recommend using [AutoTorrent2](https://github.com/JohnDoee/autotorrent2) to do the last-mile delivery into your client.
## Tutorial
Head on over to [cross-seed.org](https://www.cross-seed.org/docs/basics/getting-started) to get started.
## Troubleshooting
Feel free to [start a discussion](https://github.com/cross-seed/cross-seed/discussions/new), or reach out on [Discord](https://discord.gg/jpbUFzS5Wb).

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB