1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1365
+user: Proxies\__CG__\App\Entity\User {#1371 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#311
+icon: Proxies\__CG__\App\Entity\Image {#292 …}
+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 {#319
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#283 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#279 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#268 …}
+entries: Doctrine\ORM\PersistentCollection {#226 …}
+posts: Doctrine\ORM\PersistentCollection {#184 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#246 …}
+bans: Doctrine\ORM\PersistentCollection {#163 …}
+reports: Doctrine\ORM\PersistentCollection {#149 …}
+badges: Doctrine\ORM\PersistentCollection {#127 …}
+logs: Doctrine\ORM\PersistentCollection {#117 …}
+awards: Doctrine\ORM\PersistentCollection {#106 …}
+categories: Doctrine\ORM\PersistentCollection {#93 …}
-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 {#320
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#314
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2353 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+body: """
Ah! I think I see the confusion.\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;"># /etc/subuid\n
</span><span style="color:#323232;">privatenoob:100000:65536\n
</span>\n
```\n
\n
This denotes the *range* of subuids that are available to your user.\n
\n
> -u 100000:65536\n
\n
This part specifies *two* things ([UID]:[GID]) even though it’s the same syntax as the earlier part that specifies *one* range :)\n
\n
I suspect what you will want to do is use the following:\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;"># change ownership of the directory to the UID:GID that matches something in your subuid:subgid range, in this case 10000:10000\n
</span><span style="color:#323232;">podman unshare chown -R 100000:10000 /home/privatenoob/media/storage1/Filmek/\n
</span>\n
```\n
\n
Then we can specify that the user in the container can match the user (UID) we specified above:\n
\n
```\n
\n
<span style="color:#323232;">ExecStart</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">podman </span><span style="color:#323232;">run --name</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#323232;">radarr -u 10000:10000 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span>\n
```\n
\n
As a note, if you copy/pasted that ExecStart line, you might have gotten the invalid argument error because you entered `100000` (outside of your subuid range, i.e. >65536) instead of `10000`.\n
\n
There’s a nice guide that gives a great walkthrough. I’ll dig through my bookmarks and add it here when I get some time.\n
\n
Hope this helps!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705712209 {#1602
date: 2024-01-20 01:56:49.0 +01:00
}
+ip: null
+tags: [
0 => "969896"
1 => "323232"
5 => "a71d5d"
6 => "183691"
]
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2476 …}
+nested: Doctrine\ORM\PersistentCollection {#2355 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#2436 …}
+favourites: Doctrine\ORM\PersistentCollection {#2473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1359 …}
-id: 324540
-bodyTs: "'/config':123 '/data':126 '/etc/subuid':8 '/home/privatenoob/media/storage1/filmek':89,125 '/linuxserver/radarr:latest':133 '10000':81,82,88,114,115,164 '100000':10,25,87,154 '65536':11,26,161 '7878':117,118 'add':182 'ah':1 'argument':149 'avail':20 'bookmark':180 'case':80 'chang':61 'chown':85 'config':122 'confus':7 'contain':99 'copy/pasted':139 'denot':13 'dig':177 'directori':65 'earlier':43 'enter':153 'error':150 'even':34 'execstart':108,141 'follow':60 'get':187 'gid':33,69 'give':171 'gotten':146 'great':173 'guid':169 'help':192 'hope':190 'i.e':160 'instead':162 'invalid':148 'line':142 'll':176 'lscr.io':132 'lscr.io/linuxserver/radarr:latest':131 'match':71,101 'might':144 'name':111 'nice':168 'note':136 'one':47 'outsid':155 'ownership':62 'p':116 'part':28,44 'podman':83,109 'privatenoob':9 'r':86 'radarr':112,121 'radarr-config':120 'rang':15,48,77,159 'restart':127 'run':110 'see':5 'someth':72 'specifi':29,46,93,106 'stop':130 'subgid':76 'subuid':17,75,158 'suspect':50 'syntax':40 'thing':31 'think':3 'though':35 'time':189 'two':30 'u':24,113 'uid':32,68,104 'unless':129 'unless-stop':128 'unshar':84 'use':58 'user':23,96,103 'v':119,124 'walkthrough':174 'want':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6836691"
+editedAt: null
+createdAt: DateTimeImmutable @1705712209 {#1941
date: 2024-01-20 01:56:49.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1365
+user: Proxies\__CG__\App\Entity\User {#1371 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#311
+icon: Proxies\__CG__\App\Entity\Image {#292 …}
+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 {#319
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#283 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#279 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#268 …}
+entries: Doctrine\ORM\PersistentCollection {#226 …}
+posts: Doctrine\ORM\PersistentCollection {#184 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#246 …}
+bans: Doctrine\ORM\PersistentCollection {#163 …}
+reports: Doctrine\ORM\PersistentCollection {#149 …}
+badges: Doctrine\ORM\PersistentCollection {#127 …}
+logs: Doctrine\ORM\PersistentCollection {#117 …}
+awards: Doctrine\ORM\PersistentCollection {#106 …}
+categories: Doctrine\ORM\PersistentCollection {#93 …}
-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 {#320
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#314
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2353 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+body: """
Ah! I think I see the confusion.\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;"># /etc/subuid\n
</span><span style="color:#323232;">privatenoob:100000:65536\n
</span>\n
```\n
\n
This denotes the *range* of subuids that are available to your user.\n
\n
> -u 100000:65536\n
\n
This part specifies *two* things ([UID]:[GID]) even though it’s the same syntax as the earlier part that specifies *one* range :)\n
\n
I suspect what you will want to do is use the following:\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;"># change ownership of the directory to the UID:GID that matches something in your subuid:subgid range, in this case 10000:10000\n
</span><span style="color:#323232;">podman unshare chown -R 100000:10000 /home/privatenoob/media/storage1/Filmek/\n
</span>\n
```\n
\n
Then we can specify that the user in the container can match the user (UID) we specified above:\n
\n
```\n
\n
<span style="color:#323232;">ExecStart</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">podman </span><span style="color:#323232;">run --name</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#323232;">radarr -u 10000:10000 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span>\n
```\n
\n
As a note, if you copy/pasted that ExecStart line, you might have gotten the invalid argument error because you entered `100000` (outside of your subuid range, i.e. >65536) instead of `10000`.\n
\n
There’s a nice guide that gives a great walkthrough. I’ll dig through my bookmarks and add it here when I get some time.\n
\n
Hope this helps!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705712209 {#1602
date: 2024-01-20 01:56:49.0 +01:00
}
+ip: null
+tags: [
0 => "969896"
1 => "323232"
5 => "a71d5d"
6 => "183691"
]
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2476 …}
+nested: Doctrine\ORM\PersistentCollection {#2355 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#2436 …}
+favourites: Doctrine\ORM\PersistentCollection {#2473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1359 …}
-id: 324540
-bodyTs: "'/config':123 '/data':126 '/etc/subuid':8 '/home/privatenoob/media/storage1/filmek':89,125 '/linuxserver/radarr:latest':133 '10000':81,82,88,114,115,164 '100000':10,25,87,154 '65536':11,26,161 '7878':117,118 'add':182 'ah':1 'argument':149 'avail':20 'bookmark':180 'case':80 'chang':61 'chown':85 'config':122 'confus':7 'contain':99 'copy/pasted':139 'denot':13 'dig':177 'directori':65 'earlier':43 'enter':153 'error':150 'even':34 'execstart':108,141 'follow':60 'get':187 'gid':33,69 'give':171 'gotten':146 'great':173 'guid':169 'help':192 'hope':190 'i.e':160 'instead':162 'invalid':148 'line':142 'll':176 'lscr.io':132 'lscr.io/linuxserver/radarr:latest':131 'match':71,101 'might':144 'name':111 'nice':168 'note':136 'one':47 'outsid':155 'ownership':62 'p':116 'part':28,44 'podman':83,109 'privatenoob':9 'r':86 'radarr':112,121 'radarr-config':120 'rang':15,48,77,159 'restart':127 'run':110 'see':5 'someth':72 'specifi':29,46,93,106 'stop':130 'subgid':76 'subuid':17,75,158 'suspect':50 'syntax':40 'thing':31 'think':3 'though':35 'time':189 'two':30 'u':24,113 'uid':32,68,104 'unless':129 'unless-stop':128 'unshar':84 'use':58 'user':23,96,103 'v':119,124 'walkthrough':174 'want':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6836691"
+editedAt: null
+createdAt: DateTimeImmutable @1705712209 {#1941
date: 2024-01-20 01:56:49.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1365
+user: Proxies\__CG__\App\Entity\User {#1371 …}
+entry: App\Entity\Entry {#1832 …}
+magazine: App\Entity\Magazine {#311
+icon: Proxies\__CG__\App\Entity\Image {#292 …}
+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 {#319
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#283 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#279 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#268 …}
+entries: Doctrine\ORM\PersistentCollection {#226 …}
+posts: Doctrine\ORM\PersistentCollection {#184 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#246 …}
+bans: Doctrine\ORM\PersistentCollection {#163 …}
+reports: Doctrine\ORM\PersistentCollection {#149 …}
+badges: Doctrine\ORM\PersistentCollection {#127 …}
+logs: Doctrine\ORM\PersistentCollection {#117 …}
+awards: Doctrine\ORM\PersistentCollection {#106 …}
+categories: Doctrine\ORM\PersistentCollection {#93 …}
-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 {#320
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#314
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2353 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2451 …}
+body: """
Ah! I think I see the confusion.\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;"># /etc/subuid\n
</span><span style="color:#323232;">privatenoob:100000:65536\n
</span>\n
```\n
\n
This denotes the *range* of subuids that are available to your user.\n
\n
> -u 100000:65536\n
\n
This part specifies *two* things ([UID]:[GID]) even though it’s the same syntax as the earlier part that specifies *one* range :)\n
\n
I suspect what you will want to do is use the following:\n
\n
```\n
\n
<span style="font-style:italic;color:#969896;"># change ownership of the directory to the UID:GID that matches something in your subuid:subgid range, in this case 10000:10000\n
</span><span style="color:#323232;">podman unshare chown -R 100000:10000 /home/privatenoob/media/storage1/Filmek/\n
</span>\n
```\n
\n
Then we can specify that the user in the container can match the user (UID) we specified above:\n
\n
```\n
\n
<span style="color:#323232;">ExecStart</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#183691;">podman </span><span style="color:#323232;">run --name</span><span style="font-weight:bold;color:#a71d5d;">=</span><span style="color:#323232;">radarr -u 10000:10000 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span>\n
```\n
\n
As a note, if you copy/pasted that ExecStart line, you might have gotten the invalid argument error because you entered `100000` (outside of your subuid range, i.e. >65536) instead of `10000`.\n
\n
There’s a nice guide that gives a great walkthrough. I’ll dig through my bookmarks and add it here when I get some time.\n
\n
Hope this helps!
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1705712209 {#1602
date: 2024-01-20 01:56:49.0 +01:00
}
+ip: null
+tags: [
0 => "969896"
1 => "323232"
5 => "a71d5d"
6 => "183691"
]
+mentions: [
"@PrivateNoob@sopuli.xyz"
"@genie@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2476 …}
+nested: Doctrine\ORM\PersistentCollection {#2355 …}
+votes: Doctrine\ORM\PersistentCollection {#2428 …}
+reports: Doctrine\ORM\PersistentCollection {#2436 …}
+favourites: Doctrine\ORM\PersistentCollection {#2473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1359 …}
-id: 324540
-bodyTs: "'/config':123 '/data':126 '/etc/subuid':8 '/home/privatenoob/media/storage1/filmek':89,125 '/linuxserver/radarr:latest':133 '10000':81,82,88,114,115,164 '100000':10,25,87,154 '65536':11,26,161 '7878':117,118 'add':182 'ah':1 'argument':149 'avail':20 'bookmark':180 'case':80 'chang':61 'chown':85 'config':122 'confus':7 'contain':99 'copy/pasted':139 'denot':13 'dig':177 'directori':65 'earlier':43 'enter':153 'error':150 'even':34 'execstart':108,141 'follow':60 'get':187 'gid':33,69 'give':171 'gotten':146 'great':173 'guid':169 'help':192 'hope':190 'i.e':160 'instead':162 'invalid':148 'line':142 'll':176 'lscr.io':132 'lscr.io/linuxserver/radarr:latest':131 'match':71,101 'might':144 'name':111 'nice':168 'note':136 'one':47 'outsid':155 'ownership':62 'p':116 'part':28,44 'podman':83,109 'privatenoob':9 'r':86 'radarr':112,121 'radarr-config':120 'rang':15,48,77,159 'restart':127 'run':110 'see':5 'someth':72 'specifi':29,46,93,106 'stop':130 'subgid':76 'subuid':17,75,158 'suspect':50 'syntax':40 'thing':31 'think':3 'though':35 'time':189 'two':30 'u':24,113 'uid':32,68,104 'unless':129 'unless-stop':128 'unshar':84 'use':58 'user':23,96,103 'v':119,124 'walkthrough':174 'want':54"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6836691"
+editedAt: null
+createdAt: DateTimeImmutable @1705712209 {#1941
date: 2024-01-20 01:56:49.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#311
+icon: Proxies\__CG__\App\Entity\Image {#292 …}
+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 {#319
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#283 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#279 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#268 …}
+entries: Doctrine\ORM\PersistentCollection {#226 …}
+posts: Doctrine\ORM\PersistentCollection {#184 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#246 …}
+bans: Doctrine\ORM\PersistentCollection {#163 …}
+reports: Doctrine\ORM\PersistentCollection {#149 …}
+badges: Doctrine\ORM\PersistentCollection {#127 …}
+logs: Doctrine\ORM\PersistentCollection {#117 …}
+awards: Doctrine\ORM\PersistentCollection {#106 …}
+categories: Doctrine\ORM\PersistentCollection {#93 …}
-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 {#320
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#314
date: 2023-12-25 04:10:26.0 +01:00
}
} |
|
Show voter details
|