1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1394
+user: Proxies\__CG__\App\Entity\User {#1369 …}
+entry: App\Entity\Entry {#1810 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+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 {#321
date: 2024-10-22 09:16:09.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-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 {#322
date: 2024-02-24 05:17:09.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697197339 {#316
date: 2023-10-13 13:42:19.0 +02:00
}
}
+image: null
+parent: null
+root: null
+body: """
If you happen to use [gluetun](https://github.com/qdm12/gluetun) (great project btw) you can use the environment property `VPN_PORT_FORWARDING=on` and a volume mapping to `/tmp/gluetun/forwarded_port` to obtain the port number from the container. Then with the bittorrent-port-forward-file container [(Link)](https://hub.docker.com/r/charlocharlie/qbittorrent-port-forward-file) you can automatically set the port from the file to qbittorrent. \n
I use this with ProtonVPN and it works like a charm.\n
\n
Here the relevant parts of my docker compose file:\n
\n
```\n
\n
<span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> image: qmcgaw/gluetun\n
</span><span style="color:#323232;"> <...>\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> <...>\n
</span><span style="color:#323232;"> - ./port-forwarding/forwarded_port:/tmp/gluetun/forwarded_port:rw\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> # See https://github.com/qdm12/gluetun/wiki\n
</span><span style="color:#323232;"> <...>\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;">\n
</span><span style="color:#323232;"> qbittorrent-port-forward-file:\n
</span><span style="color:#323232;"> platform: linux/amd64 #needed for raspi\n
</span><span style="color:#323232;"> image: charlocharlie/qbittorrent-port-forward-file \n
</span><span style="color:#323232;"> container_name: port-forward-file \n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - qbittorrent\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - ./port-forwarding:/config:ro\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - QBT_USERNAME=\n
</span><span style="color:#323232;"> - QBT_PASSWORD=\n
</span><span style="color:#323232;"> - QBT_ADDR=gluetun:9092\n
</span><span style="color:#323232;"> - PORT_FILE=/config/forwarded_port\n
</span>\n
```\n
\n
The file containing the port number sits at `./port-forwarding/forwarded_port` on the host (you may need to create the empty file before first usage).\n
\n
See gluetun wiki here: [Link](https://github.com/qdm12/gluetun-wiki/blob/main/setup/options/port-forwarding.md)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1691536064 {#1605
date: 2023-08-09 01:07:44.0 +02:00
}
+ip: null
+tags: [
0 => "323232"
14 => "needed"
]
+mentions: [
"@parim19532@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1378 …}
+nested: Doctrine\ORM\PersistentCollection {#1371 …}
+votes: Doctrine\ORM\PersistentCollection {#2427 …}
+reports: Doctrine\ORM\PersistentCollection {#1902 …}
+favourites: Doctrine\ORM\PersistentCollection {#2485 …}
+notifications: Doctrine\ORM\PersistentCollection {#2483 …}
-id: 73544
-bodyTs: "'/config':130 '/config/forwarded_port':143 '/port-forwarding':129 '/port-forwarding/forwarded_port':85,152 '/qdm12/gluetun)':9 '/qdm12/gluetun-wiki/blob/main/setup/options/port-forwarding.md)':174 '/qdm12/gluetun/wiki':92 '/r/charlocharlie/qbittorrent-port-forward-file)':49 '/tmp/gluetun/forwarded_port':28,86 '9092':140 'addr':138 'automat':52 'bittorr':41 'bittorrent-port-forward-fil':40 'btw':12 'charlocharlie/qbittorrent-port-forward-file':113 'charm':71 'compos':79 'contain':36,45,114,146 'creat':160 'depend':120 'docker':78 'empti':162 'environ':17,88,132 'file':44,58,80,106,119,142,145,163 'first':165 'forward':21,43,95,99,105,118 'github.com':8,91,173 'github.com/qdm12/gluetun)':7 'github.com/qdm12/gluetun-wiki/blob/main/setup/options/port-forwarding.md)':172 'github.com/qdm12/gluetun/wiki':90 'gluetun':6,81,123,139,168 'great':10 'happen':3 'host':155 'hub.docker.com':48 'hub.docker.com/r/charlocharlie/qbittorrent-port-forward-file)':47 'imag':82,112 'like':69 'link':46,171 'linux/amd64':108 'map':26 'may':157 'name':115 'need':109,158 'number':33,149 'obtain':30 'part':75 'password':136 'platform':107 'port':20,32,42,55,94,98,104,117,141,148 'port-forward-fil':116 'project':11 'properti':18 'protonvpn':65,101 'provid':100 'qbittorr':60,103,122 'qbittorrent-port-forward-fil':102 'qbt':133,135,137 'qmcgaw/gluetun':83 'raspi':111 'relev':74 'restart':124 'ro':131 'rw':87 'see':89,167 'set':53 'sit':150 'stop':127 'unless':126 'unless-stop':125 'usag':166 'use':5,15,62 'usernam':134 'volum':25,84,128 'vpn':19,93,97 'wiki':169 'work':68"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.de/comment/2008954"
+editedAt: null
+createdAt: DateTimeImmutable @1691536064 {#1377
date: 2023-08-09 01:07:44.0 +02:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1394
+user: Proxies\__CG__\App\Entity\User {#1369 …}
+entry: App\Entity\Entry {#1810 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+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 {#321
date: 2024-10-22 09:16:09.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-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 {#322
date: 2024-02-24 05:17:09.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697197339 {#316
date: 2023-10-13 13:42:19.0 +02:00
}
}
+image: null
+parent: null
+root: null
+body: """
If you happen to use [gluetun](https://github.com/qdm12/gluetun) (great project btw) you can use the environment property `VPN_PORT_FORWARDING=on` and a volume mapping to `/tmp/gluetun/forwarded_port` to obtain the port number from the container. Then with the bittorrent-port-forward-file container [(Link)](https://hub.docker.com/r/charlocharlie/qbittorrent-port-forward-file) you can automatically set the port from the file to qbittorrent. \n
I use this with ProtonVPN and it works like a charm.\n
\n
Here the relevant parts of my docker compose file:\n
\n
```\n
\n
<span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> image: qmcgaw/gluetun\n
</span><span style="color:#323232;"> <...>\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> <...>\n
</span><span style="color:#323232;"> - ./port-forwarding/forwarded_port:/tmp/gluetun/forwarded_port:rw\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> # See https://github.com/qdm12/gluetun/wiki\n
</span><span style="color:#323232;"> <...>\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;">\n
</span><span style="color:#323232;"> qbittorrent-port-forward-file:\n
</span><span style="color:#323232;"> platform: linux/amd64 #needed for raspi\n
</span><span style="color:#323232;"> image: charlocharlie/qbittorrent-port-forward-file \n
</span><span style="color:#323232;"> container_name: port-forward-file \n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - qbittorrent\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - ./port-forwarding:/config:ro\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - QBT_USERNAME=\n
</span><span style="color:#323232;"> - QBT_PASSWORD=\n
</span><span style="color:#323232;"> - QBT_ADDR=gluetun:9092\n
</span><span style="color:#323232;"> - PORT_FILE=/config/forwarded_port\n
</span>\n
```\n
\n
The file containing the port number sits at `./port-forwarding/forwarded_port` on the host (you may need to create the empty file before first usage).\n
\n
See gluetun wiki here: [Link](https://github.com/qdm12/gluetun-wiki/blob/main/setup/options/port-forwarding.md)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1691536064 {#1605
date: 2023-08-09 01:07:44.0 +02:00
}
+ip: null
+tags: [
0 => "323232"
14 => "needed"
]
+mentions: [
"@parim19532@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1378 …}
+nested: Doctrine\ORM\PersistentCollection {#1371 …}
+votes: Doctrine\ORM\PersistentCollection {#2427 …}
+reports: Doctrine\ORM\PersistentCollection {#1902 …}
+favourites: Doctrine\ORM\PersistentCollection {#2485 …}
+notifications: Doctrine\ORM\PersistentCollection {#2483 …}
-id: 73544
-bodyTs: "'/config':130 '/config/forwarded_port':143 '/port-forwarding':129 '/port-forwarding/forwarded_port':85,152 '/qdm12/gluetun)':9 '/qdm12/gluetun-wiki/blob/main/setup/options/port-forwarding.md)':174 '/qdm12/gluetun/wiki':92 '/r/charlocharlie/qbittorrent-port-forward-file)':49 '/tmp/gluetun/forwarded_port':28,86 '9092':140 'addr':138 'automat':52 'bittorr':41 'bittorrent-port-forward-fil':40 'btw':12 'charlocharlie/qbittorrent-port-forward-file':113 'charm':71 'compos':79 'contain':36,45,114,146 'creat':160 'depend':120 'docker':78 'empti':162 'environ':17,88,132 'file':44,58,80,106,119,142,145,163 'first':165 'forward':21,43,95,99,105,118 'github.com':8,91,173 'github.com/qdm12/gluetun)':7 'github.com/qdm12/gluetun-wiki/blob/main/setup/options/port-forwarding.md)':172 'github.com/qdm12/gluetun/wiki':90 'gluetun':6,81,123,139,168 'great':10 'happen':3 'host':155 'hub.docker.com':48 'hub.docker.com/r/charlocharlie/qbittorrent-port-forward-file)':47 'imag':82,112 'like':69 'link':46,171 'linux/amd64':108 'map':26 'may':157 'name':115 'need':109,158 'number':33,149 'obtain':30 'part':75 'password':136 'platform':107 'port':20,32,42,55,94,98,104,117,141,148 'port-forward-fil':116 'project':11 'properti':18 'protonvpn':65,101 'provid':100 'qbittorr':60,103,122 'qbittorrent-port-forward-fil':102 'qbt':133,135,137 'qmcgaw/gluetun':83 'raspi':111 'relev':74 'restart':124 'ro':131 'rw':87 'see':89,167 'set':53 'sit':150 'stop':127 'unless':126 'unless-stop':125 'usag':166 'use':5,15,62 'usernam':134 'volum':25,84,128 'vpn':19,93,97 'wiki':169 'work':68"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.de/comment/2008954"
+editedAt: null
+createdAt: DateTimeImmutable @1691536064 {#1377
date: 2023-08-09 01:07:44.0 +02:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1394
+user: Proxies\__CG__\App\Entity\User {#1369 …}
+entry: App\Entity\Entry {#1810 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+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 {#321
date: 2024-10-22 09:16:09.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-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 {#322
date: 2024-02-24 05:17:09.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697197339 {#316
date: 2023-10-13 13:42:19.0 +02:00
}
}
+image: null
+parent: null
+root: null
+body: """
If you happen to use [gluetun](https://github.com/qdm12/gluetun) (great project btw) you can use the environment property `VPN_PORT_FORWARDING=on` and a volume mapping to `/tmp/gluetun/forwarded_port` to obtain the port number from the container. Then with the bittorrent-port-forward-file container [(Link)](https://hub.docker.com/r/charlocharlie/qbittorrent-port-forward-file) you can automatically set the port from the file to qbittorrent. \n
I use this with ProtonVPN and it works like a charm.\n
\n
Here the relevant parts of my docker compose file:\n
\n
```\n
\n
<span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> image: qmcgaw/gluetun\n
</span><span style="color:#323232;"> <...>\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> <...>\n
</span><span style="color:#323232;"> - ./port-forwarding/forwarded_port:/tmp/gluetun/forwarded_port:rw\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> # See https://github.com/qdm12/gluetun/wiki\n
</span><span style="color:#323232;"> <...>\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;">\n
</span><span style="color:#323232;"> qbittorrent-port-forward-file:\n
</span><span style="color:#323232;"> platform: linux/amd64 #needed for raspi\n
</span><span style="color:#323232;"> image: charlocharlie/qbittorrent-port-forward-file \n
</span><span style="color:#323232;"> container_name: port-forward-file \n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - qbittorrent\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - ./port-forwarding:/config:ro\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - QBT_USERNAME=\n
</span><span style="color:#323232;"> - QBT_PASSWORD=\n
</span><span style="color:#323232;"> - QBT_ADDR=gluetun:9092\n
</span><span style="color:#323232;"> - PORT_FILE=/config/forwarded_port\n
</span>\n
```\n
\n
The file containing the port number sits at `./port-forwarding/forwarded_port` on the host (you may need to create the empty file before first usage).\n
\n
See gluetun wiki here: [Link](https://github.com/qdm12/gluetun-wiki/blob/main/setup/options/port-forwarding.md)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1691536064 {#1605
date: 2023-08-09 01:07:44.0 +02:00
}
+ip: null
+tags: [
0 => "323232"
14 => "needed"
]
+mentions: [
"@parim19532@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1378 …}
+nested: Doctrine\ORM\PersistentCollection {#1371 …}
+votes: Doctrine\ORM\PersistentCollection {#2427 …}
+reports: Doctrine\ORM\PersistentCollection {#1902 …}
+favourites: Doctrine\ORM\PersistentCollection {#2485 …}
+notifications: Doctrine\ORM\PersistentCollection {#2483 …}
-id: 73544
-bodyTs: "'/config':130 '/config/forwarded_port':143 '/port-forwarding':129 '/port-forwarding/forwarded_port':85,152 '/qdm12/gluetun)':9 '/qdm12/gluetun-wiki/blob/main/setup/options/port-forwarding.md)':174 '/qdm12/gluetun/wiki':92 '/r/charlocharlie/qbittorrent-port-forward-file)':49 '/tmp/gluetun/forwarded_port':28,86 '9092':140 'addr':138 'automat':52 'bittorr':41 'bittorrent-port-forward-fil':40 'btw':12 'charlocharlie/qbittorrent-port-forward-file':113 'charm':71 'compos':79 'contain':36,45,114,146 'creat':160 'depend':120 'docker':78 'empti':162 'environ':17,88,132 'file':44,58,80,106,119,142,145,163 'first':165 'forward':21,43,95,99,105,118 'github.com':8,91,173 'github.com/qdm12/gluetun)':7 'github.com/qdm12/gluetun-wiki/blob/main/setup/options/port-forwarding.md)':172 'github.com/qdm12/gluetun/wiki':90 'gluetun':6,81,123,139,168 'great':10 'happen':3 'host':155 'hub.docker.com':48 'hub.docker.com/r/charlocharlie/qbittorrent-port-forward-file)':47 'imag':82,112 'like':69 'link':46,171 'linux/amd64':108 'map':26 'may':157 'name':115 'need':109,158 'number':33,149 'obtain':30 'part':75 'password':136 'platform':107 'port':20,32,42,55,94,98,104,117,141,148 'port-forward-fil':116 'project':11 'properti':18 'protonvpn':65,101 'provid':100 'qbittorr':60,103,122 'qbittorrent-port-forward-fil':102 'qbt':133,135,137 'qmcgaw/gluetun':83 'raspi':111 'relev':74 'restart':124 'ro':131 'rw':87 'see':89,167 'set':53 'sit':150 'stop':127 'unless':126 'unless-stop':125 'usag':166 'use':5,15,62 'usernam':134 'volum':25,84,128 'vpn':19,93,97 'wiki':169 'work':68"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://feddit.de/comment/2008954"
+editedAt: null
+createdAt: DateTimeImmutable @1691536064 {#1377
date: 2023-08-09 01:07:44.0 +02:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+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 {#321
date: 2024-10-22 09:16:09.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-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 {#322
date: 2024-02-24 05:17:09.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1697197339 {#316
date: 2023-10-13 13:42:19.0 +02:00
}
} |
|
Show voter details
|