qbit + VPN
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "Gluetun + qBittorrent (Mullvad VPN)",
|
||||
"name": "Gluetun + qBittorrent (ProtonVPN)",
|
||||
"id": "gluetun-qbittorrent",
|
||||
"available": true,
|
||||
"short_desc": "Mullvad'a WireGuard ile baglanan Gluetun VPN gecidi + arkasinda calisan qBittorrent. Kill-switch dahil, tum torrent trafigi VPN'den geser.",
|
||||
"short_desc": "ProtonVPN'e WireGuard ile baglanan Gluetun VPN gecidi + arkasinda calisan qBittorrent. Kill-switch + otomatik NAT-PMP port forwarding dahil.",
|
||||
"author": "y1lm0z",
|
||||
"port": 61235,
|
||||
"categories": ["network", "utilities"],
|
||||
"description": "Tek dosyada iki container: Gluetun, Mullvad'a WireGuard ile baglanip kill-switch (VPN kopunca internet de kesilir) sagliyor. qBittorrent ise kendi agini kullanmiyor, Gluetun'un ag namespace'ini 'network_mode: service:gluetun' ile paylasiyor - bu sayede tum torrent trafigi zorunlu olarak VPN tunelinden geciyor. qBittorrent, Gluetun VPN'e baglanip saglikli olana kadar baslamiyor (depends_on + healthcheck). WebUI'ye Gluetun'un actigi 61235 portundan erisiliyor.",
|
||||
"description": "Tek dosyada iki container: Gluetun, ProtonVPN'e WireGuard ile baglanip kill-switch (VPN kopunca internet de kesilir) sagliyor. qBittorrent ise kendi agini kullanmiyor, Gluetun'un ag namespace'ini 'network_mode: service:gluetun' ile paylasiyor - tum torrent trafigi zorunlu olarak VPN tunelinden geciyor. ProtonVPN'in NAT-PMP port forwarding'i sayesinde Gluetun periyodik olarak port ister ve degistiginde qBittorrent'in dinleme portunu otomatik gunceller (VPN_PORT_FORWARDING_UP_COMMAND) - elle hicbir sey yapman gerekmez, seed performansi icin kritik olan bu ozellik Mullvad'da yoktu. qBittorrent, Gluetun VPN'e baglanip saglikli olana kadar baslamiyor. WebUI'ye Gluetun'un actigi 61235 portundan erisiliyor.",
|
||||
"tipi_version": 1,
|
||||
"version": "latest",
|
||||
"source": "https://github.com/qdm12/gluetun",
|
||||
@@ -20,24 +20,24 @@
|
||||
{
|
||||
"type": "password",
|
||||
"label": "WireGuard Private Key",
|
||||
"hint": "Mullvad hesabinda 'WireGuard configuration' sayfasindan indirdigin .conf dosyasindaki PrivateKey degeri",
|
||||
"hint": "ProtonVPN hesabi -> Downloads -> WireGuard configuration. P2P destekli (cift ok ikonlu) bir sunucu sec ve config olustururken 'NAT-PMP (Port Forwarding)' secenegini MUTLAKA ac, yoksa port forwarding calismaz. Indirdigin .conf dosyasindaki PrivateKey degeri.",
|
||||
"required": true,
|
||||
"env_variable": "WIREGUARD_PRIVATE_KEY"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "WireGuard Addresses",
|
||||
"hint": "Ayni .conf dosyasindaki Address alani, IPv4 kismi (orn. 10.64.222.10/32)",
|
||||
"placeholder": "10.64.222.10/32",
|
||||
"hint": "Ayni .conf dosyasindaki Address alani, IPv4 kismi (orn. 10.2.0.2/32)",
|
||||
"placeholder": "10.2.0.2/32",
|
||||
"required": true,
|
||||
"env_variable": "WIREGUARD_ADDRESSES"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "Sunucu Sehirleri (opsiyonel)",
|
||||
"hint": "Virgulle ayrilmis Mullvad sehir adlari, orn: Bucharest,Amsterdam. Bos birakirsan rastgele sunucu secilir.",
|
||||
"label": "Sunucu Ulkeleri (opsiyonel)",
|
||||
"hint": "Virgulle ayrilmis ulke adlari, orn: Netherlands,Switzerland. Bos birakirsan rastgele P2P sunucu secilir.",
|
||||
"required": false,
|
||||
"env_variable": "SERVER_CITIES"
|
||||
"env_variable": "SERVER_COUNTRIES"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
|
||||
Reference in New Issue
Block a user