Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)R
Posts
30
Comments
701
Joined
3 yr. ago

  • Thank you! I use GNOME, but this is kinda confusing tbh. I was also looking at this forum post where I should put a script in /lib/systemd/system-sleep/. I should play around with that, but can't afford breaking system right now xD. Will try it soon, I might install separate OS just for testing

  • Thx! I could enable/disable bluetooth with your commands and that didn't solve my problem, but helped me google the right command. It is actually much simpler that I thought, I just had to find speakers MAC and I can use:

    bluetoothctl connect A1:11:22:3A:CD:F1

    Now working on mapping that to a key, cheers!

  • Yeah, I didnt mean its not much, but was sure the increase was higher (source: thoughts while taking shower hehe). Thx for clarifying!

  • I thought its more than 1C since 1981

  • Yeah dont bother with 3D scanning for that model

  • Xiaomi stick is 40-60€ depending is it 4k or not, I recommend checking local stores first

  • Max active uploads and torrents should be above the number of torrents you want to seed

  • Rereading your post makes me unsure what you are looking for

  • Go to Options - BitTorrent

    And set maximum active number

  • I have no experience with any of them, but I would give advantage to ender 3 v3 and sovol sv06 because they have smooth rods while neptune and kobra use wheels. You have to be ready to thinker, tune, upgrade and fix because you are buying super cheap bed slinger, but I guess you know that already. I dont know if you can get voron v0.2 kit for around 300€, but that might be beter investment if you are ok with smaller print volume.

  • Are you using the same version of server and mobile app?

  • Nesting is nasty 🙃

  • IMO pi is perfect fit for pihole (low power and silent), but since its mission critical you want 2 devices running pihole. If one is down the other one will still be available. I have one pihole running on the server that runs all other services (including home assistant), and 2nd pihole on rpi4. Then I have another pi4 for 3D printer

    Running pohole and homeassistant on the same device is not a problem for sure, but not sure about octoprint since it is using USB serial connection while printer is active (can be 12h+). Maybe it can work, but I wouldnt use 3D printer computer for anything else

  • I couldnt find best way tbh. You could set your qbittorrent to auto delete after some time or when hit specific ratio, then manually delete from arrs. There is also app that auto deletes library after X days (, but didnt try it myself.

    None of that suits my needs, so I just do it manually from both qbit and library

    Edit: best way is to get more storage so you do it less frequently or you never do it 🙃

  • Piracy tools are more reliable than payed services lol

  • Its that simple to use different IPs just with DNS server:

    DNS server

     
        
    192.xxx.x.47 -> plex.yourdomain.xyz
    192.xxx.x.53 -> snapdrop.yourdomain.xyz
    
      

    But dont you have your services on the same IP and different ports? If thats the case you will also need reverse proxy like nginx. So DNS server will point your domain name (you can just make a name for local use) to your server IP. Then reverse proxy can point each name to a specific IP and port.

    Reverse proxy

     
        
    192.xxx.x.47:32400 -> plex.yourdomain.xyz
    192.xxx.x.47:8080 -> snapdrop.yourdomain.xyz
    
      

  • Hard links are default. Files look like duplicates but they dont take double amount of storage. To empty storage you have to delete both files.

    As someone elese already said, you should use single volume for both radarr and qbittorrent.

    This is from wiki.servarr:

     
        
    data
    ├── torrents
    │  ├── movies
    │  ├── music
    |  ├── books
    │  └── tv
    ├── usenet
    │  ├── movies
    │  ├── music
    │  ├── books
    │  └── tv
    └── media
        ├── movies
        ├── music
        ├── books
        └── tv
    
      

    Following this you should have

     
        
    volumes:
      - /path_to_qbit_config:/config
      - /path_to_data:/data
    
      

     
        
    volumes:
      - /path_to_radarr_config:/config
      - /path_to_data:/data
    
      
  • Awesome, thx for sharing

  • If you import it as external library, Immich will not be able to modify or delete any of the files, but you will see the files just like you see ones uploaded using immich. It is up to you to decide what is better