| 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: null
+root: null
+body: """
This is the compose file I use, with Gluetun setup with ProtonVPN. I edited it to remove some personal machine stuff so adapt volumes to your liking.\n
\n
```\n
\n
<span style="color:#323232;">version: "2.1"\n
</span><span style="color:#323232;">services:\n
</span><span style="color:#323232;"> jackett:\n
</span><span style="color:#323232;"> image: lscr.io/linuxserver/jackett:latest\n
</span><span style="color:#323232;"> container_name: jackett\n
</span><span style="color:#323232;"> network_mode: service:gluetun\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;"> - TZ=Europe/London\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - ./data:/config\n
</span><span style="color:#323232;"> - ./downloads:/downloads\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> qbittorrent:\n
</span><span style="color:#323232;"> image: lscr.io/linuxserver/qbittorrent:4.5.5-r0-ls291\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;"> environment:\n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=1000\n
</span><span style="color:#323232;"> - TZ=Etc/UTC\n
</span><span style="color:#323232;"> - WEBUI_PORT=8084\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - a-place/qbittorrent/config:/config\n
</span><span style="color:#323232;"> - a-place/qbittorrent:/downloads\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> flaresolverr:\n
</span><span style="color:#323232;"> container_name: flaresolverr\n
</span><span style="color:#323232;"> network_mode: service:gluetun\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - LOG_LEVEL=info\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> image: ghcr.io/flaresolverr/flaresolverr:latest\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> image: qmcgaw/gluetun\n
</span><span style="color:#323232;"> container_name: gluetun\n
</span><span style="color:#323232;"> networks:\n
</span><span style="color:#323232;"> pirate_net:\n
</span><span style="color:#323232;"> cap_add:\n
</span><span style="color:#323232;"> - NET_ADMIN\n
</span><span style="color:#323232;"> - SYS_MODULE\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;"> ports:\n
</span><span style="color:#323232;"> - 9117:9117 # Jackett\n
</span><span style="color:#323232;"> - 8084:8084\n
</span><span style="color:#323232;"> - 6881:6881\n
</span><span style="color:#323232;"> - 6881:6881/udp\n
</span><span style="color:#323232;"> - 8191:8191 # Flaresolverr\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - ./config/:/gluetun/wireguard/\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">networks:\n
</span><span style="color:#323232;"> pirate_net:\n
</span><span style="color:#323232;"> driver: bridge\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1704889436 {#1769
date: 2024-01-10 13:23:56.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@NotATurtle@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1370 …}
+nested: Doctrine\ORM\PersistentCollection {#1375 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#1898 …}
+favourites: Doctrine\ORM\PersistentCollection {#1841 …}
+notifications: Doctrine\ORM\PersistentCollection {#2354 …}
-id: 295662
-bodyTs: "'/config':52,89,162 '/data':51 '/downloads':53,54,94 '/flaresolverr/flaresolverr:latest':121 '/gluetun/wireguard':163 '/linuxserver/jackett:latest':35 '/linuxserver/qbittorrent:4.5.5-r0-ls291':66 '/qbittorrent':93 '/qbittorrent/config':88 '1000':45,47,76,78 '2.1':29 '6881':154,155,156 '6881/udp':157 '8084':83,152,153 '8191':158,159 '9117':149,150 'a-plac':85,90 'adapt':23 'add':135 'admin':137 'bridg':168 'cap':134 'compos':4 'contain':36,67,103,128 'custom':144 'depend':59,99,122 'driver':167 'edit':14 'environ':43,74,110,140 'etc/utc':80 'europe/london':49 'file':5 'flaresolverr':102,105,160 'ghcr.io':120 'ghcr.io/flaresolverr/flaresolverr:latest':119 'gluetun':9,42,61,73,101,109,124,125,130 'imag':32,63,118,126 'info':113 'jackett':31,38,151 'level':112 'like':27 'log':111 'lscr.io':34,65 'lscr.io/linuxserver/jackett:latest':33 'lscr.io/linuxserver/qbittorrent:4.5.5-r0-ls291':64 'machin':20 'mode':40,71,107 'modul':139 'name':37,68,104,129 'net':133,136,166 'network':39,70,106,131,164 'person':19 'pgid':46,77 'pirat':132,165 'place':87,92 'port':82,148 'protonvpn':12 'provid':143 'puid':44,75 'qbittorr':62,69 'qmcgaw/gluetun':127 'remov':17 'restart':55,95,114 'servic':30,41,72,108,142 'setup':10 'stop':58,98,117 'stuff':21 'sys':138 'type':146 'tz':48,79 'unless':57,97,116 'unless-stop':56,96,115 'use':7 'version':28 'volum':24,50,84,161 'vpn':141,145 'webui':81 'wireguard':147"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6553202"
+editedAt: null
+createdAt: DateTimeImmutable @1704889436 {#1945
date: 2024-01-10 13:23:56.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: null
+root: null
+body: """
This is the compose file I use, with Gluetun setup with ProtonVPN. I edited it to remove some personal machine stuff so adapt volumes to your liking.\n
\n
```\n
\n
<span style="color:#323232;">version: "2.1"\n
</span><span style="color:#323232;">services:\n
</span><span style="color:#323232;"> jackett:\n
</span><span style="color:#323232;"> image: lscr.io/linuxserver/jackett:latest\n
</span><span style="color:#323232;"> container_name: jackett\n
</span><span style="color:#323232;"> network_mode: service:gluetun\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;"> - TZ=Europe/London\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - ./data:/config\n
</span><span style="color:#323232;"> - ./downloads:/downloads\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> qbittorrent:\n
</span><span style="color:#323232;"> image: lscr.io/linuxserver/qbittorrent:4.5.5-r0-ls291\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;"> environment:\n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=1000\n
</span><span style="color:#323232;"> - TZ=Etc/UTC\n
</span><span style="color:#323232;"> - WEBUI_PORT=8084\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - a-place/qbittorrent/config:/config\n
</span><span style="color:#323232;"> - a-place/qbittorrent:/downloads\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> flaresolverr:\n
</span><span style="color:#323232;"> container_name: flaresolverr\n
</span><span style="color:#323232;"> network_mode: service:gluetun\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - LOG_LEVEL=info\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> image: ghcr.io/flaresolverr/flaresolverr:latest\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> image: qmcgaw/gluetun\n
</span><span style="color:#323232;"> container_name: gluetun\n
</span><span style="color:#323232;"> networks:\n
</span><span style="color:#323232;"> pirate_net:\n
</span><span style="color:#323232;"> cap_add:\n
</span><span style="color:#323232;"> - NET_ADMIN\n
</span><span style="color:#323232;"> - SYS_MODULE\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;"> ports:\n
</span><span style="color:#323232;"> - 9117:9117 # Jackett\n
</span><span style="color:#323232;"> - 8084:8084\n
</span><span style="color:#323232;"> - 6881:6881\n
</span><span style="color:#323232;"> - 6881:6881/udp\n
</span><span style="color:#323232;"> - 8191:8191 # Flaresolverr\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - ./config/:/gluetun/wireguard/\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">networks:\n
</span><span style="color:#323232;"> pirate_net:\n
</span><span style="color:#323232;"> driver: bridge\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1704889436 {#1769
date: 2024-01-10 13:23:56.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@NotATurtle@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1370 …}
+nested: Doctrine\ORM\PersistentCollection {#1375 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#1898 …}
+favourites: Doctrine\ORM\PersistentCollection {#1841 …}
+notifications: Doctrine\ORM\PersistentCollection {#2354 …}
-id: 295662
-bodyTs: "'/config':52,89,162 '/data':51 '/downloads':53,54,94 '/flaresolverr/flaresolverr:latest':121 '/gluetun/wireguard':163 '/linuxserver/jackett:latest':35 '/linuxserver/qbittorrent:4.5.5-r0-ls291':66 '/qbittorrent':93 '/qbittorrent/config':88 '1000':45,47,76,78 '2.1':29 '6881':154,155,156 '6881/udp':157 '8084':83,152,153 '8191':158,159 '9117':149,150 'a-plac':85,90 'adapt':23 'add':135 'admin':137 'bridg':168 'cap':134 'compos':4 'contain':36,67,103,128 'custom':144 'depend':59,99,122 'driver':167 'edit':14 'environ':43,74,110,140 'etc/utc':80 'europe/london':49 'file':5 'flaresolverr':102,105,160 'ghcr.io':120 'ghcr.io/flaresolverr/flaresolverr:latest':119 'gluetun':9,42,61,73,101,109,124,125,130 'imag':32,63,118,126 'info':113 'jackett':31,38,151 'level':112 'like':27 'log':111 'lscr.io':34,65 'lscr.io/linuxserver/jackett:latest':33 'lscr.io/linuxserver/qbittorrent:4.5.5-r0-ls291':64 'machin':20 'mode':40,71,107 'modul':139 'name':37,68,104,129 'net':133,136,166 'network':39,70,106,131,164 'person':19 'pgid':46,77 'pirat':132,165 'place':87,92 'port':82,148 'protonvpn':12 'provid':143 'puid':44,75 'qbittorr':62,69 'qmcgaw/gluetun':127 'remov':17 'restart':55,95,114 'servic':30,41,72,108,142 'setup':10 'stop':58,98,117 'stuff':21 'sys':138 'type':146 'tz':48,79 'unless':57,97,116 'unless-stop':56,96,115 'use':7 'version':28 'volum':24,50,84,161 'vpn':141,145 'webui':81 'wireguard':147"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6553202"
+editedAt: null
+createdAt: DateTimeImmutable @1704889436 {#1945
date: 2024-01-10 13:23:56.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: null
+root: null
+body: """
This is the compose file I use, with Gluetun setup with ProtonVPN. I edited it to remove some personal machine stuff so adapt volumes to your liking.\n
\n
```\n
\n
<span style="color:#323232;">version: "2.1"\n
</span><span style="color:#323232;">services:\n
</span><span style="color:#323232;"> jackett:\n
</span><span style="color:#323232;"> image: lscr.io/linuxserver/jackett:latest\n
</span><span style="color:#323232;"> container_name: jackett\n
</span><span style="color:#323232;"> network_mode: service:gluetun\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;"> - TZ=Europe/London\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - ./data:/config\n
</span><span style="color:#323232;"> - ./downloads:/downloads\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> qbittorrent:\n
</span><span style="color:#323232;"> image: lscr.io/linuxserver/qbittorrent:4.5.5-r0-ls291\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;"> environment:\n
</span><span style="color:#323232;"> - PUID=1000\n
</span><span style="color:#323232;"> - PGID=1000\n
</span><span style="color:#323232;"> - TZ=Etc/UTC\n
</span><span style="color:#323232;"> - WEBUI_PORT=8084\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - a-place/qbittorrent/config:/config\n
</span><span style="color:#323232;"> - a-place/qbittorrent:/downloads\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> flaresolverr:\n
</span><span style="color:#323232;"> container_name: flaresolverr\n
</span><span style="color:#323232;"> network_mode: service:gluetun\n
</span><span style="color:#323232;"> environment:\n
</span><span style="color:#323232;"> - LOG_LEVEL=info\n
</span><span style="color:#323232;"> restart: unless-stopped\n
</span><span style="color:#323232;"> image: ghcr.io/flaresolverr/flaresolverr:latest\n
</span><span style="color:#323232;"> depends_on:\n
</span><span style="color:#323232;"> - gluetun\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> gluetun:\n
</span><span style="color:#323232;"> image: qmcgaw/gluetun\n
</span><span style="color:#323232;"> container_name: gluetun\n
</span><span style="color:#323232;"> networks:\n
</span><span style="color:#323232;"> pirate_net:\n
</span><span style="color:#323232;"> cap_add:\n
</span><span style="color:#323232;"> - NET_ADMIN\n
</span><span style="color:#323232;"> - SYS_MODULE\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;"> ports:\n
</span><span style="color:#323232;"> - 9117:9117 # Jackett\n
</span><span style="color:#323232;"> - 8084:8084\n
</span><span style="color:#323232;"> - 6881:6881\n
</span><span style="color:#323232;"> - 6881:6881/udp\n
</span><span style="color:#323232;"> - 8191:8191 # Flaresolverr\n
</span><span style="color:#323232;"> volumes:\n
</span><span style="color:#323232;"> - ./config/:/gluetun/wireguard/\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">networks:\n
</span><span style="color:#323232;"> pirate_net:\n
</span><span style="color:#323232;"> driver: bridge\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1704889436 {#1769
date: 2024-01-10 13:23:56.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@NotATurtle@lemmy.dbzer0.com"
]
+children: Doctrine\ORM\PersistentCollection {#1370 …}
+nested: Doctrine\ORM\PersistentCollection {#1375 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#1898 …}
+favourites: Doctrine\ORM\PersistentCollection {#1841 …}
+notifications: Doctrine\ORM\PersistentCollection {#2354 …}
-id: 295662
-bodyTs: "'/config':52,89,162 '/data':51 '/downloads':53,54,94 '/flaresolverr/flaresolverr:latest':121 '/gluetun/wireguard':163 '/linuxserver/jackett:latest':35 '/linuxserver/qbittorrent:4.5.5-r0-ls291':66 '/qbittorrent':93 '/qbittorrent/config':88 '1000':45,47,76,78 '2.1':29 '6881':154,155,156 '6881/udp':157 '8084':83,152,153 '8191':158,159 '9117':149,150 'a-plac':85,90 'adapt':23 'add':135 'admin':137 'bridg':168 'cap':134 'compos':4 'contain':36,67,103,128 'custom':144 'depend':59,99,122 'driver':167 'edit':14 'environ':43,74,110,140 'etc/utc':80 'europe/london':49 'file':5 'flaresolverr':102,105,160 'ghcr.io':120 'ghcr.io/flaresolverr/flaresolverr:latest':119 'gluetun':9,42,61,73,101,109,124,125,130 'imag':32,63,118,126 'info':113 'jackett':31,38,151 'level':112 'like':27 'log':111 'lscr.io':34,65 'lscr.io/linuxserver/jackett:latest':33 'lscr.io/linuxserver/qbittorrent:4.5.5-r0-ls291':64 'machin':20 'mode':40,71,107 'modul':139 'name':37,68,104,129 'net':133,136,166 'network':39,70,106,131,164 'person':19 'pgid':46,77 'pirat':132,165 'place':87,92 'port':82,148 'protonvpn':12 'provid':143 'puid':44,75 'qbittorr':62,69 'qmcgaw/gluetun':127 'remov':17 'restart':55,95,114 'servic':30,41,72,108,142 'setup':10 'stop':58,98,117 'stuff':21 'sys':138 'type':146 'tz':48,79 'unless':57,97,116 'unless-stop':56,96,115 'use':7 'version':28 'volum':24,50,84,161 'vpn':141,145 'webui':81 'wireguard':147"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6553202"
+editedAt: null
+createdAt: DateTimeImmutable @1704889436 {#1945
date: 2024-01-10 13:23:56.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
|