GET https://kbin.spritesserver.nl/u/@water1309@lemmy.world/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.26 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 {#1592
  +user: Proxies\__CG__\App\Entity\User {#2455 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1561 …}
  +slug: "Server-Configuration-Update"
  +title: "Server Configuration Update"
  +url: null
  +body: """
    Original post [here](https://lemmings.world/post/4398082). First, thanks to everyone who responded. Thought I’d write up an update on my progress.\n
    \n
    I took the advice to keep the NAS dedicated to storage and bought a Beelink mini computer (2Ghz Quad core Intel Celeron; 250GB; 4GB RAM) for the server and installed Linux Mint. I decided that the perceived complexity of Docker and Portainer were more than I wanted to tackle right now and that the benefits wouldn’t be worth the effort, so I’m installing directly to the OS.\n
    \n
    So far I have Jellyfin and Audiobookshelf up and running. Most of the setup is straightforward. I’ve spent the most time so far learning to permanently mount the NAS and set the necessary permissions. Took a bit of online research to figure this out. Second most time was setting up NordVPN with Meshnet for remote server access.\n
    \n
    Next step is the Servarr suite. I’m thinking that’s going to be a bit more of a challenge.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726614820 {#1733
    date: 2024-09-18 01:13:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1527 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1680 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  +badges: Doctrine\ORM\PersistentCollection {#2394 …}
  +children: [
    1 => App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: "Nice! Would you mind sharing the configuration for permanently mounting? I tried it in the past but I never really could get it to work right consistently."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1726614820 {#1439
        date: 2024-09-18 01:13:40.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@anonymouse@lemmings.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1580 …}
      +nested: Doctrine\ORM\PersistentCollection {#1583 …}
      +votes: Doctrine\ORM\PersistentCollection {#1582 …}
      +reports: Doctrine\ORM\PersistentCollection {#1589 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
      -id: 316199
      -bodyTs: "'configur':7 'consist':27 'could':21 'get':22 'mind':4 'mount':10 'never':19 'nice':1 'past':16 'perman':9 'realli':20 'right':26 'share':5 'tri':12 'work':25 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6768281"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705477835 {#1435
        date: 2024-01-17 08:50:35.0 +01:00
      }
      +"title": 316199
    }
    0 => App\Entity\EntryComment {#1560
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
      +root: App\Entity\EntryComment {#1697}
      +body: "Hey, thanks very much! I’ll give it a try!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705646567 {#1672
        date: 2024-01-19 07:42:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@anonymouse@lemmings.world"
        "@water1309@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1689 …}
      +nested: Doctrine\ORM\PersistentCollection {#1683 …}
      +votes: Doctrine\ORM\PersistentCollection {#1702 …}
      +reports: Doctrine\ORM\PersistentCollection {#1596 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1613 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
      -id: 321751
      -bodyTs: "'give':7 'hey':1 'll':6 'much':4 'thank':2 'tri':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6819004"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705646567 {#1549
        date: 2024-01-19 07:42:47.0 +01:00
      }
      +"title": 321751
    }
  ]
  -id: 30980
  -titleTs: "'configur':2 'server':1 'updat':3"
  -bodyTs: "'/post/4398082).':6 '250gb':45 '2ghz':40 '4gb':46 'access':149 'advic':26 'audiobookshelf':98 'beelink':37 'benefit':77 'bit':129,165 'bought':35 'celeron':44 'challeng':169 'complex':60 'comput':39 'core':42 'd':15 'decid':56 'dedic':31 'direct':88 'docker':62 'effort':83 'everyon':10 'far':93,115 'figur':134 'first':7 'go':161 'instal':52,87 'intel':43 'jellyfin':96 'keep':28 'learn':116 'lemmings.world':5 'lemmings.world/post/4398082).':4 'linux':53 'm':86,157 'meshnet':145 'mini':38 'mint':54 'mount':119 'nas':30,121 'necessari':125 'next':150 'nordvpn':143 'onlin':131 'origin':1 'os':91 'perceiv':59 'perman':118 'permiss':126 'portain':64 'post':2 'progress':22 'quad':41 'ram':47 'remot':147 'research':132 'respond':12 'right':72 'run':101 'second':137 'servarr':154 'server':50,148 'set':123,141 'setup':105 'spent':110 'step':151 'storag':33 'straightforward':107 'suit':155 'tackl':71 'thank':8 'think':158 'thought':13 'time':113,139 'took':24,127 'updat':19 've':109 'want':69 'worth':81 'wouldn':78 'write':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705485317
  +visibility: "visible             "
  +apId: "https://lemmings.world/post/4790878"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705424817 {#1693
    date: 2024-01-16 18:06:57.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 {#1592
  +user: Proxies\__CG__\App\Entity\User {#2455 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1561 …}
  +slug: "Server-Configuration-Update"
  +title: "Server Configuration Update"
  +url: null
  +body: """
    Original post [here](https://lemmings.world/post/4398082). First, thanks to everyone who responded. Thought I’d write up an update on my progress.\n
    \n
    I took the advice to keep the NAS dedicated to storage and bought a Beelink mini computer (2Ghz Quad core Intel Celeron; 250GB; 4GB RAM) for the server and installed Linux Mint. I decided that the perceived complexity of Docker and Portainer were more than I wanted to tackle right now and that the benefits wouldn’t be worth the effort, so I’m installing directly to the OS.\n
    \n
    So far I have Jellyfin and Audiobookshelf up and running. Most of the setup is straightforward. I’ve spent the most time so far learning to permanently mount the NAS and set the necessary permissions. Took a bit of online research to figure this out. Second most time was setting up NordVPN with Meshnet for remote server access.\n
    \n
    Next step is the Servarr suite. I’m thinking that’s going to be a bit more of a challenge.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726614820 {#1733
    date: 2024-09-18 01:13:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1527 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1680 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  +badges: Doctrine\ORM\PersistentCollection {#2394 …}
  +children: [
    1 => App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: "Nice! Would you mind sharing the configuration for permanently mounting? I tried it in the past but I never really could get it to work right consistently."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1726614820 {#1439
        date: 2024-09-18 01:13:40.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@anonymouse@lemmings.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1580 …}
      +nested: Doctrine\ORM\PersistentCollection {#1583 …}
      +votes: Doctrine\ORM\PersistentCollection {#1582 …}
      +reports: Doctrine\ORM\PersistentCollection {#1589 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
      -id: 316199
      -bodyTs: "'configur':7 'consist':27 'could':21 'get':22 'mind':4 'mount':10 'never':19 'nice':1 'past':16 'perman':9 'realli':20 'right':26 'share':5 'tri':12 'work':25 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6768281"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705477835 {#1435
        date: 2024-01-17 08:50:35.0 +01:00
      }
      +"title": 316199
    }
    0 => App\Entity\EntryComment {#1560
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
      +root: App\Entity\EntryComment {#1697}
      +body: "Hey, thanks very much! I’ll give it a try!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705646567 {#1672
        date: 2024-01-19 07:42:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@anonymouse@lemmings.world"
        "@water1309@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1689 …}
      +nested: Doctrine\ORM\PersistentCollection {#1683 …}
      +votes: Doctrine\ORM\PersistentCollection {#1702 …}
      +reports: Doctrine\ORM\PersistentCollection {#1596 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1613 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
      -id: 321751
      -bodyTs: "'give':7 'hey':1 'll':6 'much':4 'thank':2 'tri':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6819004"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705646567 {#1549
        date: 2024-01-19 07:42:47.0 +01:00
      }
      +"title": 321751
    }
  ]
  -id: 30980
  -titleTs: "'configur':2 'server':1 'updat':3"
  -bodyTs: "'/post/4398082).':6 '250gb':45 '2ghz':40 '4gb':46 'access':149 'advic':26 'audiobookshelf':98 'beelink':37 'benefit':77 'bit':129,165 'bought':35 'celeron':44 'challeng':169 'complex':60 'comput':39 'core':42 'd':15 'decid':56 'dedic':31 'direct':88 'docker':62 'effort':83 'everyon':10 'far':93,115 'figur':134 'first':7 'go':161 'instal':52,87 'intel':43 'jellyfin':96 'keep':28 'learn':116 'lemmings.world':5 'lemmings.world/post/4398082).':4 'linux':53 'm':86,157 'meshnet':145 'mini':38 'mint':54 'mount':119 'nas':30,121 'necessari':125 'next':150 'nordvpn':143 'onlin':131 'origin':1 'os':91 'perceiv':59 'perman':118 'permiss':126 'portain':64 'post':2 'progress':22 'quad':41 'ram':47 'remot':147 'research':132 'respond':12 'right':72 'run':101 'second':137 'servarr':154 'server':50,148 'set':123,141 'setup':105 'spent':110 'step':151 'storag':33 'straightforward':107 'suit':155 'tackl':71 'thank':8 'think':158 'thought':13 'time':113,139 'took':24,127 'updat':19 've':109 'want':69 'worth':81 'wouldn':78 'write':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705485317
  +visibility: "visible             "
  +apId: "https://lemmings.world/post/4790878"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705424817 {#1693
    date: 2024-01-16 18:06:57.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 {#1592
  +user: Proxies\__CG__\App\Entity\User {#2455 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1561 …}
  +slug: "Server-Configuration-Update"
  +title: "Server Configuration Update"
  +url: null
  +body: """
    Original post [here](https://lemmings.world/post/4398082). First, thanks to everyone who responded. Thought I’d write up an update on my progress.\n
    \n
    I took the advice to keep the NAS dedicated to storage and bought a Beelink mini computer (2Ghz Quad core Intel Celeron; 250GB; 4GB RAM) for the server and installed Linux Mint. I decided that the perceived complexity of Docker and Portainer were more than I wanted to tackle right now and that the benefits wouldn’t be worth the effort, so I’m installing directly to the OS.\n
    \n
    So far I have Jellyfin and Audiobookshelf up and running. Most of the setup is straightforward. I’ve spent the most time so far learning to permanently mount the NAS and set the necessary permissions. Took a bit of online research to figure this out. Second most time was setting up NordVPN with Meshnet for remote server access.\n
    \n
    Next step is the Servarr suite. I’m thinking that’s going to be a bit more of a challenge.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 6
  +favouriteCount: 14
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1726614820 {#1733
    date: 2024-09-18 01:13:40.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1527 …}
  +votes: Doctrine\ORM\PersistentCollection {#1528 …}
  +reports: Doctrine\ORM\PersistentCollection {#1680 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
  +badges: Doctrine\ORM\PersistentCollection {#2394 …}
  +children: [
    1 => App\Entity\EntryComment {#1697
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: null
      +root: null
      +body: "Nice! Would you mind sharing the configuration for permanently mounting? I tried it in the past but I never really could get it to work right consistently."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1726614820 {#1439
        date: 2024-09-18 01:13:40.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@anonymouse@lemmings.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1580 …}
      +nested: Doctrine\ORM\PersistentCollection {#1583 …}
      +votes: Doctrine\ORM\PersistentCollection {#1582 …}
      +reports: Doctrine\ORM\PersistentCollection {#1589 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
      -id: 316199
      -bodyTs: "'configur':7 'consist':27 'could':21 'get':22 'mind':4 'mount':10 'never':19 'nice':1 'past':16 'perman':9 'realli':20 'right':26 'share':5 'tri':12 'work':25 'would':2"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6768281"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705477835 {#1435
        date: 2024-01-17 08:50:35.0 +01:00
      }
      +"title": 316199
    }
    0 => App\Entity\EntryComment {#1560
      +user: App\Entity\User {#265 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
      +root: App\Entity\EntryComment {#1697}
      +body: "Hey, thanks very much! I’ll give it a try!"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1705646567 {#1672
        date: 2024-01-19 07:42:47.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@anonymouse@lemmings.world"
        "@water1309@lemmy.world"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1689 …}
      +nested: Doctrine\ORM\PersistentCollection {#1683 …}
      +votes: Doctrine\ORM\PersistentCollection {#1702 …}
      +reports: Doctrine\ORM\PersistentCollection {#1596 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1613 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
      -id: 321751
      -bodyTs: "'give':7 'hey':1 'll':6 'much':4 'thank':2 'tri':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.world/comment/6819004"
      +editedAt: null
      +createdAt: DateTimeImmutable @1705646567 {#1549
        date: 2024-01-19 07:42:47.0 +01:00
      }
      +"title": 321751
    }
  ]
  -id: 30980
  -titleTs: "'configur':2 'server':1 'updat':3"
  -bodyTs: "'/post/4398082).':6 '250gb':45 '2ghz':40 '4gb':46 'access':149 'advic':26 'audiobookshelf':98 'beelink':37 'benefit':77 'bit':129,165 'bought':35 'celeron':44 'challeng':169 'complex':60 'comput':39 'core':42 'd':15 'decid':56 'dedic':31 'direct':88 'docker':62 'effort':83 'everyon':10 'far':93,115 'figur':134 'first':7 'go':161 'instal':52,87 'intel':43 'jellyfin':96 'keep':28 'learn':116 'lemmings.world':5 'lemmings.world/post/4398082).':4 'linux':53 'm':86,157 'meshnet':145 'mini':38 'mint':54 'mount':119 'nas':30,121 'necessari':125 'next':150 'nordvpn':143 'onlin':131 'origin':1 'os':91 'perceiv':59 'perman':118 'permiss':126 'portain':64 'post':2 'progress':22 'quad':41 'ram':47 'remot':147 'research':132 'respond':12 'right':72 'run':101 'second':137 'servarr':154 'server':50,148 'set':123,141 'setup':105 'spent':110 'step':151 'storag':33 'straightforward':107 'suit':155 'tackl':71 'thank':8 'think':158 'thought':13 'time':113,139 'took':24,127 'updat':19 've':109 'want':69 'worth':81 'wouldn':78 'write':16"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1705485317
  +visibility: "visible             "
  +apId: "https://lemmings.world/post/4790878"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705424817 {#1693
    date: 2024-01-16 18:06:57.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 {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2455 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1561 …}
    +slug: "Server-Configuration-Update"
    +title: "Server Configuration Update"
    +url: null
    +body: """
      Original post [here](https://lemmings.world/post/4398082). First, thanks to everyone who responded. Thought I’d write up an update on my progress.\n
      \n
      I took the advice to keep the NAS dedicated to storage and bought a Beelink mini computer (2Ghz Quad core Intel Celeron; 250GB; 4GB RAM) for the server and installed Linux Mint. I decided that the perceived complexity of Docker and Portainer were more than I wanted to tackle right now and that the benefits wouldn’t be worth the effort, so I’m installing directly to the OS.\n
      \n
      So far I have Jellyfin and Audiobookshelf up and running. Most of the setup is straightforward. I’ve spent the most time so far learning to permanently mount the NAS and set the necessary permissions. Took a bit of online research to figure this out. Second most time was setting up NordVPN with Meshnet for remote server access.\n
      \n
      Next step is the Servarr suite. I’m thinking that’s going to be a bit more of a challenge.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726614820 {#1733
      date: 2024-09-18 01:13:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1527 …}
    +votes: Doctrine\ORM\PersistentCollection {#1528 …}
    +reports: Doctrine\ORM\PersistentCollection {#1680 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
    +badges: Doctrine\ORM\PersistentCollection {#2394 …}
    +children: [
      1 => App\Entity\EntryComment {#1697}
      0 => App\Entity\EntryComment {#1560
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: App\Entity\EntryComment {#1697}
        +body: "Hey, thanks very much! I’ll give it a try!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705646567 {#1672
          date: 2024-01-19 07:42:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@anonymouse@lemmings.world"
          "@water1309@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1689 …}
        +nested: Doctrine\ORM\PersistentCollection {#1683 …}
        +votes: Doctrine\ORM\PersistentCollection {#1702 …}
        +reports: Doctrine\ORM\PersistentCollection {#1596 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1613 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
        -id: 321751
        -bodyTs: "'give':7 'hey':1 'll':6 'much':4 'thank':2 'tri':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6819004"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705646567 {#1549
          date: 2024-01-19 07:42:47.0 +01:00
        }
        +"title": 321751
      }
    ]
    -id: 30980
    -titleTs: "'configur':2 'server':1 'updat':3"
    -bodyTs: "'/post/4398082).':6 '250gb':45 '2ghz':40 '4gb':46 'access':149 'advic':26 'audiobookshelf':98 'beelink':37 'benefit':77 'bit':129,165 'bought':35 'celeron':44 'challeng':169 'complex':60 'comput':39 'core':42 'd':15 'decid':56 'dedic':31 'direct':88 'docker':62 'effort':83 'everyon':10 'far':93,115 'figur':134 'first':7 'go':161 'instal':52,87 'intel':43 'jellyfin':96 'keep':28 'learn':116 'lemmings.world':5 'lemmings.world/post/4398082).':4 'linux':53 'm':86,157 'meshnet':145 'mini':38 'mint':54 'mount':119 'nas':30,121 'necessari':125 'next':150 'nordvpn':143 'onlin':131 'origin':1 'os':91 'perceiv':59 'perman':118 'permiss':126 'portain':64 'post':2 'progress':22 'quad':41 'ram':47 'remot':147 'research':132 'respond':12 'right':72 'run':101 'second':137 'servarr':154 'server':50,148 'set':123,141 'setup':105 'spent':110 'step':151 'storag':33 'straightforward':107 'suit':155 'tackl':71 'thank':8 'think':158 'thought':13 'time':113,139 'took':24,127 'updat':19 've':109 'want':69 'worth':81 'wouldn':78 'write':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705485317
    +visibility: "visible             "
    +apId: "https://lemmings.world/post/4790878"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705424817 {#1693
      date: 2024-01-16 18:06:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: "Nice! Would you mind sharing the configuration for permanently mounting? I tried it in the past but I never really could get it to work right consistently."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1726614820 {#1439
    date: 2024-09-18 01:13:40.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@anonymouse@lemmings.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1580 …}
  +nested: Doctrine\ORM\PersistentCollection {#1583 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  -id: 316199
  -bodyTs: "'configur':7 'consist':27 'could':21 'get':22 'mind':4 'mount':10 'never':19 'nice':1 'past':16 'perman':9 'realli':20 'right':26 'share':5 'tri':12 'work':25 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6768281"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705477835 {#1435
    date: 2024-01-17 08:50:35.0 +01:00
  }
  +"title": 316199
}
"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 {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2455 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1561 …}
    +slug: "Server-Configuration-Update"
    +title: "Server Configuration Update"
    +url: null
    +body: """
      Original post [here](https://lemmings.world/post/4398082). First, thanks to everyone who responded. Thought I’d write up an update on my progress.\n
      \n
      I took the advice to keep the NAS dedicated to storage and bought a Beelink mini computer (2Ghz Quad core Intel Celeron; 250GB; 4GB RAM) for the server and installed Linux Mint. I decided that the perceived complexity of Docker and Portainer were more than I wanted to tackle right now and that the benefits wouldn’t be worth the effort, so I’m installing directly to the OS.\n
      \n
      So far I have Jellyfin and Audiobookshelf up and running. Most of the setup is straightforward. I’ve spent the most time so far learning to permanently mount the NAS and set the necessary permissions. Took a bit of online research to figure this out. Second most time was setting up NordVPN with Meshnet for remote server access.\n
      \n
      Next step is the Servarr suite. I’m thinking that’s going to be a bit more of a challenge.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726614820 {#1733
      date: 2024-09-18 01:13:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1527 …}
    +votes: Doctrine\ORM\PersistentCollection {#1528 …}
    +reports: Doctrine\ORM\PersistentCollection {#1680 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
    +badges: Doctrine\ORM\PersistentCollection {#2394 …}
    +children: [
      1 => App\Entity\EntryComment {#1697}
      0 => App\Entity\EntryComment {#1560
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: App\Entity\EntryComment {#1697}
        +body: "Hey, thanks very much! I’ll give it a try!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705646567 {#1672
          date: 2024-01-19 07:42:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@anonymouse@lemmings.world"
          "@water1309@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1689 …}
        +nested: Doctrine\ORM\PersistentCollection {#1683 …}
        +votes: Doctrine\ORM\PersistentCollection {#1702 …}
        +reports: Doctrine\ORM\PersistentCollection {#1596 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1613 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
        -id: 321751
        -bodyTs: "'give':7 'hey':1 'll':6 'much':4 'thank':2 'tri':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6819004"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705646567 {#1549
          date: 2024-01-19 07:42:47.0 +01:00
        }
        +"title": 321751
      }
    ]
    -id: 30980
    -titleTs: "'configur':2 'server':1 'updat':3"
    -bodyTs: "'/post/4398082).':6 '250gb':45 '2ghz':40 '4gb':46 'access':149 'advic':26 'audiobookshelf':98 'beelink':37 'benefit':77 'bit':129,165 'bought':35 'celeron':44 'challeng':169 'complex':60 'comput':39 'core':42 'd':15 'decid':56 'dedic':31 'direct':88 'docker':62 'effort':83 'everyon':10 'far':93,115 'figur':134 'first':7 'go':161 'instal':52,87 'intel':43 'jellyfin':96 'keep':28 'learn':116 'lemmings.world':5 'lemmings.world/post/4398082).':4 'linux':53 'm':86,157 'meshnet':145 'mini':38 'mint':54 'mount':119 'nas':30,121 'necessari':125 'next':150 'nordvpn':143 'onlin':131 'origin':1 'os':91 'perceiv':59 'perman':118 'permiss':126 'portain':64 'post':2 'progress':22 'quad':41 'ram':47 'remot':147 'research':132 'respond':12 'right':72 'run':101 'second':137 'servarr':154 'server':50,148 'set':123,141 'setup':105 'spent':110 'step':151 'storag':33 'straightforward':107 'suit':155 'tackl':71 'thank':8 'think':158 'thought':13 'time':113,139 'took':24,127 'updat':19 've':109 'want':69 'worth':81 'wouldn':78 'write':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705485317
    +visibility: "visible             "
    +apId: "https://lemmings.world/post/4790878"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705424817 {#1693
      date: 2024-01-16 18:06:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: "Nice! Would you mind sharing the configuration for permanently mounting? I tried it in the past but I never really could get it to work right consistently."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1726614820 {#1439
    date: 2024-09-18 01:13:40.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@anonymouse@lemmings.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1580 …}
  +nested: Doctrine\ORM\PersistentCollection {#1583 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  -id: 316199
  -bodyTs: "'configur':7 'consist':27 'could':21 'get':22 'mind':4 'mount':10 'never':19 'nice':1 'past':16 'perman':9 'realli':20 'right':26 'share':5 'tri':12 'work':25 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6768281"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705477835 {#1435
    date: 2024-01-17 08:50:35.0 +01:00
  }
  +"title": 316199
}
"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 {#1697
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2455 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1561 …}
    +slug: "Server-Configuration-Update"
    +title: "Server Configuration Update"
    +url: null
    +body: """
      Original post [here](https://lemmings.world/post/4398082). First, thanks to everyone who responded. Thought I’d write up an update on my progress.\n
      \n
      I took the advice to keep the NAS dedicated to storage and bought a Beelink mini computer (2Ghz Quad core Intel Celeron; 250GB; 4GB RAM) for the server and installed Linux Mint. I decided that the perceived complexity of Docker and Portainer were more than I wanted to tackle right now and that the benefits wouldn’t be worth the effort, so I’m installing directly to the OS.\n
      \n
      So far I have Jellyfin and Audiobookshelf up and running. Most of the setup is straightforward. I’ve spent the most time so far learning to permanently mount the NAS and set the necessary permissions. Took a bit of online research to figure this out. Second most time was setting up NordVPN with Meshnet for remote server access.\n
      \n
      Next step is the Servarr suite. I’m thinking that’s going to be a bit more of a challenge.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726614820 {#1733
      date: 2024-09-18 01:13:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1527 …}
    +votes: Doctrine\ORM\PersistentCollection {#1528 …}
    +reports: Doctrine\ORM\PersistentCollection {#1680 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
    +badges: Doctrine\ORM\PersistentCollection {#2394 …}
    +children: [
      1 => App\Entity\EntryComment {#1697}
      0 => App\Entity\EntryComment {#1560
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
        +root: App\Entity\EntryComment {#1697}
        +body: "Hey, thanks very much! I’ll give it a try!"
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1705646567 {#1672
          date: 2024-01-19 07:42:47.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@anonymouse@lemmings.world"
          "@water1309@lemmy.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1689 …}
        +nested: Doctrine\ORM\PersistentCollection {#1683 …}
        +votes: Doctrine\ORM\PersistentCollection {#1702 …}
        +reports: Doctrine\ORM\PersistentCollection {#1596 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1613 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
        -id: 321751
        -bodyTs: "'give':7 'hey':1 'll':6 'much':4 'thank':2 'tri':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6819004"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705646567 {#1549
          date: 2024-01-19 07:42:47.0 +01:00
        }
        +"title": 321751
      }
    ]
    -id: 30980
    -titleTs: "'configur':2 'server':1 'updat':3"
    -bodyTs: "'/post/4398082).':6 '250gb':45 '2ghz':40 '4gb':46 'access':149 'advic':26 'audiobookshelf':98 'beelink':37 'benefit':77 'bit':129,165 'bought':35 'celeron':44 'challeng':169 'complex':60 'comput':39 'core':42 'd':15 'decid':56 'dedic':31 'direct':88 'docker':62 'effort':83 'everyon':10 'far':93,115 'figur':134 'first':7 'go':161 'instal':52,87 'intel':43 'jellyfin':96 'keep':28 'learn':116 'lemmings.world':5 'lemmings.world/post/4398082).':4 'linux':53 'm':86,157 'meshnet':145 'mini':38 'mint':54 'mount':119 'nas':30,121 'necessari':125 'next':150 'nordvpn':143 'onlin':131 'origin':1 'os':91 'perceiv':59 'perman':118 'permiss':126 'portain':64 'post':2 'progress':22 'quad':41 'ram':47 'remot':147 'research':132 'respond':12 'right':72 'run':101 'second':137 'servarr':154 'server':50,148 'set':123,141 'setup':105 'spent':110 'step':151 'storag':33 'straightforward':107 'suit':155 'tackl':71 'thank':8 'think':158 'thought':13 'time':113,139 'took':24,127 'updat':19 've':109 'want':69 'worth':81 'wouldn':78 'write':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705485317
    +visibility: "visible             "
    +apId: "https://lemmings.world/post/4790878"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705424817 {#1693
      date: 2024-01-16 18:06:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: null
  +root: null
  +body: "Nice! Would you mind sharing the configuration for permanently mounting? I tried it in the past but I never really could get it to work right consistently."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1726614820 {#1439
    date: 2024-09-18 01:13:40.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@anonymouse@lemmings.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1580 …}
  +nested: Doctrine\ORM\PersistentCollection {#1583 …}
  +votes: Doctrine\ORM\PersistentCollection {#1582 …}
  +reports: Doctrine\ORM\PersistentCollection {#1589 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
  -id: 316199
  -bodyTs: "'configur':7 'consist':27 'could':21 'get':22 'mind':4 'mount':10 'never':19 'nice':1 'past':16 'perman':9 'realli':20 'right':26 'share':5 'tri':12 'work':25 'would':2"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6768281"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705477835 {#1435
    date: 2024-01-17 08:50:35.0 +01:00
  }
  +"title": 316199
}
"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
App\Entity\EntryComment {#1560
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2455 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1561 …}
    +slug: "Server-Configuration-Update"
    +title: "Server Configuration Update"
    +url: null
    +body: """
      Original post [here](https://lemmings.world/post/4398082). First, thanks to everyone who responded. Thought I’d write up an update on my progress.\n
      \n
      I took the advice to keep the NAS dedicated to storage and bought a Beelink mini computer (2Ghz Quad core Intel Celeron; 250GB; 4GB RAM) for the server and installed Linux Mint. I decided that the perceived complexity of Docker and Portainer were more than I wanted to tackle right now and that the benefits wouldn’t be worth the effort, so I’m installing directly to the OS.\n
      \n
      So far I have Jellyfin and Audiobookshelf up and running. Most of the setup is straightforward. I’ve spent the most time so far learning to permanently mount the NAS and set the necessary permissions. Took a bit of online research to figure this out. Second most time was setting up NordVPN with Meshnet for remote server access.\n
      \n
      Next step is the Servarr suite. I’m thinking that’s going to be a bit more of a challenge.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726614820 {#1733
      date: 2024-09-18 01:13:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1527 …}
    +votes: Doctrine\ORM\PersistentCollection {#1528 …}
    +reports: Doctrine\ORM\PersistentCollection {#1680 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
    +badges: Doctrine\ORM\PersistentCollection {#2394 …}
    +children: [
      1 => App\Entity\EntryComment {#1697
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
        +image: null
        +parent: null
        +root: null
        +body: "Nice! Would you mind sharing the configuration for permanently mounting? I tried it in the past but I never really could get it to work right consistently."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1726614820 {#1439
          date: 2024-09-18 01:13:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@anonymouse@lemmings.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1580 …}
        +nested: Doctrine\ORM\PersistentCollection {#1583 …}
        +votes: Doctrine\ORM\PersistentCollection {#1582 …}
        +reports: Doctrine\ORM\PersistentCollection {#1589 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
        -id: 316199
        -bodyTs: "'configur':7 'consist':27 'could':21 'get':22 'mind':4 'mount':10 'never':19 'nice':1 'past':16 'perman':9 'realli':20 'right':26 'share':5 'tri':12 'work':25 'would':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6768281"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705477835 {#1435
          date: 2024-01-17 08:50:35.0 +01:00
        }
        +"title": 316199
      }
      0 => App\Entity\EntryComment {#1560}
    ]
    -id: 30980
    -titleTs: "'configur':2 'server':1 'updat':3"
    -bodyTs: "'/post/4398082).':6 '250gb':45 '2ghz':40 '4gb':46 'access':149 'advic':26 'audiobookshelf':98 'beelink':37 'benefit':77 'bit':129,165 'bought':35 'celeron':44 'challeng':169 'complex':60 'comput':39 'core':42 'd':15 'decid':56 'dedic':31 'direct':88 'docker':62 'effort':83 'everyon':10 'far':93,115 'figur':134 'first':7 'go':161 'instal':52,87 'intel':43 'jellyfin':96 'keep':28 'learn':116 'lemmings.world':5 'lemmings.world/post/4398082).':4 'linux':53 'm':86,157 'meshnet':145 'mini':38 'mint':54 'mount':119 'nas':30,121 'necessari':125 'next':150 'nordvpn':143 'onlin':131 'origin':1 'os':91 'perceiv':59 'perman':118 'permiss':126 'portain':64 'post':2 'progress':22 'quad':41 'ram':47 'remot':147 'research':132 'respond':12 'right':72 'run':101 'second':137 'servarr':154 'server':50,148 'set':123,141 'setup':105 'spent':110 'step':151 'storag':33 'straightforward':107 'suit':155 'tackl':71 'thank':8 'think':158 'thought':13 'time':113,139 'took':24,127 'updat':19 've':109 'want':69 'worth':81 'wouldn':78 'write':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705485317
    +visibility: "visible             "
    +apId: "https://lemmings.world/post/4790878"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705424817 {#1693
      date: 2024-01-16 18:06:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
  +root: App\Entity\EntryComment {#1697}
  +body: "Hey, thanks very much! I’ll give it a try!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705646567 {#1672
    date: 2024-01-19 07:42:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@anonymouse@lemmings.world"
    "@water1309@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1689 …}
  +nested: Doctrine\ORM\PersistentCollection {#1683 …}
  +votes: Doctrine\ORM\PersistentCollection {#1702 …}
  +reports: Doctrine\ORM\PersistentCollection {#1596 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1613 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
  -id: 321751
  -bodyTs: "'give':7 'hey':1 'll':6 'much':4 'thank':2 'tri':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6819004"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705646567 {#1549
    date: 2024-01-19 07:42:47.0 +01:00
  }
  +"title": 321751
}
"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
11 DENIED edit
App\Entity\EntryComment {#1560
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2455 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1561 …}
    +slug: "Server-Configuration-Update"
    +title: "Server Configuration Update"
    +url: null
    +body: """
      Original post [here](https://lemmings.world/post/4398082). First, thanks to everyone who responded. Thought I’d write up an update on my progress.\n
      \n
      I took the advice to keep the NAS dedicated to storage and bought a Beelink mini computer (2Ghz Quad core Intel Celeron; 250GB; 4GB RAM) for the server and installed Linux Mint. I decided that the perceived complexity of Docker and Portainer were more than I wanted to tackle right now and that the benefits wouldn’t be worth the effort, so I’m installing directly to the OS.\n
      \n
      So far I have Jellyfin and Audiobookshelf up and running. Most of the setup is straightforward. I’ve spent the most time so far learning to permanently mount the NAS and set the necessary permissions. Took a bit of online research to figure this out. Second most time was setting up NordVPN with Meshnet for remote server access.\n
      \n
      Next step is the Servarr suite. I’m thinking that’s going to be a bit more of a challenge.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726614820 {#1733
      date: 2024-09-18 01:13:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1527 …}
    +votes: Doctrine\ORM\PersistentCollection {#1528 …}
    +reports: Doctrine\ORM\PersistentCollection {#1680 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
    +badges: Doctrine\ORM\PersistentCollection {#2394 …}
    +children: [
      1 => App\Entity\EntryComment {#1697
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
        +image: null
        +parent: null
        +root: null
        +body: "Nice! Would you mind sharing the configuration for permanently mounting? I tried it in the past but I never really could get it to work right consistently."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1726614820 {#1439
          date: 2024-09-18 01:13:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@anonymouse@lemmings.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1580 …}
        +nested: Doctrine\ORM\PersistentCollection {#1583 …}
        +votes: Doctrine\ORM\PersistentCollection {#1582 …}
        +reports: Doctrine\ORM\PersistentCollection {#1589 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
        -id: 316199
        -bodyTs: "'configur':7 'consist':27 'could':21 'get':22 'mind':4 'mount':10 'never':19 'nice':1 'past':16 'perman':9 'realli':20 'right':26 'share':5 'tri':12 'work':25 'would':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6768281"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705477835 {#1435
          date: 2024-01-17 08:50:35.0 +01:00
        }
        +"title": 316199
      }
      0 => App\Entity\EntryComment {#1560}
    ]
    -id: 30980
    -titleTs: "'configur':2 'server':1 'updat':3"
    -bodyTs: "'/post/4398082).':6 '250gb':45 '2ghz':40 '4gb':46 'access':149 'advic':26 'audiobookshelf':98 'beelink':37 'benefit':77 'bit':129,165 'bought':35 'celeron':44 'challeng':169 'complex':60 'comput':39 'core':42 'd':15 'decid':56 'dedic':31 'direct':88 'docker':62 'effort':83 'everyon':10 'far':93,115 'figur':134 'first':7 'go':161 'instal':52,87 'intel':43 'jellyfin':96 'keep':28 'learn':116 'lemmings.world':5 'lemmings.world/post/4398082).':4 'linux':53 'm':86,157 'meshnet':145 'mini':38 'mint':54 'mount':119 'nas':30,121 'necessari':125 'next':150 'nordvpn':143 'onlin':131 'origin':1 'os':91 'perceiv':59 'perman':118 'permiss':126 'portain':64 'post':2 'progress':22 'quad':41 'ram':47 'remot':147 'research':132 'respond':12 'right':72 'run':101 'second':137 'servarr':154 'server':50,148 'set':123,141 'setup':105 'spent':110 'step':151 'storag':33 'straightforward':107 'suit':155 'tackl':71 'thank':8 'think':158 'thought':13 'time':113,139 'took':24,127 'updat':19 've':109 'want':69 'worth':81 'wouldn':78 'write':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705485317
    +visibility: "visible             "
    +apId: "https://lemmings.world/post/4790878"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705424817 {#1693
      date: 2024-01-16 18:06:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
  +root: App\Entity\EntryComment {#1697}
  +body: "Hey, thanks very much! I’ll give it a try!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705646567 {#1672
    date: 2024-01-19 07:42:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@anonymouse@lemmings.world"
    "@water1309@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1689 …}
  +nested: Doctrine\ORM\PersistentCollection {#1683 …}
  +votes: Doctrine\ORM\PersistentCollection {#1702 …}
  +reports: Doctrine\ORM\PersistentCollection {#1596 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1613 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
  -id: 321751
  -bodyTs: "'give':7 'hey':1 'll':6 'much':4 'thank':2 'tri':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6819004"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705646567 {#1549
    date: 2024-01-19 07:42:47.0 +01:00
  }
  +"title": 321751
}
"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
12 DENIED moderate
App\Entity\EntryComment {#1560
  +user: App\Entity\User {#265 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1592
    +user: Proxies\__CG__\App\Entity\User {#2455 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1561 …}
    +slug: "Server-Configuration-Update"
    +title: "Server Configuration Update"
    +url: null
    +body: """
      Original post [here](https://lemmings.world/post/4398082). First, thanks to everyone who responded. Thought I’d write up an update on my progress.\n
      \n
      I took the advice to keep the NAS dedicated to storage and bought a Beelink mini computer (2Ghz Quad core Intel Celeron; 250GB; 4GB RAM) for the server and installed Linux Mint. I decided that the perceived complexity of Docker and Portainer were more than I wanted to tackle right now and that the benefits wouldn’t be worth the effort, so I’m installing directly to the OS.\n
      \n
      So far I have Jellyfin and Audiobookshelf up and running. Most of the setup is straightforward. I’ve spent the most time so far learning to permanently mount the NAS and set the necessary permissions. Took a bit of online research to figure this out. Second most time was setting up NordVPN with Meshnet for remote server access.\n
      \n
      Next step is the Servarr suite. I’m thinking that’s going to be a bit more of a challenge.
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 6
    +favouriteCount: 14
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1726614820 {#1733
      date: 2024-09-18 01:13:40.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1527 …}
    +votes: Doctrine\ORM\PersistentCollection {#1528 …}
    +reports: Doctrine\ORM\PersistentCollection {#1680 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2383 …}
    +badges: Doctrine\ORM\PersistentCollection {#2394 …}
    +children: [
      1 => App\Entity\EntryComment {#1697
        +user: App\Entity\User {#265 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1592 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
        +image: null
        +parent: null
        +root: null
        +body: "Nice! Would you mind sharing the configuration for permanently mounting? I tried it in the past but I never really could get it to work right consistently."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1726614820 {#1439
          date: 2024-09-18 01:13:40.0 +02:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@anonymouse@lemmings.world"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1580 …}
        +nested: Doctrine\ORM\PersistentCollection {#1583 …}
        +votes: Doctrine\ORM\PersistentCollection {#1582 …}
        +reports: Doctrine\ORM\PersistentCollection {#1589 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1572 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1666 …}
        -id: 316199
        -bodyTs: "'configur':7 'consist':27 'could':21 'get':22 'mind':4 'mount':10 'never':19 'nice':1 'past':16 'perman':9 'realli':20 'right':26 'share':5 'tri':12 'work':25 'would':2"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://lemmy.world/comment/6768281"
        +editedAt: null
        +createdAt: DateTimeImmutable @1705477835 {#1435
          date: 2024-01-17 08:50:35.0 +01:00
        }
        +"title": 316199
      }
      0 => App\Entity\EntryComment {#1560}
    ]
    -id: 30980
    -titleTs: "'configur':2 'server':1 'updat':3"
    -bodyTs: "'/post/4398082).':6 '250gb':45 '2ghz':40 '4gb':46 'access':149 'advic':26 'audiobookshelf':98 'beelink':37 'benefit':77 'bit':129,165 'bought':35 'celeron':44 'challeng':169 'complex':60 'comput':39 'core':42 'd':15 'decid':56 'dedic':31 'direct':88 'docker':62 'effort':83 'everyon':10 'far':93,115 'figur':134 'first':7 'go':161 'instal':52,87 'intel':43 'jellyfin':96 'keep':28 'learn':116 'lemmings.world':5 'lemmings.world/post/4398082).':4 'linux':53 'm':86,157 'meshnet':145 'mini':38 'mint':54 'mount':119 'nas':30,121 'necessari':125 'next':150 'nordvpn':143 'onlin':131 'origin':1 'os':91 'perceiv':59 'perman':118 'permiss':126 'portain':64 'post':2 'progress':22 'quad':41 'ram':47 'remot':147 'research':132 'respond':12 'right':72 'run':101 'second':137 'servarr':154 'server':50,148 'set':123,141 'setup':105 'spent':110 'step':151 'storag':33 'straightforward':107 'suit':155 'tackl':71 'thank':8 'think':158 'thought':13 'time':113,139 'took':24,127 'updat':19 've':109 'want':69 'worth':81 'wouldn':78 'write':16"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1705485317
    +visibility: "visible             "
    +apId: "https://lemmings.world/post/4790878"
    +editedAt: null
    +createdAt: DateTimeImmutable @1705424817 {#1693
      date: 2024-01-16 18:06:57.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1579 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1686 …}
  +root: App\Entity\EntryComment {#1697}
  +body: "Hey, thanks very much! I’ll give it a try!"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1705646567 {#1672
    date: 2024-01-19 07:42:47.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@anonymouse@lemmings.world"
    "@water1309@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1689 …}
  +nested: Doctrine\ORM\PersistentCollection {#1683 …}
  +votes: Doctrine\ORM\PersistentCollection {#1702 …}
  +reports: Doctrine\ORM\PersistentCollection {#1596 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1613 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1621 …}
  -id: 321751
  -bodyTs: "'give':7 'hey':1 'll':6 'much':4 'thank':2 'tri':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6819004"
  +editedAt: null
  +createdAt: DateTimeImmutable @1705646567 {#1549
    date: 2024-01-19 07:42:47.0 +01:00
  }
  +"title": 321751
}
"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
13 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
14 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