1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1366
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+name: "selfhosted@lemmy.world"
+title: "selfhosted"
+description: """
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.\n
\n
Rules:\n
\n
- Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.\n
- No spam posting.\n
- Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.\n
- Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).\n
- No trolling.\n
\n
Resources:\n
\n
- [awesome-selfhosted software](https://github.com/awesome-selfhosted/awesome-selfhosted)\n
- [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) resources\n
- [Self-Hosted Podcast from Jupiter Broadcasting](https://selfhosted.show)\n
\n
> Any issues on the community? Report it using the report flag.\n
\n
> Questions? DM the mods!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 222
+entryCommentCount: 3916
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729582735 {#321
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-id: 120
+apId: "selfhosted@lemmy.world"
+apProfileId: "https://lemmy.world/c/selfhosted"
+apPublicUrl: "https://lemmy.world/c/selfhosted"
+apFollowersUrl: "https://lemmy.world/c/selfhosted/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "selfhosted"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703473826 {#322
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#316
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
This. Also, make sure the proxy is proxying websocket traffic as well. I do it with pure nginx like this:\n
\n
```\n
\n
<span style="color:#323232;">server {\n
</span><span style="color:#323232;"> listen 80;\n
</span><span style="color:#323232;"> server_name example.com;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> location / {\n
</span><span style="color:#323232;"> proxy_pass http://192.168.1.100:8123/;\n
</span><span style="color:#323232;"> proxy_set_header Host $host;\n
</span><span style="color:#323232;"> proxy_set_header X-Real-IP $remote_addr;\n
</span><span style="color:#323232;"> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n
</span><span style="color:#323232;"> proxy_set_header X-Forwarded-Proto $scheme;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> # WebSocket support\n
</span><span style="color:#323232;"> proxy_http_version 1.1;\n
</span><span style="color:#323232;"> proxy_set_header Upgrade $http_upgrade;\n
</span><span style="color:#323232;"> proxy_set_header Connection "upgrade";\n
</span><span style="color:#323232;"> }\n
</span><span style="color:#323232;">}\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1706485318 {#1605
date: 2024-01-29 00:41:58.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@Scrath@lemmy.dbzer0.com"
"@AbouBenAdhem@lemmy.world"
"@rambos@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 348286
-bodyTs: "'1.1':71 '192.168.1.100':30 '80':23 '8123':31 'add':54 'addr':45 'also':2 'connect':81 'example.com':26 'forward':51,56,63 'header':34,39,48,60,74,80 'host':35,36 'http':69,76 'ip':43 'like':19 'listen':22 'locat':27 'make':3 'name':25 'nginx':18 'pass':29 'proto':64 'proxi':6,8,28,32,37,46,53,58,68,72,78 'pure':17 'real':42 'remot':44 'scheme':65 'server':21,24 'set':33,38,47,59,73,79 'support':67 'sure':4 'traffic':10 'upgrad':75,77,82 'version':70 'websocket':9,66 'well':12 'x':41,50,55,62 'x-forwarded-for':49 'x-forwarded-proto':61 'x-real-ip':40"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://startrek.website/comment/6198680"
+editedAt: null
+createdAt: DateTimeImmutable @1706485318 {#1945
date: 2024-01-29 00:41:58.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1366
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+name: "selfhosted@lemmy.world"
+title: "selfhosted"
+description: """
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.\n
\n
Rules:\n
\n
- Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.\n
- No spam posting.\n
- Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.\n
- Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).\n
- No trolling.\n
\n
Resources:\n
\n
- [awesome-selfhosted software](https://github.com/awesome-selfhosted/awesome-selfhosted)\n
- [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) resources\n
- [Self-Hosted Podcast from Jupiter Broadcasting](https://selfhosted.show)\n
\n
> Any issues on the community? Report it using the report flag.\n
\n
> Questions? DM the mods!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 222
+entryCommentCount: 3916
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729582735 {#321
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-id: 120
+apId: "selfhosted@lemmy.world"
+apProfileId: "https://lemmy.world/c/selfhosted"
+apPublicUrl: "https://lemmy.world/c/selfhosted"
+apFollowersUrl: "https://lemmy.world/c/selfhosted/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "selfhosted"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703473826 {#322
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#316
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
This. Also, make sure the proxy is proxying websocket traffic as well. I do it with pure nginx like this:\n
\n
```\n
\n
<span style="color:#323232;">server {\n
</span><span style="color:#323232;"> listen 80;\n
</span><span style="color:#323232;"> server_name example.com;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> location / {\n
</span><span style="color:#323232;"> proxy_pass http://192.168.1.100:8123/;\n
</span><span style="color:#323232;"> proxy_set_header Host $host;\n
</span><span style="color:#323232;"> proxy_set_header X-Real-IP $remote_addr;\n
</span><span style="color:#323232;"> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n
</span><span style="color:#323232;"> proxy_set_header X-Forwarded-Proto $scheme;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> # WebSocket support\n
</span><span style="color:#323232;"> proxy_http_version 1.1;\n
</span><span style="color:#323232;"> proxy_set_header Upgrade $http_upgrade;\n
</span><span style="color:#323232;"> proxy_set_header Connection "upgrade";\n
</span><span style="color:#323232;"> }\n
</span><span style="color:#323232;">}\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1706485318 {#1605
date: 2024-01-29 00:41:58.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@Scrath@lemmy.dbzer0.com"
"@AbouBenAdhem@lemmy.world"
"@rambos@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 348286
-bodyTs: "'1.1':71 '192.168.1.100':30 '80':23 '8123':31 'add':54 'addr':45 'also':2 'connect':81 'example.com':26 'forward':51,56,63 'header':34,39,48,60,74,80 'host':35,36 'http':69,76 'ip':43 'like':19 'listen':22 'locat':27 'make':3 'name':25 'nginx':18 'pass':29 'proto':64 'proxi':6,8,28,32,37,46,53,58,68,72,78 'pure':17 'real':42 'remot':44 'scheme':65 'server':21,24 'set':33,38,47,59,73,79 'support':67 'sure':4 'traffic':10 'upgrad':75,77,82 'version':70 'websocket':9,66 'well':12 'x':41,50,55,62 'x-forwarded-for':49 'x-forwarded-proto':61 'x-real-ip':40"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://startrek.website/comment/6198680"
+editedAt: null
+createdAt: DateTimeImmutable @1706485318 {#1945
date: 2024-01-29 00:41:58.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1366
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+name: "selfhosted@lemmy.world"
+title: "selfhosted"
+description: """
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.\n
\n
Rules:\n
\n
- Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.\n
- No spam posting.\n
- Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.\n
- Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).\n
- No trolling.\n
\n
Resources:\n
\n
- [awesome-selfhosted software](https://github.com/awesome-selfhosted/awesome-selfhosted)\n
- [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) resources\n
- [Self-Hosted Podcast from Jupiter Broadcasting](https://selfhosted.show)\n
\n
> Any issues on the community? Report it using the report flag.\n
\n
> Questions? DM the mods!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 222
+entryCommentCount: 3916
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729582735 {#321
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-id: 120
+apId: "selfhosted@lemmy.world"
+apProfileId: "https://lemmy.world/c/selfhosted"
+apPublicUrl: "https://lemmy.world/c/selfhosted"
+apFollowersUrl: "https://lemmy.world/c/selfhosted/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "selfhosted"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703473826 {#322
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#316
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
This. Also, make sure the proxy is proxying websocket traffic as well. I do it with pure nginx like this:\n
\n
```\n
\n
<span style="color:#323232;">server {\n
</span><span style="color:#323232;"> listen 80;\n
</span><span style="color:#323232;"> server_name example.com;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> location / {\n
</span><span style="color:#323232;"> proxy_pass http://192.168.1.100:8123/;\n
</span><span style="color:#323232;"> proxy_set_header Host $host;\n
</span><span style="color:#323232;"> proxy_set_header X-Real-IP $remote_addr;\n
</span><span style="color:#323232;"> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n
</span><span style="color:#323232;"> proxy_set_header X-Forwarded-Proto $scheme;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> # WebSocket support\n
</span><span style="color:#323232;"> proxy_http_version 1.1;\n
</span><span style="color:#323232;"> proxy_set_header Upgrade $http_upgrade;\n
</span><span style="color:#323232;"> proxy_set_header Connection "upgrade";\n
</span><span style="color:#323232;"> }\n
</span><span style="color:#323232;">}\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1706485318 {#1605
date: 2024-01-29 00:41:58.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@Scrath@lemmy.dbzer0.com"
"@AbouBenAdhem@lemmy.world"
"@rambos@lemm.ee"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 348286
-bodyTs: "'1.1':71 '192.168.1.100':30 '80':23 '8123':31 'add':54 'addr':45 'also':2 'connect':81 'example.com':26 'forward':51,56,63 'header':34,39,48,60,74,80 'host':35,36 'http':69,76 'ip':43 'like':19 'listen':22 'locat':27 'make':3 'name':25 'nginx':18 'pass':29 'proto':64 'proxi':6,8,28,32,37,46,53,58,68,72,78 'pure':17 'real':42 'remot':44 'scheme':65 'server':21,24 'set':33,38,47,59,73,79 'support':67 'sure':4 'traffic':10 'upgrad':75,77,82 'version':70 'websocket':9,66 'well':12 'x':41,50,55,62 'x-forwarded-for':49 'x-forwarded-proto':61 'x-real-ip':40"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://startrek.website/comment/6198680"
+editedAt: null
+createdAt: DateTimeImmutable @1706485318 {#1945
date: 2024-01-29 00:41:58.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#313
+icon: Proxies\__CG__\App\Entity\Image {#294 …}
+name: "selfhosted@lemmy.world"
+title: "selfhosted"
+description: """
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.\n
\n
Rules:\n
\n
- Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.\n
- No spam posting.\n
- Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.\n
- Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).\n
- No trolling.\n
\n
Resources:\n
\n
- [awesome-selfhosted software](https://github.com/awesome-selfhosted/awesome-selfhosted)\n
- [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) resources\n
- [Self-Hosted Podcast from Jupiter Broadcasting](https://selfhosted.show)\n
\n
> Any issues on the community? Report it using the report flag.\n
\n
> Questions? DM the mods!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 222
+entryCommentCount: 3916
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729582735 {#321
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#285 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#281 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#270 …}
+entries: Doctrine\ORM\PersistentCollection {#228 …}
+posts: Doctrine\ORM\PersistentCollection {#186 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#248 …}
+bans: Doctrine\ORM\PersistentCollection {#165 …}
+reports: Doctrine\ORM\PersistentCollection {#151 …}
+badges: Doctrine\ORM\PersistentCollection {#129 …}
+logs: Doctrine\ORM\PersistentCollection {#119 …}
+awards: Doctrine\ORM\PersistentCollection {#108 …}
+categories: Doctrine\ORM\PersistentCollection {#95 …}
-id: 120
+apId: "selfhosted@lemmy.world"
+apProfileId: "https://lemmy.world/c/selfhosted"
+apPublicUrl: "https://lemmy.world/c/selfhosted"
+apFollowersUrl: "https://lemmy.world/c/selfhosted/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "selfhosted"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703473826 {#322
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#316
date: 2023-12-25 04:10:26.0 +01:00
}
} |
|
Show voter details
|