GET https://kbin.spritesserver.nl/index.php/u/@thirdBreakfast@lemmy.world/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 …}
}
6.93 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.30 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 {#2455
  +user: Proxies\__CG__\App\Entity\User {#2028 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "Question-Best-UI-to-manage-VMs-and-containers"
  +title: "Question: Best UI to manage VMs and containers?"
  +url: null
  +body: """
    At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
    \n
    I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
    \n
    What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
    \n
    I’ve heard of Portainer, but haven’t had any experience with it.\n
    \n
    What are your suggestions, and why do you recommend them?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729431432 {#2372
    date: 2024-10-20 15:37:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2395 …}
  +votes: Doctrine\ORM\PersistentCollection {#1384 …}
  +reports: Doctrine\ORM\PersistentCollection {#1402 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2093 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2086 …}
  +badges: Doctrine\ORM\PersistentCollection {#2332 …}
  +children: [
    App\Entity\EntryComment {#2454
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2455 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2468 …}
      +body: """
        Yo dawg, I put most of my services in a Docker container inside their own LXC container. It used to bug me that this seems like a less than optimal use of resources, but I love the management - all the VM and containers on one pane of glass, super simple snapshots, dead easy to move a service between machines, and simple to instrument the LXC for monitoring.\n
        \n
        I see other people doing, and I’m interested in, an even more generic system (maybe Cockpit or something) but I’ve been really happy with this. If OP’s dream is managing all the containers and VM’s together, I’d back having a look at Proxmox.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706481576 {#2452
        date: 2024-01-28 23:39:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hperrin@lemmy.world"
        "@Gooey0210@sh.itjust.works"
        "@Scrath@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2470 …}
      +nested: Doctrine\ORM\PersistentCollection {#2467 …}
      +votes: Doctrine\ORM\PersistentCollection {#2371 …}
      +reports: Doctrine\ORM\PersistentCollection {#2370 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
      -id: 348156
      -bodyTs: "'back':110 'bug':21 'cockpit':84 'contain':12,17,43,103 'd':109 'dawg':2 'dead':52 'docker':11 'dream':98 'easi':53 'even':79 'generic':81 'glass':48 'happi':92 'insid':13 'instrument':63 'interest':76 'less':28 'like':26 'look':113 'love':36 'lxc':16,65 'm':75 'machin':59 'manag':38,100 'mayb':83 'monitor':67 'move':55 'one':45 'op':96 'optim':30 'pane':46 'peopl':71 'proxmox':115 'put':4 'realli':91 'resourc':33 'see':69 'seem':25 'servic':8,57 'simpl':50,61 'snapshot':51 'someth':86 'super':49 'system':82 'togeth':107 'use':19,31 've':89 'vm':41,105 'yo':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7111750"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706481576 {#2457
        date: 2024-01-28 23:39:36.0 +01:00
      }
      +"title": 348156
    }
  ]
  -id: 33663
  -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
  -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706546295
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11294346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706459895 {#2029
    date: 2024-01-28 17:38: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 {#2455
  +user: Proxies\__CG__\App\Entity\User {#2028 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "Question-Best-UI-to-manage-VMs-and-containers"
  +title: "Question: Best UI to manage VMs and containers?"
  +url: null
  +body: """
    At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
    \n
    I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
    \n
    What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
    \n
    I’ve heard of Portainer, but haven’t had any experience with it.\n
    \n
    What are your suggestions, and why do you recommend them?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729431432 {#2372
    date: 2024-10-20 15:37:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2395 …}
  +votes: Doctrine\ORM\PersistentCollection {#1384 …}
  +reports: Doctrine\ORM\PersistentCollection {#1402 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2093 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2086 …}
  +badges: Doctrine\ORM\PersistentCollection {#2332 …}
  +children: [
    App\Entity\EntryComment {#2454
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2455 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2468 …}
      +body: """
        Yo dawg, I put most of my services in a Docker container inside their own LXC container. It used to bug me that this seems like a less than optimal use of resources, but I love the management - all the VM and containers on one pane of glass, super simple snapshots, dead easy to move a service between machines, and simple to instrument the LXC for monitoring.\n
        \n
        I see other people doing, and I’m interested in, an even more generic system (maybe Cockpit or something) but I’ve been really happy with this. If OP’s dream is managing all the containers and VM’s together, I’d back having a look at Proxmox.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706481576 {#2452
        date: 2024-01-28 23:39:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hperrin@lemmy.world"
        "@Gooey0210@sh.itjust.works"
        "@Scrath@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2470 …}
      +nested: Doctrine\ORM\PersistentCollection {#2467 …}
      +votes: Doctrine\ORM\PersistentCollection {#2371 …}
      +reports: Doctrine\ORM\PersistentCollection {#2370 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
      -id: 348156
      -bodyTs: "'back':110 'bug':21 'cockpit':84 'contain':12,17,43,103 'd':109 'dawg':2 'dead':52 'docker':11 'dream':98 'easi':53 'even':79 'generic':81 'glass':48 'happi':92 'insid':13 'instrument':63 'interest':76 'less':28 'like':26 'look':113 'love':36 'lxc':16,65 'm':75 'machin':59 'manag':38,100 'mayb':83 'monitor':67 'move':55 'one':45 'op':96 'optim':30 'pane':46 'peopl':71 'proxmox':115 'put':4 'realli':91 'resourc':33 'see':69 'seem':25 'servic':8,57 'simpl':50,61 'snapshot':51 'someth':86 'super':49 'system':82 'togeth':107 'use':19,31 've':89 'vm':41,105 'yo':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7111750"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706481576 {#2457
        date: 2024-01-28 23:39:36.0 +01:00
      }
      +"title": 348156
    }
  ]
  -id: 33663
  -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
  -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706546295
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11294346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706459895 {#2029
    date: 2024-01-28 17:38: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 {#2455
  +user: Proxies\__CG__\App\Entity\User {#2028 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "Question-Best-UI-to-manage-VMs-and-containers"
  +title: "Question: Best UI to manage VMs and containers?"
  +url: null
  +body: """
    At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
    \n
    I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
    \n
    What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
    \n
    I’ve heard of Portainer, but haven’t had any experience with it.\n
    \n
    What are your suggestions, and why do you recommend them?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 27
  +favouriteCount: 22
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1729431432 {#2372
    date: 2024-10-20 15:37:12.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2395 …}
  +votes: Doctrine\ORM\PersistentCollection {#1384 …}
  +reports: Doctrine\ORM\PersistentCollection {#1402 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2093 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2086 …}
  +badges: Doctrine\ORM\PersistentCollection {#2332 …}
  +children: [
    App\Entity\EntryComment {#2454
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#2455 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2468 …}
      +body: """
        Yo dawg, I put most of my services in a Docker container inside their own LXC container. It used to bug me that this seems like a less than optimal use of resources, but I love the management - all the VM and containers on one pane of glass, super simple snapshots, dead easy to move a service between machines, and simple to instrument the LXC for monitoring.\n
        \n
        I see other people doing, and I’m interested in, an even more generic system (maybe Cockpit or something) but I’ve been really happy with this. If OP’s dream is managing all the containers and VM’s together, I’d back having a look at Proxmox.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1706481576 {#2452
        date: 2024-01-28 23:39:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@hperrin@lemmy.world"
        "@Gooey0210@sh.itjust.works"
        "@Scrath@lemmy.dbzer0.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2470 …}
      +nested: Doctrine\ORM\PersistentCollection {#2467 …}
      +votes: Doctrine\ORM\PersistentCollection {#2371 …}
      +reports: Doctrine\ORM\PersistentCollection {#2370 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
      -id: 348156
      -bodyTs: "'back':110 'bug':21 'cockpit':84 'contain':12,17,43,103 'd':109 'dawg':2 'dead':52 'docker':11 'dream':98 'easi':53 'even':79 'generic':81 'glass':48 'happi':92 'insid':13 'instrument':63 'interest':76 'less':28 'like':26 'look':113 'love':36 'lxc':16,65 'm':75 'machin':59 'manag':38,100 'mayb':83 'monitor':67 'move':55 'one':45 'op':96 'optim':30 'pane':46 'peopl':71 'proxmox':115 'put':4 'realli':91 'resourc':33 'see':69 'seem':25 'servic':8,57 'simpl':50,61 'snapshot':51 'someth':86 'super':49 'system':82 'togeth':107 'use':19,31 've':89 'vm':41,105 'yo':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/7111750"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706481576 {#2457
        date: 2024-01-28 23:39:36.0 +01:00
      }
      +"title": 348156
    }
  ]
  -id: 33663
  -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
  -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706546295
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/11294346"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706459895 {#2029
    date: 2024-01-28 17:38: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 {#2454
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2455
    +user: Proxies\__CG__\App\Entity\User {#2028 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "Question-Best-UI-to-manage-VMs-and-containers"
    +title: "Question: Best UI to manage VMs and containers?"
    +url: null
    +body: """
      At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
      \n
      I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
      \n
      What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
      \n
      I’ve heard of Portainer, but haven’t had any experience with it.\n
      \n
      What are your suggestions, and why do you recommend them?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729431432 {#2372
      date: 2024-10-20 15:37:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2395 …}
    +votes: Doctrine\ORM\PersistentCollection {#1384 …}
    +reports: Doctrine\ORM\PersistentCollection {#1402 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2093 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2086 …}
    +badges: Doctrine\ORM\PersistentCollection {#2332 …}
    +children: [
      App\Entity\EntryComment {#2454}
    ]
    -id: 33663
    -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
    -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706546295
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11294346"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706459895 {#2029
      date: 2024-01-28 17:38:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2468 …}
  +body: """
    Yo dawg, I put most of my services in a Docker container inside their own LXC container. It used to bug me that this seems like a less than optimal use of resources, but I love the management - all the VM and containers on one pane of glass, super simple snapshots, dead easy to move a service between machines, and simple to instrument the LXC for monitoring.\n
    \n
    I see other people doing, and I’m interested in, an even more generic system (maybe Cockpit or something) but I’ve been really happy with this. If OP’s dream is managing all the containers and VM’s together, I’d back having a look at Proxmox.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706481576 {#2452
    date: 2024-01-28 23:39:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hperrin@lemmy.world"
    "@Gooey0210@sh.itjust.works"
    "@Scrath@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2470 …}
  +nested: Doctrine\ORM\PersistentCollection {#2467 …}
  +votes: Doctrine\ORM\PersistentCollection {#2371 …}
  +reports: Doctrine\ORM\PersistentCollection {#2370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
  -id: 348156
  -bodyTs: "'back':110 'bug':21 'cockpit':84 'contain':12,17,43,103 'd':109 'dawg':2 'dead':52 'docker':11 'dream':98 'easi':53 'even':79 'generic':81 'glass':48 'happi':92 'insid':13 'instrument':63 'interest':76 'less':28 'like':26 'look':113 'love':36 'lxc':16,65 'm':75 'machin':59 'manag':38,100 'mayb':83 'monitor':67 'move':55 'one':45 'op':96 'optim':30 'pane':46 'peopl':71 'proxmox':115 'put':4 'realli':91 'resourc':33 'see':69 'seem':25 'servic':8,57 'simpl':50,61 'snapshot':51 'someth':86 'super':49 'system':82 'togeth':107 'use':19,31 've':89 'vm':41,105 'yo':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7111750"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706481576 {#2457
    date: 2024-01-28 23:39:36.0 +01:00
  }
  +"title": 348156
}
"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 {#2454
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2455
    +user: Proxies\__CG__\App\Entity\User {#2028 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "Question-Best-UI-to-manage-VMs-and-containers"
    +title: "Question: Best UI to manage VMs and containers?"
    +url: null
    +body: """
      At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
      \n
      I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
      \n
      What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
      \n
      I’ve heard of Portainer, but haven’t had any experience with it.\n
      \n
      What are your suggestions, and why do you recommend them?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729431432 {#2372
      date: 2024-10-20 15:37:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2395 …}
    +votes: Doctrine\ORM\PersistentCollection {#1384 …}
    +reports: Doctrine\ORM\PersistentCollection {#1402 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2093 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2086 …}
    +badges: Doctrine\ORM\PersistentCollection {#2332 …}
    +children: [
      App\Entity\EntryComment {#2454}
    ]
    -id: 33663
    -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
    -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706546295
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11294346"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706459895 {#2029
      date: 2024-01-28 17:38:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2468 …}
  +body: """
    Yo dawg, I put most of my services in a Docker container inside their own LXC container. It used to bug me that this seems like a less than optimal use of resources, but I love the management - all the VM and containers on one pane of glass, super simple snapshots, dead easy to move a service between machines, and simple to instrument the LXC for monitoring.\n
    \n
    I see other people doing, and I’m interested in, an even more generic system (maybe Cockpit or something) but I’ve been really happy with this. If OP’s dream is managing all the containers and VM’s together, I’d back having a look at Proxmox.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706481576 {#2452
    date: 2024-01-28 23:39:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hperrin@lemmy.world"
    "@Gooey0210@sh.itjust.works"
    "@Scrath@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2470 …}
  +nested: Doctrine\ORM\PersistentCollection {#2467 …}
  +votes: Doctrine\ORM\PersistentCollection {#2371 …}
  +reports: Doctrine\ORM\PersistentCollection {#2370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
  -id: 348156
  -bodyTs: "'back':110 'bug':21 'cockpit':84 'contain':12,17,43,103 'd':109 'dawg':2 'dead':52 'docker':11 'dream':98 'easi':53 'even':79 'generic':81 'glass':48 'happi':92 'insid':13 'instrument':63 'interest':76 'less':28 'like':26 'look':113 'love':36 'lxc':16,65 'm':75 'machin':59 'manag':38,100 'mayb':83 'monitor':67 'move':55 'one':45 'op':96 'optim':30 'pane':46 'peopl':71 'proxmox':115 'put':4 'realli':91 'resourc':33 'see':69 'seem':25 'servic':8,57 'simpl':50,61 'snapshot':51 'someth':86 'super':49 'system':82 'togeth':107 'use':19,31 've':89 'vm':41,105 'yo':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7111750"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706481576 {#2457
    date: 2024-01-28 23:39:36.0 +01:00
  }
  +"title": 348156
}
"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 {#2454
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2455
    +user: Proxies\__CG__\App\Entity\User {#2028 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "Question-Best-UI-to-manage-VMs-and-containers"
    +title: "Question: Best UI to manage VMs and containers?"
    +url: null
    +body: """
      At this point, I’ve got a lot of containers already running on my system, all in separate directories in my home directory. They’re each set up with a docker-compose file, and all of the volumes are just directories within those directories.\n
      \n
      I don’t really want to change this setup, because it allows me to easily rip it all out and transplant it to a new system.\n
      \n
      What I’d like is a web UI to see all of these containers, view their status, and potentially reboot them. It would also be great to be able to spin up VMs (not containers, but actual VMs) with it.\n
      \n
      I’ve heard of Portainer, but haven’t had any experience with it.\n
      \n
      What are your suggestions, and why do you recommend them?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 27
    +favouriteCount: 22
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1729431432 {#2372
      date: 2024-10-20 15:37:12.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2395 …}
    +votes: Doctrine\ORM\PersistentCollection {#1384 …}
    +reports: Doctrine\ORM\PersistentCollection {#1402 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2093 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2086 …}
    +badges: Doctrine\ORM\PersistentCollection {#2332 …}
    +children: [
      App\Entity\EntryComment {#2454}
    ]
    -id: 33663
    -titleTs: "'best':2 'contain':8 'manag':5 'question':1 'ui':3 'vms':6"
    -bodyTs: "'abl':100 'actual':108 'allow':57 'alreadi':11 'also':95 'chang':52 'compos':33 'contain':10,85,106 'd':74 'directori':19,23,42,45 'docker':32 'docker-compos':31 'easili':60 'experi':122 'file':34 'got':6 'great':97 'haven':118 'heard':114 'home':22 'like':75 'lot':8 'new':70 'point':3 'portain':116 'potenti':90 're':25 'realli':49 'reboot':91 'recommend':133 'rip':61 'run':12 'see':81 'separ':18 'set':27 'setup':54 'spin':102 'status':88 'suggest':128 'system':15,71 'transplant':66 'ui':79 've':5,113 'view':86 'vms':104,109 'volum':39 'want':50 'web':78 'within':43 'would':94"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706546295
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/11294346"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706459895 {#2029
      date: 2024-01-28 17:38:15.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2459 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2468 …}
  +body: """
    Yo dawg, I put most of my services in a Docker container inside their own LXC container. It used to bug me that this seems like a less than optimal use of resources, but I love the management - all the VM and containers on one pane of glass, super simple snapshots, dead easy to move a service between machines, and simple to instrument the LXC for monitoring.\n
    \n
    I see other people doing, and I’m interested in, an even more generic system (maybe Cockpit or something) but I’ve been really happy with this. If OP’s dream is managing all the containers and VM’s together, I’d back having a look at Proxmox.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1706481576 {#2452
    date: 2024-01-28 23:39:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@hperrin@lemmy.world"
    "@Gooey0210@sh.itjust.works"
    "@Scrath@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2470 …}
  +nested: Doctrine\ORM\PersistentCollection {#2467 …}
  +votes: Doctrine\ORM\PersistentCollection {#2371 …}
  +reports: Doctrine\ORM\PersistentCollection {#2370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
  -id: 348156
  -bodyTs: "'back':110 'bug':21 'cockpit':84 'contain':12,17,43,103 'd':109 'dawg':2 'dead':52 'docker':11 'dream':98 'easi':53 'even':79 'generic':81 'glass':48 'happi':92 'insid':13 'instrument':63 'interest':76 'less':28 'like':26 'look':113 'love':36 'lxc':16,65 'm':75 'machin':59 'manag':38,100 'mayb':83 'monitor':67 'move':55 'one':45 'op':96 'optim':30 'pane':46 'peopl':71 'proxmox':115 'put':4 'realli':91 'resourc':33 'see':69 'seem':25 'servic':8,57 'simpl':50,61 'snapshot':51 'someth':86 'super':49 'system':82 'togeth':107 'use':19,31 've':89 'vm':41,105 'yo':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/7111750"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706481576 {#2457
    date: 2024-01-28 23:39:36.0 +01:00
  }
  +"title": 348156
}
"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 {#1707
  +user: Proxies\__CG__\App\Entity\User {#2036 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "Suggestions-for-NAS-or-other-hardware-solution-to-home-setup"
  +title: "Suggestions for NAS (or other hardware) solution to home setup"
  +url: null
  +body: """
    I’ve been researching NAS and am figuring out how one can play into my current home setup. There’s a lot I don’t know even after researching. Best I explain to clear things up.\n
    \n
    Currently, I have a home server running NextCloud, accessible only via my LAN network. It’s run along with a VPN on a Raspberry Pi 4B running Ubuntu Server. The data is on two 512 GiB external SSD drives. One drive is primary & the other is backup of the primary drive via rsync each day.\n
    \n
    I’m looking at a NAS for more backups (Ex. 1 day, 3 days, & 1 week at least) since I have sensitive data on the drives. I want to feel more secure about my home setup with the ability to rollback changes if I mess up something. I also want the NAS to be able to run more services other than just NextCloud eventually, like Grocy/KitchenOwl, etc.\n
    \n
    I have some more questions about NAS given my info:\n
    \n
    - Do I have to use a special NAS-specific OS to make use of the NAS hardware? Like to do snapshots and stuff?\n
    - Kinda related: what if I install something like Debian/Ubuntu on it? Can I still use the NAS hardware in the same way?\n
    \n
    I looked into some solutions like TrueNAS and Synology. I prefer an OS that’s free software so I have control over what I’m doing and not held hostage if they want to increase prices, force upgrades, enshittify things, etc.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728977203 {#2346
    date: 2024-10-15 09:26:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2349 …}
  +votes: Doctrine\ORM\PersistentCollection {#2191 …}
  +reports: Doctrine\ORM\PersistentCollection {#2327 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
  +badges: Doctrine\ORM\PersistentCollection {#2334 …}
  +children: [
    App\Entity\EntryComment {#1740
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1707 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +body: """
        This is where I landed on this decision. I run a Synology which just does NAS on spinning rust and I don’t mess with it. Since you know rsync this will all be a painless setup apart from the upfront cost. I’d trust any 2 bay synology less than 10 years old (I think the last two digits in the model number is the year), then if your budget is tight, grab a couple 2nd hand disks from different batches (or three if you budget stretches to it,).\n
        \n
        I also endorse u/originalucifer’s comment about a real machine. Thin clients like the [HP minis](https://support.hp.com/au-en/document/c04266271) or [lenovos](https://www.lenovo.com/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q) are a great step up.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705842364 {#1739
        date: 2024-01-21 14:06:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@bestbakerycookie@lemmy.wtf"
        "@originalucifer@moist.catsweat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2464 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2447 …}
      +reports: Doctrine\ORM\PersistentCollection {#2462 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
      -id: 328091
      -bodyTs: "'/au-en/document/c04266271)':109 '/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q)':114 '10':52 '2':47 '2nd':77 'also':92 'apart':38 'batch':82 'bay':48 'budget':71,87 'client':102 'comment':96 'cost':42 'coupl':76 'd':44 'decis':8 'differ':81 'digit':60 'disk':79 'endors':93 'grab':74 'great':117 'hand':78 'hp':105 'know':29 'land':5 'last':58 'lenovo':111 'less':50 'like':103 'machin':100 'mess':24 'mini':106 'model':63 'nas':16 'number':64 'old':54 'painless':36 'real':99 'rsync':30 'run':10 'rust':19 'setup':37 'sinc':27 'spin':18 'step':118 'stretch':88 'support.hp.com':108 'support.hp.com/au-en/document/c04266271)':107 'synolog':12,49 'thin':101 'think':56 'three':84 'tight':73 'trust':45 'two':59 'u/originalucifer':94 'upfront':41 'www.lenovo.com':113 'www.lenovo.com/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q)':112 'year':53,67"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6885277"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705842364 {#1741
        date: 2024-01-21 14:06:04.0 +01:00
      }
      +"title": 328091
    }
  ]
  -id: 32127
  -titleTs: "'hardwar':6 'home':9 'nas':3 'setup':10 'solut':7 'suggest':1"
  -bodyTs: "'1':102,106 '3':104 '4b':62 '512':71 'abil':130 'abl':146 'access':45 'along':54 'also':140 'backup':83,100 'best':30 'chang':133 'clear':34 'control':235 'current':16,37 'data':67,114 'day':91,103,105 'debian/ubuntu':201 'drive':75,77,87,117 'enshittifi':253 'etc':158,255 'even':27 'eventu':155 'ex':101 'explain':32 'extern':73 'feel':121 'figur':8 'forc':251 'free':230 'gib':72 'given':166 'grocy/kitchenowl':157 'hardwar':186,210 'held':243 'home':17,41,126 'hostag':244 'increas':249 'info':168 'instal':198 'kinda':193 'know':26 'lan':49 'least':109 'like':156,187,200,220 'look':94,216 'lot':22 'm':93,239 'make':181 'mess':136 'nas':5,97,143,165,177,185,209 'nas-specif':176 'network':50 'nextcloud':44,154 'one':11,76 'os':179,227 'pi':61 'play':13 'prefer':225 'price':250 'primari':79,86 'question':163 'raspberri':60 'relat':194 'research':4,29 'rollback':132 'rsync':89 'run':43,53,63,148 'secur':123 'sensit':113 'server':42,65 'servic':150 'setup':18,127 'sinc':110 'snapshot':190 'softwar':231 'solut':219 'someth':138,199 'special':175 'specif':178 'ssd':74 'still':206 'stuff':192 'synolog':223 'thing':35,254 'truena':221 'two':70 'ubuntu':64 'upgrad':252 'use':173,182,207 've':2 'via':47,88 'vpn':57 'want':119,141,247 'way':214 'week':107"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705923643
  +visibility: "visible             "
  +apId: "https://lemmy.wtf/post/3720496"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705837243 {#2025
    date: 2024-01-21 12:40:43.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 {#1707
  +user: Proxies\__CG__\App\Entity\User {#2036 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "Suggestions-for-NAS-or-other-hardware-solution-to-home-setup"
  +title: "Suggestions for NAS (or other hardware) solution to home setup"
  +url: null
  +body: """
    I’ve been researching NAS and am figuring out how one can play into my current home setup. There’s a lot I don’t know even after researching. Best I explain to clear things up.\n
    \n
    Currently, I have a home server running NextCloud, accessible only via my LAN network. It’s run along with a VPN on a Raspberry Pi 4B running Ubuntu Server. The data is on two 512 GiB external SSD drives. One drive is primary & the other is backup of the primary drive via rsync each day.\n
    \n
    I’m looking at a NAS for more backups (Ex. 1 day, 3 days, & 1 week at least) since I have sensitive data on the drives. I want to feel more secure about my home setup with the ability to rollback changes if I mess up something. I also want the NAS to be able to run more services other than just NextCloud eventually, like Grocy/KitchenOwl, etc.\n
    \n
    I have some more questions about NAS given my info:\n
    \n
    - Do I have to use a special NAS-specific OS to make use of the NAS hardware? Like to do snapshots and stuff?\n
    - Kinda related: what if I install something like Debian/Ubuntu on it? Can I still use the NAS hardware in the same way?\n
    \n
    I looked into some solutions like TrueNAS and Synology. I prefer an OS that’s free software so I have control over what I’m doing and not held hostage if they want to increase prices, force upgrades, enshittify things, etc.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728977203 {#2346
    date: 2024-10-15 09:26:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2349 …}
  +votes: Doctrine\ORM\PersistentCollection {#2191 …}
  +reports: Doctrine\ORM\PersistentCollection {#2327 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
  +badges: Doctrine\ORM\PersistentCollection {#2334 …}
  +children: [
    App\Entity\EntryComment {#1740
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1707 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +body: """
        This is where I landed on this decision. I run a Synology which just does NAS on spinning rust and I don’t mess with it. Since you know rsync this will all be a painless setup apart from the upfront cost. I’d trust any 2 bay synology less than 10 years old (I think the last two digits in the model number is the year), then if your budget is tight, grab a couple 2nd hand disks from different batches (or three if you budget stretches to it,).\n
        \n
        I also endorse u/originalucifer’s comment about a real machine. Thin clients like the [HP minis](https://support.hp.com/au-en/document/c04266271) or [lenovos](https://www.lenovo.com/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q) are a great step up.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705842364 {#1739
        date: 2024-01-21 14:06:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@bestbakerycookie@lemmy.wtf"
        "@originalucifer@moist.catsweat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2464 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2447 …}
      +reports: Doctrine\ORM\PersistentCollection {#2462 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
      -id: 328091
      -bodyTs: "'/au-en/document/c04266271)':109 '/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q)':114 '10':52 '2':47 '2nd':77 'also':92 'apart':38 'batch':82 'bay':48 'budget':71,87 'client':102 'comment':96 'cost':42 'coupl':76 'd':44 'decis':8 'differ':81 'digit':60 'disk':79 'endors':93 'grab':74 'great':117 'hand':78 'hp':105 'know':29 'land':5 'last':58 'lenovo':111 'less':50 'like':103 'machin':100 'mess':24 'mini':106 'model':63 'nas':16 'number':64 'old':54 'painless':36 'real':99 'rsync':30 'run':10 'rust':19 'setup':37 'sinc':27 'spin':18 'step':118 'stretch':88 'support.hp.com':108 'support.hp.com/au-en/document/c04266271)':107 'synolog':12,49 'thin':101 'think':56 'three':84 'tight':73 'trust':45 'two':59 'u/originalucifer':94 'upfront':41 'www.lenovo.com':113 'www.lenovo.com/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q)':112 'year':53,67"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6885277"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705842364 {#1741
        date: 2024-01-21 14:06:04.0 +01:00
      }
      +"title": 328091
    }
  ]
  -id: 32127
  -titleTs: "'hardwar':6 'home':9 'nas':3 'setup':10 'solut':7 'suggest':1"
  -bodyTs: "'1':102,106 '3':104 '4b':62 '512':71 'abil':130 'abl':146 'access':45 'along':54 'also':140 'backup':83,100 'best':30 'chang':133 'clear':34 'control':235 'current':16,37 'data':67,114 'day':91,103,105 'debian/ubuntu':201 'drive':75,77,87,117 'enshittifi':253 'etc':158,255 'even':27 'eventu':155 'ex':101 'explain':32 'extern':73 'feel':121 'figur':8 'forc':251 'free':230 'gib':72 'given':166 'grocy/kitchenowl':157 'hardwar':186,210 'held':243 'home':17,41,126 'hostag':244 'increas':249 'info':168 'instal':198 'kinda':193 'know':26 'lan':49 'least':109 'like':156,187,200,220 'look':94,216 'lot':22 'm':93,239 'make':181 'mess':136 'nas':5,97,143,165,177,185,209 'nas-specif':176 'network':50 'nextcloud':44,154 'one':11,76 'os':179,227 'pi':61 'play':13 'prefer':225 'price':250 'primari':79,86 'question':163 'raspberri':60 'relat':194 'research':4,29 'rollback':132 'rsync':89 'run':43,53,63,148 'secur':123 'sensit':113 'server':42,65 'servic':150 'setup':18,127 'sinc':110 'snapshot':190 'softwar':231 'solut':219 'someth':138,199 'special':175 'specif':178 'ssd':74 'still':206 'stuff':192 'synolog':223 'thing':35,254 'truena':221 'two':70 'ubuntu':64 'upgrad':252 'use':173,182,207 've':2 'via':47,88 'vpn':57 'want':119,141,247 'way':214 'week':107"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705923643
  +visibility: "visible             "
  +apId: "https://lemmy.wtf/post/3720496"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705837243 {#2025
    date: 2024-01-21 12:40:43.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 {#1707
  +user: Proxies\__CG__\App\Entity\User {#2036 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "Suggestions-for-NAS-or-other-hardware-solution-to-home-setup"
  +title: "Suggestions for NAS (or other hardware) solution to home setup"
  +url: null
  +body: """
    I’ve been researching NAS and am figuring out how one can play into my current home setup. There’s a lot I don’t know even after researching. Best I explain to clear things up.\n
    \n
    Currently, I have a home server running NextCloud, accessible only via my LAN network. It’s run along with a VPN on a Raspberry Pi 4B running Ubuntu Server. The data is on two 512 GiB external SSD drives. One drive is primary & the other is backup of the primary drive via rsync each day.\n
    \n
    I’m looking at a NAS for more backups (Ex. 1 day, 3 days, & 1 week at least) since I have sensitive data on the drives. I want to feel more secure about my home setup with the ability to rollback changes if I mess up something. I also want the NAS to be able to run more services other than just NextCloud eventually, like Grocy/KitchenOwl, etc.\n
    \n
    I have some more questions about NAS given my info:\n
    \n
    - Do I have to use a special NAS-specific OS to make use of the NAS hardware? Like to do snapshots and stuff?\n
    - Kinda related: what if I install something like Debian/Ubuntu on it? Can I still use the NAS hardware in the same way?\n
    \n
    I looked into some solutions like TrueNAS and Synology. I prefer an OS that’s free software so I have control over what I’m doing and not held hostage if they want to increase prices, force upgrades, enshittify things, etc.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728977203 {#2346
    date: 2024-10-15 09:26:43.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2349 …}
  +votes: Doctrine\ORM\PersistentCollection {#2191 …}
  +reports: Doctrine\ORM\PersistentCollection {#2327 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
  +badges: Doctrine\ORM\PersistentCollection {#2334 …}
  +children: [
    App\Entity\EntryComment {#1740
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1707 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
      +body: """
        This is where I landed on this decision. I run a Synology which just does NAS on spinning rust and I don’t mess with it. Since you know rsync this will all be a painless setup apart from the upfront cost. I’d trust any 2 bay synology less than 10 years old (I think the last two digits in the model number is the year), then if your budget is tight, grab a couple 2nd hand disks from different batches (or three if you budget stretches to it,).\n
        \n
        I also endorse u/originalucifer’s comment about a real machine. Thin clients like the [HP minis](https://support.hp.com/au-en/document/c04266271) or [lenovos](https://www.lenovo.com/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q) are a great step up.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 3
      +score: 0
      +lastActive: DateTime @1705842364 {#1739
        date: 2024-01-21 14:06:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@bestbakerycookie@lemmy.wtf"
        "@originalucifer@moist.catsweat.com"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2464 …}
      +nested: Doctrine\ORM\PersistentCollection {#2448 …}
      +votes: Doctrine\ORM\PersistentCollection {#2447 …}
      +reports: Doctrine\ORM\PersistentCollection {#2462 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
      -id: 328091
      -bodyTs: "'/au-en/document/c04266271)':109 '/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q)':114 '10':52 '2':47 '2nd':77 'also':92 'apart':38 'batch':82 'bay':48 'budget':71,87 'client':102 'comment':96 'cost':42 'coupl':76 'd':44 'decis':8 'differ':81 'digit':60 'disk':79 'endors':93 'grab':74 'great':117 'hand':78 'hp':105 'know':29 'land':5 'last':58 'lenovo':111 'less':50 'like':103 'machin':100 'mess':24 'mini':106 'model':63 'nas':16 'number':64 'old':54 'painless':36 'real':99 'rsync':30 'run':10 'rust':19 'setup':37 'sinc':27 'spin':18 'step':118 'stretch':88 'support.hp.com':108 'support.hp.com/au-en/document/c04266271)':107 'synolog':12,49 'thin':101 'think':56 'three':84 'tight':73 'trust':45 'two':59 'u/originalucifer':94 'upfront':41 'www.lenovo.com':113 'www.lenovo.com/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q)':112 'year':53,67"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6885277"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705842364 {#1741
        date: 2024-01-21 14:06:04.0 +01:00
      }
      +"title": 328091
    }
  ]
  -id: 32127
  -titleTs: "'hardwar':6 'home':9 'nas':3 'setup':10 'solut':7 'suggest':1"
  -bodyTs: "'1':102,106 '3':104 '4b':62 '512':71 'abil':130 'abl':146 'access':45 'along':54 'also':140 'backup':83,100 'best':30 'chang':133 'clear':34 'control':235 'current':16,37 'data':67,114 'day':91,103,105 'debian/ubuntu':201 'drive':75,77,87,117 'enshittifi':253 'etc':158,255 'even':27 'eventu':155 'ex':101 'explain':32 'extern':73 'feel':121 'figur':8 'forc':251 'free':230 'gib':72 'given':166 'grocy/kitchenowl':157 'hardwar':186,210 'held':243 'home':17,41,126 'hostag':244 'increas':249 'info':168 'instal':198 'kinda':193 'know':26 'lan':49 'least':109 'like':156,187,200,220 'look':94,216 'lot':22 'm':93,239 'make':181 'mess':136 'nas':5,97,143,165,177,185,209 'nas-specif':176 'network':50 'nextcloud':44,154 'one':11,76 'os':179,227 'pi':61 'play':13 'prefer':225 'price':250 'primari':79,86 'question':163 'raspberri':60 'relat':194 'research':4,29 'rollback':132 'rsync':89 'run':43,53,63,148 'secur':123 'sensit':113 'server':42,65 'servic':150 'setup':18,127 'sinc':110 'snapshot':190 'softwar':231 'solut':219 'someth':138,199 'special':175 'specif':178 'ssd':74 'still':206 'stuff':192 'synolog':223 'thing':35,254 'truena':221 'two':70 'ubuntu':64 'upgrad':252 'use':173,182,207 've':2 'via':47,88 'vpn':57 'want':119,141,247 'way':214 'week':107"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705923643
  +visibility: "visible             "
  +apId: "https://lemmy.wtf/post/3720496"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705837243 {#2025
    date: 2024-01-21 12:40:43.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 {#1740
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1707
    +user: Proxies\__CG__\App\Entity\User {#2036 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "Suggestions-for-NAS-or-other-hardware-solution-to-home-setup"
    +title: "Suggestions for NAS (or other hardware) solution to home setup"
    +url: null
    +body: """
      I’ve been researching NAS and am figuring out how one can play into my current home setup. There’s a lot I don’t know even after researching. Best I explain to clear things up.\n
      \n
      Currently, I have a home server running NextCloud, accessible only via my LAN network. It’s run along with a VPN on a Raspberry Pi 4B running Ubuntu Server. The data is on two 512 GiB external SSD drives. One drive is primary & the other is backup of the primary drive via rsync each day.\n
      \n
      I’m looking at a NAS for more backups (Ex. 1 day, 3 days, & 1 week at least) since I have sensitive data on the drives. I want to feel more secure about my home setup with the ability to rollback changes if I mess up something. I also want the NAS to be able to run more services other than just NextCloud eventually, like Grocy/KitchenOwl, etc.\n
      \n
      I have some more questions about NAS given my info:\n
      \n
      - Do I have to use a special NAS-specific OS to make use of the NAS hardware? Like to do snapshots and stuff?\n
      - Kinda related: what if I install something like Debian/Ubuntu on it? Can I still use the NAS hardware in the same way?\n
      \n
      I looked into some solutions like TrueNAS and Synology. I prefer an OS that’s free software so I have control over what I’m doing and not held hostage if they want to increase prices, force upgrades, enshittify things, etc.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 21
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728977203 {#2346
      date: 2024-10-15 09:26:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2349 …}
    +votes: Doctrine\ORM\PersistentCollection {#2191 …}
    +reports: Doctrine\ORM\PersistentCollection {#2327 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
    +badges: Doctrine\ORM\PersistentCollection {#2334 …}
    +children: [
      App\Entity\EntryComment {#1740}
    ]
    -id: 32127
    -titleTs: "'hardwar':6 'home':9 'nas':3 'setup':10 'solut':7 'suggest':1"
    -bodyTs: "'1':102,106 '3':104 '4b':62 '512':71 'abil':130 'abl':146 'access':45 'along':54 'also':140 'backup':83,100 'best':30 'chang':133 'clear':34 'control':235 'current':16,37 'data':67,114 'day':91,103,105 'debian/ubuntu':201 'drive':75,77,87,117 'enshittifi':253 'etc':158,255 'even':27 'eventu':155 'ex':101 'explain':32 'extern':73 'feel':121 'figur':8 'forc':251 'free':230 'gib':72 'given':166 'grocy/kitchenowl':157 'hardwar':186,210 'held':243 'home':17,41,126 'hostag':244 'increas':249 'info':168 'instal':198 'kinda':193 'know':26 'lan':49 'least':109 'like':156,187,200,220 'look':94,216 'lot':22 'm':93,239 'make':181 'mess':136 'nas':5,97,143,165,177,185,209 'nas-specif':176 'network':50 'nextcloud':44,154 'one':11,76 'os':179,227 'pi':61 'play':13 'prefer':225 'price':250 'primari':79,86 'question':163 'raspberri':60 'relat':194 'research':4,29 'rollback':132 'rsync':89 'run':43,53,63,148 'secur':123 'sensit':113 'server':42,65 'servic':150 'setup':18,127 'sinc':110 'snapshot':190 'softwar':231 'solut':219 'someth':138,199 'special':175 'specif':178 'ssd':74 'still':206 'stuff':192 'synolog':223 'thing':35,254 'truena':221 'two':70 'ubuntu':64 'upgrad':252 'use':173,182,207 've':2 'via':47,88 'vpn':57 'want':119,141,247 'way':214 'week':107"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705923643
    +visibility: "visible             "
    +apId: "https://lemmy.wtf/post/3720496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705837243 {#2025
      date: 2024-01-21 12:40:43.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +body: """
    This is where I landed on this decision. I run a Synology which just does NAS on spinning rust and I don’t mess with it. Since you know rsync this will all be a painless setup apart from the upfront cost. I’d trust any 2 bay synology less than 10 years old (I think the last two digits in the model number is the year), then if your budget is tight, grab a couple 2nd hand disks from different batches (or three if you budget stretches to it,).\n
    \n
    I also endorse u/originalucifer’s comment about a real machine. Thin clients like the [HP minis](https://support.hp.com/au-en/document/c04266271) or [lenovos](https://www.lenovo.com/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q) are a great step up.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705842364 {#1739
    date: 2024-01-21 14:06:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@bestbakerycookie@lemmy.wtf"
    "@originalucifer@moist.catsweat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2464 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2447 …}
  +reports: Doctrine\ORM\PersistentCollection {#2462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
  -id: 328091
  -bodyTs: "'/au-en/document/c04266271)':109 '/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q)':114 '10':52 '2':47 '2nd':77 'also':92 'apart':38 'batch':82 'bay':48 'budget':71,87 'client':102 'comment':96 'cost':42 'coupl':76 'd':44 'decis':8 'differ':81 'digit':60 'disk':79 'endors':93 'grab':74 'great':117 'hand':78 'hp':105 'know':29 'land':5 'last':58 'lenovo':111 'less':50 'like':103 'machin':100 'mess':24 'mini':106 'model':63 'nas':16 'number':64 'old':54 'painless':36 'real':99 'rsync':30 'run':10 'rust':19 'setup':37 'sinc':27 'spin':18 'step':118 'stretch':88 'support.hp.com':108 'support.hp.com/au-en/document/c04266271)':107 'synolog':12,49 'thin':101 'think':56 'three':84 'tight':73 'trust':45 'two':59 'u/originalucifer':94 'upfront':41 'www.lenovo.com':113 'www.lenovo.com/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q)':112 'year':53,67"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6885277"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705842364 {#1741
    date: 2024-01-21 14:06:04.0 +01:00
  }
  +"title": 328091
}
"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 {#1740
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1707
    +user: Proxies\__CG__\App\Entity\User {#2036 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "Suggestions-for-NAS-or-other-hardware-solution-to-home-setup"
    +title: "Suggestions for NAS (or other hardware) solution to home setup"
    +url: null
    +body: """
      I’ve been researching NAS and am figuring out how one can play into my current home setup. There’s a lot I don’t know even after researching. Best I explain to clear things up.\n
      \n
      Currently, I have a home server running NextCloud, accessible only via my LAN network. It’s run along with a VPN on a Raspberry Pi 4B running Ubuntu Server. The data is on two 512 GiB external SSD drives. One drive is primary & the other is backup of the primary drive via rsync each day.\n
      \n
      I’m looking at a NAS for more backups (Ex. 1 day, 3 days, & 1 week at least) since I have sensitive data on the drives. I want to feel more secure about my home setup with the ability to rollback changes if I mess up something. I also want the NAS to be able to run more services other than just NextCloud eventually, like Grocy/KitchenOwl, etc.\n
      \n
      I have some more questions about NAS given my info:\n
      \n
      - Do I have to use a special NAS-specific OS to make use of the NAS hardware? Like to do snapshots and stuff?\n
      - Kinda related: what if I install something like Debian/Ubuntu on it? Can I still use the NAS hardware in the same way?\n
      \n
      I looked into some solutions like TrueNAS and Synology. I prefer an OS that’s free software so I have control over what I’m doing and not held hostage if they want to increase prices, force upgrades, enshittify things, etc.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 21
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728977203 {#2346
      date: 2024-10-15 09:26:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2349 …}
    +votes: Doctrine\ORM\PersistentCollection {#2191 …}
    +reports: Doctrine\ORM\PersistentCollection {#2327 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
    +badges: Doctrine\ORM\PersistentCollection {#2334 …}
    +children: [
      App\Entity\EntryComment {#1740}
    ]
    -id: 32127
    -titleTs: "'hardwar':6 'home':9 'nas':3 'setup':10 'solut':7 'suggest':1"
    -bodyTs: "'1':102,106 '3':104 '4b':62 '512':71 'abil':130 'abl':146 'access':45 'along':54 'also':140 'backup':83,100 'best':30 'chang':133 'clear':34 'control':235 'current':16,37 'data':67,114 'day':91,103,105 'debian/ubuntu':201 'drive':75,77,87,117 'enshittifi':253 'etc':158,255 'even':27 'eventu':155 'ex':101 'explain':32 'extern':73 'feel':121 'figur':8 'forc':251 'free':230 'gib':72 'given':166 'grocy/kitchenowl':157 'hardwar':186,210 'held':243 'home':17,41,126 'hostag':244 'increas':249 'info':168 'instal':198 'kinda':193 'know':26 'lan':49 'least':109 'like':156,187,200,220 'look':94,216 'lot':22 'm':93,239 'make':181 'mess':136 'nas':5,97,143,165,177,185,209 'nas-specif':176 'network':50 'nextcloud':44,154 'one':11,76 'os':179,227 'pi':61 'play':13 'prefer':225 'price':250 'primari':79,86 'question':163 'raspberri':60 'relat':194 'research':4,29 'rollback':132 'rsync':89 'run':43,53,63,148 'secur':123 'sensit':113 'server':42,65 'servic':150 'setup':18,127 'sinc':110 'snapshot':190 'softwar':231 'solut':219 'someth':138,199 'special':175 'specif':178 'ssd':74 'still':206 'stuff':192 'synolog':223 'thing':35,254 'truena':221 'two':70 'ubuntu':64 'upgrad':252 'use':173,182,207 've':2 'via':47,88 'vpn':57 'want':119,141,247 'way':214 'week':107"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705923643
    +visibility: "visible             "
    +apId: "https://lemmy.wtf/post/3720496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705837243 {#2025
      date: 2024-01-21 12:40:43.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +body: """
    This is where I landed on this decision. I run a Synology which just does NAS on spinning rust and I don’t mess with it. Since you know rsync this will all be a painless setup apart from the upfront cost. I’d trust any 2 bay synology less than 10 years old (I think the last two digits in the model number is the year), then if your budget is tight, grab a couple 2nd hand disks from different batches (or three if you budget stretches to it,).\n
    \n
    I also endorse u/originalucifer’s comment about a real machine. Thin clients like the [HP minis](https://support.hp.com/au-en/document/c04266271) or [lenovos](https://www.lenovo.com/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q) are a great step up.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705842364 {#1739
    date: 2024-01-21 14:06:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@bestbakerycookie@lemmy.wtf"
    "@originalucifer@moist.catsweat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2464 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2447 …}
  +reports: Doctrine\ORM\PersistentCollection {#2462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
  -id: 328091
  -bodyTs: "'/au-en/document/c04266271)':109 '/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q)':114 '10':52 '2':47 '2nd':77 'also':92 'apart':38 'batch':82 'bay':48 'budget':71,87 'client':102 'comment':96 'cost':42 'coupl':76 'd':44 'decis':8 'differ':81 'digit':60 'disk':79 'endors':93 'grab':74 'great':117 'hand':78 'hp':105 'know':29 'land':5 'last':58 'lenovo':111 'less':50 'like':103 'machin':100 'mess':24 'mini':106 'model':63 'nas':16 'number':64 'old':54 'painless':36 'real':99 'rsync':30 'run':10 'rust':19 'setup':37 'sinc':27 'spin':18 'step':118 'stretch':88 'support.hp.com':108 'support.hp.com/au-en/document/c04266271)':107 'synolog':12,49 'thin':101 'think':56 'three':84 'tight':73 'trust':45 'two':59 'u/originalucifer':94 'upfront':41 'www.lenovo.com':113 'www.lenovo.com/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q)':112 'year':53,67"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6885277"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705842364 {#1741
    date: 2024-01-21 14:06:04.0 +01:00
  }
  +"title": 328091
}
"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 {#1740
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1707
    +user: Proxies\__CG__\App\Entity\User {#2036 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "Suggestions-for-NAS-or-other-hardware-solution-to-home-setup"
    +title: "Suggestions for NAS (or other hardware) solution to home setup"
    +url: null
    +body: """
      I’ve been researching NAS and am figuring out how one can play into my current home setup. There’s a lot I don’t know even after researching. Best I explain to clear things up.\n
      \n
      Currently, I have a home server running NextCloud, accessible only via my LAN network. It’s run along with a VPN on a Raspberry Pi 4B running Ubuntu Server. The data is on two 512 GiB external SSD drives. One drive is primary & the other is backup of the primary drive via rsync each day.\n
      \n
      I’m looking at a NAS for more backups (Ex. 1 day, 3 days, & 1 week at least) since I have sensitive data on the drives. I want to feel more secure about my home setup with the ability to rollback changes if I mess up something. I also want the NAS to be able to run more services other than just NextCloud eventually, like Grocy/KitchenOwl, etc.\n
      \n
      I have some more questions about NAS given my info:\n
      \n
      - Do I have to use a special NAS-specific OS to make use of the NAS hardware? Like to do snapshots and stuff?\n
      - Kinda related: what if I install something like Debian/Ubuntu on it? Can I still use the NAS hardware in the same way?\n
      \n
      I looked into some solutions like TrueNAS and Synology. I prefer an OS that’s free software so I have control over what I’m doing and not held hostage if they want to increase prices, force upgrades, enshittify things, etc.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 21
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728977203 {#2346
      date: 2024-10-15 09:26:43.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2349 …}
    +votes: Doctrine\ORM\PersistentCollection {#2191 …}
    +reports: Doctrine\ORM\PersistentCollection {#2327 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2333 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2324 …}
    +badges: Doctrine\ORM\PersistentCollection {#2334 …}
    +children: [
      App\Entity\EntryComment {#1740}
    ]
    -id: 32127
    -titleTs: "'hardwar':6 'home':9 'nas':3 'setup':10 'solut':7 'suggest':1"
    -bodyTs: "'1':102,106 '3':104 '4b':62 '512':71 'abil':130 'abl':146 'access':45 'along':54 'also':140 'backup':83,100 'best':30 'chang':133 'clear':34 'control':235 'current':16,37 'data':67,114 'day':91,103,105 'debian/ubuntu':201 'drive':75,77,87,117 'enshittifi':253 'etc':158,255 'even':27 'eventu':155 'ex':101 'explain':32 'extern':73 'feel':121 'figur':8 'forc':251 'free':230 'gib':72 'given':166 'grocy/kitchenowl':157 'hardwar':186,210 'held':243 'home':17,41,126 'hostag':244 'increas':249 'info':168 'instal':198 'kinda':193 'know':26 'lan':49 'least':109 'like':156,187,200,220 'look':94,216 'lot':22 'm':93,239 'make':181 'mess':136 'nas':5,97,143,165,177,185,209 'nas-specif':176 'network':50 'nextcloud':44,154 'one':11,76 'os':179,227 'pi':61 'play':13 'prefer':225 'price':250 'primari':79,86 'question':163 'raspberri':60 'relat':194 'research':4,29 'rollback':132 'rsync':89 'run':43,53,63,148 'secur':123 'sensit':113 'server':42,65 'servic':150 'setup':18,127 'sinc':110 'snapshot':190 'softwar':231 'solut':219 'someth':138,199 'special':175 'specif':178 'ssd':74 'still':206 'stuff':192 'synolog':223 'thing':35,254 'truena':221 'two':70 'ubuntu':64 'upgrad':252 'use':173,182,207 've':2 'via':47,88 'vpn':57 'want':119,141,247 'way':214 'week':107"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705923643
    +visibility: "visible             "
    +apId: "https://lemmy.wtf/post/3720496"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705837243 {#2025
      date: 2024-01-21 12:40:43.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2465 …}
  +body: """
    This is where I landed on this decision. I run a Synology which just does NAS on spinning rust and I don’t mess with it. Since you know rsync this will all be a painless setup apart from the upfront cost. I’d trust any 2 bay synology less than 10 years old (I think the last two digits in the model number is the year), then if your budget is tight, grab a couple 2nd hand disks from different batches (or three if you budget stretches to it,).\n
    \n
    I also endorse u/originalucifer’s comment about a real machine. Thin clients like the [HP minis](https://support.hp.com/au-en/document/c04266271) or [lenovos](https://www.lenovo.com/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q) are a great step up.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1705842364 {#1739
    date: 2024-01-21 14:06:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@bestbakerycookie@lemmy.wtf"
    "@originalucifer@moist.catsweat.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2464 …}
  +nested: Doctrine\ORM\PersistentCollection {#2448 …}
  +votes: Doctrine\ORM\PersistentCollection {#2447 …}
  +reports: Doctrine\ORM\PersistentCollection {#2462 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2461 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2460 …}
  -id: 328091
  -bodyTs: "'/au-en/document/c04266271)':109 '/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q)':114 '10':52 '2':47 '2nd':77 'also':92 'apart':38 'batch':82 'bay':48 'budget':71,87 'client':102 'comment':96 'cost':42 'coupl':76 'd':44 'decis':8 'differ':81 'digit':60 'disk':79 'endors':93 'grab':74 'great':117 'hand':78 'hp':105 'know':29 'land':5 'last':58 'lenovo':111 'less':50 'like':103 'machin':100 'mess':24 'mini':106 'model':63 'nas':16 'number':64 'old':54 'painless':36 'real':99 'rsync':30 'run':10 'rust':19 'setup':37 'sinc':27 'spin':18 'step':118 'stretch':88 'support.hp.com':108 'support.hp.com/au-en/document/c04266271)':107 'synolog':12,49 'thin':101 'think':56 'three':84 'tight':73 'trust':45 'two':59 'u/originalucifer':94 'upfront':41 'www.lenovo.com':113 'www.lenovo.com/au/en/p/desktops/thinkcentre/m-series-tiny/thinkcentre-m710q/11tc1mt710q)':112 'year':53,67"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6885277"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705842364 {#1741
    date: 2024-01-21 14:06:04.0 +01:00
  }
  +"title": 328091
}
"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
Proxies\__CG__\App\Entity\Entry {#1598
  +user: Proxies\__CG__\App\Entity\User {#2049 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "Hosting-websites-over-4g"
  +title: "Hosting websites over 4g"
  +url: null
  +body: """
    I have been hosting a few websites from my home server and it has taught me a lot. I have recently had major issues with the electrical storms, Kogan NBN support (Australia), and the NBN network in general. I know 4g is not fast, but I would like to use it so that in the event of a network outage, im not at the mercy of NBN. On to the question!\n
    \n
    I run pfsense in hyper v with a 4 port nic which passes through those ports to pfsense.\n
    \n
    I realized that 4g ip addresses are not public, which stops me from hosting the websites.\n
    \n
    Reading into wireguard and vpn services my plan is to:\n
    \n
    - Set up a VPS ✅\n
    - Set up wireguard on the VPS ✅\n
    - Create a wireguard connection on my windows server, and pass that in as an interface to pfsense, so that hopefully, I wont need to change to much on my internal infrastructure.\n
    \n
    Does this sound like an OK plan? I’m open to any other ideas where I can achieve the following:\n
    \n
    web app >> nginx >> pfsense >> vpn tunnel >> VPS with Public IP (can be dynamic)\n
    \n
    Thanks!—
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727846353 {#2074
    date: 2024-10-02 07:19:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2051 …}
  +votes: Doctrine\ORM\PersistentCollection {#2059 …}
  +reports: Doctrine\ORM\PersistentCollection {#2047 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2057 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2055 …}
  +badges: Doctrine\ORM\PersistentCollection {#2054 …}
  +children: [
    App\Entity\EntryComment {#1630
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +body: """
        This. Hosting at home might be cheaper if you are serving a lot of data, but in that case, the speed’s going to kill you.\n
        \n
        I’m a keen self-hoster, but my public facing websites are on a $4 VPS ([Binary Lane](https://www.binarylane.com.au/) - which I recommend since you’re in Aus). In addition to less hassle, you get faster speeds and (probably) better uptime.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704887034 {#1628
        date: 2024-01-10 12:43:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@justawittyusername@lemmy.world"
        "@fuckwit_mcbumcrumble@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1795 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
      -id: 295602
      -bodyTs: "'/)':48 '4':42 'addit':58 'aus':56 'better':68 'binari':44 'case':19 'cheaper':7 'data':15 'face':37 'faster':64 'get':63 'go':23 'hassl':61 'home':4 'host':2 'hoster':33 'keen':30 'kill':25 'lane':45 'less':60 'lot':13 'm':28 'might':5 'probabl':67 'public':36 're':54 'recommend':51 'self':32 'self-host':31 'serv':11 'sinc':52 'speed':21,65 'uptim':69 'vps':43 'websit':38 'www.binarylane.com.au':47 'www.binarylane.com.au/)':46"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6552505"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704887034 {#1629
        date: 2024-01-10 12:43:54.0 +01:00
      }
      +"title": 295602
    }
  ]
  -id: 28544
  -titleTs: "'4g':4 'host':1 'websit':2"
  -bodyTs: "'4':80 '4g':41,93 'achiev':174 'address':95 'app':178 'australia':32 'chang':150 'connect':129 'creat':126 'dynam':189 'electr':27 'event':56 'fast':44 'follow':176 'general':38 'home':10 'hope':145 'host':4,103 'hyper':76 'idea':170 'im':61 'infrastructur':156 'interfac':140 'intern':155 'ip':94,186 'issu':24 'know':40 'kogan':29 'like':48,160 'lot':18 'm':165 'major':23 'merci':65 'much':152 'nbn':30,35,67 'need':148 'network':36,59 'nginx':179 'nic':82 'ok':162 'open':166 'outag':60 'pass':84,135 'pfsens':74,89,142,180 'plan':113,163 'port':81,87 'public':98,185 'question':71 'read':106 'realiz':91 'recent':21 'run':73 'server':11,133 'servic':111 'set':116,120 'sound':159 'stop':100 'storm':28 'support':31 'taught':15 'thank':190 'tunnel':182 'use':50 'v':77 'vpn':110,181 'vps':119,125,183 'web':177 'websit':7,105 'window':132 'wireguard':108,122,128 'wont':147 'would':47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704947663
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10522529"
  +editedAt: DateTimeImmutable @1719756211 {#2339
    date: 2024-06-30 16:03:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704861263 {#2314
    date: 2024-01-10 05:34:23.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
19 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1598
  +user: Proxies\__CG__\App\Entity\User {#2049 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "Hosting-websites-over-4g"
  +title: "Hosting websites over 4g"
  +url: null
  +body: """
    I have been hosting a few websites from my home server and it has taught me a lot. I have recently had major issues with the electrical storms, Kogan NBN support (Australia), and the NBN network in general. I know 4g is not fast, but I would like to use it so that in the event of a network outage, im not at the mercy of NBN. On to the question!\n
    \n
    I run pfsense in hyper v with a 4 port nic which passes through those ports to pfsense.\n
    \n
    I realized that 4g ip addresses are not public, which stops me from hosting the websites.\n
    \n
    Reading into wireguard and vpn services my plan is to:\n
    \n
    - Set up a VPS ✅\n
    - Set up wireguard on the VPS ✅\n
    - Create a wireguard connection on my windows server, and pass that in as an interface to pfsense, so that hopefully, I wont need to change to much on my internal infrastructure.\n
    \n
    Does this sound like an OK plan? I’m open to any other ideas where I can achieve the following:\n
    \n
    web app >> nginx >> pfsense >> vpn tunnel >> VPS with Public IP (can be dynamic)\n
    \n
    Thanks!—
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727846353 {#2074
    date: 2024-10-02 07:19:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2051 …}
  +votes: Doctrine\ORM\PersistentCollection {#2059 …}
  +reports: Doctrine\ORM\PersistentCollection {#2047 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2057 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2055 …}
  +badges: Doctrine\ORM\PersistentCollection {#2054 …}
  +children: [
    App\Entity\EntryComment {#1630
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +body: """
        This. Hosting at home might be cheaper if you are serving a lot of data, but in that case, the speed’s going to kill you.\n
        \n
        I’m a keen self-hoster, but my public facing websites are on a $4 VPS ([Binary Lane](https://www.binarylane.com.au/) - which I recommend since you’re in Aus). In addition to less hassle, you get faster speeds and (probably) better uptime.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704887034 {#1628
        date: 2024-01-10 12:43:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@justawittyusername@lemmy.world"
        "@fuckwit_mcbumcrumble@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1795 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
      -id: 295602
      -bodyTs: "'/)':48 '4':42 'addit':58 'aus':56 'better':68 'binari':44 'case':19 'cheaper':7 'data':15 'face':37 'faster':64 'get':63 'go':23 'hassl':61 'home':4 'host':2 'hoster':33 'keen':30 'kill':25 'lane':45 'less':60 'lot':13 'm':28 'might':5 'probabl':67 'public':36 're':54 'recommend':51 'self':32 'self-host':31 'serv':11 'sinc':52 'speed':21,65 'uptim':69 'vps':43 'websit':38 'www.binarylane.com.au':47 'www.binarylane.com.au/)':46"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6552505"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704887034 {#1629
        date: 2024-01-10 12:43:54.0 +01:00
      }
      +"title": 295602
    }
  ]
  -id: 28544
  -titleTs: "'4g':4 'host':1 'websit':2"
  -bodyTs: "'4':80 '4g':41,93 'achiev':174 'address':95 'app':178 'australia':32 'chang':150 'connect':129 'creat':126 'dynam':189 'electr':27 'event':56 'fast':44 'follow':176 'general':38 'home':10 'hope':145 'host':4,103 'hyper':76 'idea':170 'im':61 'infrastructur':156 'interfac':140 'intern':155 'ip':94,186 'issu':24 'know':40 'kogan':29 'like':48,160 'lot':18 'm':165 'major':23 'merci':65 'much':152 'nbn':30,35,67 'need':148 'network':36,59 'nginx':179 'nic':82 'ok':162 'open':166 'outag':60 'pass':84,135 'pfsens':74,89,142,180 'plan':113,163 'port':81,87 'public':98,185 'question':71 'read':106 'realiz':91 'recent':21 'run':73 'server':11,133 'servic':111 'set':116,120 'sound':159 'stop':100 'storm':28 'support':31 'taught':15 'thank':190 'tunnel':182 'use':50 'v':77 'vpn':110,181 'vps':119,125,183 'web':177 'websit':7,105 'window':132 'wireguard':108,122,128 'wont':147 'would':47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704947663
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10522529"
  +editedAt: DateTimeImmutable @1719756211 {#2339
    date: 2024-06-30 16:03:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704861263 {#2314
    date: 2024-01-10 05:34:23.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
20 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1598
  +user: Proxies\__CG__\App\Entity\User {#2049 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "Hosting-websites-over-4g"
  +title: "Hosting websites over 4g"
  +url: null
  +body: """
    I have been hosting a few websites from my home server and it has taught me a lot. I have recently had major issues with the electrical storms, Kogan NBN support (Australia), and the NBN network in general. I know 4g is not fast, but I would like to use it so that in the event of a network outage, im not at the mercy of NBN. On to the question!\n
    \n
    I run pfsense in hyper v with a 4 port nic which passes through those ports to pfsense.\n
    \n
    I realized that 4g ip addresses are not public, which stops me from hosting the websites.\n
    \n
    Reading into wireguard and vpn services my plan is to:\n
    \n
    - Set up a VPS ✅\n
    - Set up wireguard on the VPS ✅\n
    - Create a wireguard connection on my windows server, and pass that in as an interface to pfsense, so that hopefully, I wont need to change to much on my internal infrastructure.\n
    \n
    Does this sound like an OK plan? I’m open to any other ideas where I can achieve the following:\n
    \n
    web app >> nginx >> pfsense >> vpn tunnel >> VPS with Public IP (can be dynamic)\n
    \n
    Thanks!—
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 14
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1727846353 {#2074
    date: 2024-10-02 07:19:13.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2051 …}
  +votes: Doctrine\ORM\PersistentCollection {#2059 …}
  +reports: Doctrine\ORM\PersistentCollection {#2047 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2057 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2055 …}
  +badges: Doctrine\ORM\PersistentCollection {#2054 …}
  +children: [
    App\Entity\EntryComment {#1630
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
      +body: """
        This. Hosting at home might be cheaper if you are serving a lot of data, but in that case, the speed’s going to kill you.\n
        \n
        I’m a keen self-hoster, but my public facing websites are on a $4 VPS ([Binary Lane](https://www.binarylane.com.au/) - which I recommend since you’re in Aus). In addition to less hassle, you get faster speeds and (probably) better uptime.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1704887034 {#1628
        date: 2024-01-10 12:43:54.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@justawittyusername@lemmy.world"
        "@fuckwit_mcbumcrumble@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1795 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
      -id: 295602
      -bodyTs: "'/)':48 '4':42 'addit':58 'aus':56 'better':68 'binari':44 'case':19 'cheaper':7 'data':15 'face':37 'faster':64 'get':63 'go':23 'hassl':61 'home':4 'host':2 'hoster':33 'keen':30 'kill':25 'lane':45 'less':60 'lot':13 'm':28 'might':5 'probabl':67 'public':36 're':54 'recommend':51 'self':32 'self-host':31 'serv':11 'sinc':52 'speed':21,65 'uptim':69 'vps':43 'websit':38 'www.binarylane.com.au':47 'www.binarylane.com.au/)':46"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6552505"
      +editedAt: null
      +createdAt: DateTimeImmutable @1704887034 {#1629
        date: 2024-01-10 12:43:54.0 +01:00
      }
      +"title": 295602
    }
  ]
  -id: 28544
  -titleTs: "'4g':4 'host':1 'websit':2"
  -bodyTs: "'4':80 '4g':41,93 'achiev':174 'address':95 'app':178 'australia':32 'chang':150 'connect':129 'creat':126 'dynam':189 'electr':27 'event':56 'fast':44 'follow':176 'general':38 'home':10 'hope':145 'host':4,103 'hyper':76 'idea':170 'im':61 'infrastructur':156 'interfac':140 'intern':155 'ip':94,186 'issu':24 'know':40 'kogan':29 'like':48,160 'lot':18 'm':165 'major':23 'merci':65 'much':152 'nbn':30,35,67 'need':148 'network':36,59 'nginx':179 'nic':82 'ok':162 'open':166 'outag':60 'pass':84,135 'pfsens':74,89,142,180 'plan':113,163 'port':81,87 'public':98,185 'question':71 'read':106 'realiz':91 'recent':21 'run':73 'server':11,133 'servic':111 'set':116,120 'sound':159 'stop':100 'storm':28 'support':31 'taught':15 'thank':190 'tunnel':182 'use':50 'v':77 'vpn':110,181 'vps':119,125,183 'web':177 'websit':7,105 'window':132 'wireguard':108,122,128 'wont':147 'would':47"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1704947663
  +visibility: "visible             "
  +apId: "https://lemmy.world/post/10522529"
  +editedAt: DateTimeImmutable @1719756211 {#2339
    date: 2024-06-30 16:03:31.0 +02:00
  }
  +createdAt: DateTimeImmutable @1704861263 {#2314
    date: 2024-01-10 05:34:23.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
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
App\Entity\EntryComment {#1630
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1598
    +user: Proxies\__CG__\App\Entity\User {#2049 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "Hosting-websites-over-4g"
    +title: "Hosting websites over 4g"
    +url: null
    +body: """
      I have been hosting a few websites from my home server and it has taught me a lot. I have recently had major issues with the electrical storms, Kogan NBN support (Australia), and the NBN network in general. I know 4g is not fast, but I would like to use it so that in the event of a network outage, im not at the mercy of NBN. On to the question!\n
      \n
      I run pfsense in hyper v with a 4 port nic which passes through those ports to pfsense.\n
      \n
      I realized that 4g ip addresses are not public, which stops me from hosting the websites.\n
      \n
      Reading into wireguard and vpn services my plan is to:\n
      \n
      - Set up a VPS ✅\n
      - Set up wireguard on the VPS ✅\n
      - Create a wireguard connection on my windows server, and pass that in as an interface to pfsense, so that hopefully, I wont need to change to much on my internal infrastructure.\n
      \n
      Does this sound like an OK plan? I’m open to any other ideas where I can achieve the following:\n
      \n
      web app >> nginx >> pfsense >> vpn tunnel >> VPS with Public IP (can be dynamic)\n
      \n
      Thanks!—
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727846353 {#2074
      date: 2024-10-02 07:19:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2051 …}
    +votes: Doctrine\ORM\PersistentCollection {#2059 …}
    +reports: Doctrine\ORM\PersistentCollection {#2047 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2057 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2055 …}
    +badges: Doctrine\ORM\PersistentCollection {#2054 …}
    +children: [
      App\Entity\EntryComment {#1630}
    ]
    -id: 28544
    -titleTs: "'4g':4 'host':1 'websit':2"
    -bodyTs: "'4':80 '4g':41,93 'achiev':174 'address':95 'app':178 'australia':32 'chang':150 'connect':129 'creat':126 'dynam':189 'electr':27 'event':56 'fast':44 'follow':176 'general':38 'home':10 'hope':145 'host':4,103 'hyper':76 'idea':170 'im':61 'infrastructur':156 'interfac':140 'intern':155 'ip':94,186 'issu':24 'know':40 'kogan':29 'like':48,160 'lot':18 'm':165 'major':23 'merci':65 'much':152 'nbn':30,35,67 'need':148 'network':36,59 'nginx':179 'nic':82 'ok':162 'open':166 'outag':60 'pass':84,135 'pfsens':74,89,142,180 'plan':113,163 'port':81,87 'public':98,185 'question':71 'read':106 'realiz':91 'recent':21 'run':73 'server':11,133 'servic':111 'set':116,120 'sound':159 'stop':100 'storm':28 'support':31 'taught':15 'thank':190 'tunnel':182 'use':50 'v':77 'vpn':110,181 'vps':119,125,183 'web':177 'websit':7,105 'window':132 'wireguard':108,122,128 'wont':147 'would':47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704947663
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10522529"
    +editedAt: DateTimeImmutable @1719756211 {#2339
      date: 2024-06-30 16:03:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704861263 {#2314
      date: 2024-01-10 05:34:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +body: """
    This. Hosting at home might be cheaper if you are serving a lot of data, but in that case, the speed’s going to kill you.\n
    \n
    I’m a keen self-hoster, but my public facing websites are on a $4 VPS ([Binary Lane](https://www.binarylane.com.au/) - which I recommend since you’re in Aus). In addition to less hassle, you get faster speeds and (probably) better uptime.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704887034 {#1628
    date: 2024-01-10 12:43:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@justawittyusername@lemmy.world"
    "@fuckwit_mcbumcrumble@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1795 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  -id: 295602
  -bodyTs: "'/)':48 '4':42 'addit':58 'aus':56 'better':68 'binari':44 'case':19 'cheaper':7 'data':15 'face':37 'faster':64 'get':63 'go':23 'hassl':61 'home':4 'host':2 'hoster':33 'keen':30 'kill':25 'lane':45 'less':60 'lot':13 'm':28 'might':5 'probabl':67 'public':36 're':54 'recommend':51 'self':32 'self-host':31 'serv':11 'sinc':52 'speed':21,65 'uptim':69 'vps':43 'websit':38 'www.binarylane.com.au':47 'www.binarylane.com.au/)':46"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6552505"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704887034 {#1629
    date: 2024-01-10 12:43:54.0 +01:00
  }
  +"title": 295602
}
"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
23 DENIED edit
App\Entity\EntryComment {#1630
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1598
    +user: Proxies\__CG__\App\Entity\User {#2049 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "Hosting-websites-over-4g"
    +title: "Hosting websites over 4g"
    +url: null
    +body: """
      I have been hosting a few websites from my home server and it has taught me a lot. I have recently had major issues with the electrical storms, Kogan NBN support (Australia), and the NBN network in general. I know 4g is not fast, but I would like to use it so that in the event of a network outage, im not at the mercy of NBN. On to the question!\n
      \n
      I run pfsense in hyper v with a 4 port nic which passes through those ports to pfsense.\n
      \n
      I realized that 4g ip addresses are not public, which stops me from hosting the websites.\n
      \n
      Reading into wireguard and vpn services my plan is to:\n
      \n
      - Set up a VPS ✅\n
      - Set up wireguard on the VPS ✅\n
      - Create a wireguard connection on my windows server, and pass that in as an interface to pfsense, so that hopefully, I wont need to change to much on my internal infrastructure.\n
      \n
      Does this sound like an OK plan? I’m open to any other ideas where I can achieve the following:\n
      \n
      web app >> nginx >> pfsense >> vpn tunnel >> VPS with Public IP (can be dynamic)\n
      \n
      Thanks!—
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727846353 {#2074
      date: 2024-10-02 07:19:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2051 …}
    +votes: Doctrine\ORM\PersistentCollection {#2059 …}
    +reports: Doctrine\ORM\PersistentCollection {#2047 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2057 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2055 …}
    +badges: Doctrine\ORM\PersistentCollection {#2054 …}
    +children: [
      App\Entity\EntryComment {#1630}
    ]
    -id: 28544
    -titleTs: "'4g':4 'host':1 'websit':2"
    -bodyTs: "'4':80 '4g':41,93 'achiev':174 'address':95 'app':178 'australia':32 'chang':150 'connect':129 'creat':126 'dynam':189 'electr':27 'event':56 'fast':44 'follow':176 'general':38 'home':10 'hope':145 'host':4,103 'hyper':76 'idea':170 'im':61 'infrastructur':156 'interfac':140 'intern':155 'ip':94,186 'issu':24 'know':40 'kogan':29 'like':48,160 'lot':18 'm':165 'major':23 'merci':65 'much':152 'nbn':30,35,67 'need':148 'network':36,59 'nginx':179 'nic':82 'ok':162 'open':166 'outag':60 'pass':84,135 'pfsens':74,89,142,180 'plan':113,163 'port':81,87 'public':98,185 'question':71 'read':106 'realiz':91 'recent':21 'run':73 'server':11,133 'servic':111 'set':116,120 'sound':159 'stop':100 'storm':28 'support':31 'taught':15 'thank':190 'tunnel':182 'use':50 'v':77 'vpn':110,181 'vps':119,125,183 'web':177 'websit':7,105 'window':132 'wireguard':108,122,128 'wont':147 'would':47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704947663
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10522529"
    +editedAt: DateTimeImmutable @1719756211 {#2339
      date: 2024-06-30 16:03:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704861263 {#2314
      date: 2024-01-10 05:34:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +body: """
    This. Hosting at home might be cheaper if you are serving a lot of data, but in that case, the speed’s going to kill you.\n
    \n
    I’m a keen self-hoster, but my public facing websites are on a $4 VPS ([Binary Lane](https://www.binarylane.com.au/) - which I recommend since you’re in Aus). In addition to less hassle, you get faster speeds and (probably) better uptime.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704887034 {#1628
    date: 2024-01-10 12:43:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@justawittyusername@lemmy.world"
    "@fuckwit_mcbumcrumble@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1795 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  -id: 295602
  -bodyTs: "'/)':48 '4':42 'addit':58 'aus':56 'better':68 'binari':44 'case':19 'cheaper':7 'data':15 'face':37 'faster':64 'get':63 'go':23 'hassl':61 'home':4 'host':2 'hoster':33 'keen':30 'kill':25 'lane':45 'less':60 'lot':13 'm':28 'might':5 'probabl':67 'public':36 're':54 'recommend':51 'self':32 'self-host':31 'serv':11 'sinc':52 'speed':21,65 'uptim':69 'vps':43 'websit':38 'www.binarylane.com.au':47 'www.binarylane.com.au/)':46"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6552505"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704887034 {#1629
    date: 2024-01-10 12:43:54.0 +01:00
  }
  +"title": 295602
}
"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
24 DENIED moderate
App\Entity\EntryComment {#1630
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1598
    +user: Proxies\__CG__\App\Entity\User {#2049 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "Hosting-websites-over-4g"
    +title: "Hosting websites over 4g"
    +url: null
    +body: """
      I have been hosting a few websites from my home server and it has taught me a lot. I have recently had major issues with the electrical storms, Kogan NBN support (Australia), and the NBN network in general. I know 4g is not fast, but I would like to use it so that in the event of a network outage, im not at the mercy of NBN. On to the question!\n
      \n
      I run pfsense in hyper v with a 4 port nic which passes through those ports to pfsense.\n
      \n
      I realized that 4g ip addresses are not public, which stops me from hosting the websites.\n
      \n
      Reading into wireguard and vpn services my plan is to:\n
      \n
      - Set up a VPS ✅\n
      - Set up wireguard on the VPS ✅\n
      - Create a wireguard connection on my windows server, and pass that in as an interface to pfsense, so that hopefully, I wont need to change to much on my internal infrastructure.\n
      \n
      Does this sound like an OK plan? I’m open to any other ideas where I can achieve the following:\n
      \n
      web app >> nginx >> pfsense >> vpn tunnel >> VPS with Public IP (can be dynamic)\n
      \n
      Thanks!—
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 14
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1727846353 {#2074
      date: 2024-10-02 07:19:13.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2051 …}
    +votes: Doctrine\ORM\PersistentCollection {#2059 …}
    +reports: Doctrine\ORM\PersistentCollection {#2047 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2057 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2055 …}
    +badges: Doctrine\ORM\PersistentCollection {#2054 …}
    +children: [
      App\Entity\EntryComment {#1630}
    ]
    -id: 28544
    -titleTs: "'4g':4 'host':1 'websit':2"
    -bodyTs: "'4':80 '4g':41,93 'achiev':174 'address':95 'app':178 'australia':32 'chang':150 'connect':129 'creat':126 'dynam':189 'electr':27 'event':56 'fast':44 'follow':176 'general':38 'home':10 'hope':145 'host':4,103 'hyper':76 'idea':170 'im':61 'infrastructur':156 'interfac':140 'intern':155 'ip':94,186 'issu':24 'know':40 'kogan':29 'like':48,160 'lot':18 'm':165 'major':23 'merci':65 'much':152 'nbn':30,35,67 'need':148 'network':36,59 'nginx':179 'nic':82 'ok':162 'open':166 'outag':60 'pass':84,135 'pfsens':74,89,142,180 'plan':113,163 'port':81,87 'public':98,185 'question':71 'read':106 'realiz':91 'recent':21 'run':73 'server':11,133 'servic':111 'set':116,120 'sound':159 'stop':100 'storm':28 'support':31 'taught':15 'thank':190 'tunnel':182 'use':50 'v':77 'vpn':110,181 'vps':119,125,183 'web':177 'websit':7,105 'window':132 'wireguard':108,122,128 'wont':147 'would':47"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1704947663
    +visibility: "visible             "
    +apId: "https://lemmy.world/post/10522529"
    +editedAt: DateTimeImmutable @1719756211 {#2339
      date: 2024-06-30 16:03:31.0 +02:00
    }
    +createdAt: DateTimeImmutable @1704861263 {#2314
      date: 2024-01-10 05:34:23.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1611 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1616 …}
  +body: """
    This. Hosting at home might be cheaper if you are serving a lot of data, but in that case, the speed’s going to kill you.\n
    \n
    I’m a keen self-hoster, but my public facing websites are on a $4 VPS ([Binary Lane](https://www.binarylane.com.au/) - which I recommend since you’re in Aus). In addition to less hassle, you get faster speeds and (probably) better uptime.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1704887034 {#1628
    date: 2024-01-10 12:43:54.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@justawittyusername@lemmy.world"
    "@fuckwit_mcbumcrumble@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1795 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  -id: 295602
  -bodyTs: "'/)':48 '4':42 'addit':58 'aus':56 'better':68 'binari':44 'case':19 'cheaper':7 'data':15 'face':37 'faster':64 'get':63 'go':23 'hassl':61 'home':4 'host':2 'hoster':33 'keen':30 'kill':25 'lane':45 'less':60 'lot':13 'm':28 'might':5 'probabl':67 'public':36 're':54 'recommend':51 'self':32 'self-host':31 'serv':11 'sinc':52 'speed':21,65 'uptim':69 'vps':43 'websit':38 'www.binarylane.com.au':47 'www.binarylane.com.au/)':46"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6552505"
  +editedAt: null
  +createdAt: DateTimeImmutable @1704887034 {#1629
    date: 2024-01-10 12:43:54.0 +01:00
  }
  +"title": 295602
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1737
  +user: Proxies\__CG__\App\Entity\User {#2079 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "Accessing-NAS-when-not-on-LAN"
  +title: "Accessing NAS when not on LAN"
  +url: null
  +body: "So I have a TrueNAS server set up at home, and it would be cool to have access to it at all times. I currently have Syncthing set up to access and back up my most essential files on my phone and laptop, but it would be nice to be able to access all the … legally obtained files I have stored there wherever I go. I looked into Nextcloud, but that requires paying for a domain. So are there any other options for this?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726773933 {#2341
    date: 2024-09-19 21:25:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2335 …}
  +votes: Doctrine\ORM\PersistentCollection {#2159 …}
  +reports: Doctrine\ORM\PersistentCollection {#2135 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2137 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2068 …}
  +badges: Doctrine\ORM\PersistentCollection {#2069 …}
  +children: [
    App\Entity\EntryComment {#1730
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +body: "Absolutely [Tailscale](https://tailscale.com/) - I use it for this exact situation of Syncthing from my NAS. Simple to set up, and secure."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705485116 {#1619
        date: 2024-01-17 10:51:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Rudee@lemmy.ml"
        "@StrawberryPigtails@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1727 …}
      +nested: Doctrine\ORM\PersistentCollection {#1733 …}
      +votes: Doctrine\ORM\PersistentCollection {#1724 …}
      +reports: Doctrine\ORM\PersistentCollection {#1715 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
      -id: 316376
      -bodyTs: "'/)':5 'absolut':1 'exact':11 'nas':17 'secur':23 'set':20 'simpl':18 'situat':12 'syncth':14 'tailscal':2 'tailscale.com':4 'tailscale.com/)':3 'use':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6771256"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705485116 {#1726
        date: 2024-01-17 10:51:56.0 +01:00
      }
      +"title": 316376
    }
  ]
  -id: 31084
  -titleTs: "'access':1 'lan':6 'nas':2"
  -bodyTs: "'abl':51 'access':18,31,53 'back':33 'cool':15 'current':25 'domain':76 'essenti':37 'file':38,58 'go':65 'home':10 'laptop':43 'legal':56 'look':67 'nextcloud':69 'nice':48 'obtain':57 'option':82 'pay':73 'phone':41 'requir':72 'server':6 'set':7,28 'store':61 'syncth':27 'time':23 'truena':5 'wherev':63 'would':13,46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705531430
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10642146"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705445030 {#2060
    date: 2024-01-16 23:43:50.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
27 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1737
  +user: Proxies\__CG__\App\Entity\User {#2079 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "Accessing-NAS-when-not-on-LAN"
  +title: "Accessing NAS when not on LAN"
  +url: null
  +body: "So I have a TrueNAS server set up at home, and it would be cool to have access to it at all times. I currently have Syncthing set up to access and back up my most essential files on my phone and laptop, but it would be nice to be able to access all the … legally obtained files I have stored there wherever I go. I looked into Nextcloud, but that requires paying for a domain. So are there any other options for this?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726773933 {#2341
    date: 2024-09-19 21:25:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2335 …}
  +votes: Doctrine\ORM\PersistentCollection {#2159 …}
  +reports: Doctrine\ORM\PersistentCollection {#2135 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2137 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2068 …}
  +badges: Doctrine\ORM\PersistentCollection {#2069 …}
  +children: [
    App\Entity\EntryComment {#1730
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +body: "Absolutely [Tailscale](https://tailscale.com/) - I use it for this exact situation of Syncthing from my NAS. Simple to set up, and secure."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705485116 {#1619
        date: 2024-01-17 10:51:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Rudee@lemmy.ml"
        "@StrawberryPigtails@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1727 …}
      +nested: Doctrine\ORM\PersistentCollection {#1733 …}
      +votes: Doctrine\ORM\PersistentCollection {#1724 …}
      +reports: Doctrine\ORM\PersistentCollection {#1715 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
      -id: 316376
      -bodyTs: "'/)':5 'absolut':1 'exact':11 'nas':17 'secur':23 'set':20 'simpl':18 'situat':12 'syncth':14 'tailscal':2 'tailscale.com':4 'tailscale.com/)':3 'use':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6771256"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705485116 {#1726
        date: 2024-01-17 10:51:56.0 +01:00
      }
      +"title": 316376
    }
  ]
  -id: 31084
  -titleTs: "'access':1 'lan':6 'nas':2"
  -bodyTs: "'abl':51 'access':18,31,53 'back':33 'cool':15 'current':25 'domain':76 'essenti':37 'file':38,58 'go':65 'home':10 'laptop':43 'legal':56 'look':67 'nextcloud':69 'nice':48 'obtain':57 'option':82 'pay':73 'phone':41 'requir':72 'server':6 'set':7,28 'store':61 'syncth':27 'time':23 'truena':5 'wherev':63 'would':13,46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705531430
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10642146"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705445030 {#2060
    date: 2024-01-16 23:43:50.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
28 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1737
  +user: Proxies\__CG__\App\Entity\User {#2079 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "Accessing-NAS-when-not-on-LAN"
  +title: "Accessing NAS when not on LAN"
  +url: null
  +body: "So I have a TrueNAS server set up at home, and it would be cool to have access to it at all times. I currently have Syncthing set up to access and back up my most essential files on my phone and laptop, but it would be nice to be able to access all the … legally obtained files I have stored there wherever I go. I looked into Nextcloud, but that requires paying for a domain. So are there any other options for this?"
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 16
  +favouriteCount: 27
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726773933 {#2341
    date: 2024-09-19 21:25:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2335 …}
  +votes: Doctrine\ORM\PersistentCollection {#2159 …}
  +reports: Doctrine\ORM\PersistentCollection {#2135 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2137 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2068 …}
  +badges: Doctrine\ORM\PersistentCollection {#2069 …}
  +children: [
    App\Entity\EntryComment {#1730
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1737 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
      +body: "Absolutely [Tailscale](https://tailscale.com/) - I use it for this exact situation of Syncthing from my NAS. Simple to set up, and secure."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1705485116 {#1619
        date: 2024-01-17 10:51:56.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Rudee@lemmy.ml"
        "@StrawberryPigtails@lemmy.sdf.org"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1727 …}
      +nested: Doctrine\ORM\PersistentCollection {#1733 …}
      +votes: Doctrine\ORM\PersistentCollection {#1724 …}
      +reports: Doctrine\ORM\PersistentCollection {#1715 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
      -id: 316376
      -bodyTs: "'/)':5 'absolut':1 'exact':11 'nas':17 'secur':23 'set':20 'simpl':18 'situat':12 'syncth':14 'tailscal':2 'tailscale.com':4 'tailscale.com/)':3 'use':7"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6771256"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705485116 {#1726
        date: 2024-01-17 10:51:56.0 +01:00
      }
      +"title": 316376
    }
  ]
  -id: 31084
  -titleTs: "'access':1 'lan':6 'nas':2"
  -bodyTs: "'abl':51 'access':18,31,53 'back':33 'cool':15 'current':25 'domain':76 'essenti':37 'file':38,58 'go':65 'home':10 'laptop':43 'legal':56 'look':67 'nextcloud':69 'nice':48 'obtain':57 'option':82 'pay':73 'phone':41 'requir':72 'server':6 'set':7,28 'store':61 'syncth':27 'time':23 'truena':5 'wherev':63 'would':13,46"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705531430
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/10642146"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705445030 {#2060
    date: 2024-01-16 23:43:50.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
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 {#1730
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#2079 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "Accessing-NAS-when-not-on-LAN"
    +title: "Accessing NAS when not on LAN"
    +url: null
    +body: "So I have a TrueNAS server set up at home, and it would be cool to have access to it at all times. I currently have Syncthing set up to access and back up my most essential files on my phone and laptop, but it would be nice to be able to access all the … legally obtained files I have stored there wherever I go. I looked into Nextcloud, but that requires paying for a domain. So are there any other options for this?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 27
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726773933 {#2341
      date: 2024-09-19 21:25:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2335 …}
    +votes: Doctrine\ORM\PersistentCollection {#2159 …}
    +reports: Doctrine\ORM\PersistentCollection {#2135 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2137 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2068 …}
    +badges: Doctrine\ORM\PersistentCollection {#2069 …}
    +children: [
      App\Entity\EntryComment {#1730}
    ]
    -id: 31084
    -titleTs: "'access':1 'lan':6 'nas':2"
    -bodyTs: "'abl':51 'access':18,31,53 'back':33 'cool':15 'current':25 'domain':76 'essenti':37 'file':38,58 'go':65 'home':10 'laptop':43 'legal':56 'look':67 'nextcloud':69 'nice':48 'obtain':57 'option':82 'pay':73 'phone':41 'requir':72 'server':6 'set':7,28 'store':61 'syncth':27 'time':23 'truena':5 'wherev':63 'would':13,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705531430
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10642146"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705445030 {#2060
      date: 2024-01-16 23:43:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +body: "Absolutely [Tailscale](https://tailscale.com/) - I use it for this exact situation of Syncthing from my NAS. Simple to set up, and secure."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705485116 {#1619
    date: 2024-01-17 10:51:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Rudee@lemmy.ml"
    "@StrawberryPigtails@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1727 …}
  +nested: Doctrine\ORM\PersistentCollection {#1733 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1715 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
  -id: 316376
  -bodyTs: "'/)':5 'absolut':1 'exact':11 'nas':17 'secur':23 'set':20 'simpl':18 'situat':12 'syncth':14 'tailscal':2 'tailscale.com':4 'tailscale.com/)':3 'use':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6771256"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705485116 {#1726
    date: 2024-01-17 10:51:56.0 +01:00
  }
  +"title": 316376
}
"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 {#1730
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#2079 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "Accessing-NAS-when-not-on-LAN"
    +title: "Accessing NAS when not on LAN"
    +url: null
    +body: "So I have a TrueNAS server set up at home, and it would be cool to have access to it at all times. I currently have Syncthing set up to access and back up my most essential files on my phone and laptop, but it would be nice to be able to access all the … legally obtained files I have stored there wherever I go. I looked into Nextcloud, but that requires paying for a domain. So are there any other options for this?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 27
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726773933 {#2341
      date: 2024-09-19 21:25:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2335 …}
    +votes: Doctrine\ORM\PersistentCollection {#2159 …}
    +reports: Doctrine\ORM\PersistentCollection {#2135 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2137 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2068 …}
    +badges: Doctrine\ORM\PersistentCollection {#2069 …}
    +children: [
      App\Entity\EntryComment {#1730}
    ]
    -id: 31084
    -titleTs: "'access':1 'lan':6 'nas':2"
    -bodyTs: "'abl':51 'access':18,31,53 'back':33 'cool':15 'current':25 'domain':76 'essenti':37 'file':38,58 'go':65 'home':10 'laptop':43 'legal':56 'look':67 'nextcloud':69 'nice':48 'obtain':57 'option':82 'pay':73 'phone':41 'requir':72 'server':6 'set':7,28 'store':61 'syncth':27 'time':23 'truena':5 'wherev':63 'would':13,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705531430
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10642146"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705445030 {#2060
      date: 2024-01-16 23:43:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +body: "Absolutely [Tailscale](https://tailscale.com/) - I use it for this exact situation of Syncthing from my NAS. Simple to set up, and secure."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705485116 {#1619
    date: 2024-01-17 10:51:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Rudee@lemmy.ml"
    "@StrawberryPigtails@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1727 …}
  +nested: Doctrine\ORM\PersistentCollection {#1733 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1715 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
  -id: 316376
  -bodyTs: "'/)':5 'absolut':1 'exact':11 'nas':17 'secur':23 'set':20 'simpl':18 'situat':12 'syncth':14 'tailscal':2 'tailscale.com':4 'tailscale.com/)':3 'use':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6771256"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705485116 {#1726
    date: 2024-01-17 10:51:56.0 +01:00
  }
  +"title": 316376
}
"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 {#1730
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1737
    +user: Proxies\__CG__\App\Entity\User {#2079 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "Accessing-NAS-when-not-on-LAN"
    +title: "Accessing NAS when not on LAN"
    +url: null
    +body: "So I have a TrueNAS server set up at home, and it would be cool to have access to it at all times. I currently have Syncthing set up to access and back up my most essential files on my phone and laptop, but it would be nice to be able to access all the … legally obtained files I have stored there wherever I go. I looked into Nextcloud, but that requires paying for a domain. So are there any other options for this?"
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 16
    +favouriteCount: 27
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726773933 {#2341
      date: 2024-09-19 21:25:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2335 …}
    +votes: Doctrine\ORM\PersistentCollection {#2159 …}
    +reports: Doctrine\ORM\PersistentCollection {#2135 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2137 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2068 …}
    +badges: Doctrine\ORM\PersistentCollection {#2069 …}
    +children: [
      App\Entity\EntryComment {#1730}
    ]
    -id: 31084
    -titleTs: "'access':1 'lan':6 'nas':2"
    -bodyTs: "'abl':51 'access':18,31,53 'back':33 'cool':15 'current':25 'domain':76 'essenti':37 'file':38,58 'go':65 'home':10 'laptop':43 'legal':56 'look':67 'nextcloud':69 'nice':48 'obtain':57 'option':82 'pay':73 'phone':41 'requir':72 'server':6 'set':7,28 'store':61 'syncth':27 'time':23 'truena':5 'wherev':63 'would':13,46"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705531430
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/10642146"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705445030 {#2060
      date: 2024-01-16 23:43:50.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1734 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1732 …}
  +body: "Absolutely [Tailscale](https://tailscale.com/) - I use it for this exact situation of Syncthing from my NAS. Simple to set up, and secure."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1705485116 {#1619
    date: 2024-01-17 10:51:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Rudee@lemmy.ml"
    "@StrawberryPigtails@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1727 …}
  +nested: Doctrine\ORM\PersistentCollection {#1733 …}
  +votes: Doctrine\ORM\PersistentCollection {#1724 …}
  +reports: Doctrine\ORM\PersistentCollection {#1715 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1716 …}
  -id: 316376
  -bodyTs: "'/)':5 'absolut':1 'exact':11 'nas':17 'secur':23 'set':20 'simpl':18 'situat':12 'syncth':14 'tailscal':2 'tailscale.com':4 'tailscale.com/)':3 'use':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6771256"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705485116 {#1726
    date: 2024-01-17 10:51:56.0 +01:00
  }
  +"title": 316376
}
"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
Proxies\__CG__\App\Entity\Entry {#1621
  +user: Proxies\__CG__\App\Entity\User {#2343 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1556 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "What-hobbies-help-you-minimize-or-avoid-navigating-commercialism"
  +title: "What hobbies help you minimize or avoid navigating commercialism?"
  +url: null
  +body: """
    By commercialism, I’m aiming at a mix of spending a lot and sifting through bloated business models (e.g. this or that accessory/equipment, microtransactions, etc.). Feel like many can relate to this sort of commercial fatigue, and yet it creeps even into hobbies where one tries to unwind.\n
    \n
    Lately I’ve picked up reading more again, as thanks to libraries I’m able to do just that, but I’m wondering what some other, less obvious options* might be.\n
    \n
    :::spoiler * This is mainly for the going outside, walking folks. I enjoy a good walk from time to time, but I’m interested in activities that are a little less obvious. :::
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 52
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701441337 {#2053
    date: 2023-12-01 15:35:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2100 …}
  +votes: Doctrine\ORM\PersistentCollection {#2108 …}
  +reports: Doctrine\ORM\PersistentCollection {#2101 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
  +badges: Doctrine\ORM\PersistentCollection {#2107 …}
  +children: [
    App\Entity\EntryComment {#1613
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1556 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +body: """
        I don’t sew, but a follow several people who do (for vintage and modern clothing) on Instagram - just to emotionally vampire off their irrepressible happiness when it all comes together and they make something that comes out as great as they imagined (lots of “and it has pockets!!!” moments) or they master a new skill they had been struggling with - like sewing button holes in denim or whatever.\n
        \n
        It’s not for me, but I love the obvious satisfaction and joy other people are getting out of it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701251704 {#1552
        date: 2023-11-29 10:55:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ALostInquirer@lemm.ee"
        "@giraffedesigner@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1728 …}
      +nested: Doctrine\ORM\PersistentCollection {#1722 …}
      +votes: Doctrine\ORM\PersistentCollection {#1725 …}
      +reports: Doctrine\ORM\PersistentCollection {#1617 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
      -id: 176327
      -bodyTs: "'button':64 'cloth':16 'come':30,37 'denim':67 'emot':21 'follow':7 'get':86 'great':40 'happi':26 'hole':65 'imagin':43 'instagram':18 'irrepress':25 'joy':82 'like':62 'lot':44 'love':77 'make':34 'master':53 'modern':15 'moment':50 'new':55 'obvious':79 'peopl':9,84 'pocket':49 'satisfact':80 'sever':8 'sew':4,63 'skill':56 'someth':35 'struggl':60 'togeth':31 'vampir':22 'vintag':13 'whatev':69"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5667693"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701251704 {#1620
        date: 2023-11-29 10:55:04.0 +01:00
      }
      +"title": 176327
    }
  ]
  -id: 17991
  -titleTs: "'avoid':7 'commerci':9 'help':3 'hobbi':2 'minim':5 'navig':8"
  -bodyTs: "'abl':63 'accessory/equipment':23 'activ':104 'aim':5 'bloat':16 'busi':17 'commerci':2,35 'creep':40 'e.g':19 'enjoy':91 'etc':25 'even':41 'fatigu':36 'feel':26 'folk':89 'go':86 'good':93 'hobbi':43 'interest':102 'late':49 'less':75,109 'librari':60 'like':27 'littl':108 'lot':12 'm':4,62,70,101 'main':83 'mani':28 'microtransact':24 'might':78 'mix':8 'model':18 'obvious':76,110 'one':45 'option':77 'outsid':87 'pick':52 'read':54 'relat':30 'sift':14 'sort':33 'spend':10 'spoiler':80 'thank':58 'time':96,98 'tri':46 'unwind':48 've':51 'walk':88,94 'wonder':71 'yet':38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701296575
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16336249"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701210175 {#2048
    date: 2023-11-28 23:22:55.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
35 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1621
  +user: Proxies\__CG__\App\Entity\User {#2343 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1556 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "What-hobbies-help-you-minimize-or-avoid-navigating-commercialism"
  +title: "What hobbies help you minimize or avoid navigating commercialism?"
  +url: null
  +body: """
    By commercialism, I’m aiming at a mix of spending a lot and sifting through bloated business models (e.g. this or that accessory/equipment, microtransactions, etc.). Feel like many can relate to this sort of commercial fatigue, and yet it creeps even into hobbies where one tries to unwind.\n
    \n
    Lately I’ve picked up reading more again, as thanks to libraries I’m able to do just that, but I’m wondering what some other, less obvious options* might be.\n
    \n
    :::spoiler * This is mainly for the going outside, walking folks. I enjoy a good walk from time to time, but I’m interested in activities that are a little less obvious. :::
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 52
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701441337 {#2053
    date: 2023-12-01 15:35:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2100 …}
  +votes: Doctrine\ORM\PersistentCollection {#2108 …}
  +reports: Doctrine\ORM\PersistentCollection {#2101 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
  +badges: Doctrine\ORM\PersistentCollection {#2107 …}
  +children: [
    App\Entity\EntryComment {#1613
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1556 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +body: """
        I don’t sew, but a follow several people who do (for vintage and modern clothing) on Instagram - just to emotionally vampire off their irrepressible happiness when it all comes together and they make something that comes out as great as they imagined (lots of “and it has pockets!!!” moments) or they master a new skill they had been struggling with - like sewing button holes in denim or whatever.\n
        \n
        It’s not for me, but I love the obvious satisfaction and joy other people are getting out of it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701251704 {#1552
        date: 2023-11-29 10:55:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ALostInquirer@lemm.ee"
        "@giraffedesigner@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1728 …}
      +nested: Doctrine\ORM\PersistentCollection {#1722 …}
      +votes: Doctrine\ORM\PersistentCollection {#1725 …}
      +reports: Doctrine\ORM\PersistentCollection {#1617 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
      -id: 176327
      -bodyTs: "'button':64 'cloth':16 'come':30,37 'denim':67 'emot':21 'follow':7 'get':86 'great':40 'happi':26 'hole':65 'imagin':43 'instagram':18 'irrepress':25 'joy':82 'like':62 'lot':44 'love':77 'make':34 'master':53 'modern':15 'moment':50 'new':55 'obvious':79 'peopl':9,84 'pocket':49 'satisfact':80 'sever':8 'sew':4,63 'skill':56 'someth':35 'struggl':60 'togeth':31 'vampir':22 'vintag':13 'whatev':69"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5667693"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701251704 {#1620
        date: 2023-11-29 10:55:04.0 +01:00
      }
      +"title": 176327
    }
  ]
  -id: 17991
  -titleTs: "'avoid':7 'commerci':9 'help':3 'hobbi':2 'minim':5 'navig':8"
  -bodyTs: "'abl':63 'accessory/equipment':23 'activ':104 'aim':5 'bloat':16 'busi':17 'commerci':2,35 'creep':40 'e.g':19 'enjoy':91 'etc':25 'even':41 'fatigu':36 'feel':26 'folk':89 'go':86 'good':93 'hobbi':43 'interest':102 'late':49 'less':75,109 'librari':60 'like':27 'littl':108 'lot':12 'm':4,62,70,101 'main':83 'mani':28 'microtransact':24 'might':78 'mix':8 'model':18 'obvious':76,110 'one':45 'option':77 'outsid':87 'pick':52 'read':54 'relat':30 'sift':14 'sort':33 'spend':10 'spoiler':80 'thank':58 'time':96,98 'tri':46 'unwind':48 've':51 'walk':88,94 'wonder':71 'yet':38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701296575
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16336249"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701210175 {#2048
    date: 2023-11-28 23:22:55.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
36 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1621
  +user: Proxies\__CG__\App\Entity\User {#2343 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1556 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
  +slug: "What-hobbies-help-you-minimize-or-avoid-navigating-commercialism"
  +title: "What hobbies help you minimize or avoid navigating commercialism?"
  +url: null
  +body: """
    By commercialism, I’m aiming at a mix of spending a lot and sifting through bloated business models (e.g. this or that accessory/equipment, microtransactions, etc.). Feel like many can relate to this sort of commercial fatigue, and yet it creeps even into hobbies where one tries to unwind.\n
    \n
    Lately I’ve picked up reading more again, as thanks to libraries I’m able to do just that, but I’m wondering what some other, less obvious options* might be.\n
    \n
    :::spoiler * This is mainly for the going outside, walking folks. I enjoy a good walk from time to time, but I’m interested in activities that are a little less obvious. :::
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 52
  +favouriteCount: 73
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701441337 {#2053
    date: 2023-12-01 15:35:37.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2100 …}
  +votes: Doctrine\ORM\PersistentCollection {#2108 …}
  +reports: Doctrine\ORM\PersistentCollection {#2101 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
  +badges: Doctrine\ORM\PersistentCollection {#2107 …}
  +children: [
    App\Entity\EntryComment {#1613
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1621 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1556 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
      +body: """
        I don’t sew, but a follow several people who do (for vintage and modern clothing) on Instagram - just to emotionally vampire off their irrepressible happiness when it all comes together and they make something that comes out as great as they imagined (lots of “and it has pockets!!!” moments) or they master a new skill they had been struggling with - like sewing button holes in denim or whatever.\n
        \n
        It’s not for me, but I love the obvious satisfaction and joy other people are getting out of it.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1701251704 {#1552
        date: 2023-11-29 10:55:04.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ALostInquirer@lemm.ee"
        "@giraffedesigner@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1728 …}
      +nested: Doctrine\ORM\PersistentCollection {#1722 …}
      +votes: Doctrine\ORM\PersistentCollection {#1725 …}
      +reports: Doctrine\ORM\PersistentCollection {#1617 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
      -id: 176327
      -bodyTs: "'button':64 'cloth':16 'come':30,37 'denim':67 'emot':21 'follow':7 'get':86 'great':40 'happi':26 'hole':65 'imagin':43 'instagram':18 'irrepress':25 'joy':82 'like':62 'lot':44 'love':77 'make':34 'master':53 'modern':15 'moment':50 'new':55 'obvious':79 'peopl':9,84 'pocket':49 'satisfact':80 'sever':8 'sew':4,63 'skill':56 'someth':35 'struggl':60 'togeth':31 'vampir':22 'vintag':13 'whatev':69"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/5667693"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701251704 {#1620
        date: 2023-11-29 10:55:04.0 +01:00
      }
      +"title": 176327
    }
  ]
  -id: 17991
  -titleTs: "'avoid':7 'commerci':9 'help':3 'hobbi':2 'minim':5 'navig':8"
  -bodyTs: "'abl':63 'accessory/equipment':23 'activ':104 'aim':5 'bloat':16 'busi':17 'commerci':2,35 'creep':40 'e.g':19 'enjoy':91 'etc':25 'even':41 'fatigu':36 'feel':26 'folk':89 'go':86 'good':93 'hobbi':43 'interest':102 'late':49 'less':75,109 'librari':60 'like':27 'littl':108 'lot':12 'm':4,62,70,101 'main':83 'mani':28 'microtransact':24 'might':78 'mix':8 'model':18 'obvious':76,110 'one':45 'option':77 'outsid':87 'pick':52 'read':54 'relat':30 'sift':14 'sort':33 'spend':10 'spoiler':80 'thank':58 'time':96,98 'tri':46 'unwind':48 've':51 'walk':88,94 'wonder':71 'yet':38"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701296575
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/16336249"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701210175 {#2048
    date: 2023-11-28 23:22:55.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
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
App\Entity\EntryComment {#1613
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#2343 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1556 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "What-hobbies-help-you-minimize-or-avoid-navigating-commercialism"
    +title: "What hobbies help you minimize or avoid navigating commercialism?"
    +url: null
    +body: """
      By commercialism, I’m aiming at a mix of spending a lot and sifting through bloated business models (e.g. this or that accessory/equipment, microtransactions, etc.). Feel like many can relate to this sort of commercial fatigue, and yet it creeps even into hobbies where one tries to unwind.\n
      \n
      Lately I’ve picked up reading more again, as thanks to libraries I’m able to do just that, but I’m wondering what some other, less obvious options* might be.\n
      \n
      :::spoiler * This is mainly for the going outside, walking folks. I enjoy a good walk from time to time, but I’m interested in activities that are a little less obvious. :::
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 52
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701441337 {#2053
      date: 2023-12-01 15:35:37.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2100 …}
    +votes: Doctrine\ORM\PersistentCollection {#2108 …}
    +reports: Doctrine\ORM\PersistentCollection {#2101 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
    +badges: Doctrine\ORM\PersistentCollection {#2107 …}
    +children: [
      App\Entity\EntryComment {#1613}
    ]
    -id: 17991
    -titleTs: "'avoid':7 'commerci':9 'help':3 'hobbi':2 'minim':5 'navig':8"
    -bodyTs: "'abl':63 'accessory/equipment':23 'activ':104 'aim':5 'bloat':16 'busi':17 'commerci':2,35 'creep':40 'e.g':19 'enjoy':91 'etc':25 'even':41 'fatigu':36 'feel':26 'folk':89 'go':86 'good':93 'hobbi':43 'interest':102 'late':49 'less':75,109 'librari':60 'like':27 'littl':108 'lot':12 'm':4,62,70,101 'main':83 'mani':28 'microtransact':24 'might':78 'mix':8 'model':18 'obvious':76,110 'one':45 'option':77 'outsid':87 'pick':52 'read':54 'relat':30 'sift':14 'sort':33 'spend':10 'spoiler':80 'thank':58 'time':96,98 'tri':46 'unwind':48 've':51 'walk':88,94 'wonder':71 'yet':38"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701296575
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16336249"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701210175 {#2048
      date: 2023-11-28 23:22:55.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1556 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +body: """
    I don’t sew, but a follow several people who do (for vintage and modern clothing) on Instagram - just to emotionally vampire off their irrepressible happiness when it all comes together and they make something that comes out as great as they imagined (lots of “and it has pockets!!!” moments) or they master a new skill they had been struggling with - like sewing button holes in denim or whatever.\n
    \n
    It’s not for me, but I love the obvious satisfaction and joy other people are getting out of it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701251704 {#1552
    date: 2023-11-29 10:55:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ALostInquirer@lemm.ee"
    "@giraffedesigner@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1728 …}
  +nested: Doctrine\ORM\PersistentCollection {#1722 …}
  +votes: Doctrine\ORM\PersistentCollection {#1725 …}
  +reports: Doctrine\ORM\PersistentCollection {#1617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
  -id: 176327
  -bodyTs: "'button':64 'cloth':16 'come':30,37 'denim':67 'emot':21 'follow':7 'get':86 'great':40 'happi':26 'hole':65 'imagin':43 'instagram':18 'irrepress':25 'joy':82 'like':62 'lot':44 'love':77 'make':34 'master':53 'modern':15 'moment':50 'new':55 'obvious':79 'peopl':9,84 'pocket':49 'satisfact':80 'sever':8 'sew':4,63 'skill':56 'someth':35 'struggl':60 'togeth':31 'vampir':22 'vintag':13 'whatev':69"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5667693"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701251704 {#1620
    date: 2023-11-29 10:55:04.0 +01:00
  }
  +"title": 176327
}
"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
39 DENIED edit
App\Entity\EntryComment {#1613
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#2343 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1556 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "What-hobbies-help-you-minimize-or-avoid-navigating-commercialism"
    +title: "What hobbies help you minimize or avoid navigating commercialism?"
    +url: null
    +body: """
      By commercialism, I’m aiming at a mix of spending a lot and sifting through bloated business models (e.g. this or that accessory/equipment, microtransactions, etc.). Feel like many can relate to this sort of commercial fatigue, and yet it creeps even into hobbies where one tries to unwind.\n
      \n
      Lately I’ve picked up reading more again, as thanks to libraries I’m able to do just that, but I’m wondering what some other, less obvious options* might be.\n
      \n
      :::spoiler * This is mainly for the going outside, walking folks. I enjoy a good walk from time to time, but I’m interested in activities that are a little less obvious. :::
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 52
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701441337 {#2053
      date: 2023-12-01 15:35:37.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2100 …}
    +votes: Doctrine\ORM\PersistentCollection {#2108 …}
    +reports: Doctrine\ORM\PersistentCollection {#2101 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
    +badges: Doctrine\ORM\PersistentCollection {#2107 …}
    +children: [
      App\Entity\EntryComment {#1613}
    ]
    -id: 17991
    -titleTs: "'avoid':7 'commerci':9 'help':3 'hobbi':2 'minim':5 'navig':8"
    -bodyTs: "'abl':63 'accessory/equipment':23 'activ':104 'aim':5 'bloat':16 'busi':17 'commerci':2,35 'creep':40 'e.g':19 'enjoy':91 'etc':25 'even':41 'fatigu':36 'feel':26 'folk':89 'go':86 'good':93 'hobbi':43 'interest':102 'late':49 'less':75,109 'librari':60 'like':27 'littl':108 'lot':12 'm':4,62,70,101 'main':83 'mani':28 'microtransact':24 'might':78 'mix':8 'model':18 'obvious':76,110 'one':45 'option':77 'outsid':87 'pick':52 'read':54 'relat':30 'sift':14 'sort':33 'spend':10 'spoiler':80 'thank':58 'time':96,98 'tri':46 'unwind':48 've':51 'walk':88,94 'wonder':71 'yet':38"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701296575
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16336249"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701210175 {#2048
      date: 2023-11-28 23:22:55.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1556 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +body: """
    I don’t sew, but a follow several people who do (for vintage and modern clothing) on Instagram - just to emotionally vampire off their irrepressible happiness when it all comes together and they make something that comes out as great as they imagined (lots of “and it has pockets!!!” moments) or they master a new skill they had been struggling with - like sewing button holes in denim or whatever.\n
    \n
    It’s not for me, but I love the obvious satisfaction and joy other people are getting out of it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701251704 {#1552
    date: 2023-11-29 10:55:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ALostInquirer@lemm.ee"
    "@giraffedesigner@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1728 …}
  +nested: Doctrine\ORM\PersistentCollection {#1722 …}
  +votes: Doctrine\ORM\PersistentCollection {#1725 …}
  +reports: Doctrine\ORM\PersistentCollection {#1617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
  -id: 176327
  -bodyTs: "'button':64 'cloth':16 'come':30,37 'denim':67 'emot':21 'follow':7 'get':86 'great':40 'happi':26 'hole':65 'imagin':43 'instagram':18 'irrepress':25 'joy':82 'like':62 'lot':44 'love':77 'make':34 'master':53 'modern':15 'moment':50 'new':55 'obvious':79 'peopl':9,84 'pocket':49 'satisfact':80 'sever':8 'sew':4,63 'skill':56 'someth':35 'struggl':60 'togeth':31 'vampir':22 'vintag':13 'whatev':69"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5667693"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701251704 {#1620
    date: 2023-11-29 10:55:04.0 +01:00
  }
  +"title": 176327
}
"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
40 DENIED moderate
App\Entity\EntryComment {#1613
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1621
    +user: Proxies\__CG__\App\Entity\User {#2343 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1556 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2394 …}
    +slug: "What-hobbies-help-you-minimize-or-avoid-navigating-commercialism"
    +title: "What hobbies help you minimize or avoid navigating commercialism?"
    +url: null
    +body: """
      By commercialism, I’m aiming at a mix of spending a lot and sifting through bloated business models (e.g. this or that accessory/equipment, microtransactions, etc.). Feel like many can relate to this sort of commercial fatigue, and yet it creeps even into hobbies where one tries to unwind.\n
      \n
      Lately I’ve picked up reading more again, as thanks to libraries I’m able to do just that, but I’m wondering what some other, less obvious options* might be.\n
      \n
      :::spoiler * This is mainly for the going outside, walking folks. I enjoy a good walk from time to time, but I’m interested in activities that are a little less obvious. :::
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 52
    +favouriteCount: 73
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701441337 {#2053
      date: 2023-12-01 15:35:37.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2100 …}
    +votes: Doctrine\ORM\PersistentCollection {#2108 …}
    +reports: Doctrine\ORM\PersistentCollection {#2101 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2109 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2106 …}
    +badges: Doctrine\ORM\PersistentCollection {#2107 …}
    +children: [
      App\Entity\EntryComment {#1613}
    ]
    -id: 17991
    -titleTs: "'avoid':7 'commerci':9 'help':3 'hobbi':2 'minim':5 'navig':8"
    -bodyTs: "'abl':63 'accessory/equipment':23 'activ':104 'aim':5 'bloat':16 'busi':17 'commerci':2,35 'creep':40 'e.g':19 'enjoy':91 'etc':25 'even':41 'fatigu':36 'feel':26 'folk':89 'go':86 'good':93 'hobbi':43 'interest':102 'late':49 'less':75,109 'librari':60 'like':27 'littl':108 'lot':12 'm':4,62,70,101 'main':83 'mani':28 'microtransact':24 'might':78 'mix':8 'model':18 'obvious':76,110 'one':45 'option':77 'outsid':87 'pick':52 'read':54 'relat':30 'sift':14 'sort':33 'spend':10 'spoiler':80 'thank':58 'time':96,98 'tri':46 'unwind':48 've':51 'walk':88,94 'wonder':71 'yet':38"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701296575
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/16336249"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701210175 {#2048
      date: 2023-11-28 23:22:55.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1556 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1736 …}
  +body: """
    I don’t sew, but a follow several people who do (for vintage and modern clothing) on Instagram - just to emotionally vampire off their irrepressible happiness when it all comes together and they make something that comes out as great as they imagined (lots of “and it has pockets!!!” moments) or they master a new skill they had been struggling with - like sewing button holes in denim or whatever.\n
    \n
    It’s not for me, but I love the obvious satisfaction and joy other people are getting out of it.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1701251704 {#1552
    date: 2023-11-29 10:55:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ALostInquirer@lemm.ee"
    "@giraffedesigner@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1728 …}
  +nested: Doctrine\ORM\PersistentCollection {#1722 …}
  +votes: Doctrine\ORM\PersistentCollection {#1725 …}
  +reports: Doctrine\ORM\PersistentCollection {#1617 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1625 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1599 …}
  -id: 176327
  -bodyTs: "'button':64 'cloth':16 'come':30,37 'denim':67 'emot':21 'follow':7 'get':86 'great':40 'happi':26 'hole':65 'imagin':43 'instagram':18 'irrepress':25 'joy':82 'like':62 'lot':44 'love':77 'make':34 'master':53 'modern':15 'moment':50 'new':55 'obvious':79 'peopl':9,84 'pocket':49 'satisfact':80 'sever':8 'sew':4,63 'skill':56 'someth':35 'struggl':60 'togeth':31 'vampir':22 'vintag':13 'whatev':69"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5667693"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701251704 {#1620
    date: 2023-11-29 10:55:04.0 +01:00
  }
  +"title": 176327
}
"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
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
Proxies\__CG__\App\Entity\Entry {#1549
  +user: Proxies\__CG__\App\Entity\User {#2067 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1559 …}
  +image: Proxies\__CG__\App\Entity\Image {#2122 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2113 …}
  +slug: "Oh-hi-there"
  +title: "Oh hi there"
  +url: "https://lemmy.ml/pictrs/image/e6f9ac2e-ca6d-4d24-a6da-97b4dea2c6a7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 791
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697999045 {#2124
    date: 2023-10-22 20:24:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2123 …}
  +votes: Doctrine\ORM\PersistentCollection {#2116 …}
  +reports: Doctrine\ORM\PersistentCollection {#2161 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2163 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2044 …}
  +badges: Doctrine\ORM\PersistentCollection {#2127 …}
  +children: [
    App\Entity\EntryComment {#1665
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1549 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1559 …}
      +image: null
      +parent: null
      +root: null
      +body: "![](https://lemmy.world/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1697939014 {#1595
        date: 2023-10-22 03:43:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Grayox@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1550 …}
      +nested: Doctrine\ORM\PersistentCollection {#1525 …}
      +votes: Doctrine\ORM\PersistentCollection {#1527 …}
      +reports: Doctrine\ORM\PersistentCollection {#1526 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1571 …}
      -id: 63978
      -bodyTs: "'/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4713462"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697939014 {#1612
        date: 2023-10-22 03:43:34.0 +02:00
      }
      +"title": 63978
    }
  ]
  -id: 6848
  -titleTs: "'hi':2 'oh':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697983026
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6808536"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697896626 {#2099
    date: 2023-10-21 15:57:06.0 +02: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
43 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1549
  +user: Proxies\__CG__\App\Entity\User {#2067 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1559 …}
  +image: Proxies\__CG__\App\Entity\Image {#2122 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2113 …}
  +slug: "Oh-hi-there"
  +title: "Oh hi there"
  +url: "https://lemmy.ml/pictrs/image/e6f9ac2e-ca6d-4d24-a6da-97b4dea2c6a7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 791
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697999045 {#2124
    date: 2023-10-22 20:24:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2123 …}
  +votes: Doctrine\ORM\PersistentCollection {#2116 …}
  +reports: Doctrine\ORM\PersistentCollection {#2161 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2163 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2044 …}
  +badges: Doctrine\ORM\PersistentCollection {#2127 …}
  +children: [
    App\Entity\EntryComment {#1665
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1549 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1559 …}
      +image: null
      +parent: null
      +root: null
      +body: "![](https://lemmy.world/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1697939014 {#1595
        date: 2023-10-22 03:43:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Grayox@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1550 …}
      +nested: Doctrine\ORM\PersistentCollection {#1525 …}
      +votes: Doctrine\ORM\PersistentCollection {#1527 …}
      +reports: Doctrine\ORM\PersistentCollection {#1526 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1571 …}
      -id: 63978
      -bodyTs: "'/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4713462"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697939014 {#1612
        date: 2023-10-22 03:43:34.0 +02:00
      }
      +"title": 63978
    }
  ]
  -id: 6848
  -titleTs: "'hi':2 'oh':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697983026
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6808536"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697896626 {#2099
    date: 2023-10-21 15:57:06.0 +02: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
44 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1549
  +user: Proxies\__CG__\App\Entity\User {#2067 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1559 …}
  +image: Proxies\__CG__\App\Entity\Image {#2122 …}
  +domain: Proxies\__CG__\App\Entity\Domain {#2113 …}
  +slug: "Oh-hi-there"
  +title: "Oh hi there"
  +url: "https://lemmy.ml/pictrs/image/e6f9ac2e-ca6d-4d24-a6da-97b4dea2c6a7.jpeg"
  +body: null
  +type: "image"
  +lang: "en"
  +isOc: false
  +hasEmbed: true
  +commentCount: 24
  +favouriteCount: 791
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1697999045 {#2124
    date: 2023-10-22 20:24:05.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2123 …}
  +votes: Doctrine\ORM\PersistentCollection {#2116 …}
  +reports: Doctrine\ORM\PersistentCollection {#2161 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2163 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2044 …}
  +badges: Doctrine\ORM\PersistentCollection {#2127 …}
  +children: [
    App\Entity\EntryComment {#1665
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1549 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1559 …}
      +image: null
      +parent: null
      +root: null
      +body: "![](https://lemmy.world/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 14
      +score: 0
      +lastActive: DateTime @1697939014 {#1595
        date: 2023-10-22 03:43:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Grayox@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1550 …}
      +nested: Doctrine\ORM\PersistentCollection {#1525 …}
      +votes: Doctrine\ORM\PersistentCollection {#1527 …}
      +reports: Doctrine\ORM\PersistentCollection {#1526 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1571 …}
      -id: 63978
      -bodyTs: "'/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)':1"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/4713462"
      +editedAt: null
      +createdAt: DateTimeImmutable @1697939014 {#1612
        date: 2023-10-22 03:43:34.0 +02:00
      }
      +"title": 63978
    }
  ]
  -id: 6848
  -titleTs: "'hi':2 'oh':1"
  -bodyTs: null
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1697983026
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/6808536"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697896626 {#2099
    date: 2023-10-21 15:57:06.0 +02: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
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 {#1665
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1549
    +user: Proxies\__CG__\App\Entity\User {#2067 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1559 …}
    +image: Proxies\__CG__\App\Entity\Image {#2122 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2113 …}
    +slug: "Oh-hi-there"
    +title: "Oh hi there"
    +url: "https://lemmy.ml/pictrs/image/e6f9ac2e-ca6d-4d24-a6da-97b4dea2c6a7.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 24
    +favouriteCount: 791
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697999045 {#2124
      date: 2023-10-22 20:24:05.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2123 …}
    +votes: Doctrine\ORM\PersistentCollection {#2116 …}
    +reports: Doctrine\ORM\PersistentCollection {#2161 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2163 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2044 …}
    +badges: Doctrine\ORM\PersistentCollection {#2127 …}
    +children: [
      App\Entity\EntryComment {#1665}
    ]
    -id: 6848
    -titleTs: "'hi':2 'oh':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697983026
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6808536"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697896626 {#2099
      date: 2023-10-21 15:57:06.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1559 …}
  +image: null
  +parent: null
  +root: null
  +body: "![](https://lemmy.world/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1697939014 {#1595
    date: 2023-10-22 03:43:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Grayox@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1550 …}
  +nested: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1527 …}
  +reports: Doctrine\ORM\PersistentCollection {#1526 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1571 …}
  -id: 63978
  -bodyTs: "'/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4713462"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697939014 {#1612
    date: 2023-10-22 03:43:34.0 +02:00
  }
  +"title": 63978
}
"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 {#1665
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1549
    +user: Proxies\__CG__\App\Entity\User {#2067 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1559 …}
    +image: Proxies\__CG__\App\Entity\Image {#2122 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2113 …}
    +slug: "Oh-hi-there"
    +title: "Oh hi there"
    +url: "https://lemmy.ml/pictrs/image/e6f9ac2e-ca6d-4d24-a6da-97b4dea2c6a7.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 24
    +favouriteCount: 791
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697999045 {#2124
      date: 2023-10-22 20:24:05.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2123 …}
    +votes: Doctrine\ORM\PersistentCollection {#2116 …}
    +reports: Doctrine\ORM\PersistentCollection {#2161 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2163 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2044 …}
    +badges: Doctrine\ORM\PersistentCollection {#2127 …}
    +children: [
      App\Entity\EntryComment {#1665}
    ]
    -id: 6848
    -titleTs: "'hi':2 'oh':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697983026
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6808536"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697896626 {#2099
      date: 2023-10-21 15:57:06.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1559 …}
  +image: null
  +parent: null
  +root: null
  +body: "![](https://lemmy.world/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1697939014 {#1595
    date: 2023-10-22 03:43:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Grayox@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1550 …}
  +nested: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1527 …}
  +reports: Doctrine\ORM\PersistentCollection {#1526 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1571 …}
  -id: 63978
  -bodyTs: "'/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4713462"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697939014 {#1612
    date: 2023-10-22 03:43:34.0 +02:00
  }
  +"title": 63978
}
"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 {#1665
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1549
    +user: Proxies\__CG__\App\Entity\User {#2067 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1559 …}
    +image: Proxies\__CG__\App\Entity\Image {#2122 …}
    +domain: Proxies\__CG__\App\Entity\Domain {#2113 …}
    +slug: "Oh-hi-there"
    +title: "Oh hi there"
    +url: "https://lemmy.ml/pictrs/image/e6f9ac2e-ca6d-4d24-a6da-97b4dea2c6a7.jpeg"
    +body: null
    +type: "image"
    +lang: "en"
    +isOc: false
    +hasEmbed: true
    +commentCount: 24
    +favouriteCount: 791
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1697999045 {#2124
      date: 2023-10-22 20:24:05.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2123 …}
    +votes: Doctrine\ORM\PersistentCollection {#2116 …}
    +reports: Doctrine\ORM\PersistentCollection {#2161 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2163 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2044 …}
    +badges: Doctrine\ORM\PersistentCollection {#2127 …}
    +children: [
      App\Entity\EntryComment {#1665}
    ]
    -id: 6848
    -titleTs: "'hi':2 'oh':1"
    -bodyTs: null
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1697983026
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/6808536"
    +editedAt: null
    +createdAt: DateTimeImmutable @1697896626 {#2099
      date: 2023-10-21 15:57:06.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1559 …}
  +image: null
  +parent: null
  +root: null
  +body: "![](https://lemmy.world/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1697939014 {#1595
    date: 2023-10-22 03:43:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Grayox@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1550 …}
  +nested: Doctrine\ORM\PersistentCollection {#1525 …}
  +votes: Doctrine\ORM\PersistentCollection {#1527 …}
  +reports: Doctrine\ORM\PersistentCollection {#1526 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1563 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1571 …}
  -id: 63978
  -bodyTs: "'/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)':3 'lemmy.world':2 'lemmy.world/pictrs/image/03cfdffa-969b-4dae-b7da-8c31b1e2c9a1.jpeg)':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/4713462"
  +editedAt: null
  +createdAt: DateTimeImmutable @1697939014 {#1612
    date: 2023-10-22 03:43:34.0 +02:00
  }
  +"title": 63978
}
"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_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
50 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