GET https://kbin.spritesserver.nl/index.php/u/@zerodawn@leaf.dance/active

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
1.41 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.08 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2350
  +user: Proxies\__CG__\App\Entity\User {#2292 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "pooling-media-libraries-like-distributed-storage"
  +title: "pooling media libraries - like distributed storage"
  +url: null
  +body: """
    I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
    \n
    Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712143889 {#2331
    date: 2024-04-03 13:31:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2193 …}
  +votes: Doctrine\ORM\PersistentCollection {#1998 …}
  +reports: Doctrine\ORM\PersistentCollection {#2001 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1997 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2000 …}
  +badges: Doctrine\ORM\PersistentCollection {#2007 …}
  +children: [
    App\Entity\EntryComment {#2345
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: null
      +root: null
      +body: "Likely not the solution you’re looking for but a buddy and i link a folder via syncthing and anything added to one side shows up on the other."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1711586508 {#2138
        date: 2024-03-28 01:41:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@suntzu@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2330 …}
      +nested: Doctrine\ORM\PersistentCollection {#2346 …}
      +votes: Doctrine\ORM\PersistentCollection {#2347 …}
      +reports: Doctrine\ORM\PersistentCollection {#2344 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
      -id: 278373
      -bodyTs: "'ad':21 'anyth':20 'buddi':11 'folder':16 'like':1 'link':14 'look':7 'one':23 're':6 'show':25 'side':24 'solut':4 'syncth':18 'via':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4978140"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704334312 {#2040
        date: 2024-01-04 03:11:52.0 +01:00
      }
      +"title": 278373
    }
  ]
  -id: 27035
  -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
  -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704404955
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11629213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704318555 {#2145
    date: 2024-01-03 22:49:15.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#2350
  +user: Proxies\__CG__\App\Entity\User {#2292 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "pooling-media-libraries-like-distributed-storage"
  +title: "pooling media libraries - like distributed storage"
  +url: null
  +body: """
    I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
    \n
    Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712143889 {#2331
    date: 2024-04-03 13:31:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2193 …}
  +votes: Doctrine\ORM\PersistentCollection {#1998 …}
  +reports: Doctrine\ORM\PersistentCollection {#2001 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1997 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2000 …}
  +badges: Doctrine\ORM\PersistentCollection {#2007 …}
  +children: [
    App\Entity\EntryComment {#2345
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: null
      +root: null
      +body: "Likely not the solution you’re looking for but a buddy and i link a folder via syncthing and anything added to one side shows up on the other."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1711586508 {#2138
        date: 2024-03-28 01:41:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@suntzu@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2330 …}
      +nested: Doctrine\ORM\PersistentCollection {#2346 …}
      +votes: Doctrine\ORM\PersistentCollection {#2347 …}
      +reports: Doctrine\ORM\PersistentCollection {#2344 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
      -id: 278373
      -bodyTs: "'ad':21 'anyth':20 'buddi':11 'folder':16 'like':1 'link':14 'look':7 'one':23 're':6 'show':25 'side':24 'solut':4 'syncth':18 'via':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4978140"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704334312 {#2040
        date: 2024-01-04 03:11:52.0 +01:00
      }
      +"title": 278373
    }
  ]
  -id: 27035
  -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
  -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704404955
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11629213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704318555 {#2145
    date: 2024-01-03 22:49:15.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#2350
  +user: Proxies\__CG__\App\Entity\User {#2292 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "pooling-media-libraries-like-distributed-storage"
  +title: "pooling media libraries - like distributed storage"
  +url: null
  +body: """
    I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
    \n
    Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 32
  +favouriteCount: 41
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1712143889 {#2331
    date: 2024-04-03 13:31:29.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2193 …}
  +votes: Doctrine\ORM\PersistentCollection {#1998 …}
  +reports: Doctrine\ORM\PersistentCollection {#2001 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1997 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2000 …}
  +badges: Doctrine\ORM\PersistentCollection {#2007 …}
  +children: [
    App\Entity\EntryComment {#2345
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2350 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: null
      +root: null
      +body: "Likely not the solution you’re looking for but a buddy and i link a folder via syncthing and anything added to one side shows up on the other."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1711586508 {#2138
        date: 2024-03-28 01:41:48.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@suntzu@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2330 …}
      +nested: Doctrine\ORM\PersistentCollection {#2346 …}
      +votes: Doctrine\ORM\PersistentCollection {#2347 …}
      +reports: Doctrine\ORM\PersistentCollection {#2344 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
      -id: 278373
      -bodyTs: "'ad':21 'anyth':20 'buddi':11 'folder':16 'like':1 'link':14 'look':7 'one':23 're':6 'show':25 'side':24 'solut':4 'syncth':18 'via':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4978140"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704334312 {#2040
        date: 2024-01-04 03:11:52.0 +01:00
      }
      +"title": 278373
    }
  ]
  -id: 27035
  -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
  -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704404955
  +visibility: "visible             "
  +apId: "https://lemmy.dbzer0.com/post/11629213"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704318555 {#2145
    date: 2024-01-03 22:49:15.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#2345
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2350
    +user: Proxies\__CG__\App\Entity\User {#2292 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "pooling-media-libraries-like-distributed-storage"
    +title: "pooling media libraries - like distributed storage"
    +url: null
    +body: """
      I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
      \n
      Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 32
    +favouriteCount: 41
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712143889 {#2331
      date: 2024-04-03 13:31:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2193 …}
    +votes: Doctrine\ORM\PersistentCollection {#1998 …}
    +reports: Doctrine\ORM\PersistentCollection {#2001 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1997 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2000 …}
    +badges: Doctrine\ORM\PersistentCollection {#2007 …}
    +children: [
      App\Entity\EntryComment {#2345}
    ]
    -id: 27035
    -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
    -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704404955
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11629213"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704318555 {#2145
      date: 2024-01-03 22:49:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: null
  +root: null
  +body: "Likely not the solution you’re looking for but a buddy and i link a folder via syncthing and anything added to one side shows up on the other."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1711586508 {#2138
    date: 2024-03-28 01:41:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@suntzu@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 278373
  -bodyTs: "'ad':21 'anyth':20 'buddi':11 'folder':16 'like':1 'link':14 'look':7 'one':23 're':6 'show':25 'side':24 'solut':4 'syncth':18 'via':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4978140"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704334312 {#2040
    date: 2024-01-04 03:11:52.0 +01:00
  }
  +"title": 278373
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#2345
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2350
    +user: Proxies\__CG__\App\Entity\User {#2292 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "pooling-media-libraries-like-distributed-storage"
    +title: "pooling media libraries - like distributed storage"
    +url: null
    +body: """
      I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
      \n
      Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 32
    +favouriteCount: 41
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712143889 {#2331
      date: 2024-04-03 13:31:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2193 …}
    +votes: Doctrine\ORM\PersistentCollection {#1998 …}
    +reports: Doctrine\ORM\PersistentCollection {#2001 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1997 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2000 …}
    +badges: Doctrine\ORM\PersistentCollection {#2007 …}
    +children: [
      App\Entity\EntryComment {#2345}
    ]
    -id: 27035
    -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
    -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704404955
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11629213"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704318555 {#2145
      date: 2024-01-03 22:49:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: null
  +root: null
  +body: "Likely not the solution you’re looking for but a buddy and i link a folder via syncthing and anything added to one side shows up on the other."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1711586508 {#2138
    date: 2024-03-28 01:41:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@suntzu@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 278373
  -bodyTs: "'ad':21 'anyth':20 'buddi':11 'folder':16 'like':1 'link':14 'look':7 'one':23 're':6 'show':25 'side':24 'solut':4 'syncth':18 'via':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4978140"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704334312 {#2040
    date: 2024-01-04 03:11:52.0 +01:00
  }
  +"title": 278373
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#2345
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2350
    +user: Proxies\__CG__\App\Entity\User {#2292 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "pooling-media-libraries-like-distributed-storage"
    +title: "pooling media libraries - like distributed storage"
    +url: null
    +body: """
      I run a full media server, as well do a few friends. Now we had the idea to share our media libraries. In a first quick attempt we, mounted each other’s library folder via an smb share and imported those in jellyfin (all servers connected by VPN) Works quite well, but is kind of cumbersome the more people get in. I had the following idea: distributed storage, not as in redundancy, but more like mergerfs. Each “node” allocates a certain amount of storage, say node A, B and C provide 1TB each, these get fused into a singe mount that shows up as 3TB volume. If one node goes offline, the volume will only be 2TB and all files on the offline node will of course be unavailable.\n
      \n
      Did a bit of research and found stuff like ceph,.glusterfs or seeweedfs, all of which I guess have a lot more functionality and thus are quite complicated and a little over my head. Do you do something like that or have any good ideas how to do that easily?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 32
    +favouriteCount: 41
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1712143889 {#2331
      date: 2024-04-03 13:31:29.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2193 …}
    +votes: Doctrine\ORM\PersistentCollection {#1998 …}
    +reports: Doctrine\ORM\PersistentCollection {#2001 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1997 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2000 …}
    +badges: Doctrine\ORM\PersistentCollection {#2007 …}
    +children: [
      App\Entity\EntryComment {#2345}
    ]
    -id: 27035
    -titleTs: "'distribut':5 'librari':3 'like':4 'media':2 'pool':1 'storag':6"
    -bodyTs: "'1tb':92 '2tb':117 '3tb':105 'alloc':79 'amount':82 'attempt':27 'b':88 'bit':132 'c':90 'ceph':139 'certain':81 'complic':157 'connect':46 'cours':127 'cumbersom':56 'distribut':67 'easili':179 'file':120 'first':25 'folder':34 'follow':65 'found':136 'friend':12 'full':4 'function':152 'fuse':96 'get':60,95 'glusterf':140 'goe':110 'good':173 'guess':147 'head':163 'idea':17,66,174 'import':40 'jellyfin':43 'kind':54 'librari':22,33 'like':75,138,168 'littl':160 'lot':150 'media':5,21 'mergerf':76 'mount':29,100 'node':78,86,109,124 'offlin':111,123 'one':108 'peopl':59 'provid':91 'quick':26 'quit':50,156 'redund':72 'research':134 'run':2 'say':85 'seeweedf':142 'server':6,45 'share':19,38 'show':102 'sing':99 'smb':37 'someth':167 'storag':68,84 'stuff':137 'thus':154 'unavail':129 'via':35 'volum':106,113 'vpn':48 'well':8,51 'work':49"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704404955
    +visibility: "visible             "
    +apId: "https://lemmy.dbzer0.com/post/11629213"
    +editedAt: null
    +createdAt: DateTimeImmutable @1704318555 {#2145
      date: 2024-01-03 22:49:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: null
  +root: null
  +body: "Likely not the solution you’re looking for but a buddy and i link a folder via syncthing and anything added to one side shows up on the other."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1711586508 {#2138
    date: 2024-03-28 01:41:48.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@suntzu@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2330 …}
  +nested: Doctrine\ORM\PersistentCollection {#2346 …}
  +votes: Doctrine\ORM\PersistentCollection {#2347 …}
  +reports: Doctrine\ORM\PersistentCollection {#2344 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2042 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 278373
  -bodyTs: "'ad':21 'anyth':20 'buddi':11 'folder':16 'like':1 'link':14 'look':7 'one':23 're':6 'show':25 'side':24 'solut':4 'syncth':18 'via':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4978140"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704334312 {#2040
    date: 2024-01-04 03:11:52.0 +01:00
  }
  +"title": 278373
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1361
  +user: Proxies\__CG__\App\Entity\User {#2163 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "NAS-Media-Server-Build-Recommendations"
  +title: "NAS/Media Server Build Recommendations"
  +url: null
  +body: """
    Hi everyone. I’m on the verge of building a new NAS/Media server, and wanted to check here to see if any of you could provide some recommendations based on my goals (below) or your current builds. I currently have a Raspberry Pi 4 running some basic services (Portainer, Home Assistant, Plex, sonarr/radarr/prowlarr, sabnzbd, etc.), but would like to expand my options and capabilities as my interests in the hobby grow.\n
    \n
    My goals:\n
    \n
    - Ability to have 4+ 1080p streams on Plex. Right now my Pi works surprisingly well at home with one 1080 stream, but basically shits its pants doing much more. Would like to give my parents and a friend or two access.\n
    - Document storage/backup. Interested in Nextcloud, but it seems people have mixed experiences here.\n
    - Photo storage/backup.\n
    - Hosting the services mentioned above, plus some extra headroom for others. I’ll probably move back to Home Assistant OS on my Pi, unless you think I should utilize it for something else.\n
    - OS - unRaid. Not opposed to others, but this does seem to be a great option with a lot of how-guides and videos available.\n
    - Storage/Drives - I honestly don’t know how much I want or need. As it stands, my partner and I probably have less than 1TB of files and photos between the two of us (being very generous with that figure). Would like to expand the media server capabilities as mentioned above.\n
    - Budget - $1000 max including drives.\n
    \n
    While the details above are what I would like to achieve with this, you can also consider me an empty canvas. Open to all ideas and suggestions. Let me know if there are other details I can provide that would be helpful. Lastly, thank you all for creating such a great community here.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711746261 {#1990
    date: 2024-03-29 22:04:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2220 …}
  +votes: Doctrine\ORM\PersistentCollection {#2015 …}
  +reports: Doctrine\ORM\PersistentCollection {#2008 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1987 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1983 …}
  +badges: Doctrine\ORM\PersistentCollection {#1979 …}
  +children: [
    1 => App\Entity\EntryComment {#2087
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1361 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
      +root: App\Entity\EntryComment {#1363
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1361 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: null
        +root: null
        +body: "To play off what others are saying i think a mini pc and a stand alone nas may be the better route for you. It may seem counter intuitive to break it out into two devices but doing so will allow room for growth. If you buy a creeper bare bones mini pc and put more of your budget towards a nas and storage you could expand the mini pc without messing with your nas. You could keep the pi in the mix for a backup if your main pc is down or offload some services to it to balance performance."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1709931401 {#1401
          date: 2024-03-08 21:56:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tinnitus@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 263103
        -bodyTs: "'allow':41 'alon':16 'backup':86 'balanc':100 'bare':50 'better':21 'bone':51 'break':31 'budget':59 'buy':47 'could':66,77 'counter':28 'creeper':49 'devic':36 'expand':67 'growth':44 'intuit':29 'keep':78 'main':89 'may':18,26 'mess':72 'mini':11,52,69 'mix':83 'nas':17,62,75 'offload':94 'other':5 'pc':12,53,70,90 'perform':101 'pi':80 'play':2 'put':55 'room':42 'rout':22 'say':7 'seem':27 'servic':96 'stand':15 'storag':64 'think':9 'toward':60 'two':35 'without':71"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817798"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884027 {#1404
          date: 2023-12-29 22:07:07.0 +01:00
        }
        +"title": 263103
      }
      +body: "Most of that will be budget based and long term goal oriented. Do you want a 4 bay nas with 10tb drives set up in raid 5 or do you think you’d want a two bay system with 5tb drives set up in mirror raid? Do you want to start cheap and get a second hand thinkcenter off ebay or do you want to buy a brand new NUC and put a 2tb M.2 and 16gb of ram in one slot so you can add the other 16gb later? Some nuc can take up to 64gb of ram and have two 2tb drives in them."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703949597 {#2088
        date: 2023-12-30 16:19:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tinnitus@lemmy.world"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2086 …}
      +nested: Doctrine\ORM\PersistentCollection {#2093 …}
      +votes: Doctrine\ORM\PersistentCollection {#2094 …}
      +reports: Doctrine\ORM\PersistentCollection {#2140 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
      -id: 264764
      -bodyTs: "'10tb':21 '16gb':77,89 '2tb':74,103 '4':17 '5':27 '5tb':40 '64gb':97 'add':86 'base':7 'bay':18,37 'brand':68 'budget':6 'buy':66 'cheap':52 'd':33 'drive':22,41,104 'ebay':60 'get':54 'goal':11 'hand':57 'later':90 'long':9 'm.2':75 'mirror':45 'nas':19 'new':69 'nuc':70,92 'one':81 'orient':12 'put':72 'raid':26,46 'ram':79,99 'second':56 'set':23,42 'slot':82 'start':51 'system':38 'take':94 'term':10 'think':31 'thinkcent':58 'two':36,102 'want':15,34,49,64"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4833795"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703949597 {#2095
        date: 2023-12-30 16:19:57.0 +01:00
      }
      +"title": 264764
    }
    0 => App\Entity\EntryComment {#1363}
  ]
  -id: 25632
  -titleTs: "'build':3 'nas/media':1 'recommend':4 'server':2"
  -bodyTs: "'1000':239 '1080':93 '1080p':78 '1tb':211 '4':44,77 'abil':74 'access':114 'achiev':253 'also':258 'assist':51,148 'avail':187 'back':145 'base':29 'basic':47,96 'budget':238 'build':9,37 'canva':263 'capabl':64,234 'check':17 'communiti':294 'consid':259 'could':25 'creat':290 'current':36,39 'detail':245,277 'document':115 'drive':242 'els':162 'empti':262 'etc':55 'everyon':2 'expand':60,230 'experi':126 'extra':137 'figur':226 'file':213 'friend':111 'generous':223 'give':106 'goal':32,73 'great':176,293 'grow':71 'guid':184 'headroom':138 'help':284 'hi':1 'hobbi':70 'home':50,90,147 'honest':190 'host':130 'how-guid':182 'idea':267 'includ':241 'interest':67,117 'know':193,272 'last':285 'less':209 'let':270 'like':58,104,228,251 'll':142 'lot':180 'm':4 'max':240 'media':232 'mention':133,236 'mix':125 'move':144 'much':101,195 'nas/media':12 'need':199 'new':11 'nextcloud':119 'one':92 'open':264 'oppos':166 'option':62,177 'os':149,163 'other':140,168 'pant':99 'parent':108 'partner':204 'peopl':123 'photo':128,215 'pi':43,85,152 'plex':52,81 'plus':135 'portain':49 'probabl':143,207 'provid':26,280 'raspberri':42 'recommend':28 'right':82 'run':45 'sabnzbd':54 'see':20 'seem':122,172 'server':13,233 'servic':48,132 'shit':97 'someth':161 'sonarr/radarr/prowlarr':53 'stand':202 'storage/backup':116,129 'storage/drives':188 'stream':79,94 'suggest':269 'surpris':87 'thank':286 'think':155 'two':113,218 'unless':153 'unraid':164 'us':220 'util':158 'verg':7 'video':186 'want':15,197 'well':88 'work':86 'would':57,103,227,250,282"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703949404
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10095899"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703863004 {#1996
    date: 2023-12-29 16:16:44.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1361
  +user: Proxies\__CG__\App\Entity\User {#2163 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "NAS-Media-Server-Build-Recommendations"
  +title: "NAS/Media Server Build Recommendations"
  +url: null
  +body: """
    Hi everyone. I’m on the verge of building a new NAS/Media server, and wanted to check here to see if any of you could provide some recommendations based on my goals (below) or your current builds. I currently have a Raspberry Pi 4 running some basic services (Portainer, Home Assistant, Plex, sonarr/radarr/prowlarr, sabnzbd, etc.), but would like to expand my options and capabilities as my interests in the hobby grow.\n
    \n
    My goals:\n
    \n
    - Ability to have 4+ 1080p streams on Plex. Right now my Pi works surprisingly well at home with one 1080 stream, but basically shits its pants doing much more. Would like to give my parents and a friend or two access.\n
    - Document storage/backup. Interested in Nextcloud, but it seems people have mixed experiences here.\n
    - Photo storage/backup.\n
    - Hosting the services mentioned above, plus some extra headroom for others. I’ll probably move back to Home Assistant OS on my Pi, unless you think I should utilize it for something else.\n
    - OS - unRaid. Not opposed to others, but this does seem to be a great option with a lot of how-guides and videos available.\n
    - Storage/Drives - I honestly don’t know how much I want or need. As it stands, my partner and I probably have less than 1TB of files and photos between the two of us (being very generous with that figure). Would like to expand the media server capabilities as mentioned above.\n
    - Budget - $1000 max including drives.\n
    \n
    While the details above are what I would like to achieve with this, you can also consider me an empty canvas. Open to all ideas and suggestions. Let me know if there are other details I can provide that would be helpful. Lastly, thank you all for creating such a great community here.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711746261 {#1990
    date: 2024-03-29 22:04:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2220 …}
  +votes: Doctrine\ORM\PersistentCollection {#2015 …}
  +reports: Doctrine\ORM\PersistentCollection {#2008 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1987 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1983 …}
  +badges: Doctrine\ORM\PersistentCollection {#1979 …}
  +children: [
    1 => App\Entity\EntryComment {#2087
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1361 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
      +root: App\Entity\EntryComment {#1363
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1361 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: null
        +root: null
        +body: "To play off what others are saying i think a mini pc and a stand alone nas may be the better route for you. It may seem counter intuitive to break it out into two devices but doing so will allow room for growth. If you buy a creeper bare bones mini pc and put more of your budget towards a nas and storage you could expand the mini pc without messing with your nas. You could keep the pi in the mix for a backup if your main pc is down or offload some services to it to balance performance."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1709931401 {#1401
          date: 2024-03-08 21:56:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tinnitus@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 263103
        -bodyTs: "'allow':41 'alon':16 'backup':86 'balanc':100 'bare':50 'better':21 'bone':51 'break':31 'budget':59 'buy':47 'could':66,77 'counter':28 'creeper':49 'devic':36 'expand':67 'growth':44 'intuit':29 'keep':78 'main':89 'may':18,26 'mess':72 'mini':11,52,69 'mix':83 'nas':17,62,75 'offload':94 'other':5 'pc':12,53,70,90 'perform':101 'pi':80 'play':2 'put':55 'room':42 'rout':22 'say':7 'seem':27 'servic':96 'stand':15 'storag':64 'think':9 'toward':60 'two':35 'without':71"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817798"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884027 {#1404
          date: 2023-12-29 22:07:07.0 +01:00
        }
        +"title": 263103
      }
      +body: "Most of that will be budget based and long term goal oriented. Do you want a 4 bay nas with 10tb drives set up in raid 5 or do you think you’d want a two bay system with 5tb drives set up in mirror raid? Do you want to start cheap and get a second hand thinkcenter off ebay or do you want to buy a brand new NUC and put a 2tb M.2 and 16gb of ram in one slot so you can add the other 16gb later? Some nuc can take up to 64gb of ram and have two 2tb drives in them."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703949597 {#2088
        date: 2023-12-30 16:19:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tinnitus@lemmy.world"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2086 …}
      +nested: Doctrine\ORM\PersistentCollection {#2093 …}
      +votes: Doctrine\ORM\PersistentCollection {#2094 …}
      +reports: Doctrine\ORM\PersistentCollection {#2140 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
      -id: 264764
      -bodyTs: "'10tb':21 '16gb':77,89 '2tb':74,103 '4':17 '5':27 '5tb':40 '64gb':97 'add':86 'base':7 'bay':18,37 'brand':68 'budget':6 'buy':66 'cheap':52 'd':33 'drive':22,41,104 'ebay':60 'get':54 'goal':11 'hand':57 'later':90 'long':9 'm.2':75 'mirror':45 'nas':19 'new':69 'nuc':70,92 'one':81 'orient':12 'put':72 'raid':26,46 'ram':79,99 'second':56 'set':23,42 'slot':82 'start':51 'system':38 'take':94 'term':10 'think':31 'thinkcent':58 'two':36,102 'want':15,34,49,64"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4833795"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703949597 {#2095
        date: 2023-12-30 16:19:57.0 +01:00
      }
      +"title": 264764
    }
    0 => App\Entity\EntryComment {#1363}
  ]
  -id: 25632
  -titleTs: "'build':3 'nas/media':1 'recommend':4 'server':2"
  -bodyTs: "'1000':239 '1080':93 '1080p':78 '1tb':211 '4':44,77 'abil':74 'access':114 'achiev':253 'also':258 'assist':51,148 'avail':187 'back':145 'base':29 'basic':47,96 'budget':238 'build':9,37 'canva':263 'capabl':64,234 'check':17 'communiti':294 'consid':259 'could':25 'creat':290 'current':36,39 'detail':245,277 'document':115 'drive':242 'els':162 'empti':262 'etc':55 'everyon':2 'expand':60,230 'experi':126 'extra':137 'figur':226 'file':213 'friend':111 'generous':223 'give':106 'goal':32,73 'great':176,293 'grow':71 'guid':184 'headroom':138 'help':284 'hi':1 'hobbi':70 'home':50,90,147 'honest':190 'host':130 'how-guid':182 'idea':267 'includ':241 'interest':67,117 'know':193,272 'last':285 'less':209 'let':270 'like':58,104,228,251 'll':142 'lot':180 'm':4 'max':240 'media':232 'mention':133,236 'mix':125 'move':144 'much':101,195 'nas/media':12 'need':199 'new':11 'nextcloud':119 'one':92 'open':264 'oppos':166 'option':62,177 'os':149,163 'other':140,168 'pant':99 'parent':108 'partner':204 'peopl':123 'photo':128,215 'pi':43,85,152 'plex':52,81 'plus':135 'portain':49 'probabl':143,207 'provid':26,280 'raspberri':42 'recommend':28 'right':82 'run':45 'sabnzbd':54 'see':20 'seem':122,172 'server':13,233 'servic':48,132 'shit':97 'someth':161 'sonarr/radarr/prowlarr':53 'stand':202 'storage/backup':116,129 'storage/drives':188 'stream':79,94 'suggest':269 'surpris':87 'thank':286 'think':155 'two':113,218 'unless':153 'unraid':164 'us':220 'util':158 'verg':7 'video':186 'want':15,197 'well':88 'work':86 'would':57,103,227,250,282"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703949404
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10095899"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703863004 {#1996
    date: 2023-12-29 16:16:44.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1361
  +user: Proxies\__CG__\App\Entity\User {#2163 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "NAS-Media-Server-Build-Recommendations"
  +title: "NAS/Media Server Build Recommendations"
  +url: null
  +body: """
    Hi everyone. I’m on the verge of building a new NAS/Media server, and wanted to check here to see if any of you could provide some recommendations based on my goals (below) or your current builds. I currently have a Raspberry Pi 4 running some basic services (Portainer, Home Assistant, Plex, sonarr/radarr/prowlarr, sabnzbd, etc.), but would like to expand my options and capabilities as my interests in the hobby grow.\n
    \n
    My goals:\n
    \n
    - Ability to have 4+ 1080p streams on Plex. Right now my Pi works surprisingly well at home with one 1080 stream, but basically shits its pants doing much more. Would like to give my parents and a friend or two access.\n
    - Document storage/backup. Interested in Nextcloud, but it seems people have mixed experiences here.\n
    - Photo storage/backup.\n
    - Hosting the services mentioned above, plus some extra headroom for others. I’ll probably move back to Home Assistant OS on my Pi, unless you think I should utilize it for something else.\n
    - OS - unRaid. Not opposed to others, but this does seem to be a great option with a lot of how-guides and videos available.\n
    - Storage/Drives - I honestly don’t know how much I want or need. As it stands, my partner and I probably have less than 1TB of files and photos between the two of us (being very generous with that figure). Would like to expand the media server capabilities as mentioned above.\n
    - Budget - $1000 max including drives.\n
    \n
    While the details above are what I would like to achieve with this, you can also consider me an empty canvas. Open to all ideas and suggestions. Let me know if there are other details I can provide that would be helpful. Lastly, thank you all for creating such a great community here.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 31
  +favouriteCount: 46
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711746261 {#1990
    date: 2024-03-29 22:04:21.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2220 …}
  +votes: Doctrine\ORM\PersistentCollection {#2015 …}
  +reports: Doctrine\ORM\PersistentCollection {#2008 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1987 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1983 …}
  +badges: Doctrine\ORM\PersistentCollection {#1979 …}
  +children: [
    1 => App\Entity\EntryComment {#2087
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1361 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
      +root: App\Entity\EntryComment {#1363
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1361 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: null
        +root: null
        +body: "To play off what others are saying i think a mini pc and a stand alone nas may be the better route for you. It may seem counter intuitive to break it out into two devices but doing so will allow room for growth. If you buy a creeper bare bones mini pc and put more of your budget towards a nas and storage you could expand the mini pc without messing with your nas. You could keep the pi in the mix for a backup if your main pc is down or offload some services to it to balance performance."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1709931401 {#1401
          date: 2024-03-08 21:56:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tinnitus@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 263103
        -bodyTs: "'allow':41 'alon':16 'backup':86 'balanc':100 'bare':50 'better':21 'bone':51 'break':31 'budget':59 'buy':47 'could':66,77 'counter':28 'creeper':49 'devic':36 'expand':67 'growth':44 'intuit':29 'keep':78 'main':89 'may':18,26 'mess':72 'mini':11,52,69 'mix':83 'nas':17,62,75 'offload':94 'other':5 'pc':12,53,70,90 'perform':101 'pi':80 'play':2 'put':55 'room':42 'rout':22 'say':7 'seem':27 'servic':96 'stand':15 'storag':64 'think':9 'toward':60 'two':35 'without':71"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817798"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884027 {#1404
          date: 2023-12-29 22:07:07.0 +01:00
        }
        +"title": 263103
      }
      +body: "Most of that will be budget based and long term goal oriented. Do you want a 4 bay nas with 10tb drives set up in raid 5 or do you think you’d want a two bay system with 5tb drives set up in mirror raid? Do you want to start cheap and get a second hand thinkcenter off ebay or do you want to buy a brand new NUC and put a 2tb M.2 and 16gb of ram in one slot so you can add the other 16gb later? Some nuc can take up to 64gb of ram and have two 2tb drives in them."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703949597 {#2088
        date: 2023-12-30 16:19:57.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Tinnitus@lemmy.world"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2086 …}
      +nested: Doctrine\ORM\PersistentCollection {#2093 …}
      +votes: Doctrine\ORM\PersistentCollection {#2094 …}
      +reports: Doctrine\ORM\PersistentCollection {#2140 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
      -id: 264764
      -bodyTs: "'10tb':21 '16gb':77,89 '2tb':74,103 '4':17 '5':27 '5tb':40 '64gb':97 'add':86 'base':7 'bay':18,37 'brand':68 'budget':6 'buy':66 'cheap':52 'd':33 'drive':22,41,104 'ebay':60 'get':54 'goal':11 'hand':57 'later':90 'long':9 'm.2':75 'mirror':45 'nas':19 'new':69 'nuc':70,92 'one':81 'orient':12 'put':72 'raid':26,46 'ram':79,99 'second':56 'set':23,42 'slot':82 'start':51 'system':38 'take':94 'term':10 'think':31 'thinkcent':58 'two':36,102 'want':15,34,49,64"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4833795"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703949597 {#2095
        date: 2023-12-30 16:19:57.0 +01:00
      }
      +"title": 264764
    }
    0 => App\Entity\EntryComment {#1363}
  ]
  -id: 25632
  -titleTs: "'build':3 'nas/media':1 'recommend':4 'server':2"
  -bodyTs: "'1000':239 '1080':93 '1080p':78 '1tb':211 '4':44,77 'abil':74 'access':114 'achiev':253 'also':258 'assist':51,148 'avail':187 'back':145 'base':29 'basic':47,96 'budget':238 'build':9,37 'canva':263 'capabl':64,234 'check':17 'communiti':294 'consid':259 'could':25 'creat':290 'current':36,39 'detail':245,277 'document':115 'drive':242 'els':162 'empti':262 'etc':55 'everyon':2 'expand':60,230 'experi':126 'extra':137 'figur':226 'file':213 'friend':111 'generous':223 'give':106 'goal':32,73 'great':176,293 'grow':71 'guid':184 'headroom':138 'help':284 'hi':1 'hobbi':70 'home':50,90,147 'honest':190 'host':130 'how-guid':182 'idea':267 'includ':241 'interest':67,117 'know':193,272 'last':285 'less':209 'let':270 'like':58,104,228,251 'll':142 'lot':180 'm':4 'max':240 'media':232 'mention':133,236 'mix':125 'move':144 'much':101,195 'nas/media':12 'need':199 'new':11 'nextcloud':119 'one':92 'open':264 'oppos':166 'option':62,177 'os':149,163 'other':140,168 'pant':99 'parent':108 'partner':204 'peopl':123 'photo':128,215 'pi':43,85,152 'plex':52,81 'plus':135 'portain':49 'probabl':143,207 'provid':26,280 'raspberri':42 'recommend':28 'right':82 'run':45 'sabnzbd':54 'see':20 'seem':122,172 'server':13,233 'servic':48,132 'shit':97 'someth':161 'sonarr/radarr/prowlarr':53 'stand':202 'storage/backup':116,129 'storage/drives':188 'stream':79,94 'suggest':269 'surpris':87 'thank':286 'think':155 'two':113,218 'unless':153 'unraid':164 'us':220 'util':158 'verg':7 'video':186 'want':15,197 'well':88 'work':86 'would':57,103,227,250,282"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703949404
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10095899"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703863004 {#1996
    date: 2023-12-29 16:16:44.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\EntryComment {#2087
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1361
    +user: Proxies\__CG__\App\Entity\User {#2163 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "NAS-Media-Server-Build-Recommendations"
    +title: "NAS/Media Server Build Recommendations"
    +url: null
    +body: """
      Hi everyone. I’m on the verge of building a new NAS/Media server, and wanted to check here to see if any of you could provide some recommendations based on my goals (below) or your current builds. I currently have a Raspberry Pi 4 running some basic services (Portainer, Home Assistant, Plex, sonarr/radarr/prowlarr, sabnzbd, etc.), but would like to expand my options and capabilities as my interests in the hobby grow.\n
      \n
      My goals:\n
      \n
      - Ability to have 4+ 1080p streams on Plex. Right now my Pi works surprisingly well at home with one 1080 stream, but basically shits its pants doing much more. Would like to give my parents and a friend or two access.\n
      - Document storage/backup. Interested in Nextcloud, but it seems people have mixed experiences here.\n
      - Photo storage/backup.\n
      - Hosting the services mentioned above, plus some extra headroom for others. I’ll probably move back to Home Assistant OS on my Pi, unless you think I should utilize it for something else.\n
      - OS - unRaid. Not opposed to others, but this does seem to be a great option with a lot of how-guides and videos available.\n
      - Storage/Drives - I honestly don’t know how much I want or need. As it stands, my partner and I probably have less than 1TB of files and photos between the two of us (being very generous with that figure). Would like to expand the media server capabilities as mentioned above.\n
      - Budget - $1000 max including drives.\n
      \n
      While the details above are what I would like to achieve with this, you can also consider me an empty canvas. Open to all ideas and suggestions. Let me know if there are other details I can provide that would be helpful. Lastly, thank you all for creating such a great community here.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 46
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711746261 {#1990
      date: 2024-03-29 22:04:21.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2220 …}
    +votes: Doctrine\ORM\PersistentCollection {#2015 …}
    +reports: Doctrine\ORM\PersistentCollection {#2008 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1983 …}
    +badges: Doctrine\ORM\PersistentCollection {#1979 …}
    +children: [
      1 => App\Entity\EntryComment {#2087}
      0 => App\Entity\EntryComment {#1363
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1361 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: null
        +root: null
        +body: "To play off what others are saying i think a mini pc and a stand alone nas may be the better route for you. It may seem counter intuitive to break it out into two devices but doing so will allow room for growth. If you buy a creeper bare bones mini pc and put more of your budget towards a nas and storage you could expand the mini pc without messing with your nas. You could keep the pi in the mix for a backup if your main pc is down or offload some services to it to balance performance."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1709931401 {#1401
          date: 2024-03-08 21:56:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tinnitus@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 263103
        -bodyTs: "'allow':41 'alon':16 'backup':86 'balanc':100 'bare':50 'better':21 'bone':51 'break':31 'budget':59 'buy':47 'could':66,77 'counter':28 'creeper':49 'devic':36 'expand':67 'growth':44 'intuit':29 'keep':78 'main':89 'may':18,26 'mess':72 'mini':11,52,69 'mix':83 'nas':17,62,75 'offload':94 'other':5 'pc':12,53,70,90 'perform':101 'pi':80 'play':2 'put':55 'room':42 'rout':22 'say':7 'seem':27 'servic':96 'stand':15 'storag':64 'think':9 'toward':60 'two':35 'without':71"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817798"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884027 {#1404
          date: 2023-12-29 22:07:07.0 +01:00
        }
        +"title": 263103
      }
    ]
    -id: 25632
    -titleTs: "'build':3 'nas/media':1 'recommend':4 'server':2"
    -bodyTs: "'1000':239 '1080':93 '1080p':78 '1tb':211 '4':44,77 'abil':74 'access':114 'achiev':253 'also':258 'assist':51,148 'avail':187 'back':145 'base':29 'basic':47,96 'budget':238 'build':9,37 'canva':263 'capabl':64,234 'check':17 'communiti':294 'consid':259 'could':25 'creat':290 'current':36,39 'detail':245,277 'document':115 'drive':242 'els':162 'empti':262 'etc':55 'everyon':2 'expand':60,230 'experi':126 'extra':137 'figur':226 'file':213 'friend':111 'generous':223 'give':106 'goal':32,73 'great':176,293 'grow':71 'guid':184 'headroom':138 'help':284 'hi':1 'hobbi':70 'home':50,90,147 'honest':190 'host':130 'how-guid':182 'idea':267 'includ':241 'interest':67,117 'know':193,272 'last':285 'less':209 'let':270 'like':58,104,228,251 'll':142 'lot':180 'm':4 'max':240 'media':232 'mention':133,236 'mix':125 'move':144 'much':101,195 'nas/media':12 'need':199 'new':11 'nextcloud':119 'one':92 'open':264 'oppos':166 'option':62,177 'os':149,163 'other':140,168 'pant':99 'parent':108 'partner':204 'peopl':123 'photo':128,215 'pi':43,85,152 'plex':52,81 'plus':135 'portain':49 'probabl':143,207 'provid':26,280 'raspberri':42 'recommend':28 'right':82 'run':45 'sabnzbd':54 'see':20 'seem':122,172 'server':13,233 'servic':48,132 'shit':97 'someth':161 'sonarr/radarr/prowlarr':53 'stand':202 'storage/backup':116,129 'storage/drives':188 'stream':79,94 'suggest':269 'surpris':87 'thank':286 'think':155 'two':113,218 'unless':153 'unraid':164 'us':220 'util':158 'verg':7 'video':186 'want':15,197 'well':88 'work':86 'would':57,103,227,250,282"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703949404
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10095899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703863004 {#1996
      date: 2023-12-29 16:16:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
  +root: App\Entity\EntryComment {#1363}
  +body: "Most of that will be budget based and long term goal oriented. Do you want a 4 bay nas with 10tb drives set up in raid 5 or do you think you’d want a two bay system with 5tb drives set up in mirror raid? Do you want to start cheap and get a second hand thinkcenter off ebay or do you want to buy a brand new NUC and put a 2tb M.2 and 16gb of ram in one slot so you can add the other 16gb later? Some nuc can take up to 64gb of ram and have two 2tb drives in them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703949597 {#2088
    date: 2023-12-30 16:19:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tinnitus@lemmy.world"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2086 …}
  +nested: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2094 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
  -id: 264764
  -bodyTs: "'10tb':21 '16gb':77,89 '2tb':74,103 '4':17 '5':27 '5tb':40 '64gb':97 'add':86 'base':7 'bay':18,37 'brand':68 'budget':6 'buy':66 'cheap':52 'd':33 'drive':22,41,104 'ebay':60 'get':54 'goal':11 'hand':57 'later':90 'long':9 'm.2':75 'mirror':45 'nas':19 'new':69 'nuc':70,92 'one':81 'orient':12 'put':72 'raid':26,46 'ram':79,99 'second':56 'set':23,42 'slot':82 'start':51 'system':38 'take':94 'term':10 'think':31 'thinkcent':58 'two':36,102 'want':15,34,49,64"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4833795"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703949597 {#2095
    date: 2023-12-30 16:19:57.0 +01:00
  }
  +"title": 264764
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\EntryComment {#2087
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1361
    +user: Proxies\__CG__\App\Entity\User {#2163 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "NAS-Media-Server-Build-Recommendations"
    +title: "NAS/Media Server Build Recommendations"
    +url: null
    +body: """
      Hi everyone. I’m on the verge of building a new NAS/Media server, and wanted to check here to see if any of you could provide some recommendations based on my goals (below) or your current builds. I currently have a Raspberry Pi 4 running some basic services (Portainer, Home Assistant, Plex, sonarr/radarr/prowlarr, sabnzbd, etc.), but would like to expand my options and capabilities as my interests in the hobby grow.\n
      \n
      My goals:\n
      \n
      - Ability to have 4+ 1080p streams on Plex. Right now my Pi works surprisingly well at home with one 1080 stream, but basically shits its pants doing much more. Would like to give my parents and a friend or two access.\n
      - Document storage/backup. Interested in Nextcloud, but it seems people have mixed experiences here.\n
      - Photo storage/backup.\n
      - Hosting the services mentioned above, plus some extra headroom for others. I’ll probably move back to Home Assistant OS on my Pi, unless you think I should utilize it for something else.\n
      - OS - unRaid. Not opposed to others, but this does seem to be a great option with a lot of how-guides and videos available.\n
      - Storage/Drives - I honestly don’t know how much I want or need. As it stands, my partner and I probably have less than 1TB of files and photos between the two of us (being very generous with that figure). Would like to expand the media server capabilities as mentioned above.\n
      - Budget - $1000 max including drives.\n
      \n
      While the details above are what I would like to achieve with this, you can also consider me an empty canvas. Open to all ideas and suggestions. Let me know if there are other details I can provide that would be helpful. Lastly, thank you all for creating such a great community here.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 46
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711746261 {#1990
      date: 2024-03-29 22:04:21.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2220 …}
    +votes: Doctrine\ORM\PersistentCollection {#2015 …}
    +reports: Doctrine\ORM\PersistentCollection {#2008 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1983 …}
    +badges: Doctrine\ORM\PersistentCollection {#1979 …}
    +children: [
      1 => App\Entity\EntryComment {#2087}
      0 => App\Entity\EntryComment {#1363
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1361 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: null
        +root: null
        +body: "To play off what others are saying i think a mini pc and a stand alone nas may be the better route for you. It may seem counter intuitive to break it out into two devices but doing so will allow room for growth. If you buy a creeper bare bones mini pc and put more of your budget towards a nas and storage you could expand the mini pc without messing with your nas. You could keep the pi in the mix for a backup if your main pc is down or offload some services to it to balance performance."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1709931401 {#1401
          date: 2024-03-08 21:56:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tinnitus@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 263103
        -bodyTs: "'allow':41 'alon':16 'backup':86 'balanc':100 'bare':50 'better':21 'bone':51 'break':31 'budget':59 'buy':47 'could':66,77 'counter':28 'creeper':49 'devic':36 'expand':67 'growth':44 'intuit':29 'keep':78 'main':89 'may':18,26 'mess':72 'mini':11,52,69 'mix':83 'nas':17,62,75 'offload':94 'other':5 'pc':12,53,70,90 'perform':101 'pi':80 'play':2 'put':55 'room':42 'rout':22 'say':7 'seem':27 'servic':96 'stand':15 'storag':64 'think':9 'toward':60 'two':35 'without':71"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817798"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884027 {#1404
          date: 2023-12-29 22:07:07.0 +01:00
        }
        +"title": 263103
      }
    ]
    -id: 25632
    -titleTs: "'build':3 'nas/media':1 'recommend':4 'server':2"
    -bodyTs: "'1000':239 '1080':93 '1080p':78 '1tb':211 '4':44,77 'abil':74 'access':114 'achiev':253 'also':258 'assist':51,148 'avail':187 'back':145 'base':29 'basic':47,96 'budget':238 'build':9,37 'canva':263 'capabl':64,234 'check':17 'communiti':294 'consid':259 'could':25 'creat':290 'current':36,39 'detail':245,277 'document':115 'drive':242 'els':162 'empti':262 'etc':55 'everyon':2 'expand':60,230 'experi':126 'extra':137 'figur':226 'file':213 'friend':111 'generous':223 'give':106 'goal':32,73 'great':176,293 'grow':71 'guid':184 'headroom':138 'help':284 'hi':1 'hobbi':70 'home':50,90,147 'honest':190 'host':130 'how-guid':182 'idea':267 'includ':241 'interest':67,117 'know':193,272 'last':285 'less':209 'let':270 'like':58,104,228,251 'll':142 'lot':180 'm':4 'max':240 'media':232 'mention':133,236 'mix':125 'move':144 'much':101,195 'nas/media':12 'need':199 'new':11 'nextcloud':119 'one':92 'open':264 'oppos':166 'option':62,177 'os':149,163 'other':140,168 'pant':99 'parent':108 'partner':204 'peopl':123 'photo':128,215 'pi':43,85,152 'plex':52,81 'plus':135 'portain':49 'probabl':143,207 'provid':26,280 'raspberri':42 'recommend':28 'right':82 'run':45 'sabnzbd':54 'see':20 'seem':122,172 'server':13,233 'servic':48,132 'shit':97 'someth':161 'sonarr/radarr/prowlarr':53 'stand':202 'storage/backup':116,129 'storage/drives':188 'stream':79,94 'suggest':269 'surpris':87 'thank':286 'think':155 'two':113,218 'unless':153 'unraid':164 'us':220 'util':158 'verg':7 'video':186 'want':15,197 'well':88 'work':86 'would':57,103,227,250,282"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703949404
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10095899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703863004 {#1996
      date: 2023-12-29 16:16:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
  +root: App\Entity\EntryComment {#1363}
  +body: "Most of that will be budget based and long term goal oriented. Do you want a 4 bay nas with 10tb drives set up in raid 5 or do you think you’d want a two bay system with 5tb drives set up in mirror raid? Do you want to start cheap and get a second hand thinkcenter off ebay or do you want to buy a brand new NUC and put a 2tb M.2 and 16gb of ram in one slot so you can add the other 16gb later? Some nuc can take up to 64gb of ram and have two 2tb drives in them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703949597 {#2088
    date: 2023-12-30 16:19:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tinnitus@lemmy.world"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2086 …}
  +nested: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2094 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
  -id: 264764
  -bodyTs: "'10tb':21 '16gb':77,89 '2tb':74,103 '4':17 '5':27 '5tb':40 '64gb':97 'add':86 'base':7 'bay':18,37 'brand':68 'budget':6 'buy':66 'cheap':52 'd':33 'drive':22,41,104 'ebay':60 'get':54 'goal':11 'hand':57 'later':90 'long':9 'm.2':75 'mirror':45 'nas':19 'new':69 'nuc':70,92 'one':81 'orient':12 'put':72 'raid':26,46 'ram':79,99 'second':56 'set':23,42 'slot':82 'start':51 'system':38 'take':94 'term':10 'think':31 'thinkcent':58 'two':36,102 'want':15,34,49,64"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4833795"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703949597 {#2095
    date: 2023-12-30 16:19:57.0 +01:00
  }
  +"title": 264764
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\EntryComment {#2087
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1361
    +user: Proxies\__CG__\App\Entity\User {#2163 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "NAS-Media-Server-Build-Recommendations"
    +title: "NAS/Media Server Build Recommendations"
    +url: null
    +body: """
      Hi everyone. I’m on the verge of building a new NAS/Media server, and wanted to check here to see if any of you could provide some recommendations based on my goals (below) or your current builds. I currently have a Raspberry Pi 4 running some basic services (Portainer, Home Assistant, Plex, sonarr/radarr/prowlarr, sabnzbd, etc.), but would like to expand my options and capabilities as my interests in the hobby grow.\n
      \n
      My goals:\n
      \n
      - Ability to have 4+ 1080p streams on Plex. Right now my Pi works surprisingly well at home with one 1080 stream, but basically shits its pants doing much more. Would like to give my parents and a friend or two access.\n
      - Document storage/backup. Interested in Nextcloud, but it seems people have mixed experiences here.\n
      - Photo storage/backup.\n
      - Hosting the services mentioned above, plus some extra headroom for others. I’ll probably move back to Home Assistant OS on my Pi, unless you think I should utilize it for something else.\n
      - OS - unRaid. Not opposed to others, but this does seem to be a great option with a lot of how-guides and videos available.\n
      - Storage/Drives - I honestly don’t know how much I want or need. As it stands, my partner and I probably have less than 1TB of files and photos between the two of us (being very generous with that figure). Would like to expand the media server capabilities as mentioned above.\n
      - Budget - $1000 max including drives.\n
      \n
      While the details above are what I would like to achieve with this, you can also consider me an empty canvas. Open to all ideas and suggestions. Let me know if there are other details I can provide that would be helpful. Lastly, thank you all for creating such a great community here.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 46
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711746261 {#1990
      date: 2024-03-29 22:04:21.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2220 …}
    +votes: Doctrine\ORM\PersistentCollection {#2015 …}
    +reports: Doctrine\ORM\PersistentCollection {#2008 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1983 …}
    +badges: Doctrine\ORM\PersistentCollection {#1979 …}
    +children: [
      1 => App\Entity\EntryComment {#2087}
      0 => App\Entity\EntryComment {#1363
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1361 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: null
        +root: null
        +body: "To play off what others are saying i think a mini pc and a stand alone nas may be the better route for you. It may seem counter intuitive to break it out into two devices but doing so will allow room for growth. If you buy a creeper bare bones mini pc and put more of your budget towards a nas and storage you could expand the mini pc without messing with your nas. You could keep the pi in the mix for a backup if your main pc is down or offload some services to it to balance performance."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 7
        +score: 0
        +lastActive: DateTime @1709931401 {#1401
          date: 2024-03-08 21:56:41.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tinnitus@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1362 …}
        +nested: Doctrine\ORM\PersistentCollection {#2019 …}
        +votes: Doctrine\ORM\PersistentCollection {#2030 …}
        +reports: Doctrine\ORM\PersistentCollection {#2026 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
        -id: 263103
        -bodyTs: "'allow':41 'alon':16 'backup':86 'balanc':100 'bare':50 'better':21 'bone':51 'break':31 'budget':59 'buy':47 'could':66,77 'counter':28 'creeper':49 'devic':36 'expand':67 'growth':44 'intuit':29 'keep':78 'main':89 'may':18,26 'mess':72 'mini':11,52,69 'mix':83 'nas':17,62,75 'offload':94 'other':5 'pc':12,53,70,90 'perform':101 'pi':80 'play':2 'put':55 'room':42 'rout':22 'say':7 'seem':27 'servic':96 'stand':15 'storag':64 'think':9 'toward':60 'two':35 'without':71"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817798"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884027 {#1404
          date: 2023-12-29 22:07:07.0 +01:00
        }
        +"title": 263103
      }
    ]
    -id: 25632
    -titleTs: "'build':3 'nas/media':1 'recommend':4 'server':2"
    -bodyTs: "'1000':239 '1080':93 '1080p':78 '1tb':211 '4':44,77 'abil':74 'access':114 'achiev':253 'also':258 'assist':51,148 'avail':187 'back':145 'base':29 'basic':47,96 'budget':238 'build':9,37 'canva':263 'capabl':64,234 'check':17 'communiti':294 'consid':259 'could':25 'creat':290 'current':36,39 'detail':245,277 'document':115 'drive':242 'els':162 'empti':262 'etc':55 'everyon':2 'expand':60,230 'experi':126 'extra':137 'figur':226 'file':213 'friend':111 'generous':223 'give':106 'goal':32,73 'great':176,293 'grow':71 'guid':184 'headroom':138 'help':284 'hi':1 'hobbi':70 'home':50,90,147 'honest':190 'host':130 'how-guid':182 'idea':267 'includ':241 'interest':67,117 'know':193,272 'last':285 'less':209 'let':270 'like':58,104,228,251 'll':142 'lot':180 'm':4 'max':240 'media':232 'mention':133,236 'mix':125 'move':144 'much':101,195 'nas/media':12 'need':199 'new':11 'nextcloud':119 'one':92 'open':264 'oppos':166 'option':62,177 'os':149,163 'other':140,168 'pant':99 'parent':108 'partner':204 'peopl':123 'photo':128,215 'pi':43,85,152 'plex':52,81 'plus':135 'portain':49 'probabl':143,207 'provid':26,280 'raspberri':42 'recommend':28 'right':82 'run':45 'sabnzbd':54 'see':20 'seem':122,172 'server':13,233 'servic':48,132 'shit':97 'someth':161 'sonarr/radarr/prowlarr':53 'stand':202 'storage/backup':116,129 'storage/drives':188 'stream':79,94 'suggest':269 'surpris':87 'thank':286 'think':155 'two':113,218 'unless':153 'unraid':164 'us':220 'util':158 'verg':7 'video':186 'want':15,197 'well':88 'work':86 'would':57,103,227,250,282"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703949404
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10095899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703863004 {#1996
      date: 2023-12-29 16:16:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
  +root: App\Entity\EntryComment {#1363}
  +body: "Most of that will be budget based and long term goal oriented. Do you want a 4 bay nas with 10tb drives set up in raid 5 or do you think you’d want a two bay system with 5tb drives set up in mirror raid? Do you want to start cheap and get a second hand thinkcenter off ebay or do you want to buy a brand new NUC and put a 2tb M.2 and 16gb of ram in one slot so you can add the other 16gb later? Some nuc can take up to 64gb of ram and have two 2tb drives in them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703949597 {#2088
    date: 2023-12-30 16:19:57.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tinnitus@lemmy.world"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2086 …}
  +nested: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2094 …}
  +reports: Doctrine\ORM\PersistentCollection {#2140 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
  -id: 264764
  -bodyTs: "'10tb':21 '16gb':77,89 '2tb':74,103 '4':17 '5':27 '5tb':40 '64gb':97 'add':86 'base':7 'bay':18,37 'brand':68 'budget':6 'buy':66 'cheap':52 'd':33 'drive':22,41,104 'ebay':60 'get':54 'goal':11 'hand':57 'later':90 'long':9 'm.2':75 'mirror':45 'nas':19 'new':69 'nuc':70,92 'one':81 'orient':12 'put':72 'raid':26,46 'ram':79,99 'second':56 'set':23,42 'slot':82 'start':51 'system':38 'take':94 'term':10 'think':31 'thinkcent':58 'two':36,102 'want':15,34,49,64"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4833795"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703949597 {#2095
    date: 2023-12-30 16:19:57.0 +01:00
  }
  +"title": 264764
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\EntryComment {#1363
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1361
    +user: Proxies\__CG__\App\Entity\User {#2163 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "NAS-Media-Server-Build-Recommendations"
    +title: "NAS/Media Server Build Recommendations"
    +url: null
    +body: """
      Hi everyone. I’m on the verge of building a new NAS/Media server, and wanted to check here to see if any of you could provide some recommendations based on my goals (below) or your current builds. I currently have a Raspberry Pi 4 running some basic services (Portainer, Home Assistant, Plex, sonarr/radarr/prowlarr, sabnzbd, etc.), but would like to expand my options and capabilities as my interests in the hobby grow.\n
      \n
      My goals:\n
      \n
      - Ability to have 4+ 1080p streams on Plex. Right now my Pi works surprisingly well at home with one 1080 stream, but basically shits its pants doing much more. Would like to give my parents and a friend or two access.\n
      - Document storage/backup. Interested in Nextcloud, but it seems people have mixed experiences here.\n
      - Photo storage/backup.\n
      - Hosting the services mentioned above, plus some extra headroom for others. I’ll probably move back to Home Assistant OS on my Pi, unless you think I should utilize it for something else.\n
      - OS - unRaid. Not opposed to others, but this does seem to be a great option with a lot of how-guides and videos available.\n
      - Storage/Drives - I honestly don’t know how much I want or need. As it stands, my partner and I probably have less than 1TB of files and photos between the two of us (being very generous with that figure). Would like to expand the media server capabilities as mentioned above.\n
      - Budget - $1000 max including drives.\n
      \n
      While the details above are what I would like to achieve with this, you can also consider me an empty canvas. Open to all ideas and suggestions. Let me know if there are other details I can provide that would be helpful. Lastly, thank you all for creating such a great community here.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 46
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711746261 {#1990
      date: 2024-03-29 22:04:21.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2220 …}
    +votes: Doctrine\ORM\PersistentCollection {#2015 …}
    +reports: Doctrine\ORM\PersistentCollection {#2008 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1983 …}
    +badges: Doctrine\ORM\PersistentCollection {#1979 …}
    +children: [
      1 => App\Entity\EntryComment {#2087
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1361 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
        +root: App\Entity\EntryComment {#1363}
        +body: "Most of that will be budget based and long term goal oriented. Do you want a 4 bay nas with 10tb drives set up in raid 5 or do you think you’d want a two bay system with 5tb drives set up in mirror raid? Do you want to start cheap and get a second hand thinkcenter off ebay or do you want to buy a brand new NUC and put a 2tb M.2 and 16gb of ram in one slot so you can add the other 16gb later? Some nuc can take up to 64gb of ram and have two 2tb drives in them."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703949597 {#2088
          date: 2023-12-30 16:19:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tinnitus@lemmy.world"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2086 …}
        +nested: Doctrine\ORM\PersistentCollection {#2093 …}
        +votes: Doctrine\ORM\PersistentCollection {#2094 …}
        +reports: Doctrine\ORM\PersistentCollection {#2140 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
        -id: 264764
        -bodyTs: "'10tb':21 '16gb':77,89 '2tb':74,103 '4':17 '5':27 '5tb':40 '64gb':97 'add':86 'base':7 'bay':18,37 'brand':68 'budget':6 'buy':66 'cheap':52 'd':33 'drive':22,41,104 'ebay':60 'get':54 'goal':11 'hand':57 'later':90 'long':9 'm.2':75 'mirror':45 'nas':19 'new':69 'nuc':70,92 'one':81 'orient':12 'put':72 'raid':26,46 'ram':79,99 'second':56 'set':23,42 'slot':82 'start':51 'system':38 'take':94 'term':10 'think':31 'thinkcent':58 'two':36,102 'want':15,34,49,64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4833795"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703949597 {#2095
          date: 2023-12-30 16:19:57.0 +01:00
        }
        +"title": 264764
      }
      0 => App\Entity\EntryComment {#1363}
    ]
    -id: 25632
    -titleTs: "'build':3 'nas/media':1 'recommend':4 'server':2"
    -bodyTs: "'1000':239 '1080':93 '1080p':78 '1tb':211 '4':44,77 'abil':74 'access':114 'achiev':253 'also':258 'assist':51,148 'avail':187 'back':145 'base':29 'basic':47,96 'budget':238 'build':9,37 'canva':263 'capabl':64,234 'check':17 'communiti':294 'consid':259 'could':25 'creat':290 'current':36,39 'detail':245,277 'document':115 'drive':242 'els':162 'empti':262 'etc':55 'everyon':2 'expand':60,230 'experi':126 'extra':137 'figur':226 'file':213 'friend':111 'generous':223 'give':106 'goal':32,73 'great':176,293 'grow':71 'guid':184 'headroom':138 'help':284 'hi':1 'hobbi':70 'home':50,90,147 'honest':190 'host':130 'how-guid':182 'idea':267 'includ':241 'interest':67,117 'know':193,272 'last':285 'less':209 'let':270 'like':58,104,228,251 'll':142 'lot':180 'm':4 'max':240 'media':232 'mention':133,236 'mix':125 'move':144 'much':101,195 'nas/media':12 'need':199 'new':11 'nextcloud':119 'one':92 'open':264 'oppos':166 'option':62,177 'os':149,163 'other':140,168 'pant':99 'parent':108 'partner':204 'peopl':123 'photo':128,215 'pi':43,85,152 'plex':52,81 'plus':135 'portain':49 'probabl':143,207 'provid':26,280 'raspberri':42 'recommend':28 'right':82 'run':45 'sabnzbd':54 'see':20 'seem':122,172 'server':13,233 'servic':48,132 'shit':97 'someth':161 'sonarr/radarr/prowlarr':53 'stand':202 'storage/backup':116,129 'storage/drives':188 'stream':79,94 'suggest':269 'surpris':87 'thank':286 'think':155 'two':113,218 'unless':153 'unraid':164 'us':220 'util':158 'verg':7 'video':186 'want':15,197 'well':88 'work':86 'would':57,103,227,250,282"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703949404
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10095899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703863004 {#1996
      date: 2023-12-29 16:16:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: null
  +root: null
  +body: "To play off what others are saying i think a mini pc and a stand alone nas may be the better route for you. It may seem counter intuitive to break it out into two devices but doing so will allow room for growth. If you buy a creeper bare bones mini pc and put more of your budget towards a nas and storage you could expand the mini pc without messing with your nas. You could keep the pi in the mix for a backup if your main pc is down or offload some services to it to balance performance."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1709931401 {#1401
    date: 2024-03-08 21:56:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tinnitus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1362 …}
  +nested: Doctrine\ORM\PersistentCollection {#2019 …}
  +votes: Doctrine\ORM\PersistentCollection {#2030 …}
  +reports: Doctrine\ORM\PersistentCollection {#2026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  -id: 263103
  -bodyTs: "'allow':41 'alon':16 'backup':86 'balanc':100 'bare':50 'better':21 'bone':51 'break':31 'budget':59 'buy':47 'could':66,77 'counter':28 'creeper':49 'devic':36 'expand':67 'growth':44 'intuit':29 'keep':78 'main':89 'may':18,26 'mess':72 'mini':11,52,69 'mix':83 'nas':17,62,75 'offload':94 'other':5 'pc':12,53,70,90 'perform':101 'pi':80 'play':2 'put':55 'room':42 'rout':22 'say':7 'seem':27 'servic':96 'stand':15 'storag':64 'think':9 'toward':60 'two':35 'without':71"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4817798"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703884027 {#1404
    date: 2023-12-29 22:07:07.0 +01:00
  }
  +"title": 263103
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\EntryComment {#1363
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1361
    +user: Proxies\__CG__\App\Entity\User {#2163 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "NAS-Media-Server-Build-Recommendations"
    +title: "NAS/Media Server Build Recommendations"
    +url: null
    +body: """
      Hi everyone. I’m on the verge of building a new NAS/Media server, and wanted to check here to see if any of you could provide some recommendations based on my goals (below) or your current builds. I currently have a Raspberry Pi 4 running some basic services (Portainer, Home Assistant, Plex, sonarr/radarr/prowlarr, sabnzbd, etc.), but would like to expand my options and capabilities as my interests in the hobby grow.\n
      \n
      My goals:\n
      \n
      - Ability to have 4+ 1080p streams on Plex. Right now my Pi works surprisingly well at home with one 1080 stream, but basically shits its pants doing much more. Would like to give my parents and a friend or two access.\n
      - Document storage/backup. Interested in Nextcloud, but it seems people have mixed experiences here.\n
      - Photo storage/backup.\n
      - Hosting the services mentioned above, plus some extra headroom for others. I’ll probably move back to Home Assistant OS on my Pi, unless you think I should utilize it for something else.\n
      - OS - unRaid. Not opposed to others, but this does seem to be a great option with a lot of how-guides and videos available.\n
      - Storage/Drives - I honestly don’t know how much I want or need. As it stands, my partner and I probably have less than 1TB of files and photos between the two of us (being very generous with that figure). Would like to expand the media server capabilities as mentioned above.\n
      - Budget - $1000 max including drives.\n
      \n
      While the details above are what I would like to achieve with this, you can also consider me an empty canvas. Open to all ideas and suggestions. Let me know if there are other details I can provide that would be helpful. Lastly, thank you all for creating such a great community here.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 46
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711746261 {#1990
      date: 2024-03-29 22:04:21.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2220 …}
    +votes: Doctrine\ORM\PersistentCollection {#2015 …}
    +reports: Doctrine\ORM\PersistentCollection {#2008 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1983 …}
    +badges: Doctrine\ORM\PersistentCollection {#1979 …}
    +children: [
      1 => App\Entity\EntryComment {#2087
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1361 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
        +root: App\Entity\EntryComment {#1363}
        +body: "Most of that will be budget based and long term goal oriented. Do you want a 4 bay nas with 10tb drives set up in raid 5 or do you think you’d want a two bay system with 5tb drives set up in mirror raid? Do you want to start cheap and get a second hand thinkcenter off ebay or do you want to buy a brand new NUC and put a 2tb M.2 and 16gb of ram in one slot so you can add the other 16gb later? Some nuc can take up to 64gb of ram and have two 2tb drives in them."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703949597 {#2088
          date: 2023-12-30 16:19:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tinnitus@lemmy.world"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2086 …}
        +nested: Doctrine\ORM\PersistentCollection {#2093 …}
        +votes: Doctrine\ORM\PersistentCollection {#2094 …}
        +reports: Doctrine\ORM\PersistentCollection {#2140 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
        -id: 264764
        -bodyTs: "'10tb':21 '16gb':77,89 '2tb':74,103 '4':17 '5':27 '5tb':40 '64gb':97 'add':86 'base':7 'bay':18,37 'brand':68 'budget':6 'buy':66 'cheap':52 'd':33 'drive':22,41,104 'ebay':60 'get':54 'goal':11 'hand':57 'later':90 'long':9 'm.2':75 'mirror':45 'nas':19 'new':69 'nuc':70,92 'one':81 'orient':12 'put':72 'raid':26,46 'ram':79,99 'second':56 'set':23,42 'slot':82 'start':51 'system':38 'take':94 'term':10 'think':31 'thinkcent':58 'two':36,102 'want':15,34,49,64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4833795"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703949597 {#2095
          date: 2023-12-30 16:19:57.0 +01:00
        }
        +"title": 264764
      }
      0 => App\Entity\EntryComment {#1363}
    ]
    -id: 25632
    -titleTs: "'build':3 'nas/media':1 'recommend':4 'server':2"
    -bodyTs: "'1000':239 '1080':93 '1080p':78 '1tb':211 '4':44,77 'abil':74 'access':114 'achiev':253 'also':258 'assist':51,148 'avail':187 'back':145 'base':29 'basic':47,96 'budget':238 'build':9,37 'canva':263 'capabl':64,234 'check':17 'communiti':294 'consid':259 'could':25 'creat':290 'current':36,39 'detail':245,277 'document':115 'drive':242 'els':162 'empti':262 'etc':55 'everyon':2 'expand':60,230 'experi':126 'extra':137 'figur':226 'file':213 'friend':111 'generous':223 'give':106 'goal':32,73 'great':176,293 'grow':71 'guid':184 'headroom':138 'help':284 'hi':1 'hobbi':70 'home':50,90,147 'honest':190 'host':130 'how-guid':182 'idea':267 'includ':241 'interest':67,117 'know':193,272 'last':285 'less':209 'let':270 'like':58,104,228,251 'll':142 'lot':180 'm':4 'max':240 'media':232 'mention':133,236 'mix':125 'move':144 'much':101,195 'nas/media':12 'need':199 'new':11 'nextcloud':119 'one':92 'open':264 'oppos':166 'option':62,177 'os':149,163 'other':140,168 'pant':99 'parent':108 'partner':204 'peopl':123 'photo':128,215 'pi':43,85,152 'plex':52,81 'plus':135 'portain':49 'probabl':143,207 'provid':26,280 'raspberri':42 'recommend':28 'right':82 'run':45 'sabnzbd':54 'see':20 'seem':122,172 'server':13,233 'servic':48,132 'shit':97 'someth':161 'sonarr/radarr/prowlarr':53 'stand':202 'storage/backup':116,129 'storage/drives':188 'stream':79,94 'suggest':269 'surpris':87 'thank':286 'think':155 'two':113,218 'unless':153 'unraid':164 'us':220 'util':158 'verg':7 'video':186 'want':15,197 'well':88 'work':86 'would':57,103,227,250,282"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703949404
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10095899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703863004 {#1996
      date: 2023-12-29 16:16:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: null
  +root: null
  +body: "To play off what others are saying i think a mini pc and a stand alone nas may be the better route for you. It may seem counter intuitive to break it out into two devices but doing so will allow room for growth. If you buy a creeper bare bones mini pc and put more of your budget towards a nas and storage you could expand the mini pc without messing with your nas. You could keep the pi in the mix for a backup if your main pc is down or offload some services to it to balance performance."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1709931401 {#1401
    date: 2024-03-08 21:56:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tinnitus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1362 …}
  +nested: Doctrine\ORM\PersistentCollection {#2019 …}
  +votes: Doctrine\ORM\PersistentCollection {#2030 …}
  +reports: Doctrine\ORM\PersistentCollection {#2026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  -id: 263103
  -bodyTs: "'allow':41 'alon':16 'backup':86 'balanc':100 'bare':50 'better':21 'bone':51 'break':31 'budget':59 'buy':47 'could':66,77 'counter':28 'creeper':49 'devic':36 'expand':67 'growth':44 'intuit':29 'keep':78 'main':89 'may':18,26 'mess':72 'mini':11,52,69 'mix':83 'nas':17,62,75 'offload':94 'other':5 'pc':12,53,70,90 'perform':101 'pi':80 'play':2 'put':55 'room':42 'rout':22 'say':7 'seem':27 'servic':96 'stand':15 'storag':64 'think':9 'toward':60 'two':35 'without':71"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4817798"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703884027 {#1404
    date: 2023-12-29 22:07:07.0 +01:00
  }
  +"title": 263103
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\EntryComment {#1363
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1361
    +user: Proxies\__CG__\App\Entity\User {#2163 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "NAS-Media-Server-Build-Recommendations"
    +title: "NAS/Media Server Build Recommendations"
    +url: null
    +body: """
      Hi everyone. I’m on the verge of building a new NAS/Media server, and wanted to check here to see if any of you could provide some recommendations based on my goals (below) or your current builds. I currently have a Raspberry Pi 4 running some basic services (Portainer, Home Assistant, Plex, sonarr/radarr/prowlarr, sabnzbd, etc.), but would like to expand my options and capabilities as my interests in the hobby grow.\n
      \n
      My goals:\n
      \n
      - Ability to have 4+ 1080p streams on Plex. Right now my Pi works surprisingly well at home with one 1080 stream, but basically shits its pants doing much more. Would like to give my parents and a friend or two access.\n
      - Document storage/backup. Interested in Nextcloud, but it seems people have mixed experiences here.\n
      - Photo storage/backup.\n
      - Hosting the services mentioned above, plus some extra headroom for others. I’ll probably move back to Home Assistant OS on my Pi, unless you think I should utilize it for something else.\n
      - OS - unRaid. Not opposed to others, but this does seem to be a great option with a lot of how-guides and videos available.\n
      - Storage/Drives - I honestly don’t know how much I want or need. As it stands, my partner and I probably have less than 1TB of files and photos between the two of us (being very generous with that figure). Would like to expand the media server capabilities as mentioned above.\n
      - Budget - $1000 max including drives.\n
      \n
      While the details above are what I would like to achieve with this, you can also consider me an empty canvas. Open to all ideas and suggestions. Let me know if there are other details I can provide that would be helpful. Lastly, thank you all for creating such a great community here.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 31
    +favouriteCount: 46
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711746261 {#1990
      date: 2024-03-29 22:04:21.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2220 …}
    +votes: Doctrine\ORM\PersistentCollection {#2015 …}
    +reports: Doctrine\ORM\PersistentCollection {#2008 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1987 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1983 …}
    +badges: Doctrine\ORM\PersistentCollection {#1979 …}
    +children: [
      1 => App\Entity\EntryComment {#2087
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1361 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2091 …}
        +root: App\Entity\EntryComment {#1363}
        +body: "Most of that will be budget based and long term goal oriented. Do you want a 4 bay nas with 10tb drives set up in raid 5 or do you think you’d want a two bay system with 5tb drives set up in mirror raid? Do you want to start cheap and get a second hand thinkcenter off ebay or do you want to buy a brand new NUC and put a 2tb M.2 and 16gb of ram in one slot so you can add the other 16gb later? Some nuc can take up to 64gb of ram and have two 2tb drives in them."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703949597 {#2088
          date: 2023-12-30 16:19:57.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@Tinnitus@lemmy.world"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2086 …}
        +nested: Doctrine\ORM\PersistentCollection {#2093 …}
        +votes: Doctrine\ORM\PersistentCollection {#2094 …}
        +reports: Doctrine\ORM\PersistentCollection {#2140 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2133 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2131 …}
        -id: 264764
        -bodyTs: "'10tb':21 '16gb':77,89 '2tb':74,103 '4':17 '5':27 '5tb':40 '64gb':97 'add':86 'base':7 'bay':18,37 'brand':68 'budget':6 'buy':66 'cheap':52 'd':33 'drive':22,41,104 'ebay':60 'get':54 'goal':11 'hand':57 'later':90 'long':9 'm.2':75 'mirror':45 'nas':19 'new':69 'nuc':70,92 'one':81 'orient':12 'put':72 'raid':26,46 'ram':79,99 'second':56 'set':23,42 'slot':82 'start':51 'system':38 'take':94 'term':10 'think':31 'thinkcent':58 'two':36,102 'want':15,34,49,64"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4833795"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703949597 {#2095
          date: 2023-12-30 16:19:57.0 +01:00
        }
        +"title": 264764
      }
      0 => App\Entity\EntryComment {#1363}
    ]
    -id: 25632
    -titleTs: "'build':3 'nas/media':1 'recommend':4 'server':2"
    -bodyTs: "'1000':239 '1080':93 '1080p':78 '1tb':211 '4':44,77 'abil':74 'access':114 'achiev':253 'also':258 'assist':51,148 'avail':187 'back':145 'base':29 'basic':47,96 'budget':238 'build':9,37 'canva':263 'capabl':64,234 'check':17 'communiti':294 'consid':259 'could':25 'creat':290 'current':36,39 'detail':245,277 'document':115 'drive':242 'els':162 'empti':262 'etc':55 'everyon':2 'expand':60,230 'experi':126 'extra':137 'figur':226 'file':213 'friend':111 'generous':223 'give':106 'goal':32,73 'great':176,293 'grow':71 'guid':184 'headroom':138 'help':284 'hi':1 'hobbi':70 'home':50,90,147 'honest':190 'host':130 'how-guid':182 'idea':267 'includ':241 'interest':67,117 'know':193,272 'last':285 'less':209 'let':270 'like':58,104,228,251 'll':142 'lot':180 'm':4 'max':240 'media':232 'mention':133,236 'mix':125 'move':144 'much':101,195 'nas/media':12 'need':199 'new':11 'nextcloud':119 'one':92 'open':264 'oppos':166 'option':62,177 'os':149,163 'other':140,168 'pant':99 'parent':108 'partner':204 'peopl':123 'photo':128,215 'pi':43,85,152 'plex':52,81 'plus':135 'portain':49 'probabl':143,207 'provid':26,280 'raspberri':42 'recommend':28 'right':82 'run':45 'sabnzbd':54 'see':20 'seem':122,172 'server':13,233 'servic':48,132 'shit':97 'someth':161 'sonarr/radarr/prowlarr':53 'stand':202 'storage/backup':116,129 'storage/drives':188 'stream':79,94 'suggest':269 'surpris':87 'thank':286 'think':155 'two':113,218 'unless':153 'unraid':164 'us':220 'util':158 'verg':7 'video':186 'want':15,197 'well':88 'work':86 'would':57,103,227,250,282"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703949404
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10095899"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703863004 {#1996
      date: 2023-12-29 16:16:44.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: null
  +root: null
  +body: "To play off what others are saying i think a mini pc and a stand alone nas may be the better route for you. It may seem counter intuitive to break it out into two devices but doing so will allow room for growth. If you buy a creeper bare bones mini pc and put more of your budget towards a nas and storage you could expand the mini pc without messing with your nas. You could keep the pi in the mix for a backup if your main pc is down or offload some services to it to balance performance."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 7
  +score: 0
  +lastActive: DateTime @1709931401 {#1401
    date: 2024-03-08 21:56:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Tinnitus@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1362 …}
  +nested: Doctrine\ORM\PersistentCollection {#2019 …}
  +votes: Doctrine\ORM\PersistentCollection {#2030 …}
  +reports: Doctrine\ORM\PersistentCollection {#2026 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2022 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2025 …}
  -id: 263103
  -bodyTs: "'allow':41 'alon':16 'backup':86 'balanc':100 'bare':50 'better':21 'bone':51 'break':31 'budget':59 'buy':47 'could':66,77 'counter':28 'creeper':49 'devic':36 'expand':67 'growth':44 'intuit':29 'keep':78 'main':89 'may':18,26 'mess':72 'mini':11,52,69 'mix':83 'nas':17,62,75 'offload':94 'other':5 'pc':12,53,70,90 'perform':101 'pi':80 'play':2 'put':55 'room':42 'rout':22 'say':7 'seem':27 'servic':96 'stand':15 'storag':64 'think':9 'toward':60 'two':35 'without':71"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4817798"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703884027 {#1404
    date: 2023-12-29 22:07:07.0 +01:00
  }
  +"title": 263103
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
21 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
22 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1407
  +user: Proxies\__CG__\App\Entity\User {#2009 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
  +image: Proxies\__CG__\App\Entity\Image {#2509 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
  +slug: "Almost-got-me-there-Google"
  +title: "Almost got me there Google!"
  +url: "https://lemmy.zip/pictrs/image/520eda9c-e10e-4d1b-b8d7-8dc1bcc31f3a.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 49
  +favouriteCount: 676
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711054914 {#1353
    date: 2024-03-21 22:01:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2507 …}
  +votes: Doctrine\ORM\PersistentCollection {#2514 …}
  +reports: Doctrine\ORM\PersistentCollection {#2510 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
  +badges: Doctrine\ORM\PersistentCollection {#2518 …}
  +children: [
    2 => App\Entity\EntryComment {#2469
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +body: """
        [github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)\n
        \n
        It lacks predictive text but it’s in development.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703870977 {#2471
        date: 2023-12-29 18:29:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@someguy3@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2387 …}
      +nested: Doctrine\ORM\PersistentCollection {#2394 …}
      +votes: Doctrine\ORM\PersistentCollection {#2393 …}
      +reports: Doctrine\ORM\PersistentCollection {#1381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
      -id: 262531
      -bodyTs: "'/florisboard/florisboard](https://github.com/florisboard/florisboard)':3 'develop':12 'github.com':2 'github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)':1 'lack':5 'predict':6 'text':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4813485"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703870977 {#2467
        date: 2023-12-29 18:29:37.0 +01:00
      }
      +"title": 262531
    }
    1 => App\Entity\EntryComment {#2028
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +body: """
        [github.com/florisboard/florisboard/…/2314#discuss…](https://github.com/florisboard/florisboard/discussions/2314#discussion-5761611)\n
        \n
        According to this it’s still planned, though time will tell.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703884708 {#2033
        date: 2023-12-29 22:18:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@someguy3@lemmy.world"
        "@RayZ3R0@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 263126
      -bodyTs: "'/2314':4 '/florisboard/florisboard/':3 '/florisboard/florisboard/discussions/2314#discussion-5761611)':8 'accord':9 'discuss':5 'github.com':2,7 'github.com/florisboard/florisboard/':1 'github.com/florisboard/florisboard/discussions/2314#discussion-5761611)':6 'plan':15 'still':14 'tell':19 'though':16 'time':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4817933"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703884708 {#2021
        date: 2023-12-29 22:18:28.0 +01:00
      }
      +"title": 263126
    }
    0 => App\Entity\EntryComment {#2076
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +body: "It does"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703884719 {#2084
        date: 2023-12-29 22:18:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@someguy3@lemmy.world"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2083 …}
      +nested: Doctrine\ORM\PersistentCollection {#2085 …}
      +votes: Doctrine\ORM\PersistentCollection {#2062 …}
      +reports: Doctrine\ORM\PersistentCollection {#2077 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
      -id: 263128
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4817937"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703884719 {#2078
        date: 2023-12-29 22:18:39.0 +01:00
      }
      +"title": 263128
    }
  ]
  -id: 25609
  -titleTs: "'almost':1 'googl':5 'got':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703935770
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7613612"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703849370 {#2365
    date: 2023-12-29 12:29:30.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1407
  +user: Proxies\__CG__\App\Entity\User {#2009 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
  +image: Proxies\__CG__\App\Entity\Image {#2509 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
  +slug: "Almost-got-me-there-Google"
  +title: "Almost got me there Google!"
  +url: "https://lemmy.zip/pictrs/image/520eda9c-e10e-4d1b-b8d7-8dc1bcc31f3a.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 49
  +favouriteCount: 676
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711054914 {#1353
    date: 2024-03-21 22:01:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2507 …}
  +votes: Doctrine\ORM\PersistentCollection {#2514 …}
  +reports: Doctrine\ORM\PersistentCollection {#2510 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
  +badges: Doctrine\ORM\PersistentCollection {#2518 …}
  +children: [
    2 => App\Entity\EntryComment {#2469
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +body: """
        [github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)\n
        \n
        It lacks predictive text but it’s in development.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703870977 {#2471
        date: 2023-12-29 18:29:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@someguy3@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2387 …}
      +nested: Doctrine\ORM\PersistentCollection {#2394 …}
      +votes: Doctrine\ORM\PersistentCollection {#2393 …}
      +reports: Doctrine\ORM\PersistentCollection {#1381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
      -id: 262531
      -bodyTs: "'/florisboard/florisboard](https://github.com/florisboard/florisboard)':3 'develop':12 'github.com':2 'github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)':1 'lack':5 'predict':6 'text':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4813485"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703870977 {#2467
        date: 2023-12-29 18:29:37.0 +01:00
      }
      +"title": 262531
    }
    1 => App\Entity\EntryComment {#2028
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +body: """
        [github.com/florisboard/florisboard/…/2314#discuss…](https://github.com/florisboard/florisboard/discussions/2314#discussion-5761611)\n
        \n
        According to this it’s still planned, though time will tell.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703884708 {#2033
        date: 2023-12-29 22:18:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@someguy3@lemmy.world"
        "@RayZ3R0@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 263126
      -bodyTs: "'/2314':4 '/florisboard/florisboard/':3 '/florisboard/florisboard/discussions/2314#discussion-5761611)':8 'accord':9 'discuss':5 'github.com':2,7 'github.com/florisboard/florisboard/':1 'github.com/florisboard/florisboard/discussions/2314#discussion-5761611)':6 'plan':15 'still':14 'tell':19 'though':16 'time':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4817933"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703884708 {#2021
        date: 2023-12-29 22:18:28.0 +01:00
      }
      +"title": 263126
    }
    0 => App\Entity\EntryComment {#2076
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +body: "It does"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703884719 {#2084
        date: 2023-12-29 22:18:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@someguy3@lemmy.world"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2083 …}
      +nested: Doctrine\ORM\PersistentCollection {#2085 …}
      +votes: Doctrine\ORM\PersistentCollection {#2062 …}
      +reports: Doctrine\ORM\PersistentCollection {#2077 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
      -id: 263128
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4817937"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703884719 {#2078
        date: 2023-12-29 22:18:39.0 +01:00
      }
      +"title": 263128
    }
  ]
  -id: 25609
  -titleTs: "'almost':1 'googl':5 'got':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703935770
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7613612"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703849370 {#2365
    date: 2023-12-29 12:29:30.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1407
  +user: Proxies\__CG__\App\Entity\User {#2009 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
  +image: Proxies\__CG__\App\Entity\Image {#2509 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
  +slug: "Almost-got-me-there-Google"
  +title: "Almost got me there Google!"
  +url: "https://lemmy.zip/pictrs/image/520eda9c-e10e-4d1b-b8d7-8dc1bcc31f3a.webp"
  +body: null
  +type: "link"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 49
  +favouriteCount: 676
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1711054914 {#1353
    date: 2024-03-21 22:01:54.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2507 …}
  +votes: Doctrine\ORM\PersistentCollection {#2514 …}
  +reports: Doctrine\ORM\PersistentCollection {#2510 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
  +badges: Doctrine\ORM\PersistentCollection {#2518 …}
  +children: [
    2 => App\Entity\EntryComment {#2469
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +body: """
        [github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)\n
        \n
        It lacks predictive text but it’s in development.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703870977 {#2471
        date: 2023-12-29 18:29:37.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@someguy3@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2387 …}
      +nested: Doctrine\ORM\PersistentCollection {#2394 …}
      +votes: Doctrine\ORM\PersistentCollection {#2393 …}
      +reports: Doctrine\ORM\PersistentCollection {#1381 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
      -id: 262531
      -bodyTs: "'/florisboard/florisboard](https://github.com/florisboard/florisboard)':3 'develop':12 'github.com':2 'github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)':1 'lack':5 'predict':6 'text':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4813485"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703870977 {#2467
        date: 2023-12-29 18:29:37.0 +01:00
      }
      +"title": 262531
    }
    1 => App\Entity\EntryComment {#2028
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +body: """
        [github.com/florisboard/florisboard/…/2314#discuss…](https://github.com/florisboard/florisboard/discussions/2314#discussion-5761611)\n
        \n
        According to this it’s still planned, though time will tell.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1703884708 {#2033
        date: 2023-12-29 22:18:28.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@someguy3@lemmy.world"
        "@RayZ3R0@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2012 …}
      +nested: Doctrine\ORM\PersistentCollection {#2013 …}
      +votes: Doctrine\ORM\PersistentCollection {#2035 …}
      +reports: Doctrine\ORM\PersistentCollection {#2036 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
      -id: 263126
      -bodyTs: "'/2314':4 '/florisboard/florisboard/':3 '/florisboard/florisboard/discussions/2314#discussion-5761611)':8 'accord':9 'discuss':5 'github.com':2,7 'github.com/florisboard/florisboard/':1 'github.com/florisboard/florisboard/discussions/2314#discussion-5761611)':6 'plan':15 'still':14 'tell':19 'though':16 'time':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4817933"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703884708 {#2021
        date: 2023-12-29 22:18:28.0 +01:00
      }
      +"title": 263126
    }
    0 => App\Entity\EntryComment {#2076
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
      +body: "It does"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703884719 {#2084
        date: 2023-12-29 22:18:39.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@balderdash9@lemmy.zip"
        "@someguy3@lemmy.world"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2083 …}
      +nested: Doctrine\ORM\PersistentCollection {#2085 …}
      +votes: Doctrine\ORM\PersistentCollection {#2062 …}
      +reports: Doctrine\ORM\PersistentCollection {#2077 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
      -id: 263128
      -bodyTs: ""
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4817937"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703884719 {#2078
        date: 2023-12-29 22:18:39.0 +01:00
      }
      +"title": 263128
    }
  ]
  -id: 25609
  -titleTs: "'almost':1 'googl':5 'got':2"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703935770
  +visibility: "visible             "
  +apId: "https://lemmy.zip/post/7613612"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703849370 {#2365
    date: 2023-12-29 12:29:30.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
26 DENIED moderate
App\Entity\EntryComment {#2469
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1407
    +user: Proxies\__CG__\App\Entity\User {#2009 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
    +image: Proxies\__CG__\App\Entity\Image {#2509 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
    +slug: "Almost-got-me-there-Google"
    +title: "Almost got me there Google!"
    +url: "https://lemmy.zip/pictrs/image/520eda9c-e10e-4d1b-b8d7-8dc1bcc31f3a.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 676
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711054914 {#1353
      date: 2024-03-21 22:01:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2507 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2510 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
    +badges: Doctrine\ORM\PersistentCollection {#2518 …}
    +children: [
      2 => App\Entity\EntryComment {#2469}
      1 => App\Entity\EntryComment {#2028
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: """
          [github.com/florisboard/florisboard/…/2314#discuss…](https://github.com/florisboard/florisboard/discussions/2314#discussion-5761611)\n
          \n
          According to this it’s still planned, though time will tell.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703884708 {#2033
          date: 2023-12-29 22:18:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
          "@RayZ3R0@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 263126
        -bodyTs: "'/2314':4 '/florisboard/florisboard/':3 '/florisboard/florisboard/discussions/2314#discussion-5761611)':8 'accord':9 'discuss':5 'github.com':2,7 'github.com/florisboard/florisboard/':1 'github.com/florisboard/florisboard/discussions/2314#discussion-5761611)':6 'plan':15 'still':14 'tell':19 'though':16 'time':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817933"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884708 {#2021
          date: 2023-12-29 22:18:28.0 +01:00
        }
        +"title": 263126
      }
      0 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: "It does"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703884719 {#2084
          date: 2023-12-29 22:18:39.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 263128
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817937"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884719 {#2078
          date: 2023-12-29 22:18:39.0 +01:00
        }
        +"title": 263128
      }
    ]
    -id: 25609
    -titleTs: "'almost':1 'googl':5 'got':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703935770
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7613612"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703849370 {#2365
      date: 2023-12-29 12:29:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +body: """
    [github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)\n
    \n
    It lacks predictive text but it’s in development.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703870977 {#2471
    date: 2023-12-29 18:29:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@someguy3@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2387 …}
  +nested: Doctrine\ORM\PersistentCollection {#2394 …}
  +votes: Doctrine\ORM\PersistentCollection {#2393 …}
  +reports: Doctrine\ORM\PersistentCollection {#1381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
  -id: 262531
  -bodyTs: "'/florisboard/florisboard](https://github.com/florisboard/florisboard)':3 'develop':12 'github.com':2 'github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)':1 'lack':5 'predict':6 'text':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4813485"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703870977 {#2467
    date: 2023-12-29 18:29:37.0 +01:00
  }
  +"title": 262531
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
27 DENIED edit
App\Entity\EntryComment {#2469
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1407
    +user: Proxies\__CG__\App\Entity\User {#2009 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
    +image: Proxies\__CG__\App\Entity\Image {#2509 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
    +slug: "Almost-got-me-there-Google"
    +title: "Almost got me there Google!"
    +url: "https://lemmy.zip/pictrs/image/520eda9c-e10e-4d1b-b8d7-8dc1bcc31f3a.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 676
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711054914 {#1353
      date: 2024-03-21 22:01:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2507 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2510 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
    +badges: Doctrine\ORM\PersistentCollection {#2518 …}
    +children: [
      2 => App\Entity\EntryComment {#2469}
      1 => App\Entity\EntryComment {#2028
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: """
          [github.com/florisboard/florisboard/…/2314#discuss…](https://github.com/florisboard/florisboard/discussions/2314#discussion-5761611)\n
          \n
          According to this it’s still planned, though time will tell.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703884708 {#2033
          date: 2023-12-29 22:18:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
          "@RayZ3R0@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 263126
        -bodyTs: "'/2314':4 '/florisboard/florisboard/':3 '/florisboard/florisboard/discussions/2314#discussion-5761611)':8 'accord':9 'discuss':5 'github.com':2,7 'github.com/florisboard/florisboard/':1 'github.com/florisboard/florisboard/discussions/2314#discussion-5761611)':6 'plan':15 'still':14 'tell':19 'though':16 'time':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817933"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884708 {#2021
          date: 2023-12-29 22:18:28.0 +01:00
        }
        +"title": 263126
      }
      0 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: "It does"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703884719 {#2084
          date: 2023-12-29 22:18:39.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 263128
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817937"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884719 {#2078
          date: 2023-12-29 22:18:39.0 +01:00
        }
        +"title": 263128
      }
    ]
    -id: 25609
    -titleTs: "'almost':1 'googl':5 'got':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703935770
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7613612"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703849370 {#2365
      date: 2023-12-29 12:29:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +body: """
    [github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)\n
    \n
    It lacks predictive text but it’s in development.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703870977 {#2471
    date: 2023-12-29 18:29:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@someguy3@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2387 …}
  +nested: Doctrine\ORM\PersistentCollection {#2394 …}
  +votes: Doctrine\ORM\PersistentCollection {#2393 …}
  +reports: Doctrine\ORM\PersistentCollection {#1381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
  -id: 262531
  -bodyTs: "'/florisboard/florisboard](https://github.com/florisboard/florisboard)':3 'develop':12 'github.com':2 'github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)':1 'lack':5 'predict':6 'text':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4813485"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703870977 {#2467
    date: 2023-12-29 18:29:37.0 +01:00
  }
  +"title": 262531
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
28 DENIED moderate
App\Entity\EntryComment {#2469
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1407
    +user: Proxies\__CG__\App\Entity\User {#2009 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
    +image: Proxies\__CG__\App\Entity\Image {#2509 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
    +slug: "Almost-got-me-there-Google"
    +title: "Almost got me there Google!"
    +url: "https://lemmy.zip/pictrs/image/520eda9c-e10e-4d1b-b8d7-8dc1bcc31f3a.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 676
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711054914 {#1353
      date: 2024-03-21 22:01:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2507 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2510 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
    +badges: Doctrine\ORM\PersistentCollection {#2518 …}
    +children: [
      2 => App\Entity\EntryComment {#2469}
      1 => App\Entity\EntryComment {#2028
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: """
          [github.com/florisboard/florisboard/…/2314#discuss…](https://github.com/florisboard/florisboard/discussions/2314#discussion-5761611)\n
          \n
          According to this it’s still planned, though time will tell.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703884708 {#2033
          date: 2023-12-29 22:18:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
          "@RayZ3R0@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 263126
        -bodyTs: "'/2314':4 '/florisboard/florisboard/':3 '/florisboard/florisboard/discussions/2314#discussion-5761611)':8 'accord':9 'discuss':5 'github.com':2,7 'github.com/florisboard/florisboard/':1 'github.com/florisboard/florisboard/discussions/2314#discussion-5761611)':6 'plan':15 'still':14 'tell':19 'though':16 'time':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817933"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884708 {#2021
          date: 2023-12-29 22:18:28.0 +01:00
        }
        +"title": 263126
      }
      0 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: "It does"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703884719 {#2084
          date: 2023-12-29 22:18:39.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 263128
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817937"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884719 {#2078
          date: 2023-12-29 22:18:39.0 +01:00
        }
        +"title": 263128
      }
    ]
    -id: 25609
    -titleTs: "'almost':1 'googl':5 'got':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703935770
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7613612"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703849370 {#2365
      date: 2023-12-29 12:29:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +body: """
    [github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)\n
    \n
    It lacks predictive text but it’s in development.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703870977 {#2471
    date: 2023-12-29 18:29:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@someguy3@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2387 …}
  +nested: Doctrine\ORM\PersistentCollection {#2394 …}
  +votes: Doctrine\ORM\PersistentCollection {#2393 …}
  +reports: Doctrine\ORM\PersistentCollection {#1381 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
  -id: 262531
  -bodyTs: "'/florisboard/florisboard](https://github.com/florisboard/florisboard)':3 'develop':12 'github.com':2 'github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)':1 'lack':5 'predict':6 'text':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4813485"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703870977 {#2467
    date: 2023-12-29 18:29:37.0 +01:00
  }
  +"title": 262531
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
29 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
30 DENIED moderate
App\Entity\EntryComment {#2028
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1407
    +user: Proxies\__CG__\App\Entity\User {#2009 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
    +image: Proxies\__CG__\App\Entity\Image {#2509 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
    +slug: "Almost-got-me-there-Google"
    +title: "Almost got me there Google!"
    +url: "https://lemmy.zip/pictrs/image/520eda9c-e10e-4d1b-b8d7-8dc1bcc31f3a.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 676
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711054914 {#1353
      date: 2024-03-21 22:01:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2507 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2510 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
    +badges: Doctrine\ORM\PersistentCollection {#2518 …}
    +children: [
      2 => App\Entity\EntryComment {#2469
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: """
          [github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)\n
          \n
          It lacks predictive text but it’s in development.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703870977 {#2471
          date: 2023-12-29 18:29:37.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2387 …}
        +nested: Doctrine\ORM\PersistentCollection {#2394 …}
        +votes: Doctrine\ORM\PersistentCollection {#2393 …}
        +reports: Doctrine\ORM\PersistentCollection {#1381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
        -id: 262531
        -bodyTs: "'/florisboard/florisboard](https://github.com/florisboard/florisboard)':3 'develop':12 'github.com':2 'github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)':1 'lack':5 'predict':6 'text':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4813485"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703870977 {#2467
          date: 2023-12-29 18:29:37.0 +01:00
        }
        +"title": 262531
      }
      1 => App\Entity\EntryComment {#2028}
      0 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: "It does"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703884719 {#2084
          date: 2023-12-29 22:18:39.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 263128
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817937"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884719 {#2078
          date: 2023-12-29 22:18:39.0 +01:00
        }
        +"title": 263128
      }
    ]
    -id: 25609
    -titleTs: "'almost':1 'googl':5 'got':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703935770
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7613612"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703849370 {#2365
      date: 2023-12-29 12:29:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +body: """
    [github.com/florisboard/florisboard/…/2314#discuss…](https://github.com/florisboard/florisboard/discussions/2314#discussion-5761611)\n
    \n
    According to this it’s still planned, though time will tell.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703884708 {#2033
    date: 2023-12-29 22:18:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@someguy3@lemmy.world"
    "@RayZ3R0@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 263126
  -bodyTs: "'/2314':4 '/florisboard/florisboard/':3 '/florisboard/florisboard/discussions/2314#discussion-5761611)':8 'accord':9 'discuss':5 'github.com':2,7 'github.com/florisboard/florisboard/':1 'github.com/florisboard/florisboard/discussions/2314#discussion-5761611)':6 'plan':15 'still':14 'tell':19 'though':16 'time':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4817933"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703884708 {#2021
    date: 2023-12-29 22:18:28.0 +01:00
  }
  +"title": 263126
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
31 DENIED edit
App\Entity\EntryComment {#2028
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1407
    +user: Proxies\__CG__\App\Entity\User {#2009 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
    +image: Proxies\__CG__\App\Entity\Image {#2509 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
    +slug: "Almost-got-me-there-Google"
    +title: "Almost got me there Google!"
    +url: "https://lemmy.zip/pictrs/image/520eda9c-e10e-4d1b-b8d7-8dc1bcc31f3a.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 676
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711054914 {#1353
      date: 2024-03-21 22:01:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2507 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2510 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
    +badges: Doctrine\ORM\PersistentCollection {#2518 …}
    +children: [
      2 => App\Entity\EntryComment {#2469
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: """
          [github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)\n
          \n
          It lacks predictive text but it’s in development.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703870977 {#2471
          date: 2023-12-29 18:29:37.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2387 …}
        +nested: Doctrine\ORM\PersistentCollection {#2394 …}
        +votes: Doctrine\ORM\PersistentCollection {#2393 …}
        +reports: Doctrine\ORM\PersistentCollection {#1381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
        -id: 262531
        -bodyTs: "'/florisboard/florisboard](https://github.com/florisboard/florisboard)':3 'develop':12 'github.com':2 'github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)':1 'lack':5 'predict':6 'text':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4813485"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703870977 {#2467
          date: 2023-12-29 18:29:37.0 +01:00
        }
        +"title": 262531
      }
      1 => App\Entity\EntryComment {#2028}
      0 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: "It does"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703884719 {#2084
          date: 2023-12-29 22:18:39.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 263128
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817937"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884719 {#2078
          date: 2023-12-29 22:18:39.0 +01:00
        }
        +"title": 263128
      }
    ]
    -id: 25609
    -titleTs: "'almost':1 'googl':5 'got':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703935770
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7613612"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703849370 {#2365
      date: 2023-12-29 12:29:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +body: """
    [github.com/florisboard/florisboard/…/2314#discuss…](https://github.com/florisboard/florisboard/discussions/2314#discussion-5761611)\n
    \n
    According to this it’s still planned, though time will tell.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703884708 {#2033
    date: 2023-12-29 22:18:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@someguy3@lemmy.world"
    "@RayZ3R0@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 263126
  -bodyTs: "'/2314':4 '/florisboard/florisboard/':3 '/florisboard/florisboard/discussions/2314#discussion-5761611)':8 'accord':9 'discuss':5 'github.com':2,7 'github.com/florisboard/florisboard/':1 'github.com/florisboard/florisboard/discussions/2314#discussion-5761611)':6 'plan':15 'still':14 'tell':19 'though':16 'time':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4817933"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703884708 {#2021
    date: 2023-12-29 22:18:28.0 +01:00
  }
  +"title": 263126
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
32 DENIED moderate
App\Entity\EntryComment {#2028
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1407
    +user: Proxies\__CG__\App\Entity\User {#2009 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
    +image: Proxies\__CG__\App\Entity\Image {#2509 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
    +slug: "Almost-got-me-there-Google"
    +title: "Almost got me there Google!"
    +url: "https://lemmy.zip/pictrs/image/520eda9c-e10e-4d1b-b8d7-8dc1bcc31f3a.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 676
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711054914 {#1353
      date: 2024-03-21 22:01:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2507 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2510 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
    +badges: Doctrine\ORM\PersistentCollection {#2518 …}
    +children: [
      2 => App\Entity\EntryComment {#2469
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: """
          [github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)\n
          \n
          It lacks predictive text but it’s in development.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703870977 {#2471
          date: 2023-12-29 18:29:37.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2387 …}
        +nested: Doctrine\ORM\PersistentCollection {#2394 …}
        +votes: Doctrine\ORM\PersistentCollection {#2393 …}
        +reports: Doctrine\ORM\PersistentCollection {#1381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
        -id: 262531
        -bodyTs: "'/florisboard/florisboard](https://github.com/florisboard/florisboard)':3 'develop':12 'github.com':2 'github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)':1 'lack':5 'predict':6 'text':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4813485"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703870977 {#2467
          date: 2023-12-29 18:29:37.0 +01:00
        }
        +"title": 262531
      }
      1 => App\Entity\EntryComment {#2028}
      0 => App\Entity\EntryComment {#2076
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: "It does"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703884719 {#2084
          date: 2023-12-29 22:18:39.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2083 …}
        +nested: Doctrine\ORM\PersistentCollection {#2085 …}
        +votes: Doctrine\ORM\PersistentCollection {#2062 …}
        +reports: Doctrine\ORM\PersistentCollection {#2077 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
        -id: 263128
        -bodyTs: ""
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817937"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884719 {#2078
          date: 2023-12-29 22:18:39.0 +01:00
        }
        +"title": 263128
      }
    ]
    -id: 25609
    -titleTs: "'almost':1 'googl':5 'got':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703935770
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7613612"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703849370 {#2365
      date: 2023-12-29 12:29:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +body: """
    [github.com/florisboard/florisboard/…/2314#discuss…](https://github.com/florisboard/florisboard/discussions/2314#discussion-5761611)\n
    \n
    According to this it’s still planned, though time will tell.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703884708 {#2033
    date: 2023-12-29 22:18:28.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@someguy3@lemmy.world"
    "@RayZ3R0@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2012 …}
  +nested: Doctrine\ORM\PersistentCollection {#2013 …}
  +votes: Doctrine\ORM\PersistentCollection {#2035 …}
  +reports: Doctrine\ORM\PersistentCollection {#2036 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 263126
  -bodyTs: "'/2314':4 '/florisboard/florisboard/':3 '/florisboard/florisboard/discussions/2314#discussion-5761611)':8 'accord':9 'discuss':5 'github.com':2,7 'github.com/florisboard/florisboard/':1 'github.com/florisboard/florisboard/discussions/2314#discussion-5761611)':6 'plan':15 'still':14 'tell':19 'though':16 'time':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4817933"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703884708 {#2021
    date: 2023-12-29 22:18:28.0 +01:00
  }
  +"title": 263126
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
33 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
34 DENIED moderate
App\Entity\EntryComment {#2076
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1407
    +user: Proxies\__CG__\App\Entity\User {#2009 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
    +image: Proxies\__CG__\App\Entity\Image {#2509 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
    +slug: "Almost-got-me-there-Google"
    +title: "Almost got me there Google!"
    +url: "https://lemmy.zip/pictrs/image/520eda9c-e10e-4d1b-b8d7-8dc1bcc31f3a.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 676
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711054914 {#1353
      date: 2024-03-21 22:01:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2507 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2510 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
    +badges: Doctrine\ORM\PersistentCollection {#2518 …}
    +children: [
      2 => App\Entity\EntryComment {#2469
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: """
          [github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)\n
          \n
          It lacks predictive text but it’s in development.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703870977 {#2471
          date: 2023-12-29 18:29:37.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2387 …}
        +nested: Doctrine\ORM\PersistentCollection {#2394 …}
        +votes: Doctrine\ORM\PersistentCollection {#2393 …}
        +reports: Doctrine\ORM\PersistentCollection {#1381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
        -id: 262531
        -bodyTs: "'/florisboard/florisboard](https://github.com/florisboard/florisboard)':3 'develop':12 'github.com':2 'github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)':1 'lack':5 'predict':6 'text':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4813485"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703870977 {#2467
          date: 2023-12-29 18:29:37.0 +01:00
        }
        +"title": 262531
      }
      1 => App\Entity\EntryComment {#2028
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: """
          [github.com/florisboard/florisboard/…/2314#discuss…](https://github.com/florisboard/florisboard/discussions/2314#discussion-5761611)\n
          \n
          According to this it’s still planned, though time will tell.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703884708 {#2033
          date: 2023-12-29 22:18:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
          "@RayZ3R0@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 263126
        -bodyTs: "'/2314':4 '/florisboard/florisboard/':3 '/florisboard/florisboard/discussions/2314#discussion-5761611)':8 'accord':9 'discuss':5 'github.com':2,7 'github.com/florisboard/florisboard/':1 'github.com/florisboard/florisboard/discussions/2314#discussion-5761611)':6 'plan':15 'still':14 'tell':19 'though':16 'time':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817933"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884708 {#2021
          date: 2023-12-29 22:18:28.0 +01:00
        }
        +"title": 263126
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 25609
    -titleTs: "'almost':1 'googl':5 'got':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703935770
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7613612"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703849370 {#2365
      date: 2023-12-29 12:29:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +body: "It does"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703884719 {#2084
    date: 2023-12-29 22:18:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@someguy3@lemmy.world"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2083 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  -id: 263128
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4817937"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703884719 {#2078
    date: 2023-12-29 22:18:39.0 +01:00
  }
  +"title": 263128
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
35 DENIED edit
App\Entity\EntryComment {#2076
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1407
    +user: Proxies\__CG__\App\Entity\User {#2009 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
    +image: Proxies\__CG__\App\Entity\Image {#2509 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
    +slug: "Almost-got-me-there-Google"
    +title: "Almost got me there Google!"
    +url: "https://lemmy.zip/pictrs/image/520eda9c-e10e-4d1b-b8d7-8dc1bcc31f3a.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 676
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711054914 {#1353
      date: 2024-03-21 22:01:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2507 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2510 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
    +badges: Doctrine\ORM\PersistentCollection {#2518 …}
    +children: [
      2 => App\Entity\EntryComment {#2469
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: """
          [github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)\n
          \n
          It lacks predictive text but it’s in development.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703870977 {#2471
          date: 2023-12-29 18:29:37.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2387 …}
        +nested: Doctrine\ORM\PersistentCollection {#2394 …}
        +votes: Doctrine\ORM\PersistentCollection {#2393 …}
        +reports: Doctrine\ORM\PersistentCollection {#1381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
        -id: 262531
        -bodyTs: "'/florisboard/florisboard](https://github.com/florisboard/florisboard)':3 'develop':12 'github.com':2 'github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)':1 'lack':5 'predict':6 'text':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4813485"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703870977 {#2467
          date: 2023-12-29 18:29:37.0 +01:00
        }
        +"title": 262531
      }
      1 => App\Entity\EntryComment {#2028
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: """
          [github.com/florisboard/florisboard/…/2314#discuss…](https://github.com/florisboard/florisboard/discussions/2314#discussion-5761611)\n
          \n
          According to this it’s still planned, though time will tell.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703884708 {#2033
          date: 2023-12-29 22:18:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
          "@RayZ3R0@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 263126
        -bodyTs: "'/2314':4 '/florisboard/florisboard/':3 '/florisboard/florisboard/discussions/2314#discussion-5761611)':8 'accord':9 'discuss':5 'github.com':2,7 'github.com/florisboard/florisboard/':1 'github.com/florisboard/florisboard/discussions/2314#discussion-5761611)':6 'plan':15 'still':14 'tell':19 'though':16 'time':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817933"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884708 {#2021
          date: 2023-12-29 22:18:28.0 +01:00
        }
        +"title": 263126
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 25609
    -titleTs: "'almost':1 'googl':5 'got':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703935770
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7613612"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703849370 {#2365
      date: 2023-12-29 12:29:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +body: "It does"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703884719 {#2084
    date: 2023-12-29 22:18:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@someguy3@lemmy.world"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2083 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  -id: 263128
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4817937"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703884719 {#2078
    date: 2023-12-29 22:18:39.0 +01:00
  }
  +"title": 263128
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
36 DENIED moderate
App\Entity\EntryComment {#2076
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1407
    +user: Proxies\__CG__\App\Entity\User {#2009 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
    +image: Proxies\__CG__\App\Entity\Image {#2509 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2508 …}
    +slug: "Almost-got-me-there-Google"
    +title: "Almost got me there Google!"
    +url: "https://lemmy.zip/pictrs/image/520eda9c-e10e-4d1b-b8d7-8dc1bcc31f3a.webp"
    +body: null
    +type: "link"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 49
    +favouriteCount: 676
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1711054914 {#1353
      date: 2024-03-21 22:01:54.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2507 …}
    +votes: Doctrine\ORM\PersistentCollection {#2514 …}
    +reports: Doctrine\ORM\PersistentCollection {#2510 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2513 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2516 …}
    +badges: Doctrine\ORM\PersistentCollection {#2518 …}
    +children: [
      2 => App\Entity\EntryComment {#2469
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: """
          [github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)\n
          \n
          It lacks predictive text but it’s in development.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703870977 {#2471
          date: 2023-12-29 18:29:37.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2387 …}
        +nested: Doctrine\ORM\PersistentCollection {#2394 …}
        +votes: Doctrine\ORM\PersistentCollection {#2393 …}
        +reports: Doctrine\ORM\PersistentCollection {#1381 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1402 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1385 …}
        -id: 262531
        -bodyTs: "'/florisboard/florisboard](https://github.com/florisboard/florisboard)':3 'develop':12 'github.com':2 'github.com/florisboard/florisboard](https://github.com/florisboard/florisboard)':1 'lack':5 'predict':6 'text':7"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4813485"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703870977 {#2467
          date: 2023-12-29 18:29:37.0 +01:00
        }
        +"title": 262531
      }
      1 => App\Entity\EntryComment {#2028
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1407 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2029 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
        +body: """
          [github.com/florisboard/florisboard/…/2314#discuss…](https://github.com/florisboard/florisboard/discussions/2314#discussion-5761611)\n
          \n
          According to this it’s still planned, though time will tell.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1703884708 {#2033
          date: 2023-12-29 22:18:28.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@balderdash9@lemmy.zip"
          "@someguy3@lemmy.world"
          "@RayZ3R0@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2012 …}
        +nested: Doctrine\ORM\PersistentCollection {#2013 …}
        +votes: Doctrine\ORM\PersistentCollection {#2035 …}
        +reports: Doctrine\ORM\PersistentCollection {#2036 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2144 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
        -id: 263126
        -bodyTs: "'/2314':4 '/florisboard/florisboard/':3 '/florisboard/florisboard/discussions/2314#discussion-5761611)':8 'accord':9 'discuss':5 'github.com':2,7 'github.com/florisboard/florisboard/':1 'github.com/florisboard/florisboard/discussions/2314#discussion-5761611)':6 'plan':15 'still':14 'tell':19 'though':16 'time':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4817933"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703884708 {#2021
          date: 2023-12-29 22:18:28.0 +01:00
        }
        +"title": 263126
      }
      0 => App\Entity\EntryComment {#2076}
    ]
    -id: 25609
    -titleTs: "'almost':1 'googl':5 'got':2"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703935770
    +visibility: "visible             "
    +apId: "https://lemmy.zip/post/7613612"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703849370 {#2365
      date: 2023-12-29 12:29:30.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2389 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2097 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2369 …}
  +body: "It does"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703884719 {#2084
    date: 2023-12-29 22:18:39.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@someguy3@lemmy.world"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2083 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2077 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2063 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2064 …}
  -id: 263128
  -bodyTs: ""
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4817937"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703884719 {#2078
    date: 2023-12-29 22:18:39.0 +01:00
  }
  +"title": 263128
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
37 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
38 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1717
  +user: Proxies\__CG__\App\Entity\User {#2116 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
  +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
  +url: null
  +body: """
    I tried earlier today and I had no luck actually getting an instance running\n
    \n
    It would help if the explanation was specific to a raspberry pi
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 48
  +favouriteCount: 60
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708580441 {#2368
    date: 2024-02-22 06:40:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1995 …}
  +votes: Doctrine\ORM\PersistentCollection {#2367 …}
  +reports: Doctrine\ORM\PersistentCollection {#2269 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
  +badges: Doctrine\ORM\PersistentCollection {#1351 …}
  +children: [
    3 => App\Entity\EntryComment {#2411
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: App\Entity\EntryComment {#1620
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
          \n
          It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
          \n
          Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1708567082 {#1567
          date: 2024-02-22 02:58:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1733 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
        -id: 255451
        -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4752909"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703644677 {#1526
          date: 2023-12-27 03:37:57.0 +01:00
        }
        +"title": 255451
      }
      +root: App\Entity\EntryComment {#1620}
      +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703644852 {#1629
        date: 2023-12-27 03:40:52.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2463 …}
      +nested: Doctrine\ORM\PersistentCollection {#2465 …}
      +votes: Doctrine\ORM\PersistentCollection {#2422 …}
      +reports: Doctrine\ORM\PersistentCollection {#2458 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
      -id: 255455
      -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4752939"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703644852 {#2448
        date: 2023-12-27 03:40:52.0 +01:00
      }
      +"title": 255455
    }
    2 => App\Entity\EntryComment {#2455
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
      +root: App\Entity\EntryComment {#1620}
      +body: """
        You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
        \n
        You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703719283 {#2457
        date: 2023-12-28 00:21:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1883 …}
      +nested: Doctrine\ORM\PersistentCollection {#1907 …}
      +votes: Doctrine\ORM\PersistentCollection {#1410 …}
      +reports: Doctrine\ORM\PersistentCollection {#1708 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
      -id: 257884
      -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4772735"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703719283 {#2454
        date: 2023-12-28 00:21:23.0 +01:00
      }
      +"title": 257884
    }
    1 => App\Entity\EntryComment {#2384
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
      +root: App\Entity\EntryComment {#1620}
      +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703724869 {#2379
        date: 2023-12-28 01:54:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2380 …}
      +votes: Doctrine\ORM\PersistentCollection {#2364 …}
      +reports: Doctrine\ORM\PersistentCollection {#2359 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
      -id: 258079
      -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4774010"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703724869 {#2378
        date: 2023-12-28 01:54:29.0 +01:00
      }
      +"title": 258079
    }
    0 => App\Entity\EntryComment {#1620}
  ]
  -id: 25109
  -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
  -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703723329
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11670512"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703636929 {#2016
    date: 2023-12-27 01:28:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
39 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1717
  +user: Proxies\__CG__\App\Entity\User {#2116 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
  +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
  +url: null
  +body: """
    I tried earlier today and I had no luck actually getting an instance running\n
    \n
    It would help if the explanation was specific to a raspberry pi
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 48
  +favouriteCount: 60
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708580441 {#2368
    date: 2024-02-22 06:40:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1995 …}
  +votes: Doctrine\ORM\PersistentCollection {#2367 …}
  +reports: Doctrine\ORM\PersistentCollection {#2269 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
  +badges: Doctrine\ORM\PersistentCollection {#1351 …}
  +children: [
    3 => App\Entity\EntryComment {#2411
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: App\Entity\EntryComment {#1620
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
          \n
          It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
          \n
          Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1708567082 {#1567
          date: 2024-02-22 02:58:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1733 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
        -id: 255451
        -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4752909"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703644677 {#1526
          date: 2023-12-27 03:37:57.0 +01:00
        }
        +"title": 255451
      }
      +root: App\Entity\EntryComment {#1620}
      +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703644852 {#1629
        date: 2023-12-27 03:40:52.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2463 …}
      +nested: Doctrine\ORM\PersistentCollection {#2465 …}
      +votes: Doctrine\ORM\PersistentCollection {#2422 …}
      +reports: Doctrine\ORM\PersistentCollection {#2458 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
      -id: 255455
      -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4752939"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703644852 {#2448
        date: 2023-12-27 03:40:52.0 +01:00
      }
      +"title": 255455
    }
    2 => App\Entity\EntryComment {#2455
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
      +root: App\Entity\EntryComment {#1620}
      +body: """
        You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
        \n
        You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703719283 {#2457
        date: 2023-12-28 00:21:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1883 …}
      +nested: Doctrine\ORM\PersistentCollection {#1907 …}
      +votes: Doctrine\ORM\PersistentCollection {#1410 …}
      +reports: Doctrine\ORM\PersistentCollection {#1708 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
      -id: 257884
      -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4772735"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703719283 {#2454
        date: 2023-12-28 00:21:23.0 +01:00
      }
      +"title": 257884
    }
    1 => App\Entity\EntryComment {#2384
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
      +root: App\Entity\EntryComment {#1620}
      +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703724869 {#2379
        date: 2023-12-28 01:54:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2380 …}
      +votes: Doctrine\ORM\PersistentCollection {#2364 …}
      +reports: Doctrine\ORM\PersistentCollection {#2359 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
      -id: 258079
      -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4774010"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703724869 {#2378
        date: 2023-12-28 01:54:29.0 +01:00
      }
      +"title": 258079
    }
    0 => App\Entity\EntryComment {#1620}
  ]
  -id: 25109
  -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
  -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703723329
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11670512"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703636929 {#2016
    date: 2023-12-27 01:28:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
40 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1717
  +user: Proxies\__CG__\App\Entity\User {#2116 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
  +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
  +url: null
  +body: """
    I tried earlier today and I had no luck actually getting an instance running\n
    \n
    It would help if the explanation was specific to a raspberry pi
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 48
  +favouriteCount: 60
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1708580441 {#2368
    date: 2024-02-22 06:40:41.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1995 …}
  +votes: Doctrine\ORM\PersistentCollection {#2367 …}
  +reports: Doctrine\ORM\PersistentCollection {#2269 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
  +badges: Doctrine\ORM\PersistentCollection {#1351 …}
  +children: [
    3 => App\Entity\EntryComment {#2411
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: App\Entity\EntryComment {#1620
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: null
        +root: null
        +body: """
          As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
          \n
          It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
          \n
          Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 8
        +score: 0
        +lastActive: DateTime @1708567082 {#1567
          date: 2024-02-22 02:58:02.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1720 …}
        +nested: Doctrine\ORM\PersistentCollection {#1714 …}
        +votes: Doctrine\ORM\PersistentCollection {#1724 …}
        +reports: Doctrine\ORM\PersistentCollection {#1733 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
        -id: 255451
        -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4752909"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703644677 {#1526
          date: 2023-12-27 03:37:57.0 +01:00
        }
        +"title": 255451
      }
      +root: App\Entity\EntryComment {#1620}
      +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703644852 {#1629
        date: 2023-12-27 03:40:52.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2463 …}
      +nested: Doctrine\ORM\PersistentCollection {#2465 …}
      +votes: Doctrine\ORM\PersistentCollection {#2422 …}
      +reports: Doctrine\ORM\PersistentCollection {#2458 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
      -id: 255455
      -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4752939"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703644852 {#2448
        date: 2023-12-27 03:40:52.0 +01:00
      }
      +"title": 255455
    }
    2 => App\Entity\EntryComment {#2455
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
      +root: App\Entity\EntryComment {#1620}
      +body: """
        You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
        \n
        You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703719283 {#2457
        date: 2023-12-28 00:21:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1883 …}
      +nested: Doctrine\ORM\PersistentCollection {#1907 …}
      +votes: Doctrine\ORM\PersistentCollection {#1410 …}
      +reports: Doctrine\ORM\PersistentCollection {#1708 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
      -id: 257884
      -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4772735"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703719283 {#2454
        date: 2023-12-28 00:21:23.0 +01:00
      }
      +"title": 257884
    }
    1 => App\Entity\EntryComment {#2384
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
      +root: App\Entity\EntryComment {#1620}
      +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1703724869 {#2379
        date: 2023-12-28 01:54:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@arudesalad@sh.itjust.works"
        "@zerodawn@leaf.dance"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2382 …}
      +nested: Doctrine\ORM\PersistentCollection {#2380 …}
      +votes: Doctrine\ORM\PersistentCollection {#2364 …}
      +reports: Doctrine\ORM\PersistentCollection {#2359 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
      -id: 258079
      -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://leaf.dance/comment/4774010"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703724869 {#2378
        date: 2023-12-28 01:54:29.0 +01:00
      }
      +"title": 258079
    }
    0 => App\Entity\EntryComment {#1620}
  ]
  -id: 25109
  -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
  -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703723329
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/11670512"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703636929 {#2016
    date: 2023-12-27 01:28:49.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
41 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
42 DENIED moderate
App\Entity\EntryComment {#2411
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2116 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
    +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
    +url: null
    +body: """
      I tried earlier today and I had no luck actually getting an instance running\n
      \n
      It would help if the explanation was specific to a raspberry pi
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 60
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708580441 {#2368
      date: 2024-02-22 06:40:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1995 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      3 => App\Entity\EntryComment {#2411}
      2 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
        +root: App\Entity\EntryComment {#1620
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
            \n
            It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
            \n
            Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 8
          +score: 0
          +lastActive: DateTime @1708567082 {#1567
            date: 2024-02-22 02:58:02.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@arudesalad@sh.itjust.works"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1720 …}
          +nested: Doctrine\ORM\PersistentCollection {#1714 …}
          +votes: Doctrine\ORM\PersistentCollection {#1724 …}
          +reports: Doctrine\ORM\PersistentCollection {#1733 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
          -id: 255451
          -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://leaf.dance/comment/4752909"
          +editedAt: null
          +createdAt: DateTimeImmutable @1703644677 {#1526
            date: 2023-12-27 03:37:57.0 +01:00
          }
          +"title": 255451
        }
        +body: """
          You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
          \n
          You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703719283 {#2457
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1410 …}
        +reports: Doctrine\ORM\PersistentCollection {#1708 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
        -id: 257884
        -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4772735"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703719283 {#2454
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +"title": 257884
      }
      1 => App\Entity\EntryComment {#2384
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +root: App\Entity\EntryComment {#1620}
        +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703724869 {#2379
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2382 …}
        +nested: Doctrine\ORM\PersistentCollection {#2380 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2359 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
        -id: 258079
        -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4774010"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724869 {#2378
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +"title": 258079
      }
      0 => App\Entity\EntryComment {#1620}
    ]
    -id: 25109
    -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
    -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703723329
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11670512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703636929 {#2016
      date: 2023-12-27 01:28:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: App\Entity\EntryComment {#1620}
  +root: App\Entity\EntryComment {#1620}
  +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703644852 {#1629
    date: 2023-12-27 03:40:52.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2463 …}
  +nested: Doctrine\ORM\PersistentCollection {#2465 …}
  +votes: Doctrine\ORM\PersistentCollection {#2422 …}
  +reports: Doctrine\ORM\PersistentCollection {#2458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
  -id: 255455
  -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4752939"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703644852 {#2448
    date: 2023-12-27 03:40:52.0 +01:00
  }
  +"title": 255455
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
43 DENIED edit
App\Entity\EntryComment {#2411
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2116 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
    +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
    +url: null
    +body: """
      I tried earlier today and I had no luck actually getting an instance running\n
      \n
      It would help if the explanation was specific to a raspberry pi
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 60
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708580441 {#2368
      date: 2024-02-22 06:40:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1995 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      3 => App\Entity\EntryComment {#2411}
      2 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
        +root: App\Entity\EntryComment {#1620
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
            \n
            It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
            \n
            Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 8
          +score: 0
          +lastActive: DateTime @1708567082 {#1567
            date: 2024-02-22 02:58:02.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@arudesalad@sh.itjust.works"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1720 …}
          +nested: Doctrine\ORM\PersistentCollection {#1714 …}
          +votes: Doctrine\ORM\PersistentCollection {#1724 …}
          +reports: Doctrine\ORM\PersistentCollection {#1733 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
          -id: 255451
          -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://leaf.dance/comment/4752909"
          +editedAt: null
          +createdAt: DateTimeImmutable @1703644677 {#1526
            date: 2023-12-27 03:37:57.0 +01:00
          }
          +"title": 255451
        }
        +body: """
          You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
          \n
          You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703719283 {#2457
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1410 …}
        +reports: Doctrine\ORM\PersistentCollection {#1708 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
        -id: 257884
        -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4772735"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703719283 {#2454
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +"title": 257884
      }
      1 => App\Entity\EntryComment {#2384
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +root: App\Entity\EntryComment {#1620}
        +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703724869 {#2379
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2382 …}
        +nested: Doctrine\ORM\PersistentCollection {#2380 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2359 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
        -id: 258079
        -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4774010"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724869 {#2378
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +"title": 258079
      }
      0 => App\Entity\EntryComment {#1620}
    ]
    -id: 25109
    -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
    -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703723329
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11670512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703636929 {#2016
      date: 2023-12-27 01:28:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: App\Entity\EntryComment {#1620}
  +root: App\Entity\EntryComment {#1620}
  +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703644852 {#1629
    date: 2023-12-27 03:40:52.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2463 …}
  +nested: Doctrine\ORM\PersistentCollection {#2465 …}
  +votes: Doctrine\ORM\PersistentCollection {#2422 …}
  +reports: Doctrine\ORM\PersistentCollection {#2458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
  -id: 255455
  -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4752939"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703644852 {#2448
    date: 2023-12-27 03:40:52.0 +01:00
  }
  +"title": 255455
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
44 DENIED moderate
App\Entity\EntryComment {#2411
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2116 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
    +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
    +url: null
    +body: """
      I tried earlier today and I had no luck actually getting an instance running\n
      \n
      It would help if the explanation was specific to a raspberry pi
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 60
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708580441 {#2368
      date: 2024-02-22 06:40:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1995 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      3 => App\Entity\EntryComment {#2411}
      2 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
        +root: App\Entity\EntryComment {#1620
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
            \n
            It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
            \n
            Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 8
          +score: 0
          +lastActive: DateTime @1708567082 {#1567
            date: 2024-02-22 02:58:02.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@arudesalad@sh.itjust.works"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1720 …}
          +nested: Doctrine\ORM\PersistentCollection {#1714 …}
          +votes: Doctrine\ORM\PersistentCollection {#1724 …}
          +reports: Doctrine\ORM\PersistentCollection {#1733 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
          -id: 255451
          -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://leaf.dance/comment/4752909"
          +editedAt: null
          +createdAt: DateTimeImmutable @1703644677 {#1526
            date: 2023-12-27 03:37:57.0 +01:00
          }
          +"title": 255451
        }
        +body: """
          You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
          \n
          You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703719283 {#2457
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1410 …}
        +reports: Doctrine\ORM\PersistentCollection {#1708 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
        -id: 257884
        -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4772735"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703719283 {#2454
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +"title": 257884
      }
      1 => App\Entity\EntryComment {#2384
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +root: App\Entity\EntryComment {#1620}
        +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703724869 {#2379
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2382 …}
        +nested: Doctrine\ORM\PersistentCollection {#2380 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2359 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
        -id: 258079
        -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4774010"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724869 {#2378
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +"title": 258079
      }
      0 => App\Entity\EntryComment {#1620}
    ]
    -id: 25109
    -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
    -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703723329
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11670512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703636929 {#2016
      date: 2023-12-27 01:28:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: App\Entity\EntryComment {#1620}
  +root: App\Entity\EntryComment {#1620}
  +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703644852 {#1629
    date: 2023-12-27 03:40:52.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2463 …}
  +nested: Doctrine\ORM\PersistentCollection {#2465 …}
  +votes: Doctrine\ORM\PersistentCollection {#2422 …}
  +reports: Doctrine\ORM\PersistentCollection {#2458 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
  -id: 255455
  -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4752939"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703644852 {#2448
    date: 2023-12-27 03:40:52.0 +01:00
  }
  +"title": 255455
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
45 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
46 DENIED moderate
App\Entity\EntryComment {#2455
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2116 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
    +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
    +url: null
    +body: """
      I tried earlier today and I had no luck actually getting an instance running\n
      \n
      It would help if the explanation was specific to a raspberry pi
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 60
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708580441 {#2368
      date: 2024-02-22 06:40:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1995 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      3 => App\Entity\EntryComment {#2411
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: App\Entity\EntryComment {#1620
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
            \n
            It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
            \n
            Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 8
          +score: 0
          +lastActive: DateTime @1708567082 {#1567
            date: 2024-02-22 02:58:02.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@arudesalad@sh.itjust.works"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1720 …}
          +nested: Doctrine\ORM\PersistentCollection {#1714 …}
          +votes: Doctrine\ORM\PersistentCollection {#1724 …}
          +reports: Doctrine\ORM\PersistentCollection {#1733 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
          -id: 255451
          -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://leaf.dance/comment/4752909"
          +editedAt: null
          +createdAt: DateTimeImmutable @1703644677 {#1526
            date: 2023-12-27 03:37:57.0 +01:00
          }
          +"title": 255451
        }
        +root: App\Entity\EntryComment {#1620}
        +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703644852 {#1629
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2463 …}
        +nested: Doctrine\ORM\PersistentCollection {#2465 …}
        +votes: Doctrine\ORM\PersistentCollection {#2422 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
        -id: 255455
        -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4752939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703644852 {#2448
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +"title": 255455
      }
      2 => App\Entity\EntryComment {#2455}
      1 => App\Entity\EntryComment {#2384
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +root: App\Entity\EntryComment {#1620}
        +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703724869 {#2379
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2382 …}
        +nested: Doctrine\ORM\PersistentCollection {#2380 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2359 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
        -id: 258079
        -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4774010"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724869 {#2378
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +"title": 258079
      }
      0 => App\Entity\EntryComment {#1620}
    ]
    -id: 25109
    -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
    -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703723329
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11670512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703636929 {#2016
      date: 2023-12-27 01:28:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
  +root: App\Entity\EntryComment {#1620}
  +body: """
    You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
    \n
    You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703719283 {#2457
    date: 2023-12-28 00:21:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1883 …}
  +nested: Doctrine\ORM\PersistentCollection {#1907 …}
  +votes: Doctrine\ORM\PersistentCollection {#1410 …}
  +reports: Doctrine\ORM\PersistentCollection {#1708 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  -id: 257884
  -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4772735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703719283 {#2454
    date: 2023-12-28 00:21:23.0 +01:00
  }
  +"title": 257884
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
47 DENIED edit
App\Entity\EntryComment {#2455
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2116 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
    +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
    +url: null
    +body: """
      I tried earlier today and I had no luck actually getting an instance running\n
      \n
      It would help if the explanation was specific to a raspberry pi
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 60
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708580441 {#2368
      date: 2024-02-22 06:40:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1995 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      3 => App\Entity\EntryComment {#2411
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: App\Entity\EntryComment {#1620
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
            \n
            It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
            \n
            Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 8
          +score: 0
          +lastActive: DateTime @1708567082 {#1567
            date: 2024-02-22 02:58:02.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@arudesalad@sh.itjust.works"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1720 …}
          +nested: Doctrine\ORM\PersistentCollection {#1714 …}
          +votes: Doctrine\ORM\PersistentCollection {#1724 …}
          +reports: Doctrine\ORM\PersistentCollection {#1733 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
          -id: 255451
          -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://leaf.dance/comment/4752909"
          +editedAt: null
          +createdAt: DateTimeImmutable @1703644677 {#1526
            date: 2023-12-27 03:37:57.0 +01:00
          }
          +"title": 255451
        }
        +root: App\Entity\EntryComment {#1620}
        +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703644852 {#1629
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2463 …}
        +nested: Doctrine\ORM\PersistentCollection {#2465 …}
        +votes: Doctrine\ORM\PersistentCollection {#2422 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
        -id: 255455
        -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4752939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703644852 {#2448
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +"title": 255455
      }
      2 => App\Entity\EntryComment {#2455}
      1 => App\Entity\EntryComment {#2384
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +root: App\Entity\EntryComment {#1620}
        +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703724869 {#2379
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2382 …}
        +nested: Doctrine\ORM\PersistentCollection {#2380 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2359 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
        -id: 258079
        -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4774010"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724869 {#2378
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +"title": 258079
      }
      0 => App\Entity\EntryComment {#1620}
    ]
    -id: 25109
    -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
    -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703723329
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11670512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703636929 {#2016
      date: 2023-12-27 01:28:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
  +root: App\Entity\EntryComment {#1620}
  +body: """
    You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
    \n
    You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703719283 {#2457
    date: 2023-12-28 00:21:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1883 …}
  +nested: Doctrine\ORM\PersistentCollection {#1907 …}
  +votes: Doctrine\ORM\PersistentCollection {#1410 …}
  +reports: Doctrine\ORM\PersistentCollection {#1708 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  -id: 257884
  -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4772735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703719283 {#2454
    date: 2023-12-28 00:21:23.0 +01:00
  }
  +"title": 257884
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
48 DENIED moderate
App\Entity\EntryComment {#2455
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2116 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
    +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
    +url: null
    +body: """
      I tried earlier today and I had no luck actually getting an instance running\n
      \n
      It would help if the explanation was specific to a raspberry pi
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 60
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708580441 {#2368
      date: 2024-02-22 06:40:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1995 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      3 => App\Entity\EntryComment {#2411
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: App\Entity\EntryComment {#1620
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
            \n
            It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
            \n
            Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 8
          +score: 0
          +lastActive: DateTime @1708567082 {#1567
            date: 2024-02-22 02:58:02.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@arudesalad@sh.itjust.works"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1720 …}
          +nested: Doctrine\ORM\PersistentCollection {#1714 …}
          +votes: Doctrine\ORM\PersistentCollection {#1724 …}
          +reports: Doctrine\ORM\PersistentCollection {#1733 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
          -id: 255451
          -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://leaf.dance/comment/4752909"
          +editedAt: null
          +createdAt: DateTimeImmutable @1703644677 {#1526
            date: 2023-12-27 03:37:57.0 +01:00
          }
          +"title": 255451
        }
        +root: App\Entity\EntryComment {#1620}
        +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703644852 {#1629
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2463 …}
        +nested: Doctrine\ORM\PersistentCollection {#2465 …}
        +votes: Doctrine\ORM\PersistentCollection {#2422 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
        -id: 255455
        -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4752939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703644852 {#2448
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +"title": 255455
      }
      2 => App\Entity\EntryComment {#2455}
      1 => App\Entity\EntryComment {#2384
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +root: App\Entity\EntryComment {#1620}
        +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703724869 {#2379
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2382 …}
        +nested: Doctrine\ORM\PersistentCollection {#2380 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2359 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
        -id: 258079
        -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4774010"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724869 {#2378
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +"title": 258079
      }
      0 => App\Entity\EntryComment {#1620}
    ]
    -id: 25109
    -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
    -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703723329
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11670512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703636929 {#2016
      date: 2023-12-27 01:28:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
  +root: App\Entity\EntryComment {#1620}
  +body: """
    You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
    \n
    You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703719283 {#2457
    date: 2023-12-28 00:21:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1883 …}
  +nested: Doctrine\ORM\PersistentCollection {#1907 …}
  +votes: Doctrine\ORM\PersistentCollection {#1410 …}
  +reports: Doctrine\ORM\PersistentCollection {#1708 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  -id: 257884
  -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4772735"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703719283 {#2454
    date: 2023-12-28 00:21:23.0 +01:00
  }
  +"title": 257884
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
49 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
50 DENIED moderate
App\Entity\EntryComment {#2384
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2116 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
    +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
    +url: null
    +body: """
      I tried earlier today and I had no luck actually getting an instance running\n
      \n
      It would help if the explanation was specific to a raspberry pi
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 60
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708580441 {#2368
      date: 2024-02-22 06:40:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1995 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      3 => App\Entity\EntryComment {#2411
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: App\Entity\EntryComment {#1620
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
            \n
            It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
            \n
            Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 8
          +score: 0
          +lastActive: DateTime @1708567082 {#1567
            date: 2024-02-22 02:58:02.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@arudesalad@sh.itjust.works"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1720 …}
          +nested: Doctrine\ORM\PersistentCollection {#1714 …}
          +votes: Doctrine\ORM\PersistentCollection {#1724 …}
          +reports: Doctrine\ORM\PersistentCollection {#1733 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
          -id: 255451
          -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://leaf.dance/comment/4752909"
          +editedAt: null
          +createdAt: DateTimeImmutable @1703644677 {#1526
            date: 2023-12-27 03:37:57.0 +01:00
          }
          +"title": 255451
        }
        +root: App\Entity\EntryComment {#1620}
        +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703644852 {#1629
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2463 …}
        +nested: Doctrine\ORM\PersistentCollection {#2465 …}
        +votes: Doctrine\ORM\PersistentCollection {#2422 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
        -id: 255455
        -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4752939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703644852 {#2448
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +"title": 255455
      }
      2 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
        +root: App\Entity\EntryComment {#1620}
        +body: """
          You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
          \n
          You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703719283 {#2457
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1410 …}
        +reports: Doctrine\ORM\PersistentCollection {#1708 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
        -id: 257884
        -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4772735"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703719283 {#2454
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +"title": 257884
      }
      1 => App\Entity\EntryComment {#2384}
      0 => App\Entity\EntryComment {#1620}
    ]
    -id: 25109
    -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
    -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703723329
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11670512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703636929 {#2016
      date: 2023-12-27 01:28:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
  +root: App\Entity\EntryComment {#1620}
  +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703724869 {#2379
    date: 2023-12-28 01:54:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2380 …}
  +votes: Doctrine\ORM\PersistentCollection {#2364 …}
  +reports: Doctrine\ORM\PersistentCollection {#2359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
  -id: 258079
  -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4774010"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703724869 {#2378
    date: 2023-12-28 01:54:29.0 +01:00
  }
  +"title": 258079
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
51 DENIED edit
App\Entity\EntryComment {#2384
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2116 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
    +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
    +url: null
    +body: """
      I tried earlier today and I had no luck actually getting an instance running\n
      \n
      It would help if the explanation was specific to a raspberry pi
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 60
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708580441 {#2368
      date: 2024-02-22 06:40:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1995 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      3 => App\Entity\EntryComment {#2411
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: App\Entity\EntryComment {#1620
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
            \n
            It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
            \n
            Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 8
          +score: 0
          +lastActive: DateTime @1708567082 {#1567
            date: 2024-02-22 02:58:02.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@arudesalad@sh.itjust.works"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1720 …}
          +nested: Doctrine\ORM\PersistentCollection {#1714 …}
          +votes: Doctrine\ORM\PersistentCollection {#1724 …}
          +reports: Doctrine\ORM\PersistentCollection {#1733 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
          -id: 255451
          -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://leaf.dance/comment/4752909"
          +editedAt: null
          +createdAt: DateTimeImmutable @1703644677 {#1526
            date: 2023-12-27 03:37:57.0 +01:00
          }
          +"title": 255451
        }
        +root: App\Entity\EntryComment {#1620}
        +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703644852 {#1629
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2463 …}
        +nested: Doctrine\ORM\PersistentCollection {#2465 …}
        +votes: Doctrine\ORM\PersistentCollection {#2422 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
        -id: 255455
        -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4752939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703644852 {#2448
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +"title": 255455
      }
      2 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
        +root: App\Entity\EntryComment {#1620}
        +body: """
          You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
          \n
          You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703719283 {#2457
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1410 …}
        +reports: Doctrine\ORM\PersistentCollection {#1708 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
        -id: 257884
        -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4772735"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703719283 {#2454
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +"title": 257884
      }
      1 => App\Entity\EntryComment {#2384}
      0 => App\Entity\EntryComment {#1620}
    ]
    -id: 25109
    -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
    -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703723329
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11670512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703636929 {#2016
      date: 2023-12-27 01:28:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
  +root: App\Entity\EntryComment {#1620}
  +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703724869 {#2379
    date: 2023-12-28 01:54:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2380 …}
  +votes: Doctrine\ORM\PersistentCollection {#2364 …}
  +reports: Doctrine\ORM\PersistentCollection {#2359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
  -id: 258079
  -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4774010"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703724869 {#2378
    date: 2023-12-28 01:54:29.0 +01:00
  }
  +"title": 258079
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
52 DENIED moderate
App\Entity\EntryComment {#2384
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2116 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
    +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
    +url: null
    +body: """
      I tried earlier today and I had no luck actually getting an instance running\n
      \n
      It would help if the explanation was specific to a raspberry pi
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 60
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708580441 {#2368
      date: 2024-02-22 06:40:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1995 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      3 => App\Entity\EntryComment {#2411
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: App\Entity\EntryComment {#1620
          +user: App\Entity\User {#259 …}
          +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
          +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
          +image: null
          +parent: null
          +root: null
          +body: """
            As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
            \n
            It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
            \n
            Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
            """
          +lang: "en"
          +isAdult: false
          +favouriteCount: 8
          +score: 0
          +lastActive: DateTime @1708567082 {#1567
            date: 2024-02-22 02:58:02.0 +01:00
          }
          +ip: null
          +tags: null
          +mentions: [
            "@arudesalad@sh.itjust.works"
          ]
          +children: Doctrine\ORM\PersistentCollection {#1720 …}
          +nested: Doctrine\ORM\PersistentCollection {#1714 …}
          +votes: Doctrine\ORM\PersistentCollection {#1724 …}
          +reports: Doctrine\ORM\PersistentCollection {#1733 …}
          +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
          +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
          -id: 255451
          -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
          +ranking: 0
          +commentCount: 0
          +upVotes: 0
          +downVotes: 0
          +visibility: "visible             "
          +apId: "https://leaf.dance/comment/4752909"
          +editedAt: null
          +createdAt: DateTimeImmutable @1703644677 {#1526
            date: 2023-12-27 03:37:57.0 +01:00
          }
          +"title": 255451
        }
        +root: App\Entity\EntryComment {#1620}
        +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703644852 {#1629
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2463 …}
        +nested: Doctrine\ORM\PersistentCollection {#2465 …}
        +votes: Doctrine\ORM\PersistentCollection {#2422 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
        -id: 255455
        -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4752939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703644852 {#2448
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +"title": 255455
      }
      2 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
        +root: App\Entity\EntryComment {#1620}
        +body: """
          You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
          \n
          You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703719283 {#2457
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1410 …}
        +reports: Doctrine\ORM\PersistentCollection {#1708 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
        -id: 257884
        -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4772735"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703719283 {#2454
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +"title": 257884
      }
      1 => App\Entity\EntryComment {#2384}
      0 => App\Entity\EntryComment {#1620}
    ]
    -id: 25109
    -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
    -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703723329
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11670512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703636929 {#2016
      date: 2023-12-27 01:28:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
  +root: App\Entity\EntryComment {#1620}
  +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703724869 {#2379
    date: 2023-12-28 01:54:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
    "@zerodawn@leaf.dance"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2382 …}
  +nested: Doctrine\ORM\PersistentCollection {#2380 …}
  +votes: Doctrine\ORM\PersistentCollection {#2364 …}
  +reports: Doctrine\ORM\PersistentCollection {#2359 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
  -id: 258079
  -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4774010"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703724869 {#2378
    date: 2023-12-28 01:54:29.0 +01:00
  }
  +"title": 258079
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
53 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
54 DENIED moderate
App\Entity\EntryComment {#1620
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2116 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
    +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
    +url: null
    +body: """
      I tried earlier today and I had no luck actually getting an instance running\n
      \n
      It would help if the explanation was specific to a raspberry pi
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 60
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708580441 {#2368
      date: 2024-02-22 06:40:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1995 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      3 => App\Entity\EntryComment {#2411
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: App\Entity\EntryComment {#1620}
        +root: App\Entity\EntryComment {#1620}
        +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703644852 {#1629
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2463 …}
        +nested: Doctrine\ORM\PersistentCollection {#2465 …}
        +votes: Doctrine\ORM\PersistentCollection {#2422 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
        -id: 255455
        -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4752939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703644852 {#2448
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +"title": 255455
      }
      2 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
        +root: App\Entity\EntryComment {#1620}
        +body: """
          You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
          \n
          You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703719283 {#2457
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1410 …}
        +reports: Doctrine\ORM\PersistentCollection {#1708 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
        -id: 257884
        -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4772735"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703719283 {#2454
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +"title": 257884
      }
      1 => App\Entity\EntryComment {#2384
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +root: App\Entity\EntryComment {#1620}
        +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703724869 {#2379
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2382 …}
        +nested: Doctrine\ORM\PersistentCollection {#2380 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2359 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
        -id: 258079
        -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4774010"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724869 {#2378
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +"title": 258079
      }
      0 => App\Entity\EntryComment {#1620}
    ]
    -id: 25109
    -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
    -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703723329
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11670512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703636929 {#2016
      date: 2023-12-27 01:28:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
    \n
    It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
    \n
    Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1708567082 {#1567
    date: 2024-02-22 02:58:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1720 …}
  +nested: Doctrine\ORM\PersistentCollection {#1714 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1733 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
  -id: 255451
  -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4752909"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703644677 {#1526
    date: 2023-12-27 03:37:57.0 +01:00
  }
  +"title": 255451
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
55 DENIED edit
App\Entity\EntryComment {#1620
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2116 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
    +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
    +url: null
    +body: """
      I tried earlier today and I had no luck actually getting an instance running\n
      \n
      It would help if the explanation was specific to a raspberry pi
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 60
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708580441 {#2368
      date: 2024-02-22 06:40:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1995 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      3 => App\Entity\EntryComment {#2411
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: App\Entity\EntryComment {#1620}
        +root: App\Entity\EntryComment {#1620}
        +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703644852 {#1629
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2463 …}
        +nested: Doctrine\ORM\PersistentCollection {#2465 …}
        +votes: Doctrine\ORM\PersistentCollection {#2422 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
        -id: 255455
        -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4752939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703644852 {#2448
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +"title": 255455
      }
      2 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
        +root: App\Entity\EntryComment {#1620}
        +body: """
          You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
          \n
          You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703719283 {#2457
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1410 …}
        +reports: Doctrine\ORM\PersistentCollection {#1708 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
        -id: 257884
        -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4772735"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703719283 {#2454
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +"title": 257884
      }
      1 => App\Entity\EntryComment {#2384
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +root: App\Entity\EntryComment {#1620}
        +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703724869 {#2379
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2382 …}
        +nested: Doctrine\ORM\PersistentCollection {#2380 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2359 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
        -id: 258079
        -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4774010"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724869 {#2378
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +"title": 258079
      }
      0 => App\Entity\EntryComment {#1620}
    ]
    -id: 25109
    -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
    -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703723329
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11670512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703636929 {#2016
      date: 2023-12-27 01:28:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
    \n
    It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
    \n
    Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1708567082 {#1567
    date: 2024-02-22 02:58:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1720 …}
  +nested: Doctrine\ORM\PersistentCollection {#1714 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1733 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
  -id: 255451
  -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4752909"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703644677 {#1526
    date: 2023-12-27 03:37:57.0 +01:00
  }
  +"title": 255451
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
56 DENIED moderate
App\Entity\EntryComment {#1620
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1717
    +user: Proxies\__CG__\App\Entity\User {#2116 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Could-someone-explain-how-to-set-up-a-lemmy-instance"
    +title: "Could someone explain how to set up a lemmy instance with ansible for an absolute beginner"
    +url: null
    +body: """
      I tried earlier today and I had no luck actually getting an instance running\n
      \n
      It would help if the explanation was specific to a raspberry pi
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 48
    +favouriteCount: 60
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1708580441 {#2368
      date: 2024-02-22 06:40:41.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1995 …}
    +votes: Doctrine\ORM\PersistentCollection {#2367 …}
    +reports: Doctrine\ORM\PersistentCollection {#2269 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1347 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1350 …}
    +badges: Doctrine\ORM\PersistentCollection {#1351 …}
    +children: [
      3 => App\Entity\EntryComment {#2411
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: App\Entity\EntryComment {#1620}
        +root: App\Entity\EntryComment {#1620}
        +body: "Learning how to use your pi to run a reverse proxy to a self hosted blogging site would give you plenty of hands on starter experience. Run docker and portainer and mess with docker config files from a webgui to see what work and what doesn’t."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 1
        +score: 0
        +lastActive: DateTime @1703644852 {#1629
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2463 …}
        +nested: Doctrine\ORM\PersistentCollection {#2465 …}
        +votes: Doctrine\ORM\PersistentCollection {#2422 …}
        +reports: Doctrine\ORM\PersistentCollection {#2458 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2456 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2453 …}
        -id: 255455
        -bodyTs: "'blog':16 'config':35 'docker':28,34 'doesn':46 'experi':26 'file':36 'give':19 'hand':23 'host':15 'learn':1 'mess':32 'pi':6 'plenti':21 'portain':30 'proxi':11 'revers':10 'run':8,27 'see':41 'self':14 'site':17 'starter':25 'use':4 'webgui':39 'work':43 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4752939"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703644852 {#2448
          date: 2023-12-27 03:40:52.0 +01:00
        }
        +"title": 255455
      }
      2 => App\Entity\EntryComment {#2455
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2391 …}
        +root: App\Entity\EntryComment {#1620}
        +body: """
          You could set up a dns based ad-blocker like pihole and a vpn like wireguard to tunnel your phone back into your home network so you have ad-blocking on the go, too. That’s a semi beginner protect with plenty of tutorials to pick from.\n
          \n
          You could run nextcloud, syncthing, or immich to make your own cloud at home but that might need more than a basic pi setup.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703719283 {#2457
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1883 …}
        +nested: Doctrine\ORM\PersistentCollection {#1907 …}
        +votes: Doctrine\ORM\PersistentCollection {#1410 …}
        +reports: Doctrine\ORM\PersistentCollection {#1708 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1906 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
        -id: 257884
        -bodyTs: "'ad':9,31 'ad-block':8,30 'back':22 'base':7 'basic':71 'beginn':41 'block':32 'blocker':10 'cloud':61 'could':2,51 'dns':6 'go':35 'home':25,63 'immich':56 'like':11,16 'make':58 'might':66 'need':67 'network':26 'nextcloud':53 'phone':21 'pi':72 'pick':48 'pihol':12 'plenti':44 'protect':42 'run':52 'semi':40 'set':3 'setup':73 'syncth':54 'tunnel':19 'tutori':46 'vpn':15 'wireguard':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4772735"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703719283 {#2454
          date: 2023-12-28 00:21:23.0 +01:00
        }
        +"title": 257884
      }
      1 => App\Entity\EntryComment {#2384
        +user: App\Entity\User {#259 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1717 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +root: App\Entity\EntryComment {#1620}
        +body: "It’s a great software to run. I like to watch youtube tutorials that explain things step by step so i can understand what happens. If i find a good video i’ll see what other software that channel may have a tutorial on and if that software may interest me."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1703724869 {#2379
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@arudesalad@sh.itjust.works"
          "@zerodawn@leaf.dance"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2382 …}
        +nested: Doctrine\ORM\PersistentCollection {#2380 …}
        +votes: Doctrine\ORM\PersistentCollection {#2364 …}
        +reports: Doctrine\ORM\PersistentCollection {#2359 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2377 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2363 …}
        -id: 258079
        -bodyTs: "'channel':39 'explain':15 'find':28 'good':30 'great':4 'happen':25 'interest':50 'like':9 'll':33 'may':40,49 'run':7 'see':34 'softwar':5,37,48 'step':17,19 'thing':16 'tutori':13,43 'understand':23 'video':31 'watch':11 'youtub':12"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://leaf.dance/comment/4774010"
        +editedAt: null
        +createdAt: DateTimeImmutable @1703724869 {#2378
          date: 2023-12-28 01:54:29.0 +01:00
        }
        +"title": 258079
      }
      0 => App\Entity\EntryComment {#1620}
    ]
    -id: 25109
    -titleTs: "'absolut':15 'ansibl':12 'beginn':16 'could':1 'explain':3 'instanc':10 'lemmi':9 'set':6 'someon':2"
    -bodyTs: "'actual':10 'earlier':3 'explan':20 'get':11 'help':17 'instanc':13 'luck':9 'pi':26 'raspberri':25 'run':14 'specif':22 'today':4 'tri':2 'would':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703723329
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/11670512"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703636929 {#2016
      date: 2023-12-27 01:28:49.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1716 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    As a self taught self-hosting enthusiast i wouldn’t recommend ansible to a beginner. I know that sounds backwards as absible makes everything easy and does all the work for you but that’s also part of the problem. It would be like jumping behind the wheel of a self driving car without knowing how to drive at all. When (not if) something goes wrong it could go wrong hard and you’d lose the whole instance.\n
    \n
    It’s better to start with some other self hosted projects that interest you to get a feel for the process and software like docker then work your way up to bigger things like lemmy. I consider myself fairly versed in the process and lemmy still gave me some issues to set up and my pixelfed instance still won’t federate despite my best efforts. I’m pretty sure i know the issue, i just need to get around to fixing it.\n
    \n
    Last thought, the raspberry pi is a pretty impressive little pc for it’s size and price point but you might find yourself quickly burning through resources depending on the number of active users you have and how heavily you use it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1708567082 {#1567
    date: 2024-02-22 02:58:02.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@arudesalad@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1720 …}
  +nested: Doctrine\ORM\PersistentCollection {#1714 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1733 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1686 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1705 …}
  -id: 255451
  -bodyTs: "'absibl':23 'activ':194 'also':37 'ansibl':13 'around':158 'backward':21 'beginn':16 'behind':47 'best':143 'better':82 'bigger':111 'burn':186 'car':54 'consid':116 'could':69 'd':75 'depend':189 'despit':141 'docker':104 'drive':53,59 'easi':26 'effort':144 'enthusiast':8 'everyth':25 'fair':118 'feder':140 'feel':97 'find':183 'fix':160 'gave':126 'get':95,157 'go':70 'goe':66 'hard':72 'heavili':200 'host':7,89 'impress':170 'instanc':79,136 'interest':92 'issu':129,152 'jump':46 'know':18,56,150 'last':162 'lemmi':114,124 'like':45,103,113 'littl':171 'lose':76 'm':146 'make':24 'might':182 'need':155 'number':192 'part':38 'pc':172 'pi':166 'pixelf':135 'point':179 'pretti':147,169 'price':178 'problem':41 'process':100,122 'project':90 'quick':185 'raspberri':165 'recommend':12 'resourc':188 'self':3,6,52,88 'self-host':5 'set':131 'size':176 'softwar':102 'someth':65 'sound':20 'start':84 'still':125,137 'sure':148 'taught':4 'thing':112 'thought':163 'use':202 'user':195 'vers':119 'way':108 'wheel':49 'whole':78 'without':55 'won':138 'work':31,106 'would':43 'wouldn':10 'wrong':67,71"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://leaf.dance/comment/4752909"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703644677 {#1526
    date: 2023-12-27 03:37:57.0 +01:00
  }
  +"title": 255451
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
57 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
58 DENIED moderate
App\Entity\Entry {#1431
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "The-Thing-From-Another-World-and-The-Thing"
  +title: "The Thing From Another World and The Thing"
  +url: null
  +body: """
    Are there any other good modem movies that have black and white counterparts? The only other one i can think of is The Day The Earth Stood Still and the remake of that isn’t even that good.\n
    \n
    This question comes about as my really enjoying The Thing, finding out it had an earlier version, and then finding i enjoyed that version more and for different reasons. I’d love to branch out and watch more monochrome movies with modem ties.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698776510 {#1465
    date: 2023-10-31 19:21:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1648 …}
  +votes: Doctrine\ORM\PersistentCollection {#1675 …}
  +reports: Doctrine\ORM\PersistentCollection {#1672 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1549 …}
  +children: []
  -id: 8670
  -titleTs: "'anoth':4 'thing':2,8 'world':5"
  -bodyTs: "'black':10 'branch':72 'come':41 'counterpart':13 'd':69 'day':24 'differ':66 'earlier':54 'earth':26 'enjoy':46,60 'even':36 'find':49,58 'good':5,38 'isn':34 'love':70 'modem':6,80 'monochrom':77 'movi':7,78 'one':17 'question':40 'realli':45 'reason':67 'remak':31 'still':28 'stood':27 'thing':48 'think':20 'tie':81 'version':55,62 'watch':75 'white':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698797048
  +visibility: "visible             "
  +apId: "https://leaf.dance/post/7110259"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698710648 {#1644
    date: 2023-10-31 01:04:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
59 DENIED edit
App\Entity\Entry {#1431
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "The-Thing-From-Another-World-and-The-Thing"
  +title: "The Thing From Another World and The Thing"
  +url: null
  +body: """
    Are there any other good modem movies that have black and white counterparts? The only other one i can think of is The Day The Earth Stood Still and the remake of that isn’t even that good.\n
    \n
    This question comes about as my really enjoying The Thing, finding out it had an earlier version, and then finding i enjoyed that version more and for different reasons. I’d love to branch out and watch more monochrome movies with modem ties.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698776510 {#1465
    date: 2023-10-31 19:21:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1648 …}
  +votes: Doctrine\ORM\PersistentCollection {#1675 …}
  +reports: Doctrine\ORM\PersistentCollection {#1672 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1549 …}
  +children: []
  -id: 8670
  -titleTs: "'anoth':4 'thing':2,8 'world':5"
  -bodyTs: "'black':10 'branch':72 'come':41 'counterpart':13 'd':69 'day':24 'differ':66 'earlier':54 'earth':26 'enjoy':46,60 'even':36 'find':49,58 'good':5,38 'isn':34 'love':70 'modem':6,80 'monochrom':77 'movi':7,78 'one':17 'question':40 'realli':45 'reason':67 'remak':31 'still':28 'stood':27 'thing':48 'think':20 'tie':81 'version':55,62 'watch':75 'white':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698797048
  +visibility: "visible             "
  +apId: "https://leaf.dance/post/7110259"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698710648 {#1644
    date: 2023-10-31 01:04:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
60 DENIED moderate
App\Entity\Entry {#1431
  +user: App\Entity\User {#259 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "The-Thing-From-Another-World-and-The-Thing"
  +title: "The Thing From Another World and The Thing"
  +url: null
  +body: """
    Are there any other good modem movies that have black and white counterparts? The only other one i can think of is The Day The Earth Stood Still and the remake of that isn’t even that good.\n
    \n
    This question comes about as my really enjoying The Thing, finding out it had an earlier version, and then finding i enjoyed that version more and for different reasons. I’d love to branch out and watch more monochrome movies with modem ties.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1698776510 {#1465
    date: 2023-10-31 19:21:50.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1648 …}
  +votes: Doctrine\ORM\PersistentCollection {#1675 …}
  +reports: Doctrine\ORM\PersistentCollection {#1672 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1549 …}
  +children: []
  -id: 8670
  -titleTs: "'anoth':4 'thing':2,8 'world':5"
  -bodyTs: "'black':10 'branch':72 'come':41 'counterpart':13 'd':69 'day':24 'differ':66 'earlier':54 'earth':26 'enjoy':46,60 'even':36 'find':49,58 'good':5,38 'isn':34 'love':70 'modem':6,80 'monochrom':77 'movi':7,78 'one':17 'question':40 'realli':45 'reason':67 'remak':31 'still':28 'stood':27 'thing':48 'think':20 'tie':81 'version':55,62 'watch':75 'white':12"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1698797048
  +visibility: "visible             "
  +apId: "https://leaf.dance/post/7110259"
  +editedAt: null
  +createdAt: DateTimeImmutable @1698710648 {#1644
    date: 2023-10-31 01:04:08.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
61 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
62 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details