1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1366
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "piracy@lemmy.dbzer0.com"
+title: "piracy"
+description: """
##### ⚓ Community devoted to in-depth debate on topics concerning digital piracy, ethical problems, and legal advancements.\n
\n
---\n
\n
### Rules • [Full Version](https://rentry.co/piracy-rules)\n
\n
**1**. Posts must be related to the discussion of digital piracy\n
\n
**2**. Don’t request invites, trade, sell, or self-promote\n
\n
**3**. Don’t request or link to specific pirated titles, including DMs\n
\n
**4**. Don’t submit low-quality posts, be entitled, or harass others\n
\n
**5**. Don’t post questions already answered. READ THE [WIKI](https://lemmy.dbzer0.com/post/10901)\n
\n
---\n
\n
[](https://lemmy.dbzer0.com/post/10901)\n
---------------------------------------------------------------------------\n
\n
### Loot, Pillage, & Plunder\n
\n
- [📜 Megathread](https://rentry.co/megathread)\n
- [🪶 FAQ](https://rentry.co/piracy-faq)\n
- [🪶 ISP Complaints](https://rentry.co/piracy-isp-complaints)\n
- [🪶 Rules](https://rentry.co/piracy-rules)\n
\n
---\n
\n
💰 Please help cover server costs.\n
\n
[](https://ko-fi.com/dbzer0)[](https://liberapay.com/db0/)\n
\n
---
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 866
+entryCommentCount: 20194
+postCount: 7
+postCommentCount: 149
+isAdult: false
+customCss: null
+lastActive: DateTime @1729581369 {#320
date: 2024-10-22 09:16:09.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 51
+apId: "piracy@lemmy.dbzer0.com"
+apProfileId: "https://lemmy.dbzer0.com/c/piracy"
+apPublicUrl: "https://lemmy.dbzer0.com/c/piracy"
+apFollowersUrl: "https://lemmy.dbzer0.com/c/piracy/followers"
+apInboxUrl: "https://lemmy.dbzer0.com/inbox"
+apDomain: "lemmy.dbzer0.com"
+apPreferredUsername: "piracy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1708748229 {#321
date: 2024-02-24 05:17:09.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697197339 {#315
date: 2023-10-13 13:42:19.0 +02:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
In case you need a pointer, I had to do this recently too. I’m no docker expert, but this works for me 👌\n
\n
```\n
\n
<span style="color:#323232;">---\n
</span><span style="color:#323232;">version: '3'\n
</span><span style="color:#323232;">services:\n
</span><span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> image: qmcgaw/gluetun:latest\n
</span><span style="color:#323232;"> hostname: gluetun\n
</span><span style="color:#323232;"> container_name: gluetun\n
</span><span style="color:#323232;"> restart: always\n
</span><span style="color:#323232;"> cap_add:\n
</span><span style="color:#323232;"> - NET_ADMIN\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - VPN_SERVICE_PROVIDER=custom\n
</span><span style="color:#323232;"> - VPN_TYPE=wireguard\n
</span><span style="color:#323232;"> - VPN_ENDPOINT_IP=\n
</span><span style="color:#323232;"> - VPN_ENDPOINT_PORT=51820\n
</span><span style="color:#323232;"> - VPN_PORT_FORWARDING=on\n
</span><span style="color:#323232;"> - VPN_PORT_FORWARDING_PROVIDER=protonvpn\n
</span><span style="color:#323232;"> - WIREGUARD_ADDRESSES=\n
</span><span style="color:#323232;"> - WIREGUARD_PUBLIC_KEY=\n
</span><span style="color:#323232;"> - WIREGUARD_PRIVATE_KEY=\n
</span><span style="color:#323232;"> devices:\n
</span><span style="color:#323232;"> - /dev/net/tun:/dev/net/tun\n
</span><span style="color:#323232;"> ports:\n
</span><span style="color:#323232;"> #Proton\n
</span><span style="color:#323232;"> - 34803:34803/udp\n
</span><span style="color:#323232;"> - 80:80\n
</span><span style="color:#323232;"> #Gluetun\n
</span><span style="color:#323232;"> - 8888:8888/tcp # HTTP proxy\n
</span><span style="color:#323232;"> - 8388:8388/tcp # Shadowsocks\n
</span><span style="color:#323232;"> - 8388:8388/udp # Shadowsocks\n
</span><span style="color:#323232;"> - 8000:8000/tcp # HTTP Control Server\n
</span><span style="color:#323232;"> - 8090:8090 # qBittorrent\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - /docker/appdata/gluetun:/gluetun\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">#QBITORRENT\n
</span><span style="color:#323232;"> qbittorrent:\n
</span><span style="color:#323232;"> image: linuxserver/qbittorrent:latest\n
</span><span style="color:#323232;"> container_name: qbittorrent\n
</span><span style="color:#323232;"> network_mode: service:gluetun\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> condition: service_healthy\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=1000\n
</span><span style="color:#323232;"> - WEBUI_PORT=8090\n
</span><span style="color:#323232;"> volumes: \n
</span><span style="color:#323232;"> - /docker/appdata/qbitorrent:/config \n
</span><span style="color:#323232;"> - /data/torrents:/data/torrents\n
</span><span style="color:#323232;"> restart: always\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700001671 {#1769
date: 2023-11-14 23:41:11.0 +01:00
}
+ip: null
+tags: [
0 => "323232"
24 => "proton"
28 => "gluetun"
38 => "qbitorrent"
]
+mentions: [
"@NeroC_Bass@lemmy.dbzer0.com"
"@CalicoJack@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 125365
-bodyTs: "'/config':133 '/data/torrents':134,135 '/dev/net/tun':75,76 '/docker/appdata/gluetun':103 '/docker/appdata/qbitorrent':132 '/gluetun':104 '1000':125,127 '3':25 '34803':79 '34803/udp':80 '51820':56 '80':81,82 '8000':94 '8000/tcp':95 '8090':99,100,130 '8388':88,91 '8388/tcp':89 '8388/udp':92 '8888':84 '8888/tcp':85 'add':39 'address':67 'admin':41 'alway':37,137 'cap':38 'case':2 'condit':120 'contain':33,110 'control':97 'custom':46 'depend':117 'devic':74 'docker':17 'endpoint':51,54 'environ':42,123 'expert':18 'forward':59,63 'gluetun':27,32,35,83,116,119 'healthi':122 'hostnam':31 'http':86,96 'imag':28,107 'ip':52 'key':70,73 'latest':30,109 'linuxserver/qbittorrent':108 'm':15 'mode':114 'name':34,111 'need':4 'net':40 'network':113 'pgid':126 'pointer':6 'port':55,58,62,77,129 'privat':72 'proton':78 'protonvpn':65 'provid':45,64 'proxi':87 'public':69 'puid':124 'qbitorr':105 'qbittorr':101,106,112 'qmcgaw/gluetun':29 'recent':12 'restart':36,136 'server':98 'servic':26,44,115,121 'shadowsock':90,93 'type':48 'version':24 'volum':102,131 'vpn':43,47,50,53,57,61 'webui':128 'wireguard':49,66,68,71 'work':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315864"
+editedAt: null
+createdAt: DateTimeImmutable @1700001671 {#1945
date: 2023-11-14 23:41:11.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1366
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "piracy@lemmy.dbzer0.com"
+title: "piracy"
+description: """
##### ⚓ Community devoted to in-depth debate on topics concerning digital piracy, ethical problems, and legal advancements.\n
\n
---\n
\n
### Rules • [Full Version](https://rentry.co/piracy-rules)\n
\n
**1**. Posts must be related to the discussion of digital piracy\n
\n
**2**. Don’t request invites, trade, sell, or self-promote\n
\n
**3**. Don’t request or link to specific pirated titles, including DMs\n
\n
**4**. Don’t submit low-quality posts, be entitled, or harass others\n
\n
**5**. Don’t post questions already answered. READ THE [WIKI](https://lemmy.dbzer0.com/post/10901)\n
\n
---\n
\n
[](https://lemmy.dbzer0.com/post/10901)\n
---------------------------------------------------------------------------\n
\n
### Loot, Pillage, & Plunder\n
\n
- [📜 Megathread](https://rentry.co/megathread)\n
- [🪶 FAQ](https://rentry.co/piracy-faq)\n
- [🪶 ISP Complaints](https://rentry.co/piracy-isp-complaints)\n
- [🪶 Rules](https://rentry.co/piracy-rules)\n
\n
---\n
\n
💰 Please help cover server costs.\n
\n
[](https://ko-fi.com/dbzer0)[](https://liberapay.com/db0/)\n
\n
---
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 866
+entryCommentCount: 20194
+postCount: 7
+postCommentCount: 149
+isAdult: false
+customCss: null
+lastActive: DateTime @1729581369 {#320
date: 2024-10-22 09:16:09.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 51
+apId: "piracy@lemmy.dbzer0.com"
+apProfileId: "https://lemmy.dbzer0.com/c/piracy"
+apPublicUrl: "https://lemmy.dbzer0.com/c/piracy"
+apFollowersUrl: "https://lemmy.dbzer0.com/c/piracy/followers"
+apInboxUrl: "https://lemmy.dbzer0.com/inbox"
+apDomain: "lemmy.dbzer0.com"
+apPreferredUsername: "piracy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1708748229 {#321
date: 2024-02-24 05:17:09.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697197339 {#315
date: 2023-10-13 13:42:19.0 +02:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
In case you need a pointer, I had to do this recently too. I’m no docker expert, but this works for me 👌\n
\n
```\n
\n
<span style="color:#323232;">---\n
</span><span style="color:#323232;">version: '3'\n
</span><span style="color:#323232;">services:\n
</span><span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> image: qmcgaw/gluetun:latest\n
</span><span style="color:#323232;"> hostname: gluetun\n
</span><span style="color:#323232;"> container_name: gluetun\n
</span><span style="color:#323232;"> restart: always\n
</span><span style="color:#323232;"> cap_add:\n
</span><span style="color:#323232;"> - NET_ADMIN\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - VPN_SERVICE_PROVIDER=custom\n
</span><span style="color:#323232;"> - VPN_TYPE=wireguard\n
</span><span style="color:#323232;"> - VPN_ENDPOINT_IP=\n
</span><span style="color:#323232;"> - VPN_ENDPOINT_PORT=51820\n
</span><span style="color:#323232;"> - VPN_PORT_FORWARDING=on\n
</span><span style="color:#323232;"> - VPN_PORT_FORWARDING_PROVIDER=protonvpn\n
</span><span style="color:#323232;"> - WIREGUARD_ADDRESSES=\n
</span><span style="color:#323232;"> - WIREGUARD_PUBLIC_KEY=\n
</span><span style="color:#323232;"> - WIREGUARD_PRIVATE_KEY=\n
</span><span style="color:#323232;"> devices:\n
</span><span style="color:#323232;"> - /dev/net/tun:/dev/net/tun\n
</span><span style="color:#323232;"> ports:\n
</span><span style="color:#323232;"> #Proton\n
</span><span style="color:#323232;"> - 34803:34803/udp\n
</span><span style="color:#323232;"> - 80:80\n
</span><span style="color:#323232;"> #Gluetun\n
</span><span style="color:#323232;"> - 8888:8888/tcp # HTTP proxy\n
</span><span style="color:#323232;"> - 8388:8388/tcp # Shadowsocks\n
</span><span style="color:#323232;"> - 8388:8388/udp # Shadowsocks\n
</span><span style="color:#323232;"> - 8000:8000/tcp # HTTP Control Server\n
</span><span style="color:#323232;"> - 8090:8090 # qBittorrent\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - /docker/appdata/gluetun:/gluetun\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">#QBITORRENT\n
</span><span style="color:#323232;"> qbittorrent:\n
</span><span style="color:#323232;"> image: linuxserver/qbittorrent:latest\n
</span><span style="color:#323232;"> container_name: qbittorrent\n
</span><span style="color:#323232;"> network_mode: service:gluetun\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> condition: service_healthy\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=1000\n
</span><span style="color:#323232;"> - WEBUI_PORT=8090\n
</span><span style="color:#323232;"> volumes: \n
</span><span style="color:#323232;"> - /docker/appdata/qbitorrent:/config \n
</span><span style="color:#323232;"> - /data/torrents:/data/torrents\n
</span><span style="color:#323232;"> restart: always\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700001671 {#1769
date: 2023-11-14 23:41:11.0 +01:00
}
+ip: null
+tags: [
0 => "323232"
24 => "proton"
28 => "gluetun"
38 => "qbitorrent"
]
+mentions: [
"@NeroC_Bass@lemmy.dbzer0.com"
"@CalicoJack@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 125365
-bodyTs: "'/config':133 '/data/torrents':134,135 '/dev/net/tun':75,76 '/docker/appdata/gluetun':103 '/docker/appdata/qbitorrent':132 '/gluetun':104 '1000':125,127 '3':25 '34803':79 '34803/udp':80 '51820':56 '80':81,82 '8000':94 '8000/tcp':95 '8090':99,100,130 '8388':88,91 '8388/tcp':89 '8388/udp':92 '8888':84 '8888/tcp':85 'add':39 'address':67 'admin':41 'alway':37,137 'cap':38 'case':2 'condit':120 'contain':33,110 'control':97 'custom':46 'depend':117 'devic':74 'docker':17 'endpoint':51,54 'environ':42,123 'expert':18 'forward':59,63 'gluetun':27,32,35,83,116,119 'healthi':122 'hostnam':31 'http':86,96 'imag':28,107 'ip':52 'key':70,73 'latest':30,109 'linuxserver/qbittorrent':108 'm':15 'mode':114 'name':34,111 'need':4 'net':40 'network':113 'pgid':126 'pointer':6 'port':55,58,62,77,129 'privat':72 'proton':78 'protonvpn':65 'provid':45,64 'proxi':87 'public':69 'puid':124 'qbitorr':105 'qbittorr':101,106,112 'qmcgaw/gluetun':29 'recent':12 'restart':36,136 'server':98 'servic':26,44,115,121 'shadowsock':90,93 'type':48 'version':24 'volum':102,131 'vpn':43,47,50,53,57,61 'webui':128 'wireguard':49,66,68,71 'work':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315864"
+editedAt: null
+createdAt: DateTimeImmutable @1700001671 {#1945
date: 2023-11-14 23:41:11.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1366
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "piracy@lemmy.dbzer0.com"
+title: "piracy"
+description: """
##### ⚓ Community devoted to in-depth debate on topics concerning digital piracy, ethical problems, and legal advancements.\n
\n
---\n
\n
### Rules • [Full Version](https://rentry.co/piracy-rules)\n
\n
**1**. Posts must be related to the discussion of digital piracy\n
\n
**2**. Don’t request invites, trade, sell, or self-promote\n
\n
**3**. Don’t request or link to specific pirated titles, including DMs\n
\n
**4**. Don’t submit low-quality posts, be entitled, or harass others\n
\n
**5**. Don’t post questions already answered. READ THE [WIKI](https://lemmy.dbzer0.com/post/10901)\n
\n
---\n
\n
[](https://lemmy.dbzer0.com/post/10901)\n
---------------------------------------------------------------------------\n
\n
### Loot, Pillage, & Plunder\n
\n
- [📜 Megathread](https://rentry.co/megathread)\n
- [🪶 FAQ](https://rentry.co/piracy-faq)\n
- [🪶 ISP Complaints](https://rentry.co/piracy-isp-complaints)\n
- [🪶 Rules](https://rentry.co/piracy-rules)\n
\n
---\n
\n
💰 Please help cover server costs.\n
\n
[](https://ko-fi.com/dbzer0)[](https://liberapay.com/db0/)\n
\n
---
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 866
+entryCommentCount: 20194
+postCount: 7
+postCommentCount: 149
+isAdult: false
+customCss: null
+lastActive: DateTime @1729581369 {#320
date: 2024-10-22 09:16:09.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 51
+apId: "piracy@lemmy.dbzer0.com"
+apProfileId: "https://lemmy.dbzer0.com/c/piracy"
+apPublicUrl: "https://lemmy.dbzer0.com/c/piracy"
+apFollowersUrl: "https://lemmy.dbzer0.com/c/piracy/followers"
+apInboxUrl: "https://lemmy.dbzer0.com/inbox"
+apDomain: "lemmy.dbzer0.com"
+apPreferredUsername: "piracy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1708748229 {#321
date: 2024-02-24 05:17:09.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697197339 {#315
date: 2023-10-13 13:42:19.0 +02:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
In case you need a pointer, I had to do this recently too. I’m no docker expert, but this works for me 👌\n
\n
```\n
\n
<span style="color:#323232;">---\n
</span><span style="color:#323232;">version: '3'\n
</span><span style="color:#323232;">services:\n
</span><span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> image: qmcgaw/gluetun:latest\n
</span><span style="color:#323232;"> hostname: gluetun\n
</span><span style="color:#323232;"> container_name: gluetun\n
</span><span style="color:#323232;"> restart: always\n
</span><span style="color:#323232;"> cap_add:\n
</span><span style="color:#323232;"> - NET_ADMIN\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - VPN_SERVICE_PROVIDER=custom\n
</span><span style="color:#323232;"> - VPN_TYPE=wireguard\n
</span><span style="color:#323232;"> - VPN_ENDPOINT_IP=\n
</span><span style="color:#323232;"> - VPN_ENDPOINT_PORT=51820\n
</span><span style="color:#323232;"> - VPN_PORT_FORWARDING=on\n
</span><span style="color:#323232;"> - VPN_PORT_FORWARDING_PROVIDER=protonvpn\n
</span><span style="color:#323232;"> - WIREGUARD_ADDRESSES=\n
</span><span style="color:#323232;"> - WIREGUARD_PUBLIC_KEY=\n
</span><span style="color:#323232;"> - WIREGUARD_PRIVATE_KEY=\n
</span><span style="color:#323232;"> devices:\n
</span><span style="color:#323232;"> - /dev/net/tun:/dev/net/tun\n
</span><span style="color:#323232;"> ports:\n
</span><span style="color:#323232;"> #Proton\n
</span><span style="color:#323232;"> - 34803:34803/udp\n
</span><span style="color:#323232;"> - 80:80\n
</span><span style="color:#323232;"> #Gluetun\n
</span><span style="color:#323232;"> - 8888:8888/tcp # HTTP proxy\n
</span><span style="color:#323232;"> - 8388:8388/tcp # Shadowsocks\n
</span><span style="color:#323232;"> - 8388:8388/udp # Shadowsocks\n
</span><span style="color:#323232;"> - 8000:8000/tcp # HTTP Control Server\n
</span><span style="color:#323232;"> - 8090:8090 # qBittorrent\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - /docker/appdata/gluetun:/gluetun\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">#QBITORRENT\n
</span><span style="color:#323232;"> qbittorrent:\n
</span><span style="color:#323232;"> image: linuxserver/qbittorrent:latest\n
</span><span style="color:#323232;"> container_name: qbittorrent\n
</span><span style="color:#323232;"> network_mode: service:gluetun\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> condition: service_healthy\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=1000\n
</span><span style="color:#323232;"> - WEBUI_PORT=8090\n
</span><span style="color:#323232;"> volumes: \n
</span><span style="color:#323232;"> - /docker/appdata/qbitorrent:/config \n
</span><span style="color:#323232;"> - /data/torrents:/data/torrents\n
</span><span style="color:#323232;"> restart: always\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1700001671 {#1769
date: 2023-11-14 23:41:11.0 +01:00
}
+ip: null
+tags: [
0 => "323232"
24 => "proton"
28 => "gluetun"
38 => "qbitorrent"
]
+mentions: [
"@NeroC_Bass@lemmy.dbzer0.com"
"@CalicoJack@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 125365
-bodyTs: "'/config':133 '/data/torrents':134,135 '/dev/net/tun':75,76 '/docker/appdata/gluetun':103 '/docker/appdata/qbitorrent':132 '/gluetun':104 '1000':125,127 '3':25 '34803':79 '34803/udp':80 '51820':56 '80':81,82 '8000':94 '8000/tcp':95 '8090':99,100,130 '8388':88,91 '8388/tcp':89 '8388/udp':92 '8888':84 '8888/tcp':85 'add':39 'address':67 'admin':41 'alway':37,137 'cap':38 'case':2 'condit':120 'contain':33,110 'control':97 'custom':46 'depend':117 'devic':74 'docker':17 'endpoint':51,54 'environ':42,123 'expert':18 'forward':59,63 'gluetun':27,32,35,83,116,119 'healthi':122 'hostnam':31 'http':86,96 'imag':28,107 'ip':52 'key':70,73 'latest':30,109 'linuxserver/qbittorrent':108 'm':15 'mode':114 'name':34,111 'need':4 'net':40 'network':113 'pgid':126 'pointer':6 'port':55,58,62,77,129 'privat':72 'proton':78 'protonvpn':65 'provid':45,64 'proxi':87 'public':69 'puid':124 'qbitorr':105 'qbittorr':101,106,112 'qmcgaw/gluetun':29 'recent':12 'restart':36,136 'server':98 'servic':26,44,115,121 'shadowsock':90,93 'type':48 'version':24 'volum':102,131 'vpn':43,47,50,53,57,61 'webui':128 'wireguard':49,66,68,71 'work':21"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/5315864"
+editedAt: null
+createdAt: DateTimeImmutable @1700001671 {#1945
date: 2023-11-14 23:41:11.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "piracy@lemmy.dbzer0.com"
+title: "piracy"
+description: """
##### ⚓ Community devoted to in-depth debate on topics concerning digital piracy, ethical problems, and legal advancements.\n
\n
---\n
\n
### Rules • [Full Version](https://rentry.co/piracy-rules)\n
\n
**1**. Posts must be related to the discussion of digital piracy\n
\n
**2**. Don’t request invites, trade, sell, or self-promote\n
\n
**3**. Don’t request or link to specific pirated titles, including DMs\n
\n
**4**. Don’t submit low-quality posts, be entitled, or harass others\n
\n
**5**. Don’t post questions already answered. READ THE [WIKI](https://lemmy.dbzer0.com/post/10901)\n
\n
---\n
\n
[](https://lemmy.dbzer0.com/post/10901)\n
---------------------------------------------------------------------------\n
\n
### Loot, Pillage, & Plunder\n
\n
- [📜 Megathread](https://rentry.co/megathread)\n
- [🪶 FAQ](https://rentry.co/piracy-faq)\n
- [🪶 ISP Complaints](https://rentry.co/piracy-isp-complaints)\n
- [🪶 Rules](https://rentry.co/piracy-rules)\n
\n
---\n
\n
💰 Please help cover server costs.\n
\n
[](https://ko-fi.com/dbzer0)[](https://liberapay.com/db0/)\n
\n
---
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 866
+entryCommentCount: 20194
+postCount: 7
+postCommentCount: 149
+isAdult: false
+customCss: null
+lastActive: DateTime @1729581369 {#320
date: 2024-10-22 09:16:09.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 51
+apId: "piracy@lemmy.dbzer0.com"
+apProfileId: "https://lemmy.dbzer0.com/c/piracy"
+apPublicUrl: "https://lemmy.dbzer0.com/c/piracy"
+apFollowersUrl: "https://lemmy.dbzer0.com/c/piracy/followers"
+apInboxUrl: "https://lemmy.dbzer0.com/inbox"
+apDomain: "lemmy.dbzer0.com"
+apPreferredUsername: "piracy"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1708748229 {#321
date: 2024-02-24 05:17:09.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697197339 {#315
date: 2023-10-13 13:42:19.0 +02:00
}
} |
|
Show voter details
|