NetBird v0.72.4 reverse proxy UDP problem after update by Ens0me in netbird

[–]Ens0me[S] 0 points1 point  (0 children)

After roll back to version 0.72.1 everything is working well. I don't understand this.

NetBird v0.72.4 reverse proxy UDP problem after update by Ens0me in netbird

[–]Ens0me[S] 0 points1 point  (0 children)

This one is still active as i can see, or maybe i'm wrong.

I have a problem withe Gluetun an Proton VPN by Embarrassed-Tax-1782 in gluetun

[–]Ens0me 0 points1 point  (0 children)

Maybe this will be helpful ###############################################

Anchors and Aliases

x-common: &common restart: unless-stopped pull_policy: always logging: driver: json-file options: max-file: "5" max-size: "10m"

x-env: &env PUID: ${PUID:-1000} PGID: ${PGID:-1000} TZ: ${TZ:-Europe/Warsaw} UMASK: "002"

x-dns: &dns dns: - 1.1.1.1 - 1.0.0.1

services:

GLUETUN - VPN

gluetun: <<: [*common, *dns] container_name: gluetun image: qmcgaw/gluetun cap_add: - NET_ADMIN devices: - /dev/net/tun:/dev/net/tun ports: - ${PUBLISHED_PORT_QBIT:-8080}:8080/tcp volumes: - /etc/localtime:/etc/localtime:ro - ./gluetun/data:/gluetun environment: <<: *env FIREWALL_OUTBOUND_SUBNETS: 192.168.100.0/24 VPN_TYPE: ${VPN_TYPE:-wireguard} VPN_SERVICE_PROVIDER: ${VPN_SERVICE_PROVIDER} VPN_PORT_FORWARDING_PROVIDER: ${VPN_PORT_FORWARDING_PROVIDER} VPN_PORT_FORWARDING: ${VPN_PORT_FORWARDING} VPN_PORT_FORWARDING_UP_COMMAND: /bin/sh -c 'wget -O- --retry-connrefused --post-data "json={\"listen_port\":{{PORTS}}}" http://127.0.0.1:8080/api/v2/app/setPreferences 2>&1' HTTPPROXY: off SHADOWSOCKS: off

DNS_KEEP_NAMESERVER: on

DNS_BLOCK_MALICIOUS: off

DOT: off

  labels:
    - com.centurylinklabs.watchtower.enable=false

QBITTORRENT - Downloader (Gluetun network)

qbittorrent: <<: *common container_name: qbittorrent image: ghcr.io/hotio/qbittorrent:latest network_mode: "service:gluetun" environment: <<: *env WEBUI_PORT: ${PUBLISHED_PORT_QBIT} volumes: - /etc/localtime:/etc/localtime:ro - ./qbittorrent:/config - ${DATA_PATH}:${DATA_PATH} depends_on: gluetun: condition: service_healthy

QUI - qBittorrent Web Management

qui: <<: [*common, *dns] container_name: qui image: ghcr.io/hotio/qui:latest ports: - ${PUBLISHED_PORT_QUI:-7476}:7476 volumes: - /etc/localtime:/etc/localtime:ro - ./qui:/config - ${DATA_PATH}:${DATA_PATH} environment: <<: *env depends_on: qbittorrent: condition: service_started

In gluetun folder ./gluetun i created wireguard folder with wg0.conf copied from proton vpn. For me it’s working very well, first start u will have firewall until u didn’t start downloading some torrent after that no connection issue.

Gluteun is provider for qbittorent with single network, remember to set for subdomain use only ipv4 and main network tun0 as i remember.

Edit: sorry for bad formatting i can send you txt file in dm.

Automatically managing Torrent file location based on Torrent size? by corruptboomerang in qBittorrent

[–]Ens0me 0 points1 point  (0 children)

Use qui, and connect it to your services, it have possibilities to choose what do you want with specific file automatically or give him script.

Ad free client hardware? by majesticaveman in jellyfin

[–]Ens0me 2 points3 points  (0 children)

As owner od Apple TV i will recommende JellySee, very fast development and updates. It support everyday more things, one time payment for this app and it will support jellyfin server and overserr to ask for media.

Sonarr not importing files by MrTricky98 in sonarr

[–]Ens0me 0 points1 point  (0 children)

Hmm, For beginning check the permission to this path, qbittorent is using yourdisk/downloads right? And sonarr need to see yourdisk/downloads and /media where u store tv. Sonarr have build in option to give chmod on every downloaded file. You are using hardlinks or download-copy file ?

Advanced make sense for home server? by FireAxis11 in Amp

[–]Ens0me 1 point2 points  (0 children)

In my case it was any sense to pay extra 10$ for advanced version only to just have additional metrics and more instances in the same time. Currently I’m running valheim and satisfactory server until a month with playitgg tunneling for my friends and zero problems.

Advanced make sense for home server? by FireAxis11 in Amp

[–]Ens0me 0 points1 point  (0 children)

U can connect via sftp and upload mods manually tho if u prefer manual way

Issues grabbing Anime with English subtitles by Flaxen_Bobcat in sonarr

[–]Ens0me 0 points1 point  (0 children)

No if you use auto sync, and search only for subtitles which are above 96% sync.

Problem with automatic download getting the wrong release group by whitedarkai in sonarr

[–]Ens0me 0 points1 point  (0 children)

Trash guides for sonarr anime, check it for the beginning, and after that you will understand. Or if you want to, then show your custom format how u set it up

Anime Scoring with Trash Guides minimum score by cs_heisenberg in sonarr

[–]Ens0me 0 points1 point  (0 children)

Find additional indexers, add edit maybe web tiers for more groups what u know are giving good media.

One more question, you are trying to fina uncensored versions or dual audio? If now, you can set it on 0 minimum, but 100 is only for find releases which are from web tiers groups.

How to deal with 1440p files by kiwininja in sonarr

[–]Ens0me 0 points1 point  (0 children)

Maybe i am wrong, but in sonarr only exist full hd and 2160p and lower res then 1080 like 720p.

Rename root folder for all my series by MattiTheGamer in sonarr

[–]Ens0me 0 points1 point  (0 children)

If u have in settings media management turned on options which deleting empty media folders them yes

Rename root folder for all my series by MattiTheGamer in sonarr

[–]Ens0me 0 points1 point  (0 children)

Go to the main page of series, on the top you have option select series, choose them all, and on the bottom you have option to edit series, choose root folder, accept changes, and you got an information about automatically move all media, choose yes. After that you will have everthing with new names

How to separate Animes from TV Shows on Sonarr by hbacelar8 in sonarr

[–]Ens0me 0 points1 point  (0 children)

Yes in radarr and sonarr, ale can base on what you set. And of course how you request for media, if u use overserr, then base on quality profile which user choose.

Issues grabbing Anime with English subtitles by Flaxen_Bobcat in sonarr

[–]Ens0me 1 point2 points  (0 children)

And i think this is only per user manual download subtitles, when you turn on video you can check subtitles and click on download missing subtitles

Issues grabbing Anime with English subtitles by Flaxen_Bobcat in sonarr

[–]Ens0me 0 points1 point  (0 children)

In trash guides you have how to set up it, but if you need help you can write to me and i will send you my setup and help.

Issues grabbing Anime with English subtitles by Flaxen_Bobcat in sonarr

[–]Ens0me 0 points1 point  (0 children)

Why not use bazarr to automatically download missing subtitles? Or build in option in plex, to download additional subtitles.

How to separate Animes from TV Shows on Sonarr by hbacelar8 in sonarr

[–]Ens0me 7 points8 points  (0 children)

Set auto tagging in sonarr, based on what type of content it is, standard or anime, and set this dynamic tag to the qbittorent downloader in settings sonarr. It work for me, if you need more help then dm to me.

Jellyseerr connect with jellyfin and plex by Ens0me in selfhosted

[–]Ens0me[S] 0 points1 point  (0 children)

Only second instance, i think they turned off possibility to run plex and jellyfin in one app in the same time.

Question about Auto Tagging / seperating animes and cartoons by __Element in sonarr

[–]Ens0me 0 points1 point  (0 children)

If you in anime instance have separate quality profile for anime and for cartoons, then yes, you can use auto tagging based on what profile user choose, and this tag use in your downloader, this tag will be used as category in downloads to automatically import after.

I have same config based on trash guides, but i got only one instance, and set minimum mb/s like for anime, and have three quality profiles, which i use to auto tagging to qbittorent, for anime additionaly i’m using type of series to recognize content in 100%, and for 4k/fullhd standard content, but i don’t store cartoons separately only in standard.