1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1374
+user: Proxies\__CG__\App\Entity\User {#1867 …}
+entry: App\Entity\Entry {#1849 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+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 {#320
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-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 {#321
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#315
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: """
here’s the configuration file for jellyfin:\n
\n
```\n
\n
<span style="color:#323232;"># ------------------------------------------------------------\n
</span><span style="color:#323232;"># jellyfin.tubbadu.duckdns.org\n
</span><span style="color:#323232;"># ------------------------------------------------------------\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">map $scheme $hsts_header {\n
</span><span style="color:#323232;">https "max-age=63072000; preload";\n
</span><span style="color:#323232;">}\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">server {\n
</span><span style="color:#323232;">set $forward_scheme http;\n
</span><span style="color:#323232;">set $server "192.168.1.13";\n
</span><span style="color:#323232;">set $port 8096;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">listen 80;\n
</span><span style="color:#323232;">listen [::]:80;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">listen 443 ssl;\n
</span><span style="color:#323232;">listen [::]:443 ssl;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">server_name jellyfin.tubbadu.duckdns.org;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Let's Encrypt SSL\n
</span><span style="color:#323232;">include conf.d/include/letsencrypt-acme-challenge.conf;\n
</span><span style="color:#323232;">include conf.d/include/ssl-ciphers.conf;\n
</span><span style="color:#323232;">ssl_certificate /etc/letsencrypt/live/npm-18/fullchain.pem;\n
</span><span style="color:#323232;">ssl_certificate_key /etc/letsencrypt/live/npm-18/privkey.pem;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Block Exploits\n
</span><span style="color:#323232;">include conf.d/include/block-exploits.conf;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">proxy_set_header Upgrade $http_upgrade;\n
</span><span style="color:#323232;">proxy_set_header Connection $http_connection;\n
</span><span style="color:#323232;">proxy_http_version 1.1;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">access_log /data/logs/proxy-host-5_access.log proxy;\n
</span><span style="color:#323232;">error_log /data/logs/proxy-host-5_error.log warn;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">location / {\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">proxy_set_header Upgrade $http_upgrade;\n
</span><span style="color:#323232;">proxy_set_header Connection $http_connection;\n
</span><span style="color:#323232;">proxy_http_version 1.1;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Proxy!\n
</span><span style="color:#323232;">include conf.d/include/proxy.conf;\n
</span><span style="color:#323232;">}\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Custom\n
</span><span style="color:#323232;">include /data/nginx/custom/server_proxy[.]conf;\n
</span><span style="color:#323232;">}\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706467542 {#1769
date: 2024-01-28 19:45:42.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@tubbadu@lemmy.kde.social"
"@Oisteink@feddit.nl"
]
+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: 347602
-bodyTs: "'/data/logs/proxy-host-5_access.log':80 '/data/logs/proxy-host-5_error.log':84 '/data/nginx/custom/server_proxy':108 '/etc/letsencrypt/live/npm-18/fullchain.pem':53 '/etc/letsencrypt/live/npm-18/privkey.pem':57 '1.1':77,102 '192.168.1.13':26 '443':35,38 '63072000':17 '80':31,33 '8096':29 'access':78 'age':16 'block':58 'certif':52,55 'conf':109 'conf.d/include/block-exploits.conf':61 'conf.d/include/letsencrypt-acme-challenge.conf':48 'conf.d/include/proxy.conf':105 'conf.d/include/ssl-ciphers.conf':50 'configur':4 'connect':71,73,96,98 'custom':106 'encrypt':45 'error':82 'exploit':59 'file':5 'forward':21 'header':12,64,70,89,95 'hsts':11 'http':23,66,72,75,91,97,100 'https':13 'includ':47,49,60,104,107 'jellyfin':7 'jellyfin.tubbadu.duckdns.org':8,42 'key':56 'let':43 'listen':30,32,34,37 'locat':86 'log':79,83 'map':9 'max':15 'max-ag':14 'name':41 'port':28 'preload':18 'proxi':62,68,74,81,87,93,99,103 'scheme':10,22 'server':19,25,40 'set':20,24,27,63,69,88,94 'ssl':36,39,46,51,54 'upgrad':65,67,90,92 'version':76,101 'warn':85"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.kde.social/comment/2552282"
+editedAt: null
+createdAt: DateTimeImmutable @1706467542 {#1969
date: 2024-01-28 19:45:42.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1374
+user: Proxies\__CG__\App\Entity\User {#1867 …}
+entry: App\Entity\Entry {#1849 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+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 {#320
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-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 {#321
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#315
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: """
here’s the configuration file for jellyfin:\n
\n
```\n
\n
<span style="color:#323232;"># ------------------------------------------------------------\n
</span><span style="color:#323232;"># jellyfin.tubbadu.duckdns.org\n
</span><span style="color:#323232;"># ------------------------------------------------------------\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">map $scheme $hsts_header {\n
</span><span style="color:#323232;">https "max-age=63072000; preload";\n
</span><span style="color:#323232;">}\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">server {\n
</span><span style="color:#323232;">set $forward_scheme http;\n
</span><span style="color:#323232;">set $server "192.168.1.13";\n
</span><span style="color:#323232;">set $port 8096;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">listen 80;\n
</span><span style="color:#323232;">listen [::]:80;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">listen 443 ssl;\n
</span><span style="color:#323232;">listen [::]:443 ssl;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">server_name jellyfin.tubbadu.duckdns.org;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Let's Encrypt SSL\n
</span><span style="color:#323232;">include conf.d/include/letsencrypt-acme-challenge.conf;\n
</span><span style="color:#323232;">include conf.d/include/ssl-ciphers.conf;\n
</span><span style="color:#323232;">ssl_certificate /etc/letsencrypt/live/npm-18/fullchain.pem;\n
</span><span style="color:#323232;">ssl_certificate_key /etc/letsencrypt/live/npm-18/privkey.pem;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Block Exploits\n
</span><span style="color:#323232;">include conf.d/include/block-exploits.conf;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">proxy_set_header Upgrade $http_upgrade;\n
</span><span style="color:#323232;">proxy_set_header Connection $http_connection;\n
</span><span style="color:#323232;">proxy_http_version 1.1;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">access_log /data/logs/proxy-host-5_access.log proxy;\n
</span><span style="color:#323232;">error_log /data/logs/proxy-host-5_error.log warn;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">location / {\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">proxy_set_header Upgrade $http_upgrade;\n
</span><span style="color:#323232;">proxy_set_header Connection $http_connection;\n
</span><span style="color:#323232;">proxy_http_version 1.1;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Proxy!\n
</span><span style="color:#323232;">include conf.d/include/proxy.conf;\n
</span><span style="color:#323232;">}\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Custom\n
</span><span style="color:#323232;">include /data/nginx/custom/server_proxy[.]conf;\n
</span><span style="color:#323232;">}\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706467542 {#1769
date: 2024-01-28 19:45:42.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@tubbadu@lemmy.kde.social"
"@Oisteink@feddit.nl"
]
+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: 347602
-bodyTs: "'/data/logs/proxy-host-5_access.log':80 '/data/logs/proxy-host-5_error.log':84 '/data/nginx/custom/server_proxy':108 '/etc/letsencrypt/live/npm-18/fullchain.pem':53 '/etc/letsencrypt/live/npm-18/privkey.pem':57 '1.1':77,102 '192.168.1.13':26 '443':35,38 '63072000':17 '80':31,33 '8096':29 'access':78 'age':16 'block':58 'certif':52,55 'conf':109 'conf.d/include/block-exploits.conf':61 'conf.d/include/letsencrypt-acme-challenge.conf':48 'conf.d/include/proxy.conf':105 'conf.d/include/ssl-ciphers.conf':50 'configur':4 'connect':71,73,96,98 'custom':106 'encrypt':45 'error':82 'exploit':59 'file':5 'forward':21 'header':12,64,70,89,95 'hsts':11 'http':23,66,72,75,91,97,100 'https':13 'includ':47,49,60,104,107 'jellyfin':7 'jellyfin.tubbadu.duckdns.org':8,42 'key':56 'let':43 'listen':30,32,34,37 'locat':86 'log':79,83 'map':9 'max':15 'max-ag':14 'name':41 'port':28 'preload':18 'proxi':62,68,74,81,87,93,99,103 'scheme':10,22 'server':19,25,40 'set':20,24,27,63,69,88,94 'ssl':36,39,46,51,54 'upgrad':65,67,90,92 'version':76,101 'warn':85"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.kde.social/comment/2552282"
+editedAt: null
+createdAt: DateTimeImmutable @1706467542 {#1969
date: 2024-01-28 19:45:42.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1374
+user: Proxies\__CG__\App\Entity\User {#1867 …}
+entry: App\Entity\Entry {#1849 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+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 {#320
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-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 {#321
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#315
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: """
here’s the configuration file for jellyfin:\n
\n
```\n
\n
<span style="color:#323232;"># ------------------------------------------------------------\n
</span><span style="color:#323232;"># jellyfin.tubbadu.duckdns.org\n
</span><span style="color:#323232;"># ------------------------------------------------------------\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">map $scheme $hsts_header {\n
</span><span style="color:#323232;">https "max-age=63072000; preload";\n
</span><span style="color:#323232;">}\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">server {\n
</span><span style="color:#323232;">set $forward_scheme http;\n
</span><span style="color:#323232;">set $server "192.168.1.13";\n
</span><span style="color:#323232;">set $port 8096;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">listen 80;\n
</span><span style="color:#323232;">listen [::]:80;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">listen 443 ssl;\n
</span><span style="color:#323232;">listen [::]:443 ssl;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">server_name jellyfin.tubbadu.duckdns.org;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Let's Encrypt SSL\n
</span><span style="color:#323232;">include conf.d/include/letsencrypt-acme-challenge.conf;\n
</span><span style="color:#323232;">include conf.d/include/ssl-ciphers.conf;\n
</span><span style="color:#323232;">ssl_certificate /etc/letsencrypt/live/npm-18/fullchain.pem;\n
</span><span style="color:#323232;">ssl_certificate_key /etc/letsencrypt/live/npm-18/privkey.pem;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Block Exploits\n
</span><span style="color:#323232;">include conf.d/include/block-exploits.conf;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">proxy_set_header Upgrade $http_upgrade;\n
</span><span style="color:#323232;">proxy_set_header Connection $http_connection;\n
</span><span style="color:#323232;">proxy_http_version 1.1;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">access_log /data/logs/proxy-host-5_access.log proxy;\n
</span><span style="color:#323232;">error_log /data/logs/proxy-host-5_error.log warn;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">location / {\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">proxy_set_header Upgrade $http_upgrade;\n
</span><span style="color:#323232;">proxy_set_header Connection $http_connection;\n
</span><span style="color:#323232;">proxy_http_version 1.1;\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Proxy!\n
</span><span style="color:#323232;">include conf.d/include/proxy.conf;\n
</span><span style="color:#323232;">}\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"># Custom\n
</span><span style="color:#323232;">include /data/nginx/custom/server_proxy[.]conf;\n
</span><span style="color:#323232;">}\n
</span>\n
```
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706467542 {#1769
date: 2024-01-28 19:45:42.0 +01:00
}
+ip: null
+tags: [
"323232"
]
+mentions: [
"@tubbadu@lemmy.kde.social"
"@Oisteink@feddit.nl"
]
+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: 347602
-bodyTs: "'/data/logs/proxy-host-5_access.log':80 '/data/logs/proxy-host-5_error.log':84 '/data/nginx/custom/server_proxy':108 '/etc/letsencrypt/live/npm-18/fullchain.pem':53 '/etc/letsencrypt/live/npm-18/privkey.pem':57 '1.1':77,102 '192.168.1.13':26 '443':35,38 '63072000':17 '80':31,33 '8096':29 'access':78 'age':16 'block':58 'certif':52,55 'conf':109 'conf.d/include/block-exploits.conf':61 'conf.d/include/letsencrypt-acme-challenge.conf':48 'conf.d/include/proxy.conf':105 'conf.d/include/ssl-ciphers.conf':50 'configur':4 'connect':71,73,96,98 'custom':106 'encrypt':45 'error':82 'exploit':59 'file':5 'forward':21 'header':12,64,70,89,95 'hsts':11 'http':23,66,72,75,91,97,100 'https':13 'includ':47,49,60,104,107 'jellyfin':7 'jellyfin.tubbadu.duckdns.org':8,42 'key':56 'let':43 'listen':30,32,34,37 'locat':86 'log':79,83 'map':9 'max':15 'max-ag':14 'name':41 'port':28 'preload':18 'proxi':62,68,74,81,87,93,99,103 'scheme':10,22 'server':19,25,40 'set':20,24,27,63,69,88,94 'ssl':36,39,46,51,54 'upgrad':65,67,90,92 'version':76,101 'warn':85"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.kde.social/comment/2552282"
+editedAt: null
+createdAt: DateTimeImmutable @1706467542 {#1969
date: 2024-01-28 19:45:42.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+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 {#320
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-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 {#321
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#315
date: 2023-12-25 04:10:26.0 +01:00
}
} |
|
Show voter details
|