Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[App Request] SimpleTorrent #488

Open
sund3RRR opened this issue May 28, 2024 · 0 comments · May be fixed by #557
Open

[App Request] SimpleTorrent #488

sund3RRR opened this issue May 28, 2024 · 0 comments · May be fixed by #557

Comments

@sund3RRR
Copy link

App Information

  • Name: SimpleTorrent
  • Short Description: ☁️ Simple Torrent: a self-hosted remote torrent client (rebranded from Cloud Torrent)
  • Official Website: None
  • GitHub Repository: https://github.com/boypt/simple-torrent
  • Docker Image: boypt/cloud-torrent:latest

Why do you want this app?

It is a really good and simple torrent client.

Additional information?

Working compose file:

name: successful_kraisorn
services:
  main_app:
    cpu_shares: 90
    command: []
    container_name: simple-torrent
    deploy:
      resources:
        limits:
          memory: 7936M
    hostname: simple-torrent
    image: boypt/cloud-torrent:latest
    labels:
      icon: https://raw.githubusercontent.com/vinceliuice/WhiteSur-icon-theme/master/src/apps/scalable/icloud.svg
    ports:
      - target: 3000
        published: "8087"
        protocol: tcp
    restart: unless-stopped
    volumes:
      - type: bind
        source: /DATA/Downloads
        target: /downloads
      - type: bind
        source: /DATA/AppData/SimpleTorrent/torrents
        target: /torrents
      - type: bind
        source: /DATA/AppData/SimpleTorrent/config
        target: /config
    devices: []
    cap_add: []
    environment: []
    network_mode: bridge
    privileged: false
x-casaos:
  author: self
  category: self
  hostname: casaos.local
  icon: https://raw.githubusercontent.com/vinceliuice/WhiteSur-icon-theme/master/src/apps/scalable/icloud.svg
  index: /
  is_uncontrolled: false
  port_map: "8087"
  scheme: http
  store_app_id: successful_kraisorn
  title:
    custom: SimpleTorrent
@joaobosconff joaobosconff linked a pull request Aug 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant