1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#1508
+user: Proxies\__CG__\App\Entity\User {#1512 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: "How-to-luks-encrypt-raid-drive"
+title: "How to luks encrypt raid drive?"
+url: null
+body: """
Edit: Turns out for what I’m trying to do (mount luks encrypted raid after start up) only needs the device mapping for the raid drive and not a file-system object.\n
\n
So I luks encrypted the raid and call a script to open the vault and mount it when I need to.\n
\n
---\n
\n
In my system config file I added a raid drive like so:\n
\n
```\n
\n
<span style="color:#323232;">(mapped-devices (list (mapped-device\n
</span><span style="color:#323232;"> (source (uuid\n
</span><span style="color:#323232;"> "205e5caa-694f-4457-a2a1-8affa3536e75"))\n
</span><span style="color:#323232;"> (target "guix")\n
</span><span style="color:#323232;"> (type luks-device-mapping))\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> (mapped-device\n
</span><span style="color:#323232;"> (source (list "/dev/sdb1" "/dev/sdc1"))\n
</span><span style="color:#323232;"> (target "/dev/md0")\n
</span><span style="color:#323232;"> (type raid-device-mapping))))\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">(file-systems (cons* (file-system\n
</span><span style="color:#323232;"> (mount-point "/")\n
</span><span style="color:#323232;"> (device "/dev/mapper/guix")\n
</span><span style="color:#323232;"> (type "ext4")\n
</span><span style="color:#323232;"> (dependencies (list (list-ref mapped-devices 0))))\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> (file-system\n
</span><span style="color:#323232;"> (mount-point "/mnt/nas")\n
</span><span style="color:#323232;"> (device "/dev/md0")\n
</span><span style="color:#323232;"> (type "ext4")\n
</span><span style="color:#323232;"> (mount? #f)\n
</span><span style="color:#323232;"> (dependencies (list (list-ref mapped-devices 1)))) %base-file-systems)))\n
</span>\n
```\n
\n
I’d now like to luks encrypt the raid drive but I’m not sure how to go about doing it. Do I simply make a another mapped-device object, specifying the raid drive uuid and “/dev/md0” as the target:\n
\n
```\n
\n
<span style="color:#323232;">(mapped-device\n
</span><span style="color:#323232;"> (source (uuid\n
</span><span style="color:#323232;"> {raid uuid}))\n
</span><span style="color:#323232;"> (target "/dev/md0")\n
</span><span style="color:#323232;"> (type luks-device-mapping))\n
</span>\n
```\n
\n
and then pass that as a dependency to the raid file system object?\n
\n
Thanks
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 6
+favouriteCount: 7
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711060515 {#1359
date: 2024-03-21 23:35:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1391 …}
+votes: Doctrine\ORM\PersistentCollection {#1521 …}
+reports: Doctrine\ORM\PersistentCollection {#1499 …}
+favourites: Doctrine\ORM\PersistentCollection {#1546 …}
+notifications: Doctrine\ORM\PersistentCollection {#1545 …}
+badges: Doctrine\ORM\PersistentCollection {#1481 …}
+children: []
-id: 26622
-titleTs: "'drive':6 'encrypt':4 'luk':3 'raid':5"
-bodyTs: "'/dev/mapper/guix':116 '/dev/md0':99,136,191,203 '/dev/sdb1':96 '/dev/sdc1':97 '/mnt/nas':134 '0':127 '1':149 '205e5':76 '4457':80 '694f':79 '8affa3536e75':83 'a2a1':82 'a2a1-8affa3536e75':81 'ad':61 'anoth':180 'base':151 'base-file-system':150 'caa':78 'caa-694f':77 'call':41 'con':108 'config':58 'd':155 'depend':119,141,215 'devic':21,69,73,89,93,103,115,126,135,148,183,197,207 'drive':26,64,163,188 'edit':1 'encrypt':13,37,160 'ext4':118,138 'f':140 'file':31,59,106,110,129,152,219 'file-system':30,105,109,128 'go':171 'guix':85 'like':65,157 'list':70,95,120,122,142,144 'list-ref':121,143 'luk':12,36,88,159,206 'luks-device-map':87,205 'm':7,166 'make':178 'map':22,68,72,90,92,104,125,147,182,196,208 'mapped-devic':67,71,91,124,146,181,195 'mount':11,49,113,132,139 'mount-point':112,131 'need':19,53 'object':33,184,221 'open':45 'pass':211 'point':114,133 'raid':14,25,39,63,102,162,187,200,218 'raid-device-map':101 'ref':123,145 'script':43 'simpli':177 'sourc':74,94,198 'specifi':185 'start':16 'sure':168 'system':32,57,107,111,130,153,220 'target':84,98,194,202 'thank':222 'tri':8 'turn':2 'type':86,100,117,137,204 'uuid':75,189,199,201 'vault':47"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704181768
+visibility: "visible "
+apId: "https://reddthat.com/post/11036859"
+editedAt: DateTimeImmutable @1712607909 {#2485
date: 2024-04-08 22:25:09.0 +02:00
}
+createdAt: DateTimeImmutable @1704144268 {#2481
date: 2024-01-01 22:24:28.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#1508
+user: Proxies\__CG__\App\Entity\User {#1512 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: "How-to-luks-encrypt-raid-drive"
+title: "How to luks encrypt raid drive?"
+url: null
+body: """
Edit: Turns out for what I’m trying to do (mount luks encrypted raid after start up) only needs the device mapping for the raid drive and not a file-system object.\n
\n
So I luks encrypted the raid and call a script to open the vault and mount it when I need to.\n
\n
---\n
\n
In my system config file I added a raid drive like so:\n
\n
```\n
\n
<span style="color:#323232;">(mapped-devices (list (mapped-device\n
</span><span style="color:#323232;"> (source (uuid\n
</span><span style="color:#323232;"> "205e5caa-694f-4457-a2a1-8affa3536e75"))\n
</span><span style="color:#323232;"> (target "guix")\n
</span><span style="color:#323232;"> (type luks-device-mapping))\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> (mapped-device\n
</span><span style="color:#323232;"> (source (list "/dev/sdb1" "/dev/sdc1"))\n
</span><span style="color:#323232;"> (target "/dev/md0")\n
</span><span style="color:#323232;"> (type raid-device-mapping))))\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">(file-systems (cons* (file-system\n
</span><span style="color:#323232;"> (mount-point "/")\n
</span><span style="color:#323232;"> (device "/dev/mapper/guix")\n
</span><span style="color:#323232;"> (type "ext4")\n
</span><span style="color:#323232;"> (dependencies (list (list-ref mapped-devices 0))))\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> (file-system\n
</span><span style="color:#323232;"> (mount-point "/mnt/nas")\n
</span><span style="color:#323232;"> (device "/dev/md0")\n
</span><span style="color:#323232;"> (type "ext4")\n
</span><span style="color:#323232;"> (mount? #f)\n
</span><span style="color:#323232;"> (dependencies (list (list-ref mapped-devices 1)))) %base-file-systems)))\n
</span>\n
```\n
\n
I’d now like to luks encrypt the raid drive but I’m not sure how to go about doing it. Do I simply make a another mapped-device object, specifying the raid drive uuid and “/dev/md0” as the target:\n
\n
```\n
\n
<span style="color:#323232;">(mapped-device\n
</span><span style="color:#323232;"> (source (uuid\n
</span><span style="color:#323232;"> {raid uuid}))\n
</span><span style="color:#323232;"> (target "/dev/md0")\n
</span><span style="color:#323232;"> (type luks-device-mapping))\n
</span>\n
```\n
\n
and then pass that as a dependency to the raid file system object?\n
\n
Thanks
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 6
+favouriteCount: 7
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711060515 {#1359
date: 2024-03-21 23:35:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1391 …}
+votes: Doctrine\ORM\PersistentCollection {#1521 …}
+reports: Doctrine\ORM\PersistentCollection {#1499 …}
+favourites: Doctrine\ORM\PersistentCollection {#1546 …}
+notifications: Doctrine\ORM\PersistentCollection {#1545 …}
+badges: Doctrine\ORM\PersistentCollection {#1481 …}
+children: []
-id: 26622
-titleTs: "'drive':6 'encrypt':4 'luk':3 'raid':5"
-bodyTs: "'/dev/mapper/guix':116 '/dev/md0':99,136,191,203 '/dev/sdb1':96 '/dev/sdc1':97 '/mnt/nas':134 '0':127 '1':149 '205e5':76 '4457':80 '694f':79 '8affa3536e75':83 'a2a1':82 'a2a1-8affa3536e75':81 'ad':61 'anoth':180 'base':151 'base-file-system':150 'caa':78 'caa-694f':77 'call':41 'con':108 'config':58 'd':155 'depend':119,141,215 'devic':21,69,73,89,93,103,115,126,135,148,183,197,207 'drive':26,64,163,188 'edit':1 'encrypt':13,37,160 'ext4':118,138 'f':140 'file':31,59,106,110,129,152,219 'file-system':30,105,109,128 'go':171 'guix':85 'like':65,157 'list':70,95,120,122,142,144 'list-ref':121,143 'luk':12,36,88,159,206 'luks-device-map':87,205 'm':7,166 'make':178 'map':22,68,72,90,92,104,125,147,182,196,208 'mapped-devic':67,71,91,124,146,181,195 'mount':11,49,113,132,139 'mount-point':112,131 'need':19,53 'object':33,184,221 'open':45 'pass':211 'point':114,133 'raid':14,25,39,63,102,162,187,200,218 'raid-device-map':101 'ref':123,145 'script':43 'simpli':177 'sourc':74,94,198 'specifi':185 'start':16 'sure':168 'system':32,57,107,111,130,153,220 'target':84,98,194,202 'thank':222 'tri':8 'turn':2 'type':86,100,117,137,204 'uuid':75,189,199,201 'vault':47"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704181768
+visibility: "visible "
+apId: "https://reddthat.com/post/11036859"
+editedAt: DateTimeImmutable @1712607909 {#2485
date: 2024-04-08 22:25:09.0 +02:00
}
+createdAt: DateTimeImmutable @1704144268 {#2481
date: 2024-01-01 22:24:28.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#1508
+user: Proxies\__CG__\App\Entity\User {#1512 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: "How-to-luks-encrypt-raid-drive"
+title: "How to luks encrypt raid drive?"
+url: null
+body: """
Edit: Turns out for what I’m trying to do (mount luks encrypted raid after start up) only needs the device mapping for the raid drive and not a file-system object.\n
\n
So I luks encrypted the raid and call a script to open the vault and mount it when I need to.\n
\n
---\n
\n
In my system config file I added a raid drive like so:\n
\n
```\n
\n
<span style="color:#323232;">(mapped-devices (list (mapped-device\n
</span><span style="color:#323232;"> (source (uuid\n
</span><span style="color:#323232;"> "205e5caa-694f-4457-a2a1-8affa3536e75"))\n
</span><span style="color:#323232;"> (target "guix")\n
</span><span style="color:#323232;"> (type luks-device-mapping))\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> (mapped-device\n
</span><span style="color:#323232;"> (source (list "/dev/sdb1" "/dev/sdc1"))\n
</span><span style="color:#323232;"> (target "/dev/md0")\n
</span><span style="color:#323232;"> (type raid-device-mapping))))\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">(file-systems (cons* (file-system\n
</span><span style="color:#323232;"> (mount-point "/")\n
</span><span style="color:#323232;"> (device "/dev/mapper/guix")\n
</span><span style="color:#323232;"> (type "ext4")\n
</span><span style="color:#323232;"> (dependencies (list (list-ref mapped-devices 0))))\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;"> (file-system\n
</span><span style="color:#323232;"> (mount-point "/mnt/nas")\n
</span><span style="color:#323232;"> (device "/dev/md0")\n
</span><span style="color:#323232;"> (type "ext4")\n
</span><span style="color:#323232;"> (mount? #f)\n
</span><span style="color:#323232;"> (dependencies (list (list-ref mapped-devices 1)))) %base-file-systems)))\n
</span>\n
```\n
\n
I’d now like to luks encrypt the raid drive but I’m not sure how to go about doing it. Do I simply make a another mapped-device object, specifying the raid drive uuid and “/dev/md0” as the target:\n
\n
```\n
\n
<span style="color:#323232;">(mapped-device\n
</span><span style="color:#323232;"> (source (uuid\n
</span><span style="color:#323232;"> {raid uuid}))\n
</span><span style="color:#323232;"> (target "/dev/md0")\n
</span><span style="color:#323232;"> (type luks-device-mapping))\n
</span>\n
```\n
\n
and then pass that as a dependency to the raid file system object?\n
\n
Thanks
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 6
+favouriteCount: 7
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1711060515 {#1359
date: 2024-03-21 23:35:15.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1391 …}
+votes: Doctrine\ORM\PersistentCollection {#1521 …}
+reports: Doctrine\ORM\PersistentCollection {#1499 …}
+favourites: Doctrine\ORM\PersistentCollection {#1546 …}
+notifications: Doctrine\ORM\PersistentCollection {#1545 …}
+badges: Doctrine\ORM\PersistentCollection {#1481 …}
+children: []
-id: 26622
-titleTs: "'drive':6 'encrypt':4 'luk':3 'raid':5"
-bodyTs: "'/dev/mapper/guix':116 '/dev/md0':99,136,191,203 '/dev/sdb1':96 '/dev/sdc1':97 '/mnt/nas':134 '0':127 '1':149 '205e5':76 '4457':80 '694f':79 '8affa3536e75':83 'a2a1':82 'a2a1-8affa3536e75':81 'ad':61 'anoth':180 'base':151 'base-file-system':150 'caa':78 'caa-694f':77 'call':41 'con':108 'config':58 'd':155 'depend':119,141,215 'devic':21,69,73,89,93,103,115,126,135,148,183,197,207 'drive':26,64,163,188 'edit':1 'encrypt':13,37,160 'ext4':118,138 'f':140 'file':31,59,106,110,129,152,219 'file-system':30,105,109,128 'go':171 'guix':85 'like':65,157 'list':70,95,120,122,142,144 'list-ref':121,143 'luk':12,36,88,159,206 'luks-device-map':87,205 'm':7,166 'make':178 'map':22,68,72,90,92,104,125,147,182,196,208 'mapped-devic':67,71,91,124,146,181,195 'mount':11,49,113,132,139 'mount-point':112,131 'need':19,53 'object':33,184,221 'open':45 'pass':211 'point':114,133 'raid':14,25,39,63,102,162,187,200,218 'raid-device-map':101 'ref':123,145 'script':43 'simpli':177 'sourc':74,94,198 'specifi':185 'start':16 'sure':168 'system':32,57,107,111,130,153,220 'target':84,98,194,202 'thank':222 'tri':8 'turn':2 'type':86,100,117,137,204 'uuid':75,189,199,201 'vault':47"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704181768
+visibility: "visible "
+apId: "https://reddthat.com/post/11036859"
+editedAt: DateTimeImmutable @1712607909 {#2485
date: 2024-04-08 22:25:09.0 +02:00
}
+createdAt: DateTimeImmutable @1704144268 {#2481
date: 2024-01-01 22:24:28.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\Entry {#1444
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: "Looking-for-a-minimal-WM-setup"
+title: "Looking for a minimal WM setup"
+url: null
+body: """
Here is my current configuration:\n
\n
**config.scm**`scheme (use-modules (gnu) (gnu packages admin) (gnu packages certs) (gnu packages fonts) (gnu packages gnome) (gnu packages package-management) (gnu packages text-editors) (gnu packages terminals) (gnu packages wm) (gnu packages xdisorg) (nongnu packages linux) (nongnu packages mozilla) (nongnu system linux-initrd)) (use-service-modules desktop networking ssh xorg) (operating-system (host-name “guix”) (kernel linux) (initrd microcode-initrd) (firmware (cons* realtek-firmware %base-firmware)) (timezone “Asia/Kolkata”) (locale “en_IN.utf8”) (keyboard-layout (keyboard-layout “in” “en”)) (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) (targets '(“/boot”)))) (file-systems (cons* (file-system (device (file-system-label “guix”)) (mount-point “/”) (type “btrfs”)) (file-system (device (uuid “C938-C7C0” 'fat)) (mount-point “/boot”) (type “vfat”)) %base-file-systems)) (swap-devices (list (swap-space (target (uuid “4550d1a4-3566-47a2-a3bc-8d77c87acc62”))))) (users (cons (user-account (name “guix”) (comment “Guix System”) (group “users”) (supplementary-groups '(“wheel” “netdev” “audio” “video”))) %base-user-accounts)) (packages (cons* gnome-tweaks kakoune nss-certs tree nix firefox font-google-noto font-google-noto-emoji font-google-noto-sans-cjk font-google-noto-serif-cjk font-awesome %base-packages)) (services (cons* (service openssh-service-type) (service bluetooth-service-type) (service xfce-desktop-service-type) (modify-services %desktop-services (guix-service-type config => (guix-configuration (inherit config) (substitute-urls (cons* “https://substitutes.nonguix.org” %default-substitute-urls)) (authorized-keys (cons* (local-file “./signing-key.pub”) %default-authorized-guix-keys)))))))) `\n
\n
I am currently on a low-end laptop, as my device has broken down. It runs on 4GB of RAM, and GNOME is pretty heavy on this device. I am looking for a custom WM setup based on Wayland preferably (river, hyprland, sway or dwl). I do not want any fancy shortcuts for terminal or any other app. I want to be able to use a launcher and toggle between workspaces. I want snapping and multi-window gestures just like how it works on GNOME. I would appreciate shortcut icons for shutdown, wifi and sound. And last but not the least, I want to be able to control brightness and light/dark mode.\n
\n
Can anyone recommend me how I can start setting up a WM in this config file? What do I need to add, apart from the WM itself?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 2
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727743868 {#1766
date: 2024-10-01 02:51:08.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1466 …}
+votes: Doctrine\ORM\PersistentCollection {#1445 …}
+reports: Doctrine\ORM\PersistentCollection {#1638 …}
+favourites: Doctrine\ORM\PersistentCollection {#1642 …}
+notifications: Doctrine\ORM\PersistentCollection {#1643 …}
+badges: Doctrine\ORM\PersistentCollection {#1633 …}
+children: []
-id: 32377
-titleTs: "'look':1 'minim':4 'setup':6 'wm':5"
-bodyTs: "'-3566':154 '-47':155 '/boot':106,137 '/signing-key.pub':272 '4550d1a4':153 '4gb':296 '8d77c87acc62':159 'a2':157 'a2-a3bc-8d77c87acc62':156 'a3bc':158 'abl':341,385 'account':164,182 'add':413 'admin':14 'anyon':393 'apart':414 'app':336 'appreci':367 'asia/kolkata':84 'audio':177 'author':266,275 'authorized-key':265 'awesom':218 'base':81,141,180,220,315 'base-file-system':140 'base-firmwar':80 'base-packag':219 'base-user-account':179 'bluetooth':231 'bluetooth-service-typ':230 'bootload':96,98,100,104 'bootloader-configur':97 'bright':388 'broken':291 'btrfs':124 'c7c0':132 'c938':131 'c938-c7c0':130 'cert':17,191 'cjk':209,215 'comment':167 'con':76,110,161,184,223,259,268 'config':250,255,406 'config.scm':6 'configur':5,99,253 'control':387 'current':4,280 'custom':312 'default':262,274 'default-authorized-guix-key':273 'default-substitute-url':261 'desktop':58,237,244 'desktop-servic':243 'devic':114,128,146,289,306 'dwl':323 'editor':33 'efi':103 'emoji':203 'en':86,95 'end':285 'fanci':329 'fat':133 'file':108,112,116,126,142,271,407 'file-system':107,111,125 'file-system-label':115 'firefox':194 'firmwar':75,79,82 'font':20,196,200,205,211,217 'font-awesom':216 'font-google-noto':195 'font-google-noto-emoji':199 'font-google-noto-sans-cjk':204 'font-google-noto-serif-cjk':210 'gestur':357 'gnome':23,186,300,364 'gnome-tweak':185 'gnu':11,12,15,18,21,24,29,34,37,40 'googl':197,201,206,212 'group':170,174 'grub':102 'grub-efi-bootload':101 'guix':68,119,166,168,247,252,276 'guix-configur':251 'guix-service-typ':246 'heavi':303 'host':66 'host-nam':65 'hyprland':320 'icon':369 'in.utf8':87 'inherit':254 'initrd':53,71,74 'kakoun':188 'kernel':69 'key':267,277 'keyboard':89,92 'keyboard-layout':88,91 'label':118 'laptop':286 'last':376 'launcher':345 'layout':90,93 'least':380 'light/dark':390 'like':359 'linux':45,52,70 'linux-initrd':51 'list':147 'local':85,270 'local-fil':269 'look':309 'low':284 'low-end':283 'manag':28 'microcod':73 'microcode-initrd':72 'mode':391 'modifi':241 'modify-servic':240 'modul':10,57 'mount':121,135 'mount-point':120,134 'mozilla':48 'multi':355 'multi-window':354 'name':67,165 'need':411 'netdev':176 'network':59 'nix':193 'nongnu':43,46,49 'noto':198,202,207,213 'nss':190 'nss-cert':189 'openssh':226 'openssh-service-typ':225 'oper':63 'operating-system':62 'packag':13,16,19,22,25,27,30,35,38,41,44,47,183,221 'package-manag':26 'point':122,136 'prefer':318 'pretti':302 'ram':298 'realtek':78 'realtek-firmwar':77 'recommend':394 'river':319 'run':294 'san':208 'scheme':7 'serif':214 'servic':56,222,224,227,229,232,234,238,242,245,248 'set':400 'setup':314 'shortcut':330,368 'shutdown':371 'snap':352 'sound':374 'space':150 'ssh':60 'start':399 'substitut':257,263 'substitute-url':256 'substitutes.nonguix.org':260 'supplementari':173 'supplementary-group':172 'swap':145,149 'swap-devic':144 'swap-spac':148 'sway':321 'system':50,64,109,113,117,127,143,169 'target':105,151 'termin':36,332 'text':32 'text-editor':31 'timezon':83 'toggl':347 'tree':192 'tweak':187 'type':123,138,228,233,239,249 'url':258,264 'use':9,55,343 'use-modul':8 'use-service-modul':54 'user':160,163,171,181 'user-account':162 'uuid':129,152 'vfat':139 'video':178 'want':327,338,351,382 'wayland':317 'wheel':175 'wifi':372 'window':356 'wm':39,313,403,417 'work':362 'workspac':349 'would':366 'xdisorg':42 'xfce':236 'xfce-desktop-service-typ':235 'xorg':61"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705951011
+visibility: "visible "
+apId: "https://lemmy.ml/post/10888977"
+editedAt: DateTimeImmutable @1727654730 {#1682
date: 2024-09-30 02:05:30.0 +02:00
}
+createdAt: DateTimeImmutable @1705933511 {#1681
date: 2024-01-22 15:25:11.0 +01:00
}
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\Entry {#1444
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: "Looking-for-a-minimal-WM-setup"
+title: "Looking for a minimal WM setup"
+url: null
+body: """
Here is my current configuration:\n
\n
**config.scm**`scheme (use-modules (gnu) (gnu packages admin) (gnu packages certs) (gnu packages fonts) (gnu packages gnome) (gnu packages package-management) (gnu packages text-editors) (gnu packages terminals) (gnu packages wm) (gnu packages xdisorg) (nongnu packages linux) (nongnu packages mozilla) (nongnu system linux-initrd)) (use-service-modules desktop networking ssh xorg) (operating-system (host-name “guix”) (kernel linux) (initrd microcode-initrd) (firmware (cons* realtek-firmware %base-firmware)) (timezone “Asia/Kolkata”) (locale “en_IN.utf8”) (keyboard-layout (keyboard-layout “in” “en”)) (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) (targets '(“/boot”)))) (file-systems (cons* (file-system (device (file-system-label “guix”)) (mount-point “/”) (type “btrfs”)) (file-system (device (uuid “C938-C7C0” 'fat)) (mount-point “/boot”) (type “vfat”)) %base-file-systems)) (swap-devices (list (swap-space (target (uuid “4550d1a4-3566-47a2-a3bc-8d77c87acc62”))))) (users (cons (user-account (name “guix”) (comment “Guix System”) (group “users”) (supplementary-groups '(“wheel” “netdev” “audio” “video”))) %base-user-accounts)) (packages (cons* gnome-tweaks kakoune nss-certs tree nix firefox font-google-noto font-google-noto-emoji font-google-noto-sans-cjk font-google-noto-serif-cjk font-awesome %base-packages)) (services (cons* (service openssh-service-type) (service bluetooth-service-type) (service xfce-desktop-service-type) (modify-services %desktop-services (guix-service-type config => (guix-configuration (inherit config) (substitute-urls (cons* “https://substitutes.nonguix.org” %default-substitute-urls)) (authorized-keys (cons* (local-file “./signing-key.pub”) %default-authorized-guix-keys)))))))) `\n
\n
I am currently on a low-end laptop, as my device has broken down. It runs on 4GB of RAM, and GNOME is pretty heavy on this device. I am looking for a custom WM setup based on Wayland preferably (river, hyprland, sway or dwl). I do not want any fancy shortcuts for terminal or any other app. I want to be able to use a launcher and toggle between workspaces. I want snapping and multi-window gestures just like how it works on GNOME. I would appreciate shortcut icons for shutdown, wifi and sound. And last but not the least, I want to be able to control brightness and light/dark mode.\n
\n
Can anyone recommend me how I can start setting up a WM in this config file? What do I need to add, apart from the WM itself?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 2
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727743868 {#1766
date: 2024-10-01 02:51:08.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1466 …}
+votes: Doctrine\ORM\PersistentCollection {#1445 …}
+reports: Doctrine\ORM\PersistentCollection {#1638 …}
+favourites: Doctrine\ORM\PersistentCollection {#1642 …}
+notifications: Doctrine\ORM\PersistentCollection {#1643 …}
+badges: Doctrine\ORM\PersistentCollection {#1633 …}
+children: []
-id: 32377
-titleTs: "'look':1 'minim':4 'setup':6 'wm':5"
-bodyTs: "'-3566':154 '-47':155 '/boot':106,137 '/signing-key.pub':272 '4550d1a4':153 '4gb':296 '8d77c87acc62':159 'a2':157 'a2-a3bc-8d77c87acc62':156 'a3bc':158 'abl':341,385 'account':164,182 'add':413 'admin':14 'anyon':393 'apart':414 'app':336 'appreci':367 'asia/kolkata':84 'audio':177 'author':266,275 'authorized-key':265 'awesom':218 'base':81,141,180,220,315 'base-file-system':140 'base-firmwar':80 'base-packag':219 'base-user-account':179 'bluetooth':231 'bluetooth-service-typ':230 'bootload':96,98,100,104 'bootloader-configur':97 'bright':388 'broken':291 'btrfs':124 'c7c0':132 'c938':131 'c938-c7c0':130 'cert':17,191 'cjk':209,215 'comment':167 'con':76,110,161,184,223,259,268 'config':250,255,406 'config.scm':6 'configur':5,99,253 'control':387 'current':4,280 'custom':312 'default':262,274 'default-authorized-guix-key':273 'default-substitute-url':261 'desktop':58,237,244 'desktop-servic':243 'devic':114,128,146,289,306 'dwl':323 'editor':33 'efi':103 'emoji':203 'en':86,95 'end':285 'fanci':329 'fat':133 'file':108,112,116,126,142,271,407 'file-system':107,111,125 'file-system-label':115 'firefox':194 'firmwar':75,79,82 'font':20,196,200,205,211,217 'font-awesom':216 'font-google-noto':195 'font-google-noto-emoji':199 'font-google-noto-sans-cjk':204 'font-google-noto-serif-cjk':210 'gestur':357 'gnome':23,186,300,364 'gnome-tweak':185 'gnu':11,12,15,18,21,24,29,34,37,40 'googl':197,201,206,212 'group':170,174 'grub':102 'grub-efi-bootload':101 'guix':68,119,166,168,247,252,276 'guix-configur':251 'guix-service-typ':246 'heavi':303 'host':66 'host-nam':65 'hyprland':320 'icon':369 'in.utf8':87 'inherit':254 'initrd':53,71,74 'kakoun':188 'kernel':69 'key':267,277 'keyboard':89,92 'keyboard-layout':88,91 'label':118 'laptop':286 'last':376 'launcher':345 'layout':90,93 'least':380 'light/dark':390 'like':359 'linux':45,52,70 'linux-initrd':51 'list':147 'local':85,270 'local-fil':269 'look':309 'low':284 'low-end':283 'manag':28 'microcod':73 'microcode-initrd':72 'mode':391 'modifi':241 'modify-servic':240 'modul':10,57 'mount':121,135 'mount-point':120,134 'mozilla':48 'multi':355 'multi-window':354 'name':67,165 'need':411 'netdev':176 'network':59 'nix':193 'nongnu':43,46,49 'noto':198,202,207,213 'nss':190 'nss-cert':189 'openssh':226 'openssh-service-typ':225 'oper':63 'operating-system':62 'packag':13,16,19,22,25,27,30,35,38,41,44,47,183,221 'package-manag':26 'point':122,136 'prefer':318 'pretti':302 'ram':298 'realtek':78 'realtek-firmwar':77 'recommend':394 'river':319 'run':294 'san':208 'scheme':7 'serif':214 'servic':56,222,224,227,229,232,234,238,242,245,248 'set':400 'setup':314 'shortcut':330,368 'shutdown':371 'snap':352 'sound':374 'space':150 'ssh':60 'start':399 'substitut':257,263 'substitute-url':256 'substitutes.nonguix.org':260 'supplementari':173 'supplementary-group':172 'swap':145,149 'swap-devic':144 'swap-spac':148 'sway':321 'system':50,64,109,113,117,127,143,169 'target':105,151 'termin':36,332 'text':32 'text-editor':31 'timezon':83 'toggl':347 'tree':192 'tweak':187 'type':123,138,228,233,239,249 'url':258,264 'use':9,55,343 'use-modul':8 'use-service-modul':54 'user':160,163,171,181 'user-account':162 'uuid':129,152 'vfat':139 'video':178 'want':327,338,351,382 'wayland':317 'wheel':175 'wifi':372 'window':356 'wm':39,313,403,417 'work':362 'workspac':349 'would':366 'xdisorg':42 'xfce':236 'xfce-desktop-service-typ':235 'xorg':61"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705951011
+visibility: "visible "
+apId: "https://lemmy.ml/post/10888977"
+editedAt: DateTimeImmutable @1727654730 {#1682
date: 2024-09-30 02:05:30.0 +02:00
}
+createdAt: DateTimeImmutable @1705933511 {#1681
date: 2024-01-22 15:25:11.0 +01:00
}
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\Entry {#1444
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: "Looking-for-a-minimal-WM-setup"
+title: "Looking for a minimal WM setup"
+url: null
+body: """
Here is my current configuration:\n
\n
**config.scm**`scheme (use-modules (gnu) (gnu packages admin) (gnu packages certs) (gnu packages fonts) (gnu packages gnome) (gnu packages package-management) (gnu packages text-editors) (gnu packages terminals) (gnu packages wm) (gnu packages xdisorg) (nongnu packages linux) (nongnu packages mozilla) (nongnu system linux-initrd)) (use-service-modules desktop networking ssh xorg) (operating-system (host-name “guix”) (kernel linux) (initrd microcode-initrd) (firmware (cons* realtek-firmware %base-firmware)) (timezone “Asia/Kolkata”) (locale “en_IN.utf8”) (keyboard-layout (keyboard-layout “in” “en”)) (bootloader (bootloader-configuration (bootloader grub-efi-bootloader) (targets '(“/boot”)))) (file-systems (cons* (file-system (device (file-system-label “guix”)) (mount-point “/”) (type “btrfs”)) (file-system (device (uuid “C938-C7C0” 'fat)) (mount-point “/boot”) (type “vfat”)) %base-file-systems)) (swap-devices (list (swap-space (target (uuid “4550d1a4-3566-47a2-a3bc-8d77c87acc62”))))) (users (cons (user-account (name “guix”) (comment “Guix System”) (group “users”) (supplementary-groups '(“wheel” “netdev” “audio” “video”))) %base-user-accounts)) (packages (cons* gnome-tweaks kakoune nss-certs tree nix firefox font-google-noto font-google-noto-emoji font-google-noto-sans-cjk font-google-noto-serif-cjk font-awesome %base-packages)) (services (cons* (service openssh-service-type) (service bluetooth-service-type) (service xfce-desktop-service-type) (modify-services %desktop-services (guix-service-type config => (guix-configuration (inherit config) (substitute-urls (cons* “https://substitutes.nonguix.org” %default-substitute-urls)) (authorized-keys (cons* (local-file “./signing-key.pub”) %default-authorized-guix-keys)))))))) `\n
\n
I am currently on a low-end laptop, as my device has broken down. It runs on 4GB of RAM, and GNOME is pretty heavy on this device. I am looking for a custom WM setup based on Wayland preferably (river, hyprland, sway or dwl). I do not want any fancy shortcuts for terminal or any other app. I want to be able to use a launcher and toggle between workspaces. I want snapping and multi-window gestures just like how it works on GNOME. I would appreciate shortcut icons for shutdown, wifi and sound. And last but not the least, I want to be able to control brightness and light/dark mode.\n
\n
Can anyone recommend me how I can start setting up a WM in this config file? What do I need to add, apart from the WM itself?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 2
+favouriteCount: 2
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1727743868 {#1766
date: 2024-10-01 02:51:08.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1466 …}
+votes: Doctrine\ORM\PersistentCollection {#1445 …}
+reports: Doctrine\ORM\PersistentCollection {#1638 …}
+favourites: Doctrine\ORM\PersistentCollection {#1642 …}
+notifications: Doctrine\ORM\PersistentCollection {#1643 …}
+badges: Doctrine\ORM\PersistentCollection {#1633 …}
+children: []
-id: 32377
-titleTs: "'look':1 'minim':4 'setup':6 'wm':5"
-bodyTs: "'-3566':154 '-47':155 '/boot':106,137 '/signing-key.pub':272 '4550d1a4':153 '4gb':296 '8d77c87acc62':159 'a2':157 'a2-a3bc-8d77c87acc62':156 'a3bc':158 'abl':341,385 'account':164,182 'add':413 'admin':14 'anyon':393 'apart':414 'app':336 'appreci':367 'asia/kolkata':84 'audio':177 'author':266,275 'authorized-key':265 'awesom':218 'base':81,141,180,220,315 'base-file-system':140 'base-firmwar':80 'base-packag':219 'base-user-account':179 'bluetooth':231 'bluetooth-service-typ':230 'bootload':96,98,100,104 'bootloader-configur':97 'bright':388 'broken':291 'btrfs':124 'c7c0':132 'c938':131 'c938-c7c0':130 'cert':17,191 'cjk':209,215 'comment':167 'con':76,110,161,184,223,259,268 'config':250,255,406 'config.scm':6 'configur':5,99,253 'control':387 'current':4,280 'custom':312 'default':262,274 'default-authorized-guix-key':273 'default-substitute-url':261 'desktop':58,237,244 'desktop-servic':243 'devic':114,128,146,289,306 'dwl':323 'editor':33 'efi':103 'emoji':203 'en':86,95 'end':285 'fanci':329 'fat':133 'file':108,112,116,126,142,271,407 'file-system':107,111,125 'file-system-label':115 'firefox':194 'firmwar':75,79,82 'font':20,196,200,205,211,217 'font-awesom':216 'font-google-noto':195 'font-google-noto-emoji':199 'font-google-noto-sans-cjk':204 'font-google-noto-serif-cjk':210 'gestur':357 'gnome':23,186,300,364 'gnome-tweak':185 'gnu':11,12,15,18,21,24,29,34,37,40 'googl':197,201,206,212 'group':170,174 'grub':102 'grub-efi-bootload':101 'guix':68,119,166,168,247,252,276 'guix-configur':251 'guix-service-typ':246 'heavi':303 'host':66 'host-nam':65 'hyprland':320 'icon':369 'in.utf8':87 'inherit':254 'initrd':53,71,74 'kakoun':188 'kernel':69 'key':267,277 'keyboard':89,92 'keyboard-layout':88,91 'label':118 'laptop':286 'last':376 'launcher':345 'layout':90,93 'least':380 'light/dark':390 'like':359 'linux':45,52,70 'linux-initrd':51 'list':147 'local':85,270 'local-fil':269 'look':309 'low':284 'low-end':283 'manag':28 'microcod':73 'microcode-initrd':72 'mode':391 'modifi':241 'modify-servic':240 'modul':10,57 'mount':121,135 'mount-point':120,134 'mozilla':48 'multi':355 'multi-window':354 'name':67,165 'need':411 'netdev':176 'network':59 'nix':193 'nongnu':43,46,49 'noto':198,202,207,213 'nss':190 'nss-cert':189 'openssh':226 'openssh-service-typ':225 'oper':63 'operating-system':62 'packag':13,16,19,22,25,27,30,35,38,41,44,47,183,221 'package-manag':26 'point':122,136 'prefer':318 'pretti':302 'ram':298 'realtek':78 'realtek-firmwar':77 'recommend':394 'river':319 'run':294 'san':208 'scheme':7 'serif':214 'servic':56,222,224,227,229,232,234,238,242,245,248 'set':400 'setup':314 'shortcut':330,368 'shutdown':371 'snap':352 'sound':374 'space':150 'ssh':60 'start':399 'substitut':257,263 'substitute-url':256 'substitutes.nonguix.org':260 'supplementari':173 'supplementary-group':172 'swap':145,149 'swap-devic':144 'swap-spac':148 'sway':321 'system':50,64,109,113,117,127,143,169 'target':105,151 'termin':36,332 'text':32 'text-editor':31 'timezon':83 'toggl':347 'tree':192 'tweak':187 'type':123,138,228,233,239,249 'url':258,264 'use':9,55,343 'use-modul':8 'use-service-modul':54 'user':160,163,171,181 'user-account':162 'uuid':129,152 'vfat':139 'video':178 'want':327,338,351,382 'wayland':317 'wheel':175 'wifi':372 'window':356 'wm':39,313,403,417 'work':362 'workspac':349 'would':366 'xdisorg':42 'xfce':236 'xfce-desktop-service-typ':235 'xorg':61"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705951011
+visibility: "visible "
+apId: "https://lemmy.ml/post/10888977"
+editedAt: DateTimeImmutable @1727654730 {#1682
date: 2024-09-30 02:05:30.0 +02:00
}
+createdAt: DateTimeImmutable @1705933511 {#1681
date: 2024-01-22 15:25:11.0 +01:00
}
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\Entry {#1529
+user: Proxies\__CG__\App\Entity\User {#1510 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1506 …}
+slug: "podiki-I-Love-Arch-But-Gnu-Guix-Is-My-New"
+title: "podiki: I Love Arch But Gnu Guix Is My New Distro"
+url: "https://boilingsteam.com/i-love-arch-but-gnu-guix-is-my-new-distro/"
+body: "Old post but better have it in this community"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712569807 {#1539
date: 2024-04-08 11:50:07.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1531 …}
+votes: Doctrine\ORM\PersistentCollection {#1537 …}
+reports: Doctrine\ORM\PersistentCollection {#1515 …}
+favourites: Doctrine\ORM\PersistentCollection {#1518 …}
+notifications: Doctrine\ORM\PersistentCollection {#1520 …}
+badges: Doctrine\ORM\PersistentCollection {#1632 …}
+children: []
-id: 26648
-titleTs: "'arch':4 'distro':11 'gnu':6 'guix':7 'love':3 'new':10 'podiki':1"
-bodyTs: "'better':4 'communiti':9 'old':1 'post':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704198078
+visibility: "visible "
+apId: "https://lemmy.ml/post/10015507"
+editedAt: null
+createdAt: DateTimeImmutable @1704164578 {#1541
date: 2024-01-02 04:02:58.0 +01:00
}
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\Entry {#1529
+user: Proxies\__CG__\App\Entity\User {#1510 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1506 …}
+slug: "podiki-I-Love-Arch-But-Gnu-Guix-Is-My-New"
+title: "podiki: I Love Arch But Gnu Guix Is My New Distro"
+url: "https://boilingsteam.com/i-love-arch-but-gnu-guix-is-my-new-distro/"
+body: "Old post but better have it in this community"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712569807 {#1539
date: 2024-04-08 11:50:07.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1531 …}
+votes: Doctrine\ORM\PersistentCollection {#1537 …}
+reports: Doctrine\ORM\PersistentCollection {#1515 …}
+favourites: Doctrine\ORM\PersistentCollection {#1518 …}
+notifications: Doctrine\ORM\PersistentCollection {#1520 …}
+badges: Doctrine\ORM\PersistentCollection {#1632 …}
+children: []
-id: 26648
-titleTs: "'arch':4 'distro':11 'gnu':6 'guix':7 'love':3 'new':10 'podiki':1"
-bodyTs: "'better':4 'communiti':9 'old':1 'post':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704198078
+visibility: "visible "
+apId: "https://lemmy.ml/post/10015507"
+editedAt: null
+createdAt: DateTimeImmutable @1704164578 {#1541
date: 2024-01-02 04:02:58.0 +01:00
}
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\Entry {#1529
+user: Proxies\__CG__\App\Entity\User {#1510 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1506 …}
+slug: "podiki-I-Love-Arch-But-Gnu-Guix-Is-My-New"
+title: "podiki: I Love Arch But Gnu Guix Is My New Distro"
+url: "https://boilingsteam.com/i-love-arch-but-gnu-guix-is-my-new-distro/"
+body: "Old post but better have it in this community"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1712569807 {#1539
date: 2024-04-08 11:50:07.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1531 …}
+votes: Doctrine\ORM\PersistentCollection {#1537 …}
+reports: Doctrine\ORM\PersistentCollection {#1515 …}
+favourites: Doctrine\ORM\PersistentCollection {#1518 …}
+notifications: Doctrine\ORM\PersistentCollection {#1520 …}
+badges: Doctrine\ORM\PersistentCollection {#1632 …}
+children: []
-id: 26648
-titleTs: "'arch':4 'distro':11 'gnu':6 'guix':7 'love':3 'new':10 'podiki':1"
-bodyTs: "'better':4 'communiti':9 'old':1 'post':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704198078
+visibility: "visible "
+apId: "https://lemmy.ml/post/10015507"
+editedAt: null
+createdAt: DateTimeImmutable @1704164578 {#1541
date: 2024-01-02 04:02:58.0 +01:00
}
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
App\Entity\Entry {#1929
+user: Proxies\__CG__\App\Entity\User {#1377 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1961 …}
+slug: "Monitor-your-Guix-System-with-Grafana-fishinthecalculator"
+title: "Monitor your Guix System with Grafana -- fishinthecalculator"
+url: "https://fishinthecalculator.me/blog/monitor-your-guix-system-with-grafana.html"
+body: "If you need to run Grafana on the Guix System this post is the right place. In this example we’ll setup Grafana to read metrics from the same machine it’s run upon, but you can adapt this to use a remote datasource."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703977277 {#1664
date: 2023-12-31 00:01:17.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1960 …}
+votes: Doctrine\ORM\PersistentCollection {#1969 …}
+reports: Doctrine\ORM\PersistentCollection {#1408 …}
+favourites: Doctrine\ORM\PersistentCollection {#2444 …}
+notifications: Doctrine\ORM\PersistentCollection {#2488 …}
+badges: Doctrine\ORM\PersistentCollection {#2489 …}
+children: []
-id: 25945
-titleTs: "'fishinthecalcul':7 'grafana':6 'guix':3 'monitor':1 'system':4"
-bodyTs: "'adapt':38 'datasourc':44 'exampl':19 'grafana':6,23 'guix':9 'll':21 'machin':30 'metric':26 'need':3 'place':16 'post':12 'read':25 'remot':43 'right':15 'run':5,33 'setup':22 'system':10 'upon':34 'use':41"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703995277
+visibility: "visible "
+apId: "https://lemmy.ml/post/9926787"
+editedAt: null
+createdAt: DateTimeImmutable @1703977277 {#1871
date: 2023-12-31 00:01:17.0 +01:00
}
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
App\Entity\Entry {#1929
+user: Proxies\__CG__\App\Entity\User {#1377 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1961 …}
+slug: "Monitor-your-Guix-System-with-Grafana-fishinthecalculator"
+title: "Monitor your Guix System with Grafana -- fishinthecalculator"
+url: "https://fishinthecalculator.me/blog/monitor-your-guix-system-with-grafana.html"
+body: "If you need to run Grafana on the Guix System this post is the right place. In this example we’ll setup Grafana to read metrics from the same machine it’s run upon, but you can adapt this to use a remote datasource."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703977277 {#1664
date: 2023-12-31 00:01:17.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1960 …}
+votes: Doctrine\ORM\PersistentCollection {#1969 …}
+reports: Doctrine\ORM\PersistentCollection {#1408 …}
+favourites: Doctrine\ORM\PersistentCollection {#2444 …}
+notifications: Doctrine\ORM\PersistentCollection {#2488 …}
+badges: Doctrine\ORM\PersistentCollection {#2489 …}
+children: []
-id: 25945
-titleTs: "'fishinthecalcul':7 'grafana':6 'guix':3 'monitor':1 'system':4"
-bodyTs: "'adapt':38 'datasourc':44 'exampl':19 'grafana':6,23 'guix':9 'll':21 'machin':30 'metric':26 'need':3 'place':16 'post':12 'read':25 'remot':43 'right':15 'run':5,33 'setup':22 'system':10 'upon':34 'use':41"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703995277
+visibility: "visible "
+apId: "https://lemmy.ml/post/9926787"
+editedAt: null
+createdAt: DateTimeImmutable @1703977277 {#1871
date: 2023-12-31 00:01:17.0 +01:00
}
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
App\Entity\Entry {#1929
+user: Proxies\__CG__\App\Entity\User {#1377 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1961 …}
+slug: "Monitor-your-Guix-System-with-Grafana-fishinthecalculator"
+title: "Monitor your Guix System with Grafana -- fishinthecalculator"
+url: "https://fishinthecalculator.me/blog/monitor-your-guix-system-with-grafana.html"
+body: "If you need to run Grafana on the Guix System this post is the right place. In this example we’ll setup Grafana to read metrics from the same machine it’s run upon, but you can adapt this to use a remote datasource."
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1703977277 {#1664
date: 2023-12-31 00:01:17.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1960 …}
+votes: Doctrine\ORM\PersistentCollection {#1969 …}
+reports: Doctrine\ORM\PersistentCollection {#1408 …}
+favourites: Doctrine\ORM\PersistentCollection {#2444 …}
+notifications: Doctrine\ORM\PersistentCollection {#2488 …}
+badges: Doctrine\ORM\PersistentCollection {#2489 …}
+children: []
-id: 25945
-titleTs: "'fishinthecalcul':7 'grafana':6 'guix':3 'monitor':1 'system':4"
-bodyTs: "'adapt':38 'datasourc':44 'exampl':19 'grafana':6,23 'guix':9 'll':21 'machin':30 'metric':26 'need':3 'place':16 'post':12 'read':25 'remot':43 'right':15 'run':5,33 'setup':22 'system':10 'upon':34 'use':41"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1703995277
+visibility: "visible "
+apId: "https://lemmy.ml/post/9926787"
+editedAt: null
+createdAt: DateTimeImmutable @1703977277 {#1871
date: 2023-12-31 00:01:17.0 +01:00
}
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\Entry {#1522
+user: Proxies\__CG__\App\Entity\User {#1510 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1506 …}
+slug: "podiki-How-I-Built-My-New-Linux-Gaming-Desktop-In"
+title: "podiki: How I Built My New Linux Gaming Desktop In 2021 With Amd Cpugpu And Gnu Guix"
+url: "https://boilingsteam.com/how-i-built-my-new-linux-gaming-desktop-in-2021-with-amd-cpugpu-and-gnu-guix/"
+body: "Old post, but better have it in this community"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704164491 {#1511
date: 2024-01-02 04:01:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1503 …}
+votes: Doctrine\ORM\PersistentCollection {#1507 …}
+reports: Doctrine\ORM\PersistentCollection {#1543 …}
+favourites: Doctrine\ORM\PersistentCollection {#1535 …}
+notifications: Doctrine\ORM\PersistentCollection {#1542 …}
+badges: Doctrine\ORM\PersistentCollection {#1538 …}
+children: []
-id: 26646
-titleTs: "'2021':11 'amd':13 'built':4 'cpugpu':14 'desktop':9 'game':8 'gnu':16 'guix':17 'linux':7 'new':6 'podiki':1"
-bodyTs: "'better':4 'communiti':9 'old':1 'post':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704182491
+visibility: "visible "
+apId: "https://lemmy.ml/post/10015505"
+editedAt: DateTimeImmutable @1710647575 {#1523
date: 2024-03-17 04:52:55.0 +01:00
}
+createdAt: DateTimeImmutable @1704164491 {#1480
date: 2024-01-02 04:01:31.0 +01:00
}
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\Entry {#1522
+user: Proxies\__CG__\App\Entity\User {#1510 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1506 …}
+slug: "podiki-How-I-Built-My-New-Linux-Gaming-Desktop-In"
+title: "podiki: How I Built My New Linux Gaming Desktop In 2021 With Amd Cpugpu And Gnu Guix"
+url: "https://boilingsteam.com/how-i-built-my-new-linux-gaming-desktop-in-2021-with-amd-cpugpu-and-gnu-guix/"
+body: "Old post, but better have it in this community"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704164491 {#1511
date: 2024-01-02 04:01:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1503 …}
+votes: Doctrine\ORM\PersistentCollection {#1507 …}
+reports: Doctrine\ORM\PersistentCollection {#1543 …}
+favourites: Doctrine\ORM\PersistentCollection {#1535 …}
+notifications: Doctrine\ORM\PersistentCollection {#1542 …}
+badges: Doctrine\ORM\PersistentCollection {#1538 …}
+children: []
-id: 26646
-titleTs: "'2021':11 'amd':13 'built':4 'cpugpu':14 'desktop':9 'game':8 'gnu':16 'guix':17 'linux':7 'new':6 'podiki':1"
-bodyTs: "'better':4 'communiti':9 'old':1 'post':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704182491
+visibility: "visible "
+apId: "https://lemmy.ml/post/10015505"
+editedAt: DateTimeImmutable @1710647575 {#1523
date: 2024-03-17 04:52:55.0 +01:00
}
+createdAt: DateTimeImmutable @1704164491 {#1480
date: 2024-01-02 04:01:31.0 +01:00
}
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\Entry {#1522
+user: Proxies\__CG__\App\Entity\User {#1510 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1506 …}
+slug: "podiki-How-I-Built-My-New-Linux-Gaming-Desktop-In"
+title: "podiki: How I Built My New Linux Gaming Desktop In 2021 With Amd Cpugpu And Gnu Guix"
+url: "https://boilingsteam.com/how-i-built-my-new-linux-gaming-desktop-in-2021-with-amd-cpugpu-and-gnu-guix/"
+body: "Old post, but better have it in this community"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 9
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704164491 {#1511
date: 2024-01-02 04:01:31.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1503 …}
+votes: Doctrine\ORM\PersistentCollection {#1507 …}
+reports: Doctrine\ORM\PersistentCollection {#1543 …}
+favourites: Doctrine\ORM\PersistentCollection {#1535 …}
+notifications: Doctrine\ORM\PersistentCollection {#1542 …}
+badges: Doctrine\ORM\PersistentCollection {#1538 …}
+children: []
-id: 26646
-titleTs: "'2021':11 'amd':13 'built':4 'cpugpu':14 'desktop':9 'game':8 'gnu':16 'guix':17 'linux':7 'new':6 'podiki':1"
-bodyTs: "'better':4 'communiti':9 'old':1 'post':2"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704182491
+visibility: "visible "
+apId: "https://lemmy.ml/post/10015505"
+editedAt: DateTimeImmutable @1710647575 {#1523
date: 2024-03-17 04:52:55.0 +01:00
}
+createdAt: DateTimeImmutable @1704164491 {#1480
date: 2024-01-02 04:01:31.0 +01:00
}
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
App\Entity\Entry {#1704
+user: Proxies\__CG__\App\Entity\User {#1377 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1961 …}
+slug: "Secrets-management-with-SOPS-Guix-fishinthecalculator"
+title: "Secrets management with SOPS Guix -- fishinthecalculator"
+url: "https://fishinthecalculator.me/blog/secrets-management-with-sops-guix.html"
+body: "a proposal of automated provisioning of secrets on guix with sops"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 4
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704230758 {#1631
date: 2024-01-02 22:25:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1713 …}
+votes: Doctrine\ORM\PersistentCollection {#1710 …}
+reports: Doctrine\ORM\PersistentCollection {#1742 …}
+favourites: Doctrine\ORM\PersistentCollection {#1659 …}
+notifications: Doctrine\ORM\PersistentCollection {#1747 …}
+badges: Doctrine\ORM\PersistentCollection {#1753 …}
+children: []
-id: 26810
-titleTs: "'fishinthecalcul':6 'guix':5 'manag':2 'secret':1 'sop':4"
-bodyTs: "'autom':4 'guix':9 'propos':2 'provis':5 'secret':7 'sop':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704239758
+visibility: "visible "
+apId: "https://lemmy.ml/post/10047631"
+editedAt: null
+createdAt: DateTimeImmutable @1704230758 {#1406
date: 2024-01-02 22:25:58.0 +01:00
}
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
App\Entity\Entry {#1704
+user: Proxies\__CG__\App\Entity\User {#1377 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1961 …}
+slug: "Secrets-management-with-SOPS-Guix-fishinthecalculator"
+title: "Secrets management with SOPS Guix -- fishinthecalculator"
+url: "https://fishinthecalculator.me/blog/secrets-management-with-sops-guix.html"
+body: "a proposal of automated provisioning of secrets on guix with sops"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 4
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704230758 {#1631
date: 2024-01-02 22:25:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1713 …}
+votes: Doctrine\ORM\PersistentCollection {#1710 …}
+reports: Doctrine\ORM\PersistentCollection {#1742 …}
+favourites: Doctrine\ORM\PersistentCollection {#1659 …}
+notifications: Doctrine\ORM\PersistentCollection {#1747 …}
+badges: Doctrine\ORM\PersistentCollection {#1753 …}
+children: []
-id: 26810
-titleTs: "'fishinthecalcul':6 'guix':5 'manag':2 'secret':1 'sop':4"
-bodyTs: "'autom':4 'guix':9 'propos':2 'provis':5 'secret':7 'sop':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704239758
+visibility: "visible "
+apId: "https://lemmy.ml/post/10047631"
+editedAt: null
+createdAt: DateTimeImmutable @1704230758 {#1406
date: 2024-01-02 22:25:58.0 +01:00
}
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
App\Entity\Entry {#1704
+user: Proxies\__CG__\App\Entity\User {#1377 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1961 …}
+slug: "Secrets-management-with-SOPS-Guix-fishinthecalculator"
+title: "Secrets management with SOPS Guix -- fishinthecalculator"
+url: "https://fishinthecalculator.me/blog/secrets-management-with-sops-guix.html"
+body: "a proposal of automated provisioning of secrets on guix with sops"
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 4
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1704230758 {#1631
date: 2024-01-02 22:25:58.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1713 …}
+votes: Doctrine\ORM\PersistentCollection {#1710 …}
+reports: Doctrine\ORM\PersistentCollection {#1742 …}
+favourites: Doctrine\ORM\PersistentCollection {#1659 …}
+notifications: Doctrine\ORM\PersistentCollection {#1747 …}
+badges: Doctrine\ORM\PersistentCollection {#1753 …}
+children: []
-id: 26810
-titleTs: "'fishinthecalcul':6 'guix':5 'manag':2 'secret':1 'sop':4"
-bodyTs: "'autom':4 'guix':9 'propos':2 'provis':5 'secret':7 'sop':11"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704239758
+visibility: "visible "
+apId: "https://lemmy.ml/post/10047631"
+editedAt: null
+createdAt: DateTimeImmutable @1704230758 {#1406
date: 2024-01-02 22:25:58.0 +01:00
}
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\Entry {#1748
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: ""
+title: "***"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698225664 {#1749
date: 2023-10-25 11:21:04.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1474 …}
+votes: Doctrine\ORM\PersistentCollection {#1471 …}
+reports: Doctrine\ORM\PersistentCollection {#1470 …}
+favourites: Doctrine\ORM\PersistentCollection {#1473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1483 …}
+badges: Doctrine\ORM\PersistentCollection {#1484 …}
+children: []
-id: 30219
-titleTs: ""
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.ml/post/6999102"
+editedAt: null
+createdAt: DateTimeImmutable @1698225664 {#1750
date: 2023-10-25 11:21:04.0 +02:00
}
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\Entry {#1748
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: ""
+title: "***"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698225664 {#1749
date: 2023-10-25 11:21:04.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1474 …}
+votes: Doctrine\ORM\PersistentCollection {#1471 …}
+reports: Doctrine\ORM\PersistentCollection {#1470 …}
+favourites: Doctrine\ORM\PersistentCollection {#1473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1483 …}
+badges: Doctrine\ORM\PersistentCollection {#1484 …}
+children: []
-id: 30219
-titleTs: ""
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.ml/post/6999102"
+editedAt: null
+createdAt: DateTimeImmutable @1698225664 {#1750
date: 2023-10-25 11:21:04.0 +02:00
}
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\Entry {#1748
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: ""
+title: "***"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698225664 {#1749
date: 2023-10-25 11:21:04.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1474 …}
+votes: Doctrine\ORM\PersistentCollection {#1471 …}
+reports: Doctrine\ORM\PersistentCollection {#1470 …}
+favourites: Doctrine\ORM\PersistentCollection {#1473 …}
+notifications: Doctrine\ORM\PersistentCollection {#1483 …}
+badges: Doctrine\ORM\PersistentCollection {#1484 …}
+children: []
-id: 30219
-titleTs: ""
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.ml/post/6999102"
+editedAt: null
+createdAt: DateTimeImmutable @1698225664 {#1750
date: 2023-10-25 11:21:04.0 +02:00
}
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
App\Entity\Entry {#1485
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: ""
+title: "***"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698730101 {#1488
date: 2023-10-31 06:28:21.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1489 …}
+votes: Doctrine\ORM\PersistentCollection {#1494 …}
+reports: Doctrine\ORM\PersistentCollection {#1491 …}
+favourites: Doctrine\ORM\PersistentCollection {#1495 …}
+notifications: Doctrine\ORM\PersistentCollection {#1475 …}
+badges: Doctrine\ORM\PersistentCollection {#1476 …}
+children: []
-id: 30221
-titleTs: ""
-bodyTs: null
+cross: true
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.ml/post/7276079"
+editedAt: null
+createdAt: DateTimeImmutable @1698730101 {#1487
date: 2023-10-31 06:28:21.0 +01:00
}
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
App\Entity\Entry {#1485
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: ""
+title: "***"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698730101 {#1488
date: 2023-10-31 06:28:21.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1489 …}
+votes: Doctrine\ORM\PersistentCollection {#1494 …}
+reports: Doctrine\ORM\PersistentCollection {#1491 …}
+favourites: Doctrine\ORM\PersistentCollection {#1495 …}
+notifications: Doctrine\ORM\PersistentCollection {#1475 …}
+badges: Doctrine\ORM\PersistentCollection {#1476 …}
+children: []
-id: 30221
-titleTs: ""
-bodyTs: null
+cross: true
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.ml/post/7276079"
+editedAt: null
+createdAt: DateTimeImmutable @1698730101 {#1487
date: 2023-10-31 06:28:21.0 +01:00
}
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
App\Entity\Entry {#1485
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: ""
+title: "***"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698730101 {#1488
date: 2023-10-31 06:28:21.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1489 …}
+votes: Doctrine\ORM\PersistentCollection {#1494 …}
+reports: Doctrine\ORM\PersistentCollection {#1491 …}
+favourites: Doctrine\ORM\PersistentCollection {#1495 …}
+notifications: Doctrine\ORM\PersistentCollection {#1475 …}
+badges: Doctrine\ORM\PersistentCollection {#1476 …}
+children: []
-id: 30221
-titleTs: ""
-bodyTs: null
+cross: true
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.ml/post/7276079"
+editedAt: null
+createdAt: DateTimeImmutable @1698730101 {#1487
date: 2023-10-31 06:28:21.0 +01:00
}
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\Entry {#1755
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: ""
+title: "***"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698840399 {#1758
date: 2023-11-01 13:06:39.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1760 …}
+votes: Doctrine\ORM\PersistentCollection {#1763 …}
+reports: Doctrine\ORM\PersistentCollection {#1767 …}
+favourites: Doctrine\ORM\PersistentCollection {#1762 …}
+notifications: Doctrine\ORM\PersistentCollection {#1788 …}
+badges: Doctrine\ORM\PersistentCollection {#1779 …}
+children: []
-id: 30222
-titleTs: ""
-bodyTs: null
+cross: true
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.ml/post/7337191"
+editedAt: null
+createdAt: DateTimeImmutable @1698840399 {#1754
date: 2023-11-01 13:06:39.0 +01:00
}
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\Entry {#1755
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: ""
+title: "***"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698840399 {#1758
date: 2023-11-01 13:06:39.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1760 …}
+votes: Doctrine\ORM\PersistentCollection {#1763 …}
+reports: Doctrine\ORM\PersistentCollection {#1767 …}
+favourites: Doctrine\ORM\PersistentCollection {#1762 …}
+notifications: Doctrine\ORM\PersistentCollection {#1788 …}
+badges: Doctrine\ORM\PersistentCollection {#1779 …}
+children: []
-id: 30222
-titleTs: ""
-bodyTs: null
+cross: true
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.ml/post/7337191"
+editedAt: null
+createdAt: DateTimeImmutable @1698840399 {#1754
date: 2023-11-01 13:06:39.0 +01:00
}
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\Entry {#1755
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: ""
+title: "***"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698840399 {#1758
date: 2023-11-01 13:06:39.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1760 …}
+votes: Doctrine\ORM\PersistentCollection {#1763 …}
+reports: Doctrine\ORM\PersistentCollection {#1767 …}
+favourites: Doctrine\ORM\PersistentCollection {#1762 …}
+notifications: Doctrine\ORM\PersistentCollection {#1788 …}
+badges: Doctrine\ORM\PersistentCollection {#1779 …}
+children: []
-id: 30222
-titleTs: ""
-bodyTs: null
+cross: true
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.ml/post/7337191"
+editedAt: null
+createdAt: DateTimeImmutable @1698840399 {#1754
date: 2023-11-01 13:06:39.0 +01:00
}
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
App\Entity\Entry {#1774
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: ""
+title: "***"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699095355 {#1787
date: 2023-11-04 11:55:55.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1773 …}
+votes: Doctrine\ORM\PersistentCollection {#1776 …}
+reports: Doctrine\ORM\PersistentCollection {#1782 …}
+favourites: Doctrine\ORM\PersistentCollection {#1785 …}
+notifications: Doctrine\ORM\PersistentCollection {#1786 …}
+badges: Doctrine\ORM\PersistentCollection {#1764 …}
+children: []
-id: 30224
-titleTs: ""
-bodyTs: null
+cross: true
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.ml/post/7478355"
+editedAt: null
+createdAt: DateTimeImmutable @1699095355 {#1777
date: 2023-11-04 11:55:55.0 +01:00
}
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\Entry {#1774
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: ""
+title: "***"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699095355 {#1787
date: 2023-11-04 11:55:55.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1773 …}
+votes: Doctrine\ORM\PersistentCollection {#1776 …}
+reports: Doctrine\ORM\PersistentCollection {#1782 …}
+favourites: Doctrine\ORM\PersistentCollection {#1785 …}
+notifications: Doctrine\ORM\PersistentCollection {#1786 …}
+badges: Doctrine\ORM\PersistentCollection {#1764 …}
+children: []
-id: 30224
-titleTs: ""
-bodyTs: null
+cross: true
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.ml/post/7478355"
+editedAt: null
+createdAt: DateTimeImmutable @1699095355 {#1777
date: 2023-11-04 11:55:55.0 +01:00
}
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\Entry {#1774
+user: Proxies\__CG__\App\Entity\User {#1468 …}
+magazine: App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2474 …}
+slug: ""
+title: "***"
+url: null
+body: null
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 0
+favouriteCount: 0
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1699095355 {#1787
date: 2023-11-04 11:55:55.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#1773 …}
+votes: Doctrine\ORM\PersistentCollection {#1776 …}
+reports: Doctrine\ORM\PersistentCollection {#1782 …}
+favourites: Doctrine\ORM\PersistentCollection {#1785 …}
+notifications: Doctrine\ORM\PersistentCollection {#1786 …}
+badges: Doctrine\ORM\PersistentCollection {#1764 …}
+children: []
-id: 30224
-titleTs: ""
-bodyTs: null
+cross: true
+upVotes: 0
+downVotes: 0
+ranking: 0
+visibility: "visible "
+apId: "https://lemmy.ml/post/7478355"
+editedAt: null
+createdAt: DateTimeImmutable @1699095355 {#1777
date: 2023-11-04 11:55:55.0 +01:00
}
} |
|
Show voter details
|
41 |
DENIED
|
edit
|
App\Entity\Magazine {#399
+icon: null
+name: "guix@lemmy.ml"
+title: "guix"
+description: "Guix is an advanced distribution of the GNU operating system developed by the GNU Project"
+rules: null
+subscriptionsCount: 1
+entryCount: 10
+entryCommentCount: 8
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1727743868 {#328
date: 2024-10-01 02:51:08.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#314 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#319 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#281 …}
+entries: Doctrine\ORM\PersistentCollection {#240 …}
+posts: Doctrine\ORM\PersistentCollection {#198 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#260 …}
+bans: Doctrine\ORM\PersistentCollection {#177 …}
+reports: Doctrine\ORM\PersistentCollection {#163 …}
+badges: Doctrine\ORM\PersistentCollection {#141 …}
+logs: Doctrine\ORM\PersistentCollection {#131 …}
+awards: Doctrine\ORM\PersistentCollection {#120 …}
+categories: Doctrine\ORM\PersistentCollection {#107 …}
-id: 118
+apId: "guix@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/guix"
+apPublicUrl: "https://lemmy.ml/c/guix"
+apFollowersUrl: "https://lemmy.ml/c/guix/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "guix"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703436704 {#325
date: 2023-12-24 17:51:44.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703436703 {#327
date: 2023-12-24 17:51:43.0 +01:00
}
} |
|
Show voter details
|