GET https://kbin.spritesserver.nl/index.php/u/@joao@aussie.zone/commented

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 …}
}
0.78 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.04 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 {#1593
  +user: Proxies\__CG__\App\Entity\User {#2378 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2064 …}
  +slug: "Why-are-there-so-many-rust-GTK-apps-and-so"
  +title: "Why are there so many (rust) GTK apps and so little Qt ones?"
  +url: null
  +body: """
    I always see new GTK apps popup on Flathub. I dont really care and think GTK looks fancy, although CSD suck a bit and they waste space and often functionality.\n
    \n
    But they work, are solid, and do what they should.\n
    \n
    Qt on the other hand may seem more like a complex job to code with. I dont actually think so, but I heard especially writing rust with GTK is way better than with Qt.\n
    \n
    I like KDE a lot, and even though I am excited for Cosmic I think Qt is the better toolkit for many things and a lot of time. But Dolphin seems to suffer from memory safety issues all the time, as well as other projects.\n
    \n
    Do you have experience in rust, using GTK or Qt? How do they compare?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701110212 {#2326
    date: 2023-11-27 19:36:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1725 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2335 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
  +badges: Doctrine\ORM\PersistentCollection {#2136 …}
  +children: [
    App\Entity\EntryComment {#1690
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1593 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1671 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
      +body: "Any examples of such rust-focused solutions that popped up?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1701059789 {#1437
        date: 2023-11-27 05:36:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pantherina@feddit.de"
        "@Max_P@lemmy.max-p.me"
        "@sleep_deprived@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1666 …}
      +nested: Doctrine\ORM\PersistentCollection {#1669 …}
      +votes: Doctrine\ORM\PersistentCollection {#1677 …}
      +reports: Doctrine\ORM\PersistentCollection {#1672 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
      -id: 168993
      -bodyTs: "'exampl':2 'focus':7 'pop':10 'rust':6 'rust-focus':5 'solut':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4652558"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701059789 {#1434
        date: 2023-11-27 05:36:29.0 +01:00
      }
      +"title": 168993
    }
  ]
  -id: 17167
  -titleTs: "'app':8 'gtk':7 'littl':11 'mani':5 'one':13 'qt':12 'rust':6"
  -bodyTs: "'actual':58 'although':19 'alway':2 'app':6 'better':71,93 'bit':23 'care':13 'code':54 'compar':133 'complex':51 'cosmic':87 'csd':20 'dolphin':104 'dont':11,57 'especi':64 'even':81 'excit':85 'experi':123 'fanci':18 'flathub':9 'function':30 'gtk':5,16,68,127 'hand':45 'heard':63 'issu':111 'job':52 'kde':77 'like':49,76 'look':17 'lot':79,100 'mani':96 'may':46 'memori':109 'new':4 'often':29 'popup':7 'project':119 'qt':41,74,90,129 'realli':12 'rust':66,125 'safeti':110 'see':3 'seem':47,105 'solid':35 'space':27 'suck':21 'suffer':107 'thing':97 'think':15,59,89 'though':82 'time':102,114 'toolkit':94 'use':126 'wast':26 'way':70 'well':116 'work':33 'write':65"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701138730
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6087750"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701052330 {#2079
    date: 2023-11-27 03:32:10.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 {#1593
  +user: Proxies\__CG__\App\Entity\User {#2378 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2064 …}
  +slug: "Why-are-there-so-many-rust-GTK-apps-and-so"
  +title: "Why are there so many (rust) GTK apps and so little Qt ones?"
  +url: null
  +body: """
    I always see new GTK apps popup on Flathub. I dont really care and think GTK looks fancy, although CSD suck a bit and they waste space and often functionality.\n
    \n
    But they work, are solid, and do what they should.\n
    \n
    Qt on the other hand may seem more like a complex job to code with. I dont actually think so, but I heard especially writing rust with GTK is way better than with Qt.\n
    \n
    I like KDE a lot, and even though I am excited for Cosmic I think Qt is the better toolkit for many things and a lot of time. But Dolphin seems to suffer from memory safety issues all the time, as well as other projects.\n
    \n
    Do you have experience in rust, using GTK or Qt? How do they compare?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701110212 {#2326
    date: 2023-11-27 19:36:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1725 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2335 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
  +badges: Doctrine\ORM\PersistentCollection {#2136 …}
  +children: [
    App\Entity\EntryComment {#1690
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1593 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1671 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
      +body: "Any examples of such rust-focused solutions that popped up?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1701059789 {#1437
        date: 2023-11-27 05:36:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pantherina@feddit.de"
        "@Max_P@lemmy.max-p.me"
        "@sleep_deprived@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1666 …}
      +nested: Doctrine\ORM\PersistentCollection {#1669 …}
      +votes: Doctrine\ORM\PersistentCollection {#1677 …}
      +reports: Doctrine\ORM\PersistentCollection {#1672 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
      -id: 168993
      -bodyTs: "'exampl':2 'focus':7 'pop':10 'rust':6 'rust-focus':5 'solut':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4652558"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701059789 {#1434
        date: 2023-11-27 05:36:29.0 +01:00
      }
      +"title": 168993
    }
  ]
  -id: 17167
  -titleTs: "'app':8 'gtk':7 'littl':11 'mani':5 'one':13 'qt':12 'rust':6"
  -bodyTs: "'actual':58 'although':19 'alway':2 'app':6 'better':71,93 'bit':23 'care':13 'code':54 'compar':133 'complex':51 'cosmic':87 'csd':20 'dolphin':104 'dont':11,57 'especi':64 'even':81 'excit':85 'experi':123 'fanci':18 'flathub':9 'function':30 'gtk':5,16,68,127 'hand':45 'heard':63 'issu':111 'job':52 'kde':77 'like':49,76 'look':17 'lot':79,100 'mani':96 'may':46 'memori':109 'new':4 'often':29 'popup':7 'project':119 'qt':41,74,90,129 'realli':12 'rust':66,125 'safeti':110 'see':3 'seem':47,105 'solid':35 'space':27 'suck':21 'suffer':107 'thing':97 'think':15,59,89 'though':82 'time':102,114 'toolkit':94 'use':126 'wast':26 'way':70 'well':116 'work':33 'write':65"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701138730
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6087750"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701052330 {#2079
    date: 2023-11-27 03:32:10.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 {#1593
  +user: Proxies\__CG__\App\Entity\User {#2378 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2064 …}
  +slug: "Why-are-there-so-many-rust-GTK-apps-and-so"
  +title: "Why are there so many (rust) GTK apps and so little Qt ones?"
  +url: null
  +body: """
    I always see new GTK apps popup on Flathub. I dont really care and think GTK looks fancy, although CSD suck a bit and they waste space and often functionality.\n
    \n
    But they work, are solid, and do what they should.\n
    \n
    Qt on the other hand may seem more like a complex job to code with. I dont actually think so, but I heard especially writing rust with GTK is way better than with Qt.\n
    \n
    I like KDE a lot, and even though I am excited for Cosmic I think Qt is the better toolkit for many things and a lot of time. But Dolphin seems to suffer from memory safety issues all the time, as well as other projects.\n
    \n
    Do you have experience in rust, using GTK or Qt? How do they compare?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 24
  +favouriteCount: 87
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1701110212 {#2326
    date: 2023-11-27 19:36:52.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1725 …}
  +votes: Doctrine\ORM\PersistentCollection {#2323 …}
  +reports: Doctrine\ORM\PersistentCollection {#2335 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
  +badges: Doctrine\ORM\PersistentCollection {#2136 …}
  +children: [
    App\Entity\EntryComment {#1690
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1593 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1671 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
      +body: "Any examples of such rust-focused solutions that popped up?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 8
      +score: 0
      +lastActive: DateTime @1701059789 {#1437
        date: 2023-11-27 05:36:29.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@Pantherina@feddit.de"
        "@Max_P@lemmy.max-p.me"
        "@sleep_deprived@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1666 …}
      +nested: Doctrine\ORM\PersistentCollection {#1669 …}
      +votes: Doctrine\ORM\PersistentCollection {#1677 …}
      +reports: Doctrine\ORM\PersistentCollection {#1672 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
      -id: 168993
      -bodyTs: "'exampl':2 'focus':7 'pop':10 'rust':6 'rust-focus':5 'solut':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/4652558"
      +editedAt: null
      +createdAt: DateTimeImmutable @1701059789 {#1434
        date: 2023-11-27 05:36:29.0 +01:00
      }
      +"title": 168993
    }
  ]
  -id: 17167
  -titleTs: "'app':8 'gtk':7 'littl':11 'mani':5 'one':13 'qt':12 'rust':6"
  -bodyTs: "'actual':58 'although':19 'alway':2 'app':6 'better':71,93 'bit':23 'care':13 'code':54 'compar':133 'complex':51 'cosmic':87 'csd':20 'dolphin':104 'dont':11,57 'especi':64 'even':81 'excit':85 'experi':123 'fanci':18 'flathub':9 'function':30 'gtk':5,16,68,127 'hand':45 'heard':63 'issu':111 'job':52 'kde':77 'like':49,76 'look':17 'lot':79,100 'mani':96 'may':46 'memori':109 'new':4 'often':29 'popup':7 'project':119 'qt':41,74,90,129 'realli':12 'rust':66,125 'safeti':110 'see':3 'seem':47,105 'solid':35 'space':27 'suck':21 'suffer':107 'thing':97 'think':15,59,89 'though':82 'time':102,114 'toolkit':94 'use':126 'wast':26 'way':70 'well':116 'work':33 'write':65"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1701138730
  +visibility: "visible             "
  +apId: "https://feddit.de/post/6087750"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701052330 {#2079
    date: 2023-11-27 03:32:10.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 {#1690
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1593
    +user: Proxies\__CG__\App\Entity\User {#2378 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2064 …}
    +slug: "Why-are-there-so-many-rust-GTK-apps-and-so"
    +title: "Why are there so many (rust) GTK apps and so little Qt ones?"
    +url: null
    +body: """
      I always see new GTK apps popup on Flathub. I dont really care and think GTK looks fancy, although CSD suck a bit and they waste space and often functionality.\n
      \n
      But they work, are solid, and do what they should.\n
      \n
      Qt on the other hand may seem more like a complex job to code with. I dont actually think so, but I heard especially writing rust with GTK is way better than with Qt.\n
      \n
      I like KDE a lot, and even though I am excited for Cosmic I think Qt is the better toolkit for many things and a lot of time. But Dolphin seems to suffer from memory safety issues all the time, as well as other projects.\n
      \n
      Do you have experience in rust, using GTK or Qt? How do they compare?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701110212 {#2326
      date: 2023-11-27 19:36:52.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1725 …}
    +votes: Doctrine\ORM\PersistentCollection {#2323 …}
    +reports: Doctrine\ORM\PersistentCollection {#2335 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
    +badges: Doctrine\ORM\PersistentCollection {#2136 …}
    +children: [
      App\Entity\EntryComment {#1690}
    ]
    -id: 17167
    -titleTs: "'app':8 'gtk':7 'littl':11 'mani':5 'one':13 'qt':12 'rust':6"
    -bodyTs: "'actual':58 'although':19 'alway':2 'app':6 'better':71,93 'bit':23 'care':13 'code':54 'compar':133 'complex':51 'cosmic':87 'csd':20 'dolphin':104 'dont':11,57 'especi':64 'even':81 'excit':85 'experi':123 'fanci':18 'flathub':9 'function':30 'gtk':5,16,68,127 'hand':45 'heard':63 'issu':111 'job':52 'kde':77 'like':49,76 'look':17 'lot':79,100 'mani':96 'may':46 'memori':109 'new':4 'often':29 'popup':7 'project':119 'qt':41,74,90,129 'realli':12 'rust':66,125 'safeti':110 'see':3 'seem':47,105 'solid':35 'space':27 'suck':21 'suffer':107 'thing':97 'think':15,59,89 'though':82 'time':102,114 'toolkit':94 'use':126 'wast':26 'way':70 'well':116 'work':33 'write':65"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701138730
    +visibility: "visible             "
    +apId: "https://feddit.de/post/6087750"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701052330 {#2079
      date: 2023-11-27 03:32:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1671 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
  +body: "Any examples of such rust-focused solutions that popped up?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1701059789 {#1437
    date: 2023-11-27 05:36:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
    "@Max_P@lemmy.max-p.me"
    "@sleep_deprived@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1666 …}
  +nested: Doctrine\ORM\PersistentCollection {#1669 …}
  +votes: Doctrine\ORM\PersistentCollection {#1677 …}
  +reports: Doctrine\ORM\PersistentCollection {#1672 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
  -id: 168993
  -bodyTs: "'exampl':2 'focus':7 'pop':10 'rust':6 'rust-focus':5 'solut':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4652558"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701059789 {#1434
    date: 2023-11-27 05:36:29.0 +01:00
  }
  +"title": 168993
}
"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 {#1690
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1593
    +user: Proxies\__CG__\App\Entity\User {#2378 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2064 …}
    +slug: "Why-are-there-so-many-rust-GTK-apps-and-so"
    +title: "Why are there so many (rust) GTK apps and so little Qt ones?"
    +url: null
    +body: """
      I always see new GTK apps popup on Flathub. I dont really care and think GTK looks fancy, although CSD suck a bit and they waste space and often functionality.\n
      \n
      But they work, are solid, and do what they should.\n
      \n
      Qt on the other hand may seem more like a complex job to code with. I dont actually think so, but I heard especially writing rust with GTK is way better than with Qt.\n
      \n
      I like KDE a lot, and even though I am excited for Cosmic I think Qt is the better toolkit for many things and a lot of time. But Dolphin seems to suffer from memory safety issues all the time, as well as other projects.\n
      \n
      Do you have experience in rust, using GTK or Qt? How do they compare?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701110212 {#2326
      date: 2023-11-27 19:36:52.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1725 …}
    +votes: Doctrine\ORM\PersistentCollection {#2323 …}
    +reports: Doctrine\ORM\PersistentCollection {#2335 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
    +badges: Doctrine\ORM\PersistentCollection {#2136 …}
    +children: [
      App\Entity\EntryComment {#1690}
    ]
    -id: 17167
    -titleTs: "'app':8 'gtk':7 'littl':11 'mani':5 'one':13 'qt':12 'rust':6"
    -bodyTs: "'actual':58 'although':19 'alway':2 'app':6 'better':71,93 'bit':23 'care':13 'code':54 'compar':133 'complex':51 'cosmic':87 'csd':20 'dolphin':104 'dont':11,57 'especi':64 'even':81 'excit':85 'experi':123 'fanci':18 'flathub':9 'function':30 'gtk':5,16,68,127 'hand':45 'heard':63 'issu':111 'job':52 'kde':77 'like':49,76 'look':17 'lot':79,100 'mani':96 'may':46 'memori':109 'new':4 'often':29 'popup':7 'project':119 'qt':41,74,90,129 'realli':12 'rust':66,125 'safeti':110 'see':3 'seem':47,105 'solid':35 'space':27 'suck':21 'suffer':107 'thing':97 'think':15,59,89 'though':82 'time':102,114 'toolkit':94 'use':126 'wast':26 'way':70 'well':116 'work':33 'write':65"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701138730
    +visibility: "visible             "
    +apId: "https://feddit.de/post/6087750"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701052330 {#2079
      date: 2023-11-27 03:32:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1671 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
  +body: "Any examples of such rust-focused solutions that popped up?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1701059789 {#1437
    date: 2023-11-27 05:36:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
    "@Max_P@lemmy.max-p.me"
    "@sleep_deprived@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1666 …}
  +nested: Doctrine\ORM\PersistentCollection {#1669 …}
  +votes: Doctrine\ORM\PersistentCollection {#1677 …}
  +reports: Doctrine\ORM\PersistentCollection {#1672 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
  -id: 168993
  -bodyTs: "'exampl':2 'focus':7 'pop':10 'rust':6 'rust-focus':5 'solut':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4652558"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701059789 {#1434
    date: 2023-11-27 05:36:29.0 +01:00
  }
  +"title": 168993
}
"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 {#1690
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1593
    +user: Proxies\__CG__\App\Entity\User {#2378 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2064 …}
    +slug: "Why-are-there-so-many-rust-GTK-apps-and-so"
    +title: "Why are there so many (rust) GTK apps and so little Qt ones?"
    +url: null
    +body: """
      I always see new GTK apps popup on Flathub. I dont really care and think GTK looks fancy, although CSD suck a bit and they waste space and often functionality.\n
      \n
      But they work, are solid, and do what they should.\n
      \n
      Qt on the other hand may seem more like a complex job to code with. I dont actually think so, but I heard especially writing rust with GTK is way better than with Qt.\n
      \n
      I like KDE a lot, and even though I am excited for Cosmic I think Qt is the better toolkit for many things and a lot of time. But Dolphin seems to suffer from memory safety issues all the time, as well as other projects.\n
      \n
      Do you have experience in rust, using GTK or Qt? How do they compare?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 24
    +favouriteCount: 87
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1701110212 {#2326
      date: 2023-11-27 19:36:52.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1725 …}
    +votes: Doctrine\ORM\PersistentCollection {#2323 …}
    +reports: Doctrine\ORM\PersistentCollection {#2335 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2338 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2143 …}
    +badges: Doctrine\ORM\PersistentCollection {#2136 …}
    +children: [
      App\Entity\EntryComment {#1690}
    ]
    -id: 17167
    -titleTs: "'app':8 'gtk':7 'littl':11 'mani':5 'one':13 'qt':12 'rust':6"
    -bodyTs: "'actual':58 'although':19 'alway':2 'app':6 'better':71,93 'bit':23 'care':13 'code':54 'compar':133 'complex':51 'cosmic':87 'csd':20 'dolphin':104 'dont':11,57 'especi':64 'even':81 'excit':85 'experi':123 'fanci':18 'flathub':9 'function':30 'gtk':5,16,68,127 'hand':45 'heard':63 'issu':111 'job':52 'kde':77 'like':49,76 'look':17 'lot':79,100 'mani':96 'may':46 'memori':109 'new':4 'often':29 'popup':7 'project':119 'qt':41,74,90,129 'realli':12 'rust':66,125 'safeti':110 'see':3 'seem':47,105 'solid':35 'space':27 'suck':21 'suffer':107 'thing':97 'think':15,59,89 'though':82 'time':102,114 'toolkit':94 'use':126 'wast':26 'way':70 'well':116 'work':33 'write':65"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1701138730
    +visibility: "visible             "
    +apId: "https://feddit.de/post/6087750"
    +editedAt: null
    +createdAt: DateTimeImmutable @1701052330 {#2079
      date: 2023-11-27 03:32:10.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1581 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1671 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1668 …}
  +body: "Any examples of such rust-focused solutions that popped up?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 8
  +score: 0
  +lastActive: DateTime @1701059789 {#1437
    date: 2023-11-27 05:36:29.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Pantherina@feddit.de"
    "@Max_P@lemmy.max-p.me"
    "@sleep_deprived@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1666 …}
  +nested: Doctrine\ORM\PersistentCollection {#1669 …}
  +votes: Doctrine\ORM\PersistentCollection {#1677 …}
  +reports: Doctrine\ORM\PersistentCollection {#1672 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1573 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1574 …}
  -id: 168993
  -bodyTs: "'exampl':2 'focus':7 'pop':10 'rust':6 'rust-focus':5 'solut':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/4652558"
  +editedAt: null
  +createdAt: DateTimeImmutable @1701059789 {#1434
    date: 2023-11-27 05:36:29.0 +01:00
  }
  +"title": 168993
}
"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 {#1561
  +user: Proxies\__CG__\App\Entity\User {#1714 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2064 …}
  +slug: "Alternative-to-certbot-for-acquiring-ssl-certificates-to-use-with"
  +title: "Alternative to certbot for acquiring ssl certificates to use with nginx."
  +url: null
  +body: """
    Hello, I wan’t to ask if anyone knows of a good alternative for certbot for acquiring ssl certificates for nginx.\n
    \n
    Certbot isn’t good anymore for me since I started using crowdsec with nginx bouncer that uses lua block’s inside nginx config that cerbot can’t parse, making it not work anymore.\n
    \n
    I use nginx because it’s the one I know the best and for my use case work’s the best. ( Hosting both program’s directly on metal and docker container’s )
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728410673 {#1621
    date: 2024-10-08 20:04:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2080 …}
  +votes: Doctrine\ORM\PersistentCollection {#2098 …}
  +reports: Doctrine\ORM\PersistentCollection {#2062 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
  +badges: Doctrine\ORM\PersistentCollection {#2327 …}
  +children: [
    App\Entity\EntryComment {#1567
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +body: "Being a bit pedantic, and could be wrong, but wouldn’t that make Namecheap your registrar only, which registers whatever nameservers you give it for the domain you own with the relevant gTLD entity?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706115940 {#1583
        date: 2024-01-24 18:05:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@crony@lemmy.cronyakatsuki.xyz"
        "@eskuero@lemmy.fromshado.ws"
        "@brygphilomena@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1559 …}
      +nested: Doctrine\ORM\PersistentCollection {#1564 …}
      +votes: Doctrine\ORM\PersistentCollection {#1563 …}
      +reports: Doctrine\ORM\PersistentCollection {#1565 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
      -id: 337090
      -bodyTs: "'bit':3 'could':6 'domain':27 'entiti':34 'give':23 'gtld':33 'make':13 'namecheap':14 'nameserv':21 'pedant':4 'regist':19 'registrar':16 'relev':32 'whatev':20 'wouldn':10 'wrong':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6083000"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706115940 {#1525
        date: 2024-01-24 18:05:40.0 +01:00
      }
      +"title": 337090
    }
  ]
  -id: 32767
  -titleTs: "'acquir':5 'altern':1 'certbot':3 'certif':7 'nginx':11 'ssl':6 'use':9"
  -bodyTs: "'acquir':17 'altern':13 'anymor':26,54 'anyon':8 'ask':6 'best':66,75 'block':40 'bouncer':36 'case':71 'cerbot':46 'certbot':15,22 'certif':19 'config':44 'contain':85 'crowdsec':33 'direct':80 'docker':84 'good':12,25 'hello':1 'host':76 'insid':42 'isn':23 'know':9,64 'lua':39 'make':50 'metal':82 'nginx':21,35,43,57 'one':62 'pars':49 'program':78 'sinc':29 'ssl':18 'start':31 'use':32,38,56,70 'wan':3 'work':53,72"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706183834
  +visibility: "visible             "
  +apId: "https://lemmy.cronyakatsuki.xyz/post/134714"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706097434 {#1407
    date: 2024-01-24 12:57:14.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 {#1561
  +user: Proxies\__CG__\App\Entity\User {#1714 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2064 …}
  +slug: "Alternative-to-certbot-for-acquiring-ssl-certificates-to-use-with"
  +title: "Alternative to certbot for acquiring ssl certificates to use with nginx."
  +url: null
  +body: """
    Hello, I wan’t to ask if anyone knows of a good alternative for certbot for acquiring ssl certificates for nginx.\n
    \n
    Certbot isn’t good anymore for me since I started using crowdsec with nginx bouncer that uses lua block’s inside nginx config that cerbot can’t parse, making it not work anymore.\n
    \n
    I use nginx because it’s the one I know the best and for my use case work’s the best. ( Hosting both program’s directly on metal and docker container’s )
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728410673 {#1621
    date: 2024-10-08 20:04:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2080 …}
  +votes: Doctrine\ORM\PersistentCollection {#2098 …}
  +reports: Doctrine\ORM\PersistentCollection {#2062 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
  +badges: Doctrine\ORM\PersistentCollection {#2327 …}
  +children: [
    App\Entity\EntryComment {#1567
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +body: "Being a bit pedantic, and could be wrong, but wouldn’t that make Namecheap your registrar only, which registers whatever nameservers you give it for the domain you own with the relevant gTLD entity?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706115940 {#1583
        date: 2024-01-24 18:05:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@crony@lemmy.cronyakatsuki.xyz"
        "@eskuero@lemmy.fromshado.ws"
        "@brygphilomena@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1559 …}
      +nested: Doctrine\ORM\PersistentCollection {#1564 …}
      +votes: Doctrine\ORM\PersistentCollection {#1563 …}
      +reports: Doctrine\ORM\PersistentCollection {#1565 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
      -id: 337090
      -bodyTs: "'bit':3 'could':6 'domain':27 'entiti':34 'give':23 'gtld':33 'make':13 'namecheap':14 'nameserv':21 'pedant':4 'regist':19 'registrar':16 'relev':32 'whatev':20 'wouldn':10 'wrong':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6083000"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706115940 {#1525
        date: 2024-01-24 18:05:40.0 +01:00
      }
      +"title": 337090
    }
  ]
  -id: 32767
  -titleTs: "'acquir':5 'altern':1 'certbot':3 'certif':7 'nginx':11 'ssl':6 'use':9"
  -bodyTs: "'acquir':17 'altern':13 'anymor':26,54 'anyon':8 'ask':6 'best':66,75 'block':40 'bouncer':36 'case':71 'cerbot':46 'certbot':15,22 'certif':19 'config':44 'contain':85 'crowdsec':33 'direct':80 'docker':84 'good':12,25 'hello':1 'host':76 'insid':42 'isn':23 'know':9,64 'lua':39 'make':50 'metal':82 'nginx':21,35,43,57 'one':62 'pars':49 'program':78 'sinc':29 'ssl':18 'start':31 'use':32,38,56,70 'wan':3 'work':53,72"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706183834
  +visibility: "visible             "
  +apId: "https://lemmy.cronyakatsuki.xyz/post/134714"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706097434 {#1407
    date: 2024-01-24 12:57:14.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 {#1561
  +user: Proxies\__CG__\App\Entity\User {#1714 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2064 …}
  +slug: "Alternative-to-certbot-for-acquiring-ssl-certificates-to-use-with"
  +title: "Alternative to certbot for acquiring ssl certificates to use with nginx."
  +url: null
  +body: """
    Hello, I wan’t to ask if anyone knows of a good alternative for certbot for acquiring ssl certificates for nginx.\n
    \n
    Certbot isn’t good anymore for me since I started using crowdsec with nginx bouncer that uses lua block’s inside nginx config that cerbot can’t parse, making it not work anymore.\n
    \n
    I use nginx because it’s the one I know the best and for my use case work’s the best. ( Hosting both program’s directly on metal and docker container’s )
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 21
  +favouriteCount: 21
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1728410673 {#1621
    date: 2024-10-08 20:04:33.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2080 …}
  +votes: Doctrine\ORM\PersistentCollection {#2098 …}
  +reports: Doctrine\ORM\PersistentCollection {#2062 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
  +badges: Doctrine\ORM\PersistentCollection {#2327 …}
  +children: [
    App\Entity\EntryComment {#1567
      +user: App\Entity\User {#263 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
      +body: "Being a bit pedantic, and could be wrong, but wouldn’t that make Namecheap your registrar only, which registers whatever nameservers you give it for the domain you own with the relevant gTLD entity?"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1706115940 {#1583
        date: 2024-01-24 18:05:40.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@crony@lemmy.cronyakatsuki.xyz"
        "@eskuero@lemmy.fromshado.ws"
        "@brygphilomena@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1559 …}
      +nested: Doctrine\ORM\PersistentCollection {#1564 …}
      +votes: Doctrine\ORM\PersistentCollection {#1563 …}
      +reports: Doctrine\ORM\PersistentCollection {#1565 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
      -id: 337090
      -bodyTs: "'bit':3 'could':6 'domain':27 'entiti':34 'give':23 'gtld':33 'make':13 'namecheap':14 'nameserv':21 'pedant':4 'regist':19 'registrar':16 'relev':32 'whatev':20 'wouldn':10 'wrong':8"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://aussie.zone/comment/6083000"
      +editedAt: null
      +createdAt: DateTimeImmutable @1706115940 {#1525
        date: 2024-01-24 18:05:40.0 +01:00
      }
      +"title": 337090
    }
  ]
  -id: 32767
  -titleTs: "'acquir':5 'altern':1 'certbot':3 'certif':7 'nginx':11 'ssl':6 'use':9"
  -bodyTs: "'acquir':17 'altern':13 'anymor':26,54 'anyon':8 'ask':6 'best':66,75 'block':40 'bouncer':36 'case':71 'cerbot':46 'certbot':15,22 'certif':19 'config':44 'contain':85 'crowdsec':33 'direct':80 'docker':84 'good':12,25 'hello':1 'host':76 'insid':42 'isn':23 'know':9,64 'lua':39 'make':50 'metal':82 'nginx':21,35,43,57 'one':62 'pars':49 'program':78 'sinc':29 'ssl':18 'start':31 'use':32,38,56,70 'wan':3 'work':53,72"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1706183834
  +visibility: "visible             "
  +apId: "https://lemmy.cronyakatsuki.xyz/post/134714"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706097434 {#1407
    date: 2024-01-24 12:57:14.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 {#1567
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#1714 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2064 …}
    +slug: "Alternative-to-certbot-for-acquiring-ssl-certificates-to-use-with"
    +title: "Alternative to certbot for acquiring ssl certificates to use with nginx."
    +url: null
    +body: """
      Hello, I wan’t to ask if anyone knows of a good alternative for certbot for acquiring ssl certificates for nginx.\n
      \n
      Certbot isn’t good anymore for me since I started using crowdsec with nginx bouncer that uses lua block’s inside nginx config that cerbot can’t parse, making it not work anymore.\n
      \n
      I use nginx because it’s the one I know the best and for my use case work’s the best. ( Hosting both program’s directly on metal and docker container’s )
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 21
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728410673 {#1621
      date: 2024-10-08 20:04:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2080 …}
    +votes: Doctrine\ORM\PersistentCollection {#2098 …}
    +reports: Doctrine\ORM\PersistentCollection {#2062 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
    +badges: Doctrine\ORM\PersistentCollection {#2327 …}
    +children: [
      App\Entity\EntryComment {#1567}
    ]
    -id: 32767
    -titleTs: "'acquir':5 'altern':1 'certbot':3 'certif':7 'nginx':11 'ssl':6 'use':9"
    -bodyTs: "'acquir':17 'altern':13 'anymor':26,54 'anyon':8 'ask':6 'best':66,75 'block':40 'bouncer':36 'case':71 'cerbot':46 'certbot':15,22 'certif':19 'config':44 'contain':85 'crowdsec':33 'direct':80 'docker':84 'good':12,25 'hello':1 'host':76 'insid':42 'isn':23 'know':9,64 'lua':39 'make':50 'metal':82 'nginx':21,35,43,57 'one':62 'pars':49 'program':78 'sinc':29 'ssl':18 'start':31 'use':32,38,56,70 'wan':3 'work':53,72"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706183834
    +visibility: "visible             "
    +apId: "https://lemmy.cronyakatsuki.xyz/post/134714"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706097434 {#1407
      date: 2024-01-24 12:57:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +body: "Being a bit pedantic, and could be wrong, but wouldn’t that make Namecheap your registrar only, which registers whatever nameservers you give it for the domain you own with the relevant gTLD entity?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706115940 {#1583
    date: 2024-01-24 18:05:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@crony@lemmy.cronyakatsuki.xyz"
    "@eskuero@lemmy.fromshado.ws"
    "@brygphilomena@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1559 …}
  +nested: Doctrine\ORM\PersistentCollection {#1564 …}
  +votes: Doctrine\ORM\PersistentCollection {#1563 …}
  +reports: Doctrine\ORM\PersistentCollection {#1565 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
  -id: 337090
  -bodyTs: "'bit':3 'could':6 'domain':27 'entiti':34 'give':23 'gtld':33 'make':13 'namecheap':14 'nameserv':21 'pedant':4 'regist':19 'registrar':16 'relev':32 'whatev':20 'wouldn':10 'wrong':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6083000"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706115940 {#1525
    date: 2024-01-24 18:05:40.0 +01:00
  }
  +"title": 337090
}
"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 {#1567
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#1714 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2064 …}
    +slug: "Alternative-to-certbot-for-acquiring-ssl-certificates-to-use-with"
    +title: "Alternative to certbot for acquiring ssl certificates to use with nginx."
    +url: null
    +body: """
      Hello, I wan’t to ask if anyone knows of a good alternative for certbot for acquiring ssl certificates for nginx.\n
      \n
      Certbot isn’t good anymore for me since I started using crowdsec with nginx bouncer that uses lua block’s inside nginx config that cerbot can’t parse, making it not work anymore.\n
      \n
      I use nginx because it’s the one I know the best and for my use case work’s the best. ( Hosting both program’s directly on metal and docker container’s )
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 21
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728410673 {#1621
      date: 2024-10-08 20:04:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2080 …}
    +votes: Doctrine\ORM\PersistentCollection {#2098 …}
    +reports: Doctrine\ORM\PersistentCollection {#2062 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
    +badges: Doctrine\ORM\PersistentCollection {#2327 …}
    +children: [
      App\Entity\EntryComment {#1567}
    ]
    -id: 32767
    -titleTs: "'acquir':5 'altern':1 'certbot':3 'certif':7 'nginx':11 'ssl':6 'use':9"
    -bodyTs: "'acquir':17 'altern':13 'anymor':26,54 'anyon':8 'ask':6 'best':66,75 'block':40 'bouncer':36 'case':71 'cerbot':46 'certbot':15,22 'certif':19 'config':44 'contain':85 'crowdsec':33 'direct':80 'docker':84 'good':12,25 'hello':1 'host':76 'insid':42 'isn':23 'know':9,64 'lua':39 'make':50 'metal':82 'nginx':21,35,43,57 'one':62 'pars':49 'program':78 'sinc':29 'ssl':18 'start':31 'use':32,38,56,70 'wan':3 'work':53,72"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706183834
    +visibility: "visible             "
    +apId: "https://lemmy.cronyakatsuki.xyz/post/134714"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706097434 {#1407
      date: 2024-01-24 12:57:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +body: "Being a bit pedantic, and could be wrong, but wouldn’t that make Namecheap your registrar only, which registers whatever nameservers you give it for the domain you own with the relevant gTLD entity?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706115940 {#1583
    date: 2024-01-24 18:05:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@crony@lemmy.cronyakatsuki.xyz"
    "@eskuero@lemmy.fromshado.ws"
    "@brygphilomena@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1559 …}
  +nested: Doctrine\ORM\PersistentCollection {#1564 …}
  +votes: Doctrine\ORM\PersistentCollection {#1563 …}
  +reports: Doctrine\ORM\PersistentCollection {#1565 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
  -id: 337090
  -bodyTs: "'bit':3 'could':6 'domain':27 'entiti':34 'give':23 'gtld':33 'make':13 'namecheap':14 'nameserv':21 'pedant':4 'regist':19 'registrar':16 'relev':32 'whatev':20 'wouldn':10 'wrong':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6083000"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706115940 {#1525
    date: 2024-01-24 18:05:40.0 +01:00
  }
  +"title": 337090
}
"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 {#1567
  +user: App\Entity\User {#263 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#1714 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2064 …}
    +slug: "Alternative-to-certbot-for-acquiring-ssl-certificates-to-use-with"
    +title: "Alternative to certbot for acquiring ssl certificates to use with nginx."
    +url: null
    +body: """
      Hello, I wan’t to ask if anyone knows of a good alternative for certbot for acquiring ssl certificates for nginx.\n
      \n
      Certbot isn’t good anymore for me since I started using crowdsec with nginx bouncer that uses lua block’s inside nginx config that cerbot can’t parse, making it not work anymore.\n
      \n
      I use nginx because it’s the one I know the best and for my use case work’s the best. ( Hosting both program’s directly on metal and docker container’s )
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 21
    +favouriteCount: 21
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1728410673 {#1621
      date: 2024-10-08 20:04:33.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2080 …}
    +votes: Doctrine\ORM\PersistentCollection {#2098 …}
    +reports: Doctrine\ORM\PersistentCollection {#2062 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2344 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2346 …}
    +badges: Doctrine\ORM\PersistentCollection {#2327 …}
    +children: [
      App\Entity\EntryComment {#1567}
    ]
    -id: 32767
    -titleTs: "'acquir':5 'altern':1 'certbot':3 'certif':7 'nginx':11 'ssl':6 'use':9"
    -bodyTs: "'acquir':17 'altern':13 'anymor':26,54 'anyon':8 'ask':6 'best':66,75 'block':40 'bouncer':36 'case':71 'cerbot':46 'certbot':15,22 'certif':19 'config':44 'contain':85 'crowdsec':33 'direct':80 'docker':84 'good':12,25 'hello':1 'host':76 'insid':42 'isn':23 'know':9,64 'lua':39 'make':50 'metal':82 'nginx':21,35,43,57 'one':62 'pars':49 'program':78 'sinc':29 'ssl':18 'start':31 'use':32,38,56,70 'wan':3 'work':53,72"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1706183834
    +visibility: "visible             "
    +apId: "https://lemmy.cronyakatsuki.xyz/post/134714"
    +editedAt: null
    +createdAt: DateTimeImmutable @1706097434 {#1407
      date: 2024-01-24 12:57:14.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1528 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1550 …}
  +body: "Being a bit pedantic, and could be wrong, but wouldn’t that make Namecheap your registrar only, which registers whatever nameservers you give it for the domain you own with the relevant gTLD entity?"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1706115940 {#1583
    date: 2024-01-24 18:05:40.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@crony@lemmy.cronyakatsuki.xyz"
    "@eskuero@lemmy.fromshado.ws"
    "@brygphilomena@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1559 …}
  +nested: Doctrine\ORM\PersistentCollection {#1564 …}
  +votes: Doctrine\ORM\PersistentCollection {#1563 …}
  +reports: Doctrine\ORM\PersistentCollection {#1565 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1557 …}
  -id: 337090
  -bodyTs: "'bit':3 'could':6 'domain':27 'entiti':34 'give':23 'gtld':33 'make':13 'namecheap':14 'nameserv':21 'pedant':4 'regist':19 'registrar':16 'relev':32 'whatev':20 'wouldn':10 'wrong':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://aussie.zone/comment/6083000"
  +editedAt: null
  +createdAt: DateTimeImmutable @1706115940 {#1525
    date: 2024-01-24 18:05:40.0 +01:00
  }
  +"title": 337090
}
"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_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
18 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