52 lines
2.5 KiB
JSON
52 lines
2.5 KiB
JSON
{
|
|
"name": "Gluetun VPN (Mullvad)",
|
|
"id": "gluetun",
|
|
"available": true,
|
|
"short_desc": "Mullvad'a WireGuard ile baglanan, kill-switch'li tek merkezi VPN gecidi. Baska container'lar bunun agini paylasarak VPN'den gecebilir.",
|
|
"author": "y1lm0z",
|
|
"port": 8080,
|
|
"categories": ["network", "utilities"],
|
|
"description": "Gluetun, Mullvad VPN sunucularina WireGuard ile baglanan ve kill-switch (VPN kopunca internet de kesilir) saglayan tek, merkezi bir ag gecididir. Bu uygulama tek basina bir torrent istemcisi degildir; baska container'larin (orn. qBittorrent) 'network_mode: container:gluetun' ile bu container'in ag namespace'ini paylasip trafiklerini VPN uzerinden gecirmesi icin dusunulmustur. WebUI portu (8080) ve BitTorrent peer portu (6881 tcp/udp) burada host'a aciliyor, cunku ag namespace'ini gercekte sahiplenen container bu. Ileride baska bir seyi ayni VPN'e baglamak istersen, o servisin ihtiyac duydugu portu bu docker-compose.yml'e ekleyip diger projede 'network_mode: container:gluetun' kullanman yeterli - detaylar asagida.",
|
|
"tipi_version": 1,
|
|
"version": "latest",
|
|
"source": "https://github.com/qdm12/gluetun",
|
|
"website": "https://github.com/qdm12/gluetun-wiki",
|
|
"exposable": true,
|
|
"force_expose": false,
|
|
"https": false,
|
|
"no_gui": false,
|
|
"supported_architectures": ["arm64", "amd64"],
|
|
"form_fields": [
|
|
{
|
|
"type": "password",
|
|
"label": "WireGuard Private Key",
|
|
"hint": "Mullvad hesabinda 'WireGuard configuration' sayfasindan 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",
|
|
"required": true,
|
|
"env_variable": "WIREGUARD_ADDRESSES"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "Sunucu Sehirleri (opsiyonel)",
|
|
"hint": "Virgulle ayrilmis Mullvad sehir adlari, orn: Amsterdam,Stockholm. Bos birakirsan rastgele sunucu secilir.",
|
|
"required": false,
|
|
"env_variable": "SERVER_CITIES"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "Firewall Outbound Subnets",
|
|
"hint": "Docker ve LAN aginin WebUI'ye erisebilmesi icin izinli subnetler. Guvenlik icin daha dar bir araligi (orn. sadece kendi LAN'in) girebilirsin.",
|
|
"default": "172.16.0.0/12,192.168.0.0/16,10.0.0.0/8",
|
|
"required": false,
|
|
"env_variable": "FIREWALL_OUTBOUND_SUBNETS"
|
|
}
|
|
]
|
|
}
|