1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#1809
+user: Proxies\__CG__\App\Entity\User {#1913 …}
+magazine: App\Entity\Magazine {#315
+icon: Proxies\__CG__\App\Entity\Image {#296 …}
+name: "selfhosted@lemmy.world"
+title: "selfhosted"
+description: """
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.\n
\n
Rules:\n
\n
- Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.\n
- No spam posting.\n
- Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.\n
- Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).\n
- No trolling.\n
\n
Resources:\n
\n
- [awesome-selfhosted software](https://github.com/awesome-selfhosted/awesome-selfhosted)\n
- [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) resources\n
- [Self-Hosted Podcast from Jupiter Broadcasting](https://selfhosted.show)\n
\n
> Any issues on the community? Report it using the report flag.\n
\n
> Questions? DM the mods!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 222
+entryCommentCount: 3916
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729582735 {#323
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#287 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#283 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#272 …}
+entries: Doctrine\ORM\PersistentCollection {#230 …}
+posts: Doctrine\ORM\PersistentCollection {#188 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#250 …}
+bans: Doctrine\ORM\PersistentCollection {#167 …}
+reports: Doctrine\ORM\PersistentCollection {#153 …}
+badges: Doctrine\ORM\PersistentCollection {#131 …}
+logs: Doctrine\ORM\PersistentCollection {#121 …}
+awards: Doctrine\ORM\PersistentCollection {#110 …}
+categories: Doctrine\ORM\PersistentCollection {#97 …}
-id: 120
+apId: "selfhosted@lemmy.world"
+apProfileId: "https://lemmy.world/c/selfhosted"
+apPublicUrl: "https://lemmy.world/c/selfhosted"
+apFollowersUrl: "https://lemmy.world/c/selfhosted/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "selfhosted"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703473826 {#324
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#318
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1885 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2416 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2435
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2402 …}
+votes: Doctrine\ORM\PersistentCollection {#1882 …}
+reports: Doctrine\ORM\PersistentCollection {#1855 …}
+favourites: Doctrine\ORM\PersistentCollection {#1958 …}
+notifications: Doctrine\ORM\PersistentCollection {#1935 …}
+badges: Doctrine\ORM\PersistentCollection {#1392 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#101
date: 2024-01-18 21:49:57.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#1809
+user: Proxies\__CG__\App\Entity\User {#1913 …}
+magazine: App\Entity\Magazine {#315
+icon: Proxies\__CG__\App\Entity\Image {#296 …}
+name: "selfhosted@lemmy.world"
+title: "selfhosted"
+description: """
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.\n
\n
Rules:\n
\n
- Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.\n
- No spam posting.\n
- Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.\n
- Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).\n
- No trolling.\n
\n
Resources:\n
\n
- [awesome-selfhosted software](https://github.com/awesome-selfhosted/awesome-selfhosted)\n
- [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) resources\n
- [Self-Hosted Podcast from Jupiter Broadcasting](https://selfhosted.show)\n
\n
> Any issues on the community? Report it using the report flag.\n
\n
> Questions? DM the mods!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 222
+entryCommentCount: 3916
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729582735 {#323
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#287 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#283 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#272 …}
+entries: Doctrine\ORM\PersistentCollection {#230 …}
+posts: Doctrine\ORM\PersistentCollection {#188 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#250 …}
+bans: Doctrine\ORM\PersistentCollection {#167 …}
+reports: Doctrine\ORM\PersistentCollection {#153 …}
+badges: Doctrine\ORM\PersistentCollection {#131 …}
+logs: Doctrine\ORM\PersistentCollection {#121 …}
+awards: Doctrine\ORM\PersistentCollection {#110 …}
+categories: Doctrine\ORM\PersistentCollection {#97 …}
-id: 120
+apId: "selfhosted@lemmy.world"
+apProfileId: "https://lemmy.world/c/selfhosted"
+apPublicUrl: "https://lemmy.world/c/selfhosted"
+apFollowersUrl: "https://lemmy.world/c/selfhosted/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "selfhosted"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703473826 {#324
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#318
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1885 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2416 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2435
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2402 …}
+votes: Doctrine\ORM\PersistentCollection {#1882 …}
+reports: Doctrine\ORM\PersistentCollection {#1855 …}
+favourites: Doctrine\ORM\PersistentCollection {#1958 …}
+notifications: Doctrine\ORM\PersistentCollection {#1935 …}
+badges: Doctrine\ORM\PersistentCollection {#1392 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#101
date: 2024-01-18 21:49:57.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#1809
+user: Proxies\__CG__\App\Entity\User {#1913 …}
+magazine: App\Entity\Magazine {#315
+icon: Proxies\__CG__\App\Entity\Image {#296 …}
+name: "selfhosted@lemmy.world"
+title: "selfhosted"
+description: """
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.\n
\n
Rules:\n
\n
- Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.\n
- No spam posting.\n
- Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.\n
- Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).\n
- No trolling.\n
\n
Resources:\n
\n
- [awesome-selfhosted software](https://github.com/awesome-selfhosted/awesome-selfhosted)\n
- [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) resources\n
- [Self-Hosted Podcast from Jupiter Broadcasting](https://selfhosted.show)\n
\n
> Any issues on the community? Report it using the report flag.\n
\n
> Questions? DM the mods!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 222
+entryCommentCount: 3916
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729582735 {#323
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#287 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#283 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#272 …}
+entries: Doctrine\ORM\PersistentCollection {#230 …}
+posts: Doctrine\ORM\PersistentCollection {#188 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#250 …}
+bans: Doctrine\ORM\PersistentCollection {#167 …}
+reports: Doctrine\ORM\PersistentCollection {#153 …}
+badges: Doctrine\ORM\PersistentCollection {#131 …}
+logs: Doctrine\ORM\PersistentCollection {#121 …}
+awards: Doctrine\ORM\PersistentCollection {#110 …}
+categories: Doctrine\ORM\PersistentCollection {#97 …}
-id: 120
+apId: "selfhosted@lemmy.world"
+apProfileId: "https://lemmy.world/c/selfhosted"
+apPublicUrl: "https://lemmy.world/c/selfhosted"
+apFollowersUrl: "https://lemmy.world/c/selfhosted/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "selfhosted"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703473826 {#324
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#318
date: 2023-12-25 04:10:26.0 +01:00
}
}
+image: Proxies\__CG__\App\Entity\Image {#1885 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2416 …}
+slug: "Radarr-Path-Folder-data-is-not-writable-by-user-abc"
+title: "Radarr: Path: Folder '/data/' is not writable by user 'abc'"
+url: "https://www.startpage.com/av/proxy-image?piurl=https%3A%2F%2Fwww.desdeelreloj.com%2Fcontent%2Fimages%2F2021%2F07%2Fradarr.jpg&sp=1705609535T444e78bb654b8fd310167ca43678246d079551c3f2dd456c1eee1aca13ce0513"
+body: """
I’m trying to setup my first homeserver with pods alone but I can’t add my mounted /data (it’s an external HDD) folder to the root folder, but the /app and /config works. It’s a common issue but somehow I wasn’t able to solve it.\n
\n
OS: Rocky Linux 9.3\n
\n
External HDD (WD Elements)\n
\n
external HDD in /etc/fstab:\n
\n
```\n
\n
<span style="color:#323232;"># WD Elements drive\n
</span><span style="color:#323232;">UUID=4655386a-5ccf-4c7b-ad6a-c0b90ccf8454 /home/privatenoob/media/storage1 xfs defaults 0 0\n
</span>\n
```\n
\n
radarr.service:\n
\n
```\n
\n
<span style="color:#323232;">[Unit]\n
</span><span style="color:#323232;">Description=Radarr Movie Server\n
</span><span style="color:#323232;">After=network.target\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Service]\n
</span><span style="color:#323232;">ExecStart=podman run --name=radarr -e PUID=1000 -e PGID=1000 -e UMASK=002 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest\n
</span><span style="color:#323232;">ExecStop=podman stop radarr\n
</span><span style="color:#323232;">Restart=on-failure\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">[Install]\n
</span><span style="color:#323232;">WantedBy=default.target\n
</span>\n
```\n
\n
Permissions:\n
\n
```\n
\n
<span style="color:#323232;">drwxr-xr-x. 2 privatenoob privatenoob 6 Jan 17 16:52 Filmek\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">drwxr-xr-x 4 abc users 139 Jan 18 19:44 config\n
</span><span style="color:#323232;">drwxr-xr-x 2 root root 6 Jan 17 15:52 data\n
</span>\n
```\n
\n
chown -R 1000:1000 /data didn’t work. It gave permission denied, even though I used root (probably this is because of -e PUID=1000?)
"""
+type: "link"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 8
+favouriteCount: 14
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1726946871 {#2435
date: 2024-09-21 21:27:51.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2402 …}
+votes: Doctrine\ORM\PersistentCollection {#1882 …}
+reports: Doctrine\ORM\PersistentCollection {#1855 …}
+favourites: Doctrine\ORM\PersistentCollection {#1958 …}
+notifications: Doctrine\ORM\PersistentCollection {#1935 …}
+badges: Doctrine\ORM\PersistentCollection {#1392 …}
+children: []
-id: 31584
-titleTs: "'/data':4 'abc':10 'folder':3 'path':2 'radarr':1 'user':9 'writabl':7"
-bodyTs: "'/app':32 '/config':34,107 '/data':19,110,173 '/etc/fstab':61 '/home/privatenoob/media/storage1':72 '/home/privatenoob/media/storage1/filmek':109 '/linuxserver/radarr:latest':117 '0':75,76 '002':99 '1000':93,96,171,172,193 '139':150 '15':166 '16':140 '17':139,165 '18':152 '19':153 '2':134,160 '4':147 '44':154 '4655386a':67 '4655386a-5ccf-4c7b-ad6a-c0b90ccf8454':66 '4c7b':69 '52':141,167 '5ccf':68 '6':137,163 '7878':101,102 '9.3':53 'abc':148 'abl':46 'ad6a':70 'add':16 'alon':11 'c0b90ccf8454':71 'chown':169 'common':39 'config':106,155 'data':168 'default':74 'default.target':128 'deni':180 'descript':79 'didn':174 'drive':64 'drwxr':131,144,157 'drwxr-xr-x':130,143,156 'e':91,94,97,191 'element':57,63 'even':181 'execstart':86 'execstop':118 'extern':23,54,58 'failur':125 'filmek':142 'first':7 'folder':25,29 'gave':178 'hdd':24,55,59 'homeserv':8 'instal':126 'issu':40 'jan':138,151,164 'linux':52 'lscr.io':116 'lscr.io/linuxserver/radarr:latest':115 'm':2 'mount':18 'movi':81 'name':89 'network.target':84 'on-failur':123 'os':50 'p':100 'permiss':129,179 'pgid':95 'pod':10 'podman':87,119 'privatenoob':135,136 'probabl':186 'puid':92,192 'r':170 'radarr':80,90,105,121 'radarr-config':104 'radarr.service':77 'restart':111,122 'rocki':51 'root':28,161,162,185 'run':88 'server':82 'servic':85 'setup':5 'solv':48 'somehow':42 'stop':114,120 'though':182 'tri':3 'umask':98 'unit':78 'unless':113 'unless-stop':112 'use':184 'user':149 'uuid':65 'v':103,108 'wantedbi':127 'wasn':44 'wd':56,62 'work':35,176 'x':133,146,159 'xfs':73 'xr':132,145,158"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705679497
+visibility: "visible "
+apId: "https://sopuli.xyz/post/8126417"
+editedAt: null
+createdAt: DateTimeImmutable @1705610997 {#101
date: 2024-01-18 21:49:57.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#315
+icon: Proxies\__CG__\App\Entity\Image {#296 …}
+name: "selfhosted@lemmy.world"
+title: "selfhosted"
+description: """
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.\n
\n
Rules:\n
\n
- Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.\n
- No spam posting.\n
- Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.\n
- Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).\n
- No trolling.\n
\n
Resources:\n
\n
- [awesome-selfhosted software](https://github.com/awesome-selfhosted/awesome-selfhosted)\n
- [awesome-sysadmin](https://github.com/awesome-foss/awesome-sysadmin) resources\n
- [Self-Hosted Podcast from Jupiter Broadcasting](https://selfhosted.show)\n
\n
> Any issues on the community? Report it using the report flag.\n
\n
> Questions? DM the mods!
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 222
+entryCommentCount: 3916
+postCount: 0
+postCommentCount: 0
+isAdult: false
+customCss: null
+lastActive: DateTime @1729582735 {#323
date: 2024-10-22 09:38:55.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#287 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#283 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#272 …}
+entries: Doctrine\ORM\PersistentCollection {#230 …}
+posts: Doctrine\ORM\PersistentCollection {#188 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#250 …}
+bans: Doctrine\ORM\PersistentCollection {#167 …}
+reports: Doctrine\ORM\PersistentCollection {#153 …}
+badges: Doctrine\ORM\PersistentCollection {#131 …}
+logs: Doctrine\ORM\PersistentCollection {#121 …}
+awards: Doctrine\ORM\PersistentCollection {#110 …}
+categories: Doctrine\ORM\PersistentCollection {#97 …}
-id: 120
+apId: "selfhosted@lemmy.world"
+apProfileId: "https://lemmy.world/c/selfhosted"
+apPublicUrl: "https://lemmy.world/c/selfhosted"
+apFollowersUrl: "https://lemmy.world/c/selfhosted/followers"
+apInboxUrl: "https://lemmy.world/inbox"
+apDomain: "lemmy.world"
+apPreferredUsername: "selfhosted"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1703473826 {#324
date: 2023-12-25 04:10:26.0 +01:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1703473826 {#318
date: 2023-12-25 04:10:26.0 +01:00
}
} |
|
Show voter details
|