401klaser

joined 2 years ago
[–] [email protected] 1 points 2 years ago

strange. maybe try a different torrent client?

[–] [email protected] 2 points 2 years ago (2 children)

I have not, I will give it a look - thank you!

14
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

Hello looking for a file sharing app, preferable that I can run in a docker container with a UI that displays for file recipients over a reverse proxy.

edit: thanks everyone for your help and suggestions!

[–] [email protected] 2 points 2 years ago (3 children)

awesome let me know if you run into any issues!

[–] [email protected] 5 points 2 years ago* (last edited 2 years ago) (8 children)

Do you use docker compose?

https://www.youtube.com/watch?v=xbSfaKwyfXE&t=33s

version: '3.7'
services:
  gluetun:
    image: qmcgaw/gluetun:latest
    container_name: vpn
    cap_add:
      - NET_ADMIN
    ports:
      - '8080:8080'
    environment:
      - VPNSP=protonvpn
      - VPN_TYPE=openvpn
      - OPENVPN_USER=xxxxxx
      - OPENVPN_PASSWORD=xxxxxx
      - REGION=United States
    restart: unless-stopped
  qbittorrent:
    container_name: qbittorrent
    image: cr.hotio.dev/hotio/qbittorrent:latest
    network_mode: 'container:vpn'
    environment:
      - PUID=1000
      - PGID=1000
      - UMASK=002
      - TZ=America/New_York
    volumes:
      - '/home/xxxx/qbt:/config'
      - '/home/xxxx/INCOMING:/downloads'
    restart: unless-stopped

That should get your started

[–] [email protected] 1 points 2 years ago

Do you use docker-compose?

[–] [email protected] 3 points 2 years ago
[–] [email protected] 3 points 2 years ago (2 children)

put the URL in your browser - for example if you wanted to subscribe to [email protected] it would be https://lemmy.fmhy.ml/c/[email protected]

then just click subscribe!

[–] [email protected] 10 points 2 years ago (1 children)

https://lemmyverse.net/

I have found this community browser to be the best.

[–] [email protected] 2 points 2 years ago

Agree. I had to do some reading to fully understand the fediverse. If there was a portal that just assigned users to a random instance and then put them directly into a community database for them to sub across multiple instances it would be a much easier on boarding.

[–] [email protected] 2 points 2 years ago

kbin is having some issues with the influx of new users. will all smooth out over the coming days / weeks as servers scale and stabilize

[–] [email protected] 26 points 2 years ago

There is a list of 300+ subs that are staying dark indefinitely. Some have tens of millions of subs. I expect that list will grow as more of this stuff comes out.

[–] [email protected] 3 points 2 years ago (1 children)

There will be spam bots promoting their IPTV services, similar to what would happen on reddit without automod.

 

Still getting used to the platform, and understand the concepts - obviously if this is just a bug related to the rapid growth, totally understand. Was just curious if I was missing something?

view more: next ›