One-Step *arr Stack Using Dockge on TrueNAS Scale

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 13

  • @chidorisai
    @chidorisai วันที่ผ่านมา

    Thanks !

  • @grimace66
    @grimace66 2 วันที่ผ่านมา +1

    I love your videos!!! I am having a really hard time setting up all of these. I don't keep my media on the same NAS device that I want to run the apps. Also I don't keep my media stored under one share. Is there an way to make that work without changing my whole setup?

    • @ServersatHome
      @ServersatHome  2 วันที่ผ่านมา

      @@grimace66 yes. Since your setup is so unique I would suggest hitting up the discord channel discord.gg/syvCPcRJnR

  • @Bobnotfalnn
    @Bobnotfalnn 10 ชั่วโมงที่ผ่านมา

    do i need to allow dockge to access the "/mnt/tank/media"(just a reference from your guide) when installing on truenas so the other containers can access it?

    • @ServersatHome
      @ServersatHome  9 ชั่วโมงที่ผ่านมา +1

      No. All you need to do is make sure dockge is pointed at the correct dataset for stacks and you're done.

  • @Carson-qg4si
    @Carson-qg4si 2 วันที่ผ่านมา

    Enjoying the content! Any chance we could get a video on Gitea?

  • @bradleycooper6091
    @bradleycooper6091 2 วันที่ผ่านมา

    Can you explain why you chose dockage over other alternatives?

    • @ServersatHome
      @ServersatHome  2 วันที่ผ่านมา

      I run both dockge and portainer in my own setup but this channel is designed for people who are new to this world so I thought dockge would be the easiest to learn and the least intimidating. Nothing wrong with other alternatives!

  • @blatcher2
    @blatcher2 2 วันที่ผ่านมา

    Incredible video! So useful to a new user. Can you show how to hide the stack behind Gluten? I live in a country with strict copy right law.

    • @ServersatHome
      @ServersatHome  2 วันที่ผ่านมา

      I usually don't put the entire stack behind something like gluetun. I either don't expose anything and just use wg-easy to VPN back into my setup, or for when I need to go out and get something, I only put qbit behind a VPN since that's the only thing that really needs it.

    • @daytona200
      @daytona200 3 ชั่วโมงที่ผ่านมา

      If you have those kinds of concerns, you should look into adding a VPN to all your traffic outbound at your router level.

  • @Baciukas
    @Baciukas 2 วันที่ผ่านมา

    Hey can you make tutorial how to add requesterr whit Dockge?

    • @ServersatHome
      @ServersatHome  2 วันที่ผ่านมา

      You would want to add this to the bottom of the compose file I linked in the description, or deploy it as its own container:
      services:
      requestrr:
      image: thomst08/requestrr
      hostname: requestrr
      container_name: requestrr
      ports:
      - 4545:4545
      volumes:
      - ./config:/root/config
      restart: unless-stopped
      Then follow the setup instructions within the container. They can be found here github.com/thomst08/requestrr/wiki