POST https://kbin.spritesserver.nl/f/inbox

SharedInboxController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"App\Controller\ActivityPub\SharedInboxController"
_firewall_context
"security.firewall.map.context.main"
_route
"ap_shared_inbox"
_route_params
[]
_security_firewall_run
"_security_main"
_stopwatch_token
"81badb"

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip"
content-length
"10637"
content-type
"application/activity+json"
date
"Mon, 11 Aug 2025 21:20:44 GMT"
digest
"SHA-256=H2daHBq2wuRFCsxu/owRYUOXoy/nRj6Hch2MSPOZBS8="
host
"kbin.spritesserver.nl"
signature
"keyId="https://lemmy.world/c/linuxmemes#main-key",algorithm="hs2019",headers="(request-target) content-type date digest host",signature="jTeafXeCownmLrXADV/gg2L3BlqHMJiVywidbJ9ofVrw+9N9VM19HLxReSaQU42P0VrA9jCQyjqHUaQu7+LGt2echfkhw3Te/D/rPHYAwFhAX2DbBBEDuCFX3RjJeOAwM4kHMav4m4qUxnwm5vlzJjiwNfgUJl1vx4NGUJIce/k9xy76DHYEFPOaMmuHAtCmTEq7nU/ITTsnlYQpBdvpSMh09EmBp+yQsHZoV0oXMpvDzI7qAEYcT3pA+8p+GlTYNCv7y42bE/a6i4Ch4RhgNwHSWUg9tgwPYDxOjVlfCebvdsZPbn68IHBB2ZQOyyU3GQOMUaRDHhIE3mcjLeo6TA==""
traceparent
"00-0dface5cc277257001ebebbe2d8da00d-26af244bff4b0371-01"
tracestate
""
user-agent
"Lemmy/0.19.12-4-gd8445881a; +https://lemmy.world"
x-php-ob-level
"1"

Request Content

Pretty

{
    "@context": [
        "https:\/\/join-lemmy.org\/context.json",
        "https:\/\/www.w3.org\/ns\/activitystreams"
    ],
    "actor": "https:\/\/lemmy.world\/c\/linuxmemes",
    "to": [
        "https:\/\/www.w3.org\/ns\/activitystreams#Public"
    ],
    "object": {
        "id": "https:\/\/lemmy.today\/activities\/update\/5cd64464-6344-4ab1-bc1d-74ca676e1ee6",
        "actor": "https:\/\/lemmy.today\/u\/tal",
        "@context": [
            "https:\/\/join-lemmy.org\/context.json",
            "https:\/\/www.w3.org\/ns\/activitystreams"
        ],
        "to": [
            "https:\/\/www.w3.org\/ns\/activitystreams#Public"
        ],
        "object": {
            "type": "Note",
            "id": "https:\/\/lemmy.today\/comment\/18291039",
            "attributedTo": "https:\/\/lemmy.today\/u\/tal",
            "to": [
                "https:\/\/www.w3.org\/ns\/activitystreams#Public"
            ],
            "cc": [
                "https:\/\/lemmy.world\/c\/linuxmemes",
                "https:\/\/lemmy.blahaj.zone\/u\/abbiistabbii"
            ],
            "content": "<p>Tier 1: Linux virtual consoles.  Switch among these with Alt-F1 through Alt-F8.  Control-Alt instead of Alt if in Wayland.  I have seven with a text terminal and Wayland on the eighth.  This tier supports showing only one virtual console at once.<\/p>\n<p>Tier 2: Inside the Wayland virtual terminal, Sway managing virtual desktops.  I use nonstandard keybindings here: Super-1 and -2 to cycle left and right, and Super-Q <em>n<\/em> to go to the <em>n<\/em>-th desktop.  Beyond the first ten desktops, I can use Super-R to rename a desktop to a \u201cnamed\u201d desktop.  For cycling purposes, these come after the first ten.  This tier supports showing only one desktop at once.<\/p>\n<p>Tier 3: Inside a Sway virtual desktop, windows managed by Sway.  This tier supports splitting, showing multiple windows at once.  I use nonstandard emacs-style keybindings, Super-F\/B\/N\/P to move among those.  These are often running a virtual terminal program, <code>foot<\/code>.  I don\u2019t use a multiplexing terminal with multiple \u201ctabs\u201d, because I favor a more minimalist setup with fewer tiers.<\/p>\n<p>Tier 4: Inside a Sway-managed window, <code>mosh<\/code>.  This tier isn\u2019t always present; I only use this tier if I\u2019m using a remote system.  Mosh has its own concept of sessions.  These can be used in conjunction with Tmux\u2019s sessions \u2014 mosh\u2019s system is designed to smooth over connectivity issues.  Lose network connectivity and mosh will display a message.  Hibernate a laptop for a month with a mosh connection open to another machine, open the lid, and mosh will transparently re-establish its connections as if there had been no interruption.  I mostly use mosh to reduce perceived latency, but the connectivity stuff is neat.  Not much interaction with this tier, short of force-exiting with Control-^ .  and this tier only supports showing one session in a terminal at once.<\/p>\n<p>Tier 5: Inside a mosh session, tmux sessions.  Tmux has its own set of sessions, which one can attach to with <code>tmux attach<\/code>.  This tier only supports showing one session at once.<\/p>\n<p>Tier 6: Inside a tmux session, tmux windows.  I use a nonstandard prefix key for tmux (and GNU screen) to reduce friction with emacs \u2014 Control-O.  I use emacs-style keybindings to cycle among windows \u2014 Control-O Control-N\/Control-P.  This tier does support splitting to show multiple tmux windows at once, though I don\u2019t use that functionality.<\/p>\n<p>Tier 7: Inside a tmux window, I run a bash shell process.  Bash supports job control.  Control-Z to suspend the current job and return to bash, <code>jobs<\/code> to list jobs, <code>fg %n<\/code> to activate the nth job.<\/p>\n<p>Tier 8: Inside a bash job, I might be running emacs, and that has emacs frames.  If you\u2019re using graphical emacs, each frame corresponds to a window in your windowing environmwnt.  In terminal emacs, each is basically another invisible layer that you can switch among.  <code>C-x 5 2<\/code> to create a new frame, <code>C-x 5 o<\/code> to cycle, <code>C-x 5 0<\/code> to destroy.  This tier does not support showing multiple frames at once.<\/p>\n<p>Tier 9: Emacs buffers.  Each \u201cbuffer\u201d might be a text file, a email client with mu4e, an LLM chat session with ellama, a \u201cspreadsheet\u201d with an org-mode table, whatever.  One can show multiple emacs windows and assign a buffer to each emacs window (emacs has its own concept of windows, which kinda correspond to \u201cpanes\u201d in most programs).  Emacs has many systems for switching among these, but I mostly use one of two fairly vanilla add-on packages, either <code>C-x b<\/code> for <code>ido-switch-buffer<\/code> to switch among buffers using tab-completing names, or <code>C-x C-b<\/code> to use <code>ibuffer<\/code>, which provides menu-based selection.<\/p>\n<p>Tier 10: Usually not something I use in conjunction with emacs, but if one is running a bash instance in an emacs shell-mode buffer (<code>M-x shell<\/code>), then bash\u2019s job control comes into the picture.  Emacs shell-mode requires one to prefix each bash control key sequence with <code>C-c<\/code>, so <code>C-c C-z<\/code> to suspend the current job, and return to shell, <code>jobs<\/code> to list current jobs, and <code>fg %n<\/code> to activate the n-th job.  Can only show one job at once.<\/p>\n<p>EDIT: You could maybe make an argument that there\u2019s another tier between Tier 7 and Tier 8, because I use an emacs feature called desktop.el that persists an emacs session, including its frames and windows and open buffers and all across invocations of emacs for a given project.  But I rarely use this, so it\u2019s not normally in the stack.<\/p>\n",
            "inReplyTo": "https:\/\/lemmy.blahaj.zone\/post\/30199906",
            "mediaType": "text\/html",
            "source": {
                "content": "Tier 1: Linux virtual consoles.  Switch among these with Alt-F1 through Alt-F8.  Control-Alt instead of Alt if in Wayland.  I have seven with a text terminal and Wayland on the eighth.  This tier supports showing only one virtual console at once.\n\nTier 2: Inside the Wayland virtual terminal, Sway managing virtual desktops.  I use nonstandard keybindings here: Super-1 and -2 to cycle left and right, and Super-Q *n* to go to the *n*-th desktop.  Beyond the first ten desktops, I can use Super-R to rename a desktop to a \"named\" desktop.  For cycling purposes, these come after the first ten.  This tier supports showing only one desktop at once.\n\nTier 3: Inside a Sway virtual desktop, windows managed by Sway.  This tier supports splitting, showing multiple windows at once.  I use nonstandard emacs-style keybindings, Super-F\/B\/N\/P to move among those.  These are often running a virtual terminal program, `foot`.  I don't use a multiplexing terminal with multiple \"tabs\", because I favor a more minimalist setup with fewer tiers.\n\nTier 4: Inside a Sway-managed window, `mosh`.  This tier isn't always present; I only use this tier if I'm using a remote system.  Mosh has its own concept of sessions.  These can be used in conjunction with Tmux's sessions --- mosh's system is designed to smooth over connectivity issues.  Lose network connectivity and mosh will display a message.  Hibernate a laptop for a month with a mosh connection open to another machine, open the lid, and mosh will transparently re-establish its connections as if there had been no interruption.  I mostly use mosh to reduce perceived latency, but the connectivity stuff is neat.  Not much interaction with this tier, short of force-exiting with Control-\\^ .  and this tier only supports showing one session in a terminal at once.\n\nTier 5: Inside a mosh session, tmux sessions.  Tmux has its own set of sessions, which one can attach to with `tmux attach`.  This tier only supports showing one session at once.\n\nTier 6: Inside a tmux session, tmux windows.  I use a nonstandard prefix key for tmux (and GNU screen) to reduce friction with emacs --- Control-O.  I use emacs-style keybindings to cycle among windows --- Control-O Control-N\/Control-P.  This tier does support splitting to show multiple tmux windows at once, though I don't use that functionality.\n\nTier 7: Inside a tmux window, I run a bash shell process.  Bash supports job control.  Control-Z to suspend the current job and return to bash, `jobs` to list jobs, `fg %n` to activate the nth job.\n\nTier 8: Inside a bash job, I might be running emacs, and that has emacs frames.  If you're using graphical emacs, each frame corresponds to a window in your windowing environmwnt.  In terminal emacs, each is basically another invisible layer that you can switch among.  `C-x 5 2` to create a new frame, `C-x 5 o` to cycle, `C-x 5 0` to destroy.  This tier does not support showing multiple frames at once.\n\nTier 9: Emacs buffers.  Each \"buffer\" might be a text file, a email client with mu4e, an LLM chat session with ellama, a \"spreadsheet\" with an org-mode table, whatever.  One can show multiple emacs windows and assign a buffer to each emacs window (emacs has its own concept of windows, which kinda correspond to \"panes\" in most programs).  Emacs has many systems for switching among these, but I mostly use one of two fairly vanilla add-on packages, either `C-x b` for `ido-switch-buffer` to switch among buffers using tab-completing names, or `C-x C-b` to use `ibuffer`, which provides menu-based selection.\n\nTier 10: Usually not something I use in conjunction with emacs, but if one is running a bash instance in an emacs shell-mode buffer (`M-x shell`), then bash's job control comes into the picture.  Emacs shell-mode requires one to prefix each bash control key sequence with `C-c`, so `C-c C-z` to suspend the current job, and return to shell, `jobs` to list current jobs, and `fg %n` to activate the n-th job.  Can only show one job at once.\n\nEDIT: You could maybe make an argument that there's another tier between Tier 7 and Tier 8, because I use an emacs feature called desktop.el that persists an emacs session, including its frames and windows and open buffers and all across invocations of emacs for a given project.  But I rarely use this, so it's not normally in the stack.",
                "mediaType": "text\/markdown"
            },
            "published": "2025-08-11T21:10:48.828453Z",
            "updated": "2025-08-11T21:19:26.856471Z",
            "tag": [
                {
                    "href": "https:\/\/lemmy.blahaj.zone\/u\/abbiistabbii",
                    "name": "@abbiistabbii@lemmy.blahaj.zone",
                    "type": "Mention"
                }
            ],
            "distinguished": false,
            "language": {
                "identifier": "en",
                "name": "English"
            },
            "audience": "https:\/\/lemmy.world\/c\/linuxmemes",
            "attachment": []
        },
        "cc": [
            "https:\/\/lemmy.world\/c\/linuxmemes",
            "https:\/\/lemmy.blahaj.zone\/u\/abbiistabbii"
        ],
        "tag": [
            {
                "href": "https:\/\/lemmy.blahaj.zone\/u\/abbiistabbii",
                "name": "@abbiistabbii@lemmy.blahaj.zone",
                "type": "Mention"
            }
        ],
        "type": "Update",
        "audience": "https:\/\/lemmy.world\/c\/linuxmemes"
    },
    "cc": [
        "https:\/\/lemmy.world\/c\/linuxmemes\/followers"
    ],
    "type": "Announce",
    "id": "https:\/\/lemmy.world\/activities\/announce\/update\/4eea9783-a56d-485f-abc9-ac212318aae4"
}

Raw

{"@context":["https://join-lemmy.org/context.json","https://www.w3.org/ns/activitystreams"],"actor":"https://lemmy.world/c/linuxmemes","to":["https://www.w3.org/ns/activitystreams#Public"],"object":{"id":"https://lemmy.today/activities/update/5cd64464-6344-4ab1-bc1d-74ca676e1ee6","actor":"https://lemmy.today/u/tal","@context":["https://join-lemmy.org/context.json","https://www.w3.org/ns/activitystreams"],"to":["https://www.w3.org/ns/activitystreams#Public"],"object":{"type":"Note","id":"https://lemmy.today/comment/18291039","attributedTo":"https://lemmy.today/u/tal","to":["https://www.w3.org/ns/activitystreams#Public"],"cc":["https://lemmy.world/c/linuxmemes","https://lemmy.blahaj.zone/u/abbiistabbii"],"content":"<p>Tier 1: Linux virtual consoles.  Switch among these with Alt-F1 through Alt-F8.  Control-Alt instead of Alt if in Wayland.  I have seven with a text terminal and Wayland on the eighth.  This tier supports showing only one virtual console at once.</p>\n<p>Tier 2: Inside the Wayland virtual terminal, Sway managing virtual desktops.  I use nonstandard keybindings here: Super-1 and -2 to cycle left and right, and Super-Q <em>n</em> to go to the <em>n</em>-th desktop.  Beyond the first ten desktops, I can use Super-R to rename a desktop to a “named” desktop.  For cycling purposes, these come after the first ten.  This tier supports showing only one desktop at once.</p>\n<p>Tier 3: Inside a Sway virtual desktop, windows managed by Sway.  This tier supports splitting, showing multiple windows at once.  I use nonstandard emacs-style keybindings, Super-F/B/N/P to move among those.  These are often running a virtual terminal program, <code>foot</code>.  I don’t use a multiplexing terminal with multiple “tabs”, because I favor a more minimalist setup with fewer tiers.</p>\n<p>Tier 4: Inside a Sway-managed window, <code>mosh</code>.  This tier isn’t always present; I only use this tier if I’m using a remote system.  Mosh has its own concept of sessions.  These can be used in conjunction with Tmux’s sessions — mosh’s system is designed to smooth over connectivity issues.  Lose network connectivity and mosh will display a message.  Hibernate a laptop for a month with a mosh connection open to another machine, open the lid, and mosh will transparently re-establish its connections as if there had been no interruption.  I mostly use mosh to reduce perceived latency, but the connectivity stuff is neat.  Not much interaction with this tier, short of force-exiting with Control-^ .  and this tier only supports showing one session in a terminal at once.</p>\n<p>Tier 5: Inside a mosh session, tmux sessions.  Tmux has its own set of sessions, which one can attach to with <code>tmux attach</code>.  This tier only supports showing one session at once.</p>\n<p>Tier 6: Inside a tmux session, tmux windows.  I use a nonstandard prefix key for tmux (and GNU screen) to reduce friction with emacs — Control-O.  I use emacs-style keybindings to cycle among windows — Control-O Control-N/Control-P.  This tier does support splitting to show multiple tmux windows at once, though I don’t use that functionality.</p>\n<p>Tier 7: Inside a tmux window, I run a bash shell process.  Bash supports job control.  Control-Z to suspend the current job and return to bash, <code>jobs</code> to list jobs, <code>fg %n</code> to activate the nth job.</p>\n<p>Tier 8: Inside a bash job, I might be running emacs, and that has emacs frames.  If you’re using graphical emacs, each frame corresponds to a window in your windowing environmwnt.  In terminal emacs, each is basically another invisible layer that you can switch among.  <code>C-x 5 2</code> to create a new frame, <code>C-x 5 o</code> to cycle, <code>C-x 5 0</code> to destroy.  This tier does not support showing multiple frames at once.</p>\n<p>Tier 9: Emacs buffers.  Each “buffer” might be a text file, a email client with mu4e, an LLM chat session with ellama, a “spreadsheet” with an org-mode table, whatever.  One can show multiple emacs windows and assign a buffer to each emacs window (emacs has its own concept of windows, which kinda correspond to “panes” in most programs).  Emacs has many systems for switching among these, but I mostly use one of two fairly vanilla add-on packages, either <code>C-x b</code> for <code>ido-switch-buffer</code> to switch among buffers using tab-completing names, or <code>C-x C-b</code> to use <code>ibuffer</code>, which provides menu-based selection.</p>\n<p>Tier 10: Usually not something I use in conjunction with emacs, but if one is running a bash instance in an emacs shell-mode buffer (<code>M-x shell</code>), then bash’s job control comes into the picture.  Emacs shell-mode requires one to prefix each bash control key sequence with <code>C-c</code>, so <code>C-c C-z</code> to suspend the current job, and return to shell, <code>jobs</code> to list current jobs, and <code>fg %n</code> to activate the n-th job.  Can only show one job at once.</p>\n<p>EDIT: You could maybe make an argument that there’s another tier between Tier 7 and Tier 8, because I use an emacs feature called desktop.el that persists an emacs session, including its frames and windows and open buffers and all across invocations of emacs for a given project.  But I rarely use this, so it’s not normally in the stack.</p>\n","inReplyTo":"https://lemmy.blahaj.zone/post/30199906","mediaType":"text/html","source":{"content":"Tier 1: Linux virtual consoles.  Switch among these with Alt-F1 through Alt-F8.  Control-Alt instead of Alt if in Wayland.  I have seven with a text terminal and Wayland on the eighth.  This tier supports showing only one virtual console at once.\n\nTier 2: Inside the Wayland virtual terminal, Sway managing virtual desktops.  I use nonstandard keybindings here: Super-1 and -2 to cycle left and right, and Super-Q *n* to go to the *n*-th desktop.  Beyond the first ten desktops, I can use Super-R to rename a desktop to a \"named\" desktop.  For cycling purposes, these come after the first ten.  This tier supports showing only one desktop at once.\n\nTier 3: Inside a Sway virtual desktop, windows managed by Sway.  This tier supports splitting, showing multiple windows at once.  I use nonstandard emacs-style keybindings, Super-F/B/N/P to move among those.  These are often running a virtual terminal program, `foot`.  I don't use a multiplexing terminal with multiple \"tabs\", because I favor a more minimalist setup with fewer tiers.\n\nTier 4: Inside a Sway-managed window, `mosh`.  This tier isn't always present; I only use this tier if I'm using a remote system.  Mosh has its own concept of sessions.  These can be used in conjunction with Tmux's sessions --- mosh's system is designed to smooth over connectivity issues.  Lose network connectivity and mosh will display a message.  Hibernate a laptop for a month with a mosh connection open to another machine, open the lid, and mosh will transparently re-establish its connections as if there had been no interruption.  I mostly use mosh to reduce perceived latency, but the connectivity stuff is neat.  Not much interaction with this tier, short of force-exiting with Control-\\^ .  and this tier only supports showing one session in a terminal at once.\n\nTier 5: Inside a mosh session, tmux sessions.  Tmux has its own set of sessions, which one can attach to with `tmux attach`.  This tier only supports showing one session at once.\n\nTier 6: Inside a tmux session, tmux windows.  I use a nonstandard prefix key for tmux (and GNU screen) to reduce friction with emacs --- Control-O.  I use emacs-style keybindings to cycle among windows --- Control-O Control-N/Control-P.  This tier does support splitting to show multiple tmux windows at once, though I don't use that functionality.\n\nTier 7: Inside a tmux window, I run a bash shell process.  Bash supports job control.  Control-Z to suspend the current job and return to bash, `jobs` to list jobs, `fg %n` to activate the nth job.\n\nTier 8: Inside a bash job, I might be running emacs, and that has emacs frames.  If you're using graphical emacs, each frame corresponds to a window in your windowing environmwnt.  In terminal emacs, each is basically another invisible layer that you can switch among.  `C-x 5 2` to create a new frame, `C-x 5 o` to cycle, `C-x 5 0` to destroy.  This tier does not support showing multiple frames at once.\n\nTier 9: Emacs buffers.  Each \"buffer\" might be a text file, a email client with mu4e, an LLM chat session with ellama, a \"spreadsheet\" with an org-mode table, whatever.  One can show multiple emacs windows and assign a buffer to each emacs window (emacs has its own concept of windows, which kinda correspond to \"panes\" in most programs).  Emacs has many systems for switching among these, but I mostly use one of two fairly vanilla add-on packages, either `C-x b` for `ido-switch-buffer` to switch among buffers using tab-completing names, or `C-x C-b` to use `ibuffer`, which provides menu-based selection.\n\nTier 10: Usually not something I use in conjunction with emacs, but if one is running a bash instance in an emacs shell-mode buffer (`M-x shell`), then bash's job control comes into the picture.  Emacs shell-mode requires one to prefix each bash control key sequence with `C-c`, so `C-c C-z` to suspend the current job, and return to shell, `jobs` to list current jobs, and `fg %n` to activate the n-th job.  Can only show one job at once.\n\nEDIT: You could maybe make an argument that there's another tier between Tier 7 and Tier 8, because I use an emacs feature called desktop.el that persists an emacs session, including its frames and windows and open buffers and all across invocations of emacs for a given project.  But I rarely use this, so it's not normally in the stack.","mediaType":"text/markdown"},"published":"2025-08-11T21:10:48.828453Z","updated":"2025-08-11T21:19:26.856471Z","tag":[{"href":"https://lemmy.blahaj.zone/u/abbiistabbii","name":"@abbiistabbii@lemmy.blahaj.zone","type":"Mention"}],"distinguished":false,"language":{"identifier":"en","name":"English"},"audience":"https://lemmy.world/c/linuxmemes","attachment":[]},"cc":["https://lemmy.world/c/linuxmemes","https://lemmy.blahaj.zone/u/abbiistabbii"],"tag":[{"href":"https://lemmy.blahaj.zone/u/abbiistabbii","name":"@abbiistabbii@lemmy.blahaj.zone","type":"Mention"}],"type":"Update","audience":"https://lemmy.world/c/linuxmemes"},"cc":["https://lemmy.world/c/linuxmemes/followers"],"type":"Announce","id":"https://lemmy.world/activities/announce/update/4eea9783-a56d-485f-abc9-ac212318aae4"}

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/activity+json"
date
"Mon, 11 Aug 2025 21:20:44 GMT"
x-debug-token
"2734e6"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session 1

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

1 Usages
Stateless check enabled
Usage
Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage:41
[
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php"
    "line" => 41
    "function" => "getMetadataBag"
    "class" => "Symfony\Component\HttpFoundation\Session\Session"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php"
    "line" => 69
    "function" => "getToken"
    "class" => "Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/security-http/Authentication/AuthenticatorManager.php"
    "line" => 111
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php"
    "line" => 34
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authentication\AuthenticatorManager"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php"
    "line" => 40
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php"
    "line" => 38
    "function" => "supports"
    "class" => "Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/security-http/Firewall/AbstractListener.php"
    "line" => 25
    "function" => "supports"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/security-bundle/Security/LazyFirewallContext.php"
    "line" => 60
    "function" => "__invoke"
    "class" => "Symfony\Component\Security\Http\Firewall\AbstractListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php"
    "line" => 80
    "function" => "__invoke"
    "class" => "Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/security-http/Firewall.php"
    "line" => 95
    "function" => "callListeners"
    "class" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/event-dispatcher/Debug/WrappedListener.php"
    "line" => 116
    "function" => "onKernelRequest"
    "class" => "Symfony\Component\Security\Http\Firewall"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 220
    "function" => "__invoke"
    "class" => "Symfony\Component\EventDispatcher\Debug\WrappedListener"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/event-dispatcher/EventDispatcher.php"
    "line" => 56
    "function" => "callListeners"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php"
    "line" => 139
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\EventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 157
    "function" => "dispatch"
    "class" => "Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/http-kernel/HttpKernel.php"
    "line" => 76
    "function" => "handleRaw"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/http-kernel/Kernel.php"
    "line" => 197
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\HttpKernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php"
    "line" => 35
    "function" => "handle"
    "class" => "Symfony\Component\HttpKernel\Kernel"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/vendor/autoload_runtime.php"
    "line" => 29
    "function" => "run"
    "class" => "Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner"
    "type" => "->"
  ]
  [
    "file" => "/var/www/kbin/kbin/public/index.php"
    "line" => 7
    "args" => [
      "/var/www/kbin/kbin/vendor/autoload_runtime.php"
    ]
    "function" => "require_once"
  ]
]

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"82ce1339a6c267e28d1f1dcb37a7454c"
CORS_ALLOW_ORIGIN
"^https?://(kbin.localhost|127\.0\.0\.1)(:[0-9]+)?$"
DATABASE_URL
"postgresql://kbin:917eaa3d703f19d123@127.0.0.1:5433/kbin?serverVersion=15&charset=utf8"
HCAPTCHA_SECRET
""
HCAPTCHA_SITE_KEY
""
JWT_PASSPHRASE
""
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
KBIN_ADMIN_ONLY_OAUTH_CLIENTS
"false"
KBIN_API_ITEMS_PER_PAGE
"25"
KBIN_CAPTCHA_ENABLED
"false"
KBIN_CONTACT_EMAIL
"kbin@j0h.nl"
KBIN_DEFAULT_LANG
"en"
KBIN_DOMAIN
"kbin.spritesserver.nl"
KBIN_FEDERATION_ENABLED
"true"
KBIN_FEDERATION_PAGE_ENABLED
"true"
KBIN_HEADER_LOGO
"false"
KBIN_JS_ENABLED
"true"
KBIN_META_DESCRIPTION
"a private kbin install"
KBIN_META_KEYWORDS
"kbin, content agregator, open source, fediverse"
KBIN_META_TITLE
"Sprites kbin instance"
KBIN_REGISTRATIONS_ENABLED
"true"
KBIN_SENDER_EMAIL
"kbin@j0h.nl"
KBIN_STORAGE_URL
"https://kbin.spritesserver.nl/media/"
KBIN_TITLE
"/kbin"
LOCK_DSN
"flock"
MAILER_DSN
"smtp://spritesmods.com"
MERCURE_JWT_SECRET
"231e9a1277f5585d52aa0b1e34c0f984xxxx"
MERCURE_PUBLIC_URL
"https://kbin.spritesserver.nl/.well-known/mercure"
MERCURE_URL
"http://localhost:3000/.well-known/mercure"
MESSENGER_TRANSPORT_DSN
"doctrine://default"
OAUTH_FACEBOOK_ID
""
OAUTH_FACEBOOK_SECRET
""
OAUTH_GITHUB_ID
""
OAUTH_GITHUB_SECRET
""
OAUTH_GOOGLE_ID
""
OAUTH_GOOGLE_SECRET
""
POSTGRES_DB
"kbin"
POSTGRES_PASSWORD
"917eaa3d703f19d123"
POSTGRES_USER
"kbin"
POSTGRES_VERSION
"15"
REDIS_DNS
"redis://uSJBDOQfuOMgt8kyGhpUzViTnQSEdEJTsOIsYSsg3v40v@localhost"
REDIS_PASSWORD
"uSJBDOQfuOMgt8kyGhpUzViTnQSEdEJTsOIsYSsg3v40v"
S3_BUCKET
"media.karab.in"
S3_KEY
""
S3_REGION
"eu-central-1"
S3_SECRET
""
S3_VERSION
"latest"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"10637"
CONTENT_TYPE
"application/activity+json"
CONTEXT_DOCUMENT_ROOT
"/var/www/kbin/kbin/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/kbin/kbin/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip"
HTTP_DATE
"Mon, 11 Aug 2025 21:20:44 GMT"
HTTP_DIGEST
"SHA-256=H2daHBq2wuRFCsxu/owRYUOXoy/nRj6Hch2MSPOZBS8="
HTTP_HOST
"kbin.spritesserver.nl"
HTTP_SIGNATURE
"keyId="https://lemmy.world/c/linuxmemes#main-key",algorithm="hs2019",headers="(request-target) content-type date digest host",signature="jTeafXeCownmLrXADV/gg2L3BlqHMJiVywidbJ9ofVrw+9N9VM19HLxReSaQU42P0VrA9jCQyjqHUaQu7+LGt2echfkhw3Te/D/rPHYAwFhAX2DbBBEDuCFX3RjJeOAwM4kHMav4m4qUxnwm5vlzJjiwNfgUJl1vx4NGUJIce/k9xy76DHYEFPOaMmuHAtCmTEq7nU/ITTsnlYQpBdvpSMh09EmBp+yQsHZoV0oXMpvDzI7qAEYcT3pA+8p+GlTYNCv7y42bE/a6i4Ch4RhgNwHSWUg9tgwPYDxOjVlfCebvdsZPbn68IHBB2ZQOyyU3GQOMUaRDHhIE3mcjLeo6TA==""
HTTP_TRACEPARENT
"00-0dface5cc277257001ebebbe2d8da00d-26af244bff4b0371-01"
HTTP_TRACESTATE
""
HTTP_USER_AGENT
"Lemmy/0.19.12-4-gd8445881a; +https://lemmy.world"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
REDIRECT_SSL_CIPHER_ALGKEYSIZE
"256"
REDIRECT_SSL_CIPHER_EXPORT
"false"
REDIRECT_SSL_CIPHER_USEKEYSIZE
"256"
REDIRECT_SSL_CLIENT_VERIFY
"NONE"
REDIRECT_SSL_COMPRESS_METHOD
"NULL"
REDIRECT_SSL_PROTOCOL
"TLSv1.3"
REDIRECT_SSL_SECURE_RENEG
"true"
REDIRECT_SSL_SERVER_A_KEY
"rsaEncryption"
REDIRECT_SSL_SERVER_A_SIG
"sha256WithRSAEncryption"
REDIRECT_SSL_SERVER_I_DN
"CN=R11,O=Let's Encrypt,C=US"
REDIRECT_SSL_SERVER_I_DN_C
"US"
REDIRECT_SSL_SERVER_I_DN_CN
"R11"
REDIRECT_SSL_SERVER_I_DN_O
"Let's Encrypt"
REDIRECT_SSL_SERVER_M_SERIAL
"05810C9E80363EEC654D4CF67BDD9E360F0C"
REDIRECT_SSL_SERVER_M_VERSION
"3"
REDIRECT_SSL_SERVER_SAN_DNS_0
"kbin.spritesserver.nl"
REDIRECT_SSL_SERVER_S_DN
"CN=kbin.spritesserver.nl"
REDIRECT_SSL_SERVER_S_DN_CN
"kbin.spritesserver.nl"
REDIRECT_SSL_SERVER_V_END
"Oct 26 21:01:51 2025 GMT"
REDIRECT_SSL_SERVER_V_START
"Jul 28 21:01:52 2025 GMT"
REDIRECT_SSL_SESSION_ID
"80f6dd9e6208445a05dd076c76fc7fa56f0b676ec97e0984164a4efdb168a479"
REDIRECT_SSL_SESSION_RESUMED
"Resumed"
REDIRECT_SSL_TLS_SNI
"kbin.spritesserver.nl"
REDIRECT_SSL_VERSION_INTERFACE
"mod_ssl/2.4.62"
REDIRECT_SSL_VERSION_LIBRARY
"OpenSSL/3.0.16"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/f/inbox"
REMOTE_ADDR
"135.181.143.221"
REMOTE_PORT
"53182"
REQUEST_METHOD
"POST"
REQUEST_SCHEME
"https"
REQUEST_TIME
1754947244
REQUEST_TIME_FLOAT
1754947244.3706
REQUEST_URI
"/f/inbox"
SCRIPT_FILENAME
"/var/www/kbin/kbin/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"5.9.62.165"
SERVER_ADMIN
"webmaster@spritesmods.com"
SERVER_NAME
"kbin.spritesserver.nl"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_ALGKEYSIZE
"256"
SSL_CIPHER_EXPORT
"false"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_CLIENT_VERIFY
"NONE"
SSL_COMPRESS_METHOD
"NULL"
SSL_PROTOCOL
"TLSv1.3"
SSL_SECURE_RENEG
"true"
SSL_SERVER_A_KEY
"rsaEncryption"
SSL_SERVER_A_SIG
"sha256WithRSAEncryption"
SSL_SERVER_I_DN
"CN=R11,O=Let's Encrypt,C=US"
SSL_SERVER_I_DN_C
"US"
SSL_SERVER_I_DN_CN
"R11"
SSL_SERVER_I_DN_O
"Let's Encrypt"
SSL_SERVER_M_SERIAL
"05810C9E80363EEC654D4CF67BDD9E360F0C"
SSL_SERVER_M_VERSION
"3"
SSL_SERVER_SAN_DNS_0
"kbin.spritesserver.nl"
SSL_SERVER_S_DN
"CN=kbin.spritesserver.nl"
SSL_SERVER_S_DN_CN
"kbin.spritesserver.nl"
SSL_SERVER_V_END
"Oct 26 21:01:51 2025 GMT"
SSL_SERVER_V_START
"Jul 28 21:01:52 2025 GMT"
SSL_SESSION_ID
"80f6dd9e6208445a05dd076c76fc7fa56f0b676ec97e0984164a4efdb168a479"
SSL_SESSION_RESUMED
"Resumed"
SSL_TLS_SNI
"kbin.spritesserver.nl"
SSL_VERSION_INTERFACE
"mod_ssl/2.4.62"
SSL_VERSION_LIBRARY
"OpenSSL/3.0.16"
SYMFONY_DOTENV_VARS
"KBIN_DOMAIN,KBIN_TITLE,KBIN_DEFAULT_LANG,KBIN_FEDERATION_ENABLED,KBIN_CONTACT_EMAIL,KBIN_SENDER_EMAIL,KBIN_JS_ENABLED,KBIN_REGISTRATIONS_ENABLED,KBIN_API_ITEMS_PER_PAGE,KBIN_STORAGE_URL,KBIN_META_TITLE,KBIN_META_DESCRIPTION,KBIN_META_KEYWORDS,KBIN_HEADER_LOGO,KBIN_CAPTCHA_ENABLED,KBIN_FEDERATION_PAGE_ENABLED,REDIS_PASSWORD,REDIS_DNS,S3_KEY,S3_SECRET,S3_BUCKET,S3_REGION,S3_VERSION,OAUTH_FACEBOOK_ID,OAUTH_FACEBOOK_SECRET,OAUTH_GOOGLE_ID,OAUTH_GOOGLE_SECRET,OAUTH_GITHUB_ID,OAUTH_GITHUB_SECRET,KBIN_ADMIN_ONLY_OAUTH_CLIENTS,APP_ENV,APP_SECRET,POSTGRES_DB,POSTGRES_USER,POSTGRES_PASSWORD,POSTGRES_VERSION,DATABASE_URL,MESSENGER_TRANSPORT_DSN,MAILER_DSN,MERCURE_URL,MERCURE_PUBLIC_URL,MERCURE_JWT_SECRET,CORS_ALLOW_ORIGIN,LOCK_DSN,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,HCAPTCHA_SITE_KEY,HCAPTCHA_SECRET"