1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#2163 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2084
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2217 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2265 …}
+notifications: Doctrine\ORM\PersistentCollection {#2274 …}
+badges: Doctrine\ORM\PersistentCollection {#2237 …}
+children: [
1 => App\Entity\EntryComment {#1381
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: """
Commenting because id also like to know.\n
\n
In my case I resorted to using another enclosure/ adapter
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1728956465 {#2393
date: 2024-10-15 03:41:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#1402 …}
+nested: Doctrine\ORM\PersistentCollection {#1385 …}
+votes: Doctrine\ORM\PersistentCollection {#1401 …}
+reports: Doctrine\ORM\PersistentCollection {#1363 …}
+favourites: Doctrine\ORM\PersistentCollection {#1362 …}
+notifications: Doctrine\ORM\PersistentCollection {#2019 …}
-id: 344510
-bodyTs: "'adapt':17 'also':4 'anoth':15 'case':10 'comment':1 'enclosur':16 'id':3 'know':7 'like':5 'resort':12 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062516"
+editedAt: null
+createdAt: DateTimeImmutable @1706357387 {#1384
date: 2024-01-27 13:09:47.0 +01:00
}
+"title": 344510
}
0 => App\Entity\EntryComment {#2026
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
+root: App\Entity\EntryComment {#1381}
+body: "I dont know either. I used a seagate usb to sata adapter too and that gave me problems with large drives. Nothing on the datasheet mentioned anything, so i had an old backup external drive and swapped the drives to do my formatting/ transfer before putting the original back together"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706363238 {#2030
date: 2024-01-27 14:47:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2022 …}
+nested: Doctrine\ORM\PersistentCollection {#2025 …}
+votes: Doctrine\ORM\PersistentCollection {#2033 …}
+reports: Doctrine\ORM\PersistentCollection {#2028 …}
+favourites: Doctrine\ORM\PersistentCollection {#2012 …}
+notifications: Doctrine\ORM\PersistentCollection {#2013 …}
-id: 344663
-bodyTs: "'adapt':12 'anyth':27 'back':49 'backup':33 'datasheet':25 'dont':2 'drive':21,35,39 'either':4 'extern':34 'format':43 'gave':16 'know':3 'larg':20 'mention':26 'noth':22 'old':32 'origin':48 'problem':18 'put':46 'sata':11 'seagat':8 'swap':37 'togeth':50 'transfer':44 'usb':9 'use':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7063797"
+editedAt: null
+createdAt: DateTimeImmutable @1706363238 {#2032
date: 2024-01-27 14:47:18.0 +01:00
}
+"title": 344663
}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2308
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2299
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#2163 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2084
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2217 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2265 …}
+notifications: Doctrine\ORM\PersistentCollection {#2274 …}
+badges: Doctrine\ORM\PersistentCollection {#2237 …}
+children: [
1 => App\Entity\EntryComment {#1381
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: """
Commenting because id also like to know.\n
\n
In my case I resorted to using another enclosure/ adapter
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1728956465 {#2393
date: 2024-10-15 03:41:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#1402 …}
+nested: Doctrine\ORM\PersistentCollection {#1385 …}
+votes: Doctrine\ORM\PersistentCollection {#1401 …}
+reports: Doctrine\ORM\PersistentCollection {#1363 …}
+favourites: Doctrine\ORM\PersistentCollection {#1362 …}
+notifications: Doctrine\ORM\PersistentCollection {#2019 …}
-id: 344510
-bodyTs: "'adapt':17 'also':4 'anoth':15 'case':10 'comment':1 'enclosur':16 'id':3 'know':7 'like':5 'resort':12 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062516"
+editedAt: null
+createdAt: DateTimeImmutable @1706357387 {#1384
date: 2024-01-27 13:09:47.0 +01:00
}
+"title": 344510
}
0 => App\Entity\EntryComment {#2026
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
+root: App\Entity\EntryComment {#1381}
+body: "I dont know either. I used a seagate usb to sata adapter too and that gave me problems with large drives. Nothing on the datasheet mentioned anything, so i had an old backup external drive and swapped the drives to do my formatting/ transfer before putting the original back together"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706363238 {#2030
date: 2024-01-27 14:47:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2022 …}
+nested: Doctrine\ORM\PersistentCollection {#2025 …}
+votes: Doctrine\ORM\PersistentCollection {#2033 …}
+reports: Doctrine\ORM\PersistentCollection {#2028 …}
+favourites: Doctrine\ORM\PersistentCollection {#2012 …}
+notifications: Doctrine\ORM\PersistentCollection {#2013 …}
-id: 344663
-bodyTs: "'adapt':12 'anyth':27 'back':49 'backup':33 'datasheet':25 'dont':2 'drive':21,35,39 'either':4 'extern':34 'format':43 'gave':16 'know':3 'larg':20 'mention':26 'noth':22 'old':32 'origin':48 'problem':18 'put':46 'sata':11 'seagat':8 'swap':37 'togeth':50 'transfer':44 'usb':9 'use':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7063797"
+editedAt: null
+createdAt: DateTimeImmutable @1706363238 {#2032
date: 2024-01-27 14:47:18.0 +01:00
}
+"title": 344663
}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2308
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2299
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#2163 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2084
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2217 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2265 …}
+notifications: Doctrine\ORM\PersistentCollection {#2274 …}
+badges: Doctrine\ORM\PersistentCollection {#2237 …}
+children: [
1 => App\Entity\EntryComment {#1381
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: """
Commenting because id also like to know.\n
\n
In my case I resorted to using another enclosure/ adapter
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1728956465 {#2393
date: 2024-10-15 03:41:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#1402 …}
+nested: Doctrine\ORM\PersistentCollection {#1385 …}
+votes: Doctrine\ORM\PersistentCollection {#1401 …}
+reports: Doctrine\ORM\PersistentCollection {#1363 …}
+favourites: Doctrine\ORM\PersistentCollection {#1362 …}
+notifications: Doctrine\ORM\PersistentCollection {#2019 …}
-id: 344510
-bodyTs: "'adapt':17 'also':4 'anoth':15 'case':10 'comment':1 'enclosur':16 'id':3 'know':7 'like':5 'resort':12 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062516"
+editedAt: null
+createdAt: DateTimeImmutable @1706357387 {#1384
date: 2024-01-27 13:09:47.0 +01:00
}
+"title": 344510
}
0 => App\Entity\EntryComment {#2026
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
+root: App\Entity\EntryComment {#1381}
+body: "I dont know either. I used a seagate usb to sata adapter too and that gave me problems with large drives. Nothing on the datasheet mentioned anything, so i had an old backup external drive and swapped the drives to do my formatting/ transfer before putting the original back together"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706363238 {#2030
date: 2024-01-27 14:47:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2022 …}
+nested: Doctrine\ORM\PersistentCollection {#2025 …}
+votes: Doctrine\ORM\PersistentCollection {#2033 …}
+reports: Doctrine\ORM\PersistentCollection {#2028 …}
+favourites: Doctrine\ORM\PersistentCollection {#2012 …}
+notifications: Doctrine\ORM\PersistentCollection {#2013 …}
-id: 344663
-bodyTs: "'adapt':12 'anyth':27 'back':49 'backup':33 'datasheet':25 'dont':2 'drive':21,35,39 'either':4 'extern':34 'format':43 'gave':16 'know':3 'larg':20 'mention':26 'noth':22 'old':32 'origin':48 'problem':18 'put':46 'sata':11 'seagat':8 'swap':37 'togeth':50 'transfer':44 'usb':9 'use':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7063797"
+editedAt: null
+createdAt: DateTimeImmutable @1706363238 {#2032
date: 2024-01-27 14:47:18.0 +01:00
}
+"title": 344663
}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2308
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2299
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
5 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
6 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1381
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#2163 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2084
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2217 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2265 …}
+notifications: Doctrine\ORM\PersistentCollection {#2274 …}
+badges: Doctrine\ORM\PersistentCollection {#2237 …}
+children: [
1 => App\Entity\EntryComment {#1381}
0 => App\Entity\EntryComment {#2026
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
+root: App\Entity\EntryComment {#1381}
+body: "I dont know either. I used a seagate usb to sata adapter too and that gave me problems with large drives. Nothing on the datasheet mentioned anything, so i had an old backup external drive and swapped the drives to do my formatting/ transfer before putting the original back together"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706363238 {#2030
date: 2024-01-27 14:47:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2022 …}
+nested: Doctrine\ORM\PersistentCollection {#2025 …}
+votes: Doctrine\ORM\PersistentCollection {#2033 …}
+reports: Doctrine\ORM\PersistentCollection {#2028 …}
+favourites: Doctrine\ORM\PersistentCollection {#2012 …}
+notifications: Doctrine\ORM\PersistentCollection {#2013 …}
-id: 344663
-bodyTs: "'adapt':12 'anyth':27 'back':49 'backup':33 'datasheet':25 'dont':2 'drive':21,35,39 'either':4 'extern':34 'format':43 'gave':16 'know':3 'larg':20 'mention':26 'noth':22 'old':32 'origin':48 'problem':18 'put':46 'sata':11 'seagat':8 'swap':37 'togeth':50 'transfer':44 'usb':9 'use':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7063797"
+editedAt: null
+createdAt: DateTimeImmutable @1706363238 {#2032
date: 2024-01-27 14:47:18.0 +01:00
}
+"title": 344663
}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2308
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2299
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: """
Commenting because id also like to know.\n
\n
In my case I resorted to using another enclosure/ adapter
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1728956465 {#2393
date: 2024-10-15 03:41:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#1402 …}
+nested: Doctrine\ORM\PersistentCollection {#1385 …}
+votes: Doctrine\ORM\PersistentCollection {#1401 …}
+reports: Doctrine\ORM\PersistentCollection {#1363 …}
+favourites: Doctrine\ORM\PersistentCollection {#1362 …}
+notifications: Doctrine\ORM\PersistentCollection {#2019 …}
-id: 344510
-bodyTs: "'adapt':17 'also':4 'anoth':15 'case':10 'comment':1 'enclosur':16 'id':3 'know':7 'like':5 'resort':12 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062516"
+editedAt: null
+createdAt: DateTimeImmutable @1706357387 {#1384
date: 2024-01-27 13:09:47.0 +01:00
}
+"title": 344510
} |
|
Show voter details
|
7 |
DENIED
|
edit
|
App\Entity\EntryComment {#1381
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#2163 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2084
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2217 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2265 …}
+notifications: Doctrine\ORM\PersistentCollection {#2274 …}
+badges: Doctrine\ORM\PersistentCollection {#2237 …}
+children: [
1 => App\Entity\EntryComment {#1381}
0 => App\Entity\EntryComment {#2026
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
+root: App\Entity\EntryComment {#1381}
+body: "I dont know either. I used a seagate usb to sata adapter too and that gave me problems with large drives. Nothing on the datasheet mentioned anything, so i had an old backup external drive and swapped the drives to do my formatting/ transfer before putting the original back together"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706363238 {#2030
date: 2024-01-27 14:47:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2022 …}
+nested: Doctrine\ORM\PersistentCollection {#2025 …}
+votes: Doctrine\ORM\PersistentCollection {#2033 …}
+reports: Doctrine\ORM\PersistentCollection {#2028 …}
+favourites: Doctrine\ORM\PersistentCollection {#2012 …}
+notifications: Doctrine\ORM\PersistentCollection {#2013 …}
-id: 344663
-bodyTs: "'adapt':12 'anyth':27 'back':49 'backup':33 'datasheet':25 'dont':2 'drive':21,35,39 'either':4 'extern':34 'format':43 'gave':16 'know':3 'larg':20 'mention':26 'noth':22 'old':32 'origin':48 'problem':18 'put':46 'sata':11 'seagat':8 'swap':37 'togeth':50 'transfer':44 'usb':9 'use':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7063797"
+editedAt: null
+createdAt: DateTimeImmutable @1706363238 {#2032
date: 2024-01-27 14:47:18.0 +01:00
}
+"title": 344663
}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2308
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2299
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: """
Commenting because id also like to know.\n
\n
In my case I resorted to using another enclosure/ adapter
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1728956465 {#2393
date: 2024-10-15 03:41:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#1402 …}
+nested: Doctrine\ORM\PersistentCollection {#1385 …}
+votes: Doctrine\ORM\PersistentCollection {#1401 …}
+reports: Doctrine\ORM\PersistentCollection {#1363 …}
+favourites: Doctrine\ORM\PersistentCollection {#1362 …}
+notifications: Doctrine\ORM\PersistentCollection {#2019 …}
-id: 344510
-bodyTs: "'adapt':17 'also':4 'anoth':15 'case':10 'comment':1 'enclosur':16 'id':3 'know':7 'like':5 'resort':12 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062516"
+editedAt: null
+createdAt: DateTimeImmutable @1706357387 {#1384
date: 2024-01-27 13:09:47.0 +01:00
}
+"title": 344510
} |
|
Show voter details
|
8 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1381
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#2163 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2084
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2217 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2265 …}
+notifications: Doctrine\ORM\PersistentCollection {#2274 …}
+badges: Doctrine\ORM\PersistentCollection {#2237 …}
+children: [
1 => App\Entity\EntryComment {#1381}
0 => App\Entity\EntryComment {#2026
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
+root: App\Entity\EntryComment {#1381}
+body: "I dont know either. I used a seagate usb to sata adapter too and that gave me problems with large drives. Nothing on the datasheet mentioned anything, so i had an old backup external drive and swapped the drives to do my formatting/ transfer before putting the original back together"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706363238 {#2030
date: 2024-01-27 14:47:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2022 …}
+nested: Doctrine\ORM\PersistentCollection {#2025 …}
+votes: Doctrine\ORM\PersistentCollection {#2033 …}
+reports: Doctrine\ORM\PersistentCollection {#2028 …}
+favourites: Doctrine\ORM\PersistentCollection {#2012 …}
+notifications: Doctrine\ORM\PersistentCollection {#2013 …}
-id: 344663
-bodyTs: "'adapt':12 'anyth':27 'back':49 'backup':33 'datasheet':25 'dont':2 'drive':21,35,39 'either':4 'extern':34 'format':43 'gave':16 'know':3 'larg':20 'mention':26 'noth':22 'old':32 'origin':48 'problem':18 'put':46 'sata':11 'seagat':8 'swap':37 'togeth':50 'transfer':44 'usb':9 'use':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7063797"
+editedAt: null
+createdAt: DateTimeImmutable @1706363238 {#2032
date: 2024-01-27 14:47:18.0 +01:00
}
+"title": 344663
}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2308
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2299
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: """
Commenting because id also like to know.\n
\n
In my case I resorted to using another enclosure/ adapter
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1728956465 {#2393
date: 2024-10-15 03:41:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#1402 …}
+nested: Doctrine\ORM\PersistentCollection {#1385 …}
+votes: Doctrine\ORM\PersistentCollection {#1401 …}
+reports: Doctrine\ORM\PersistentCollection {#1363 …}
+favourites: Doctrine\ORM\PersistentCollection {#1362 …}
+notifications: Doctrine\ORM\PersistentCollection {#2019 …}
-id: 344510
-bodyTs: "'adapt':17 'also':4 'anoth':15 'case':10 'comment':1 'enclosur':16 'id':3 'know':7 'like':5 'resort':12 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062516"
+editedAt: null
+createdAt: DateTimeImmutable @1706357387 {#1384
date: 2024-01-27 13:09:47.0 +01:00
}
+"title": 344510
} |
|
Show voter details
|
9 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
10 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2026
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#2163 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2084
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2217 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2265 …}
+notifications: Doctrine\ORM\PersistentCollection {#2274 …}
+badges: Doctrine\ORM\PersistentCollection {#2237 …}
+children: [
1 => App\Entity\EntryComment {#1381
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: """
Commenting because id also like to know.\n
\n
In my case I resorted to using another enclosure/ adapter
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1728956465 {#2393
date: 2024-10-15 03:41:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#1402 …}
+nested: Doctrine\ORM\PersistentCollection {#1385 …}
+votes: Doctrine\ORM\PersistentCollection {#1401 …}
+reports: Doctrine\ORM\PersistentCollection {#1363 …}
+favourites: Doctrine\ORM\PersistentCollection {#1362 …}
+notifications: Doctrine\ORM\PersistentCollection {#2019 …}
-id: 344510
-bodyTs: "'adapt':17 'also':4 'anoth':15 'case':10 'comment':1 'enclosur':16 'id':3 'know':7 'like':5 'resort':12 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062516"
+editedAt: null
+createdAt: DateTimeImmutable @1706357387 {#1384
date: 2024-01-27 13:09:47.0 +01:00
}
+"title": 344510
}
0 => App\Entity\EntryComment {#2026}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2308
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2299
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
+root: App\Entity\EntryComment {#1381}
+body: "I dont know either. I used a seagate usb to sata adapter too and that gave me problems with large drives. Nothing on the datasheet mentioned anything, so i had an old backup external drive and swapped the drives to do my formatting/ transfer before putting the original back together"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706363238 {#2030
date: 2024-01-27 14:47:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2022 …}
+nested: Doctrine\ORM\PersistentCollection {#2025 …}
+votes: Doctrine\ORM\PersistentCollection {#2033 …}
+reports: Doctrine\ORM\PersistentCollection {#2028 …}
+favourites: Doctrine\ORM\PersistentCollection {#2012 …}
+notifications: Doctrine\ORM\PersistentCollection {#2013 …}
-id: 344663
-bodyTs: "'adapt':12 'anyth':27 'back':49 'backup':33 'datasheet':25 'dont':2 'drive':21,35,39 'either':4 'extern':34 'format':43 'gave':16 'know':3 'larg':20 'mention':26 'noth':22 'old':32 'origin':48 'problem':18 'put':46 'sata':11 'seagat':8 'swap':37 'togeth':50 'transfer':44 'usb':9 'use':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7063797"
+editedAt: null
+createdAt: DateTimeImmutable @1706363238 {#2032
date: 2024-01-27 14:47:18.0 +01:00
}
+"title": 344663
} |
|
Show voter details
|
11 |
DENIED
|
edit
|
App\Entity\EntryComment {#2026
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#2163 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2084
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2217 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2265 …}
+notifications: Doctrine\ORM\PersistentCollection {#2274 …}
+badges: Doctrine\ORM\PersistentCollection {#2237 …}
+children: [
1 => App\Entity\EntryComment {#1381
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: """
Commenting because id also like to know.\n
\n
In my case I resorted to using another enclosure/ adapter
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1728956465 {#2393
date: 2024-10-15 03:41:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#1402 …}
+nested: Doctrine\ORM\PersistentCollection {#1385 …}
+votes: Doctrine\ORM\PersistentCollection {#1401 …}
+reports: Doctrine\ORM\PersistentCollection {#1363 …}
+favourites: Doctrine\ORM\PersistentCollection {#1362 …}
+notifications: Doctrine\ORM\PersistentCollection {#2019 …}
-id: 344510
-bodyTs: "'adapt':17 'also':4 'anoth':15 'case':10 'comment':1 'enclosur':16 'id':3 'know':7 'like':5 'resort':12 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062516"
+editedAt: null
+createdAt: DateTimeImmutable @1706357387 {#1384
date: 2024-01-27 13:09:47.0 +01:00
}
+"title": 344510
}
0 => App\Entity\EntryComment {#2026}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2308
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2299
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
+root: App\Entity\EntryComment {#1381}
+body: "I dont know either. I used a seagate usb to sata adapter too and that gave me problems with large drives. Nothing on the datasheet mentioned anything, so i had an old backup external drive and swapped the drives to do my formatting/ transfer before putting the original back together"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706363238 {#2030
date: 2024-01-27 14:47:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2022 …}
+nested: Doctrine\ORM\PersistentCollection {#2025 …}
+votes: Doctrine\ORM\PersistentCollection {#2033 …}
+reports: Doctrine\ORM\PersistentCollection {#2028 …}
+favourites: Doctrine\ORM\PersistentCollection {#2012 …}
+notifications: Doctrine\ORM\PersistentCollection {#2013 …}
-id: 344663
-bodyTs: "'adapt':12 'anyth':27 'back':49 'backup':33 'datasheet':25 'dont':2 'drive':21,35,39 'either':4 'extern':34 'format':43 'gave':16 'know':3 'larg':20 'mention':26 'noth':22 'old':32 'origin':48 'problem':18 'put':46 'sata':11 'seagat':8 'swap':37 'togeth':50 'transfer':44 'usb':9 'use':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7063797"
+editedAt: null
+createdAt: DateTimeImmutable @1706363238 {#2032
date: 2024-01-27 14:47:18.0 +01:00
}
+"title": 344663
} |
|
Show voter details
|
12 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2026
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383
+user: Proxies\__CG__\App\Entity\User {#2163 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Help-with-external-4TB-drive"
+title: "Help with external 4TB drive"
+url: null
+body: """
Hi All,\n
\n
I have a 4TB drive that was originally in a PC connected via SATA. I now wish to put it in an external enclosure and connect it via USB, however this is proving more difficult than I expected, and from what I understand it’s Windows XP’s fault.\n
\n
On attempting to mount the drive with `sudo mount /dev/sdc /mnt`, I receive the following error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sdc, missing codepage or helper program, or other error.\n
</span>\n
```\n
\n
The output of `fdisk -l` is as follows:\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdc: 3.64 TiB, 4000787025920 bytes, 976754645 sectors\n
</span><span style="color:#323232;">Disk model: Expansion Desk\n
</span><span style="color:#323232;">Units: sectors of 1 * 4096 = 4096 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: dos\n
</span><span style="color:#323232;">Disk identifier: 0x00000000\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Boot Start End Sectors Size Id Type\n
</span><span style="color:#323232;">/dev/sdc1 1 4294967295 4294967295 16T ee GPT\n
</span>\n
```\n
\n
As can be seen, the disk is detected correctly as a 3.64TiB drive, but there is a partition that’s read as 16TB. This, AFAIK, is because the sectors are incorrectly read as 4096 bytes long when they should be 512 bytes, and this is a thing that external enclosures do to ensure MBR compatibility with Windows XP.\n
\n
I tried overcoming this by mounting as follows:\n
\n
```\n
\n
<span style="color:#323232;">$ sudo mount -o ro,offset=$((1*512)) /dev/sdc1 /mnt\n
</span>\n
```\n
\n
however now I have a new error:\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: failed to setup loop device for /dev/sdc1.\n
</span>\n
```\n
\n
Trying to mount with `sudo mount /dev/sdc1 /mnt` only yields\n
\n
```\n
\n
<span style="color:#323232;">mount: /mnt: special device /dev/sdc1 does not exist.\n
</span>\n
```\n
\n
I’m at a loss as to how to mount this drive - at least, without reformatting it. Is it at all possible? Once I’ve cracked the code, can I configure `/etc/fstab` to do it automatically for me, or am I stuck in this limbo-land where I have data on my disk that’s only readable with a hacky workaround? As a last resort, I think I can plug it back in via SATA, copy all 4TB off, plug it in via USB, reformat it and copy everything back on, but I want to avoid that hassle.\n
\n
Edit: Output of `fdisk -l` when connected via SATA. Note the sector size is now 512 and the drive mounts happily.\n
\n
```\n
\n
<span style="color:#323232;">Disk /dev/sdb: 3.7 TiB, 4000787030016 bytes, 7814037168 sectors\n
</span><span style="color:#323232;">Disk model: HGST HDN724040AL\n
</span><span style="color:#323232;">Units: sectors of 1 * 512 = 512 bytes\n
</span><span style="color:#323232;">Sector size (logical/physical): 512 bytes / 4096 bytes\n
</span><span style="color:#323232;">I/O size (minimum/optimal): 4096 bytes / 4096 bytes\n
</span><span style="color:#323232;">Disklabel type: gpt\n
</span><span style="color:#323232;">Disk identifier: 5852E3A7-A2E4-4589-9D93-F8020C2D7E54\n
</span><span style="color:#323232;">\n
</span><span style="color:#323232;">Device Start End Sectors Size Type\n
</span><span style="color:#323232;">/dev/sdb1 2048 7814035455 7814033408 3.7T Linux filesystem\n
</span>\n
```
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 18
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1729101953 {#2084
date: 2024-10-16 20:05:53.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2199 …}
+votes: Doctrine\ORM\PersistentCollection {#2217 …}
+reports: Doctrine\ORM\PersistentCollection {#2222 …}
+favourites: Doctrine\ORM\PersistentCollection {#2265 …}
+notifications: Doctrine\ORM\PersistentCollection {#2274 …}
+badges: Doctrine\ORM\PersistentCollection {#2237 …}
+children: [
1 => App\Entity\EntryComment {#1381
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1383 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: """
Commenting because id also like to know.\n
\n
In my case I resorted to using another enclosure/ adapter
"""
+lang: "en"
+isAdult: false
+favouriteCount: 3
+score: 0
+lastActive: DateTime @1728956465 {#2393
date: 2024-10-15 03:41:05.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
]
+children: Doctrine\ORM\PersistentCollection {#1402 …}
+nested: Doctrine\ORM\PersistentCollection {#1385 …}
+votes: Doctrine\ORM\PersistentCollection {#1401 …}
+reports: Doctrine\ORM\PersistentCollection {#1363 …}
+favourites: Doctrine\ORM\PersistentCollection {#1362 …}
+notifications: Doctrine\ORM\PersistentCollection {#2019 …}
-id: 344510
-bodyTs: "'adapt':17 'also':4 'anoth':15 'case':10 'comment':1 'enclosur':16 'id':3 'know':7 'like':5 'resort':12 'use':14"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7062516"
+editedAt: null
+createdAt: DateTimeImmutable @1706357387 {#1384
date: 2024-01-27 13:09:47.0 +01:00
}
+"title": 344510
}
0 => App\Entity\EntryComment {#2026}
]
-id: 33413
-titleTs: "'4tb':4 'drive':5 'extern':3 'help':1"
-bodyTs: "'-9':422 '/dev/sdb':380 '/dev/sdb1':432 '/dev/sdc':61,78,96 '/dev/sdc1':142,223,240,247,255 '/etc/fstab':290 '/mnt':62,69,224,233,248,252 '0x00000000':133 '1':110,143,221,394 '16t':146 '16tb':172 '2048':433 '3.64':97,160 '3.7':381,436 '4000787025920':99 '4000787030016':383 '4096':111,112,117,119,124,126,183,403,408,410 '4294967295':144,145 '4589':421 '4tb':6,337 '512':190,222,373,395,396,401 '5852e3':417 '7814033408':435 '7814035455':434 '7814037168':385 '976754645':101 'a2e4':420 'a7':419 'a7-a2e4':418 'afaik':174 'attempt':53 'automat':294 'avoid':355 'back':331,349 'bad':73,75 'boot':135 'byte':100,113,118,120,125,127,184,191,384,397,402,404,409,411 'code':286 'codepag':80 'compat':204 'configur':289 'connect':14,28,364 'copi':335,347 'correct':157 'crack':284 'd93':424 'd93-f8020c2d7e54':423 'data':309 'desk':106 'detect':156 'devic':134,238,254,426 'difficult':37 'disk':95,103,131,154,312,379,387,415 'disklabel':128,412 'dos':130 'drive':7,57,162,270,376 'edit':358 'ee':147 'enclosur':26,199 'end':137,428 'ensur':202 'error':67,86,231 'everyth':348 'exist':258 'expans':105 'expect':40 'extern':25,198 'f8020c2d7e54':425 'fail':234 'fault':51 'fdisk':90,361 'filesystem':439 'follow':66,94,215 'fs':71 'gpt':148,414 'hacki':319 'happili':378 'hassl':357 'hdn724040al':390 'helper':82 'hgst':389 'hi':1 'howev':32,225 'i/o':121,405 'id':140 'identifi':132,416 'incorrect':180 'l':91,362 'land':305 'last':323 'least':272 'limbo':304 'limbo-land':303 'linux':438 'logical/physical':116,400 'long':185 'loop':237 'loss':263 'm':260 'mbr':203 'minimum/optimal':123,407 'miss':79 'model':104,388 'mount':55,60,68,213,217,232,243,246,251,268,377 'new':230 'note':367 'o':218 'offset':220 'option':74 'origin':10 'output':88,359 'overcom':210 'partit':167 'pc':13 'plug':329,339 'possibl':280 'program':83 'prove':35 'put':21 'read':170,181 'readabl':316 'receiv':64 'reformat':274,344 'resort':324 'ro':219 'sata':16,334,366 'sector':102,108,114,138,178,369,386,392,398,429 'seen':152 'setup':236 'size':115,122,139,370,399,406,430 'special':253 'start':136,427 'stuck':300 'sudo':59,216,245 'superblock':76 'thing':196 'think':326 'tib':98,161,382 'tri':209,241 'type':72,129,141,413,431 'understand':45 'unit':107,391 'usb':31,343 've':283 'via':15,30,333,342,365 'want':353 'window':48,206 'wish':19 'without':273 'workaround':320 'wrong':70 'xp':49,207 'yield':250"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706441575
+visibility: "visible "
+apId: "https://aussie.zone/post/6328537"
+editedAt: DateTimeImmutable @1729027145 {#2308
date: 2024-10-15 23:19:05.0 +02:00
}
+createdAt: DateTimeImmutable @1706355175 {#2299
date: 2024-01-27 12:32:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2024 …}
+root: App\Entity\EntryComment {#1381}
+body: "I dont know either. I used a seagate usb to sata adapter too and that gave me problems with large drives. Nothing on the datasheet mentioned anything, so i had an old backup external drive and swapped the drives to do my formatting/ transfer before putting the original back together"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706363238 {#2030
date: 2024-01-27 14:47:18.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@i_am_hiding@aussie.zone"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2022 …}
+nested: Doctrine\ORM\PersistentCollection {#2025 …}
+votes: Doctrine\ORM\PersistentCollection {#2033 …}
+reports: Doctrine\ORM\PersistentCollection {#2028 …}
+favourites: Doctrine\ORM\PersistentCollection {#2012 …}
+notifications: Doctrine\ORM\PersistentCollection {#2013 …}
-id: 344663
-bodyTs: "'adapt':12 'anyth':27 'back':49 'backup':33 'datasheet':25 'dont':2 'drive':21,35,39 'either':4 'extern':34 'format':43 'gave':16 'know':3 'larg':20 'mention':26 'noth':22 'old':32 'origin':48 'problem':18 'put':46 'sata':11 'seagat':8 'swap':37 'togeth':50 'transfer':44 'usb':9 'use':6"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/7063797"
+editedAt: null
+createdAt: DateTimeImmutable @1706363238 {#2032
date: 2024-01-27 14:47:18.0 +01:00
}
+"title": 344663
} |
|
Show voter details
|
13 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
14 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1926
+user: Proxies\__CG__\App\Entity\User {#2213 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2258 …}
+slug: "Go-into-the-woods-and-fight-some-strangers-son"
+title: "Go into the woods and fight some strangers, son."
+url: "https://lemmy.world/pictrs/image/3356a858-da8a-4d3b-b3e7-b50d44973719.jpeg"
+body: "Via [Safely Endangered](https://safelyendangered.com/pages/about)"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 51
+favouriteCount: 1289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728315295 {#2226
date: 2024-10-07 17:34:55.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2259 …}
+votes: Doctrine\ORM\PersistentCollection {#2255 …}
+reports: Doctrine\ORM\PersistentCollection {#2251 …}
+favourites: Doctrine\ORM\PersistentCollection {#2285 …}
+notifications: Doctrine\ORM\PersistentCollection {#2287 …}
+badges: Doctrine\ORM\PersistentCollection {#2142 …}
+children: [
App\Entity\EntryComment {#1708
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1926 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
+image: null
+parent: null
+root: null
+body: """
Meanwhile professor oak:\n
\n
( ͡° ͜ʖ ͡°)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 47
+score: 0
+lastActive: DateTime @1727656600 {#1906
date: 2024-09-30 02:36:40.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@realitista@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1874 …}
+nested: Doctrine\ORM\PersistentCollection {#1908 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#2389 …}
+favourites: Doctrine\ORM\PersistentCollection {#2387 …}
+notifications: Doctrine\ORM\PersistentCollection {#2394 …}
-id: 331237
-bodyTs: "'meanwhil':1 'oak':3 'professor':2 'ʖ':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6914276"
+editedAt: null
+createdAt: DateTimeImmutable @1705927807 {#1909
date: 2024-01-22 13:50:07.0 +01:00
}
+"title": 331237
}
]
-id: 32353
-titleTs: "'fight':6 'go':1 'son':9 'stranger':8 'wood':4"
-bodyTs: "'/pages/about)':6 'endang':3 'safe':2 'safelyendangered.com':5 'safelyendangered.com/pages/about)':4 'via':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706011195
+visibility: "visible "
+apId: "https://lemmy.world/post/11034755"
+editedAt: null
+createdAt: DateTimeImmutable @1705924795 {#2321
date: 2024-01-22 12:59:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
15 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1926
+user: Proxies\__CG__\App\Entity\User {#2213 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2258 …}
+slug: "Go-into-the-woods-and-fight-some-strangers-son"
+title: "Go into the woods and fight some strangers, son."
+url: "https://lemmy.world/pictrs/image/3356a858-da8a-4d3b-b3e7-b50d44973719.jpeg"
+body: "Via [Safely Endangered](https://safelyendangered.com/pages/about)"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 51
+favouriteCount: 1289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728315295 {#2226
date: 2024-10-07 17:34:55.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2259 …}
+votes: Doctrine\ORM\PersistentCollection {#2255 …}
+reports: Doctrine\ORM\PersistentCollection {#2251 …}
+favourites: Doctrine\ORM\PersistentCollection {#2285 …}
+notifications: Doctrine\ORM\PersistentCollection {#2287 …}
+badges: Doctrine\ORM\PersistentCollection {#2142 …}
+children: [
App\Entity\EntryComment {#1708
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1926 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
+image: null
+parent: null
+root: null
+body: """
Meanwhile professor oak:\n
\n
( ͡° ͜ʖ ͡°)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 47
+score: 0
+lastActive: DateTime @1727656600 {#1906
date: 2024-09-30 02:36:40.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@realitista@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1874 …}
+nested: Doctrine\ORM\PersistentCollection {#1908 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#2389 …}
+favourites: Doctrine\ORM\PersistentCollection {#2387 …}
+notifications: Doctrine\ORM\PersistentCollection {#2394 …}
-id: 331237
-bodyTs: "'meanwhil':1 'oak':3 'professor':2 'ʖ':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6914276"
+editedAt: null
+createdAt: DateTimeImmutable @1705927807 {#1909
date: 2024-01-22 13:50:07.0 +01:00
}
+"title": 331237
}
]
-id: 32353
-titleTs: "'fight':6 'go':1 'son':9 'stranger':8 'wood':4"
-bodyTs: "'/pages/about)':6 'endang':3 'safe':2 'safelyendangered.com':5 'safelyendangered.com/pages/about)':4 'via':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706011195
+visibility: "visible "
+apId: "https://lemmy.world/post/11034755"
+editedAt: null
+createdAt: DateTimeImmutable @1705924795 {#2321
date: 2024-01-22 12:59:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
16 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1926
+user: Proxies\__CG__\App\Entity\User {#2213 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2258 …}
+slug: "Go-into-the-woods-and-fight-some-strangers-son"
+title: "Go into the woods and fight some strangers, son."
+url: "https://lemmy.world/pictrs/image/3356a858-da8a-4d3b-b3e7-b50d44973719.jpeg"
+body: "Via [Safely Endangered](https://safelyendangered.com/pages/about)"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 51
+favouriteCount: 1289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728315295 {#2226
date: 2024-10-07 17:34:55.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2259 …}
+votes: Doctrine\ORM\PersistentCollection {#2255 …}
+reports: Doctrine\ORM\PersistentCollection {#2251 …}
+favourites: Doctrine\ORM\PersistentCollection {#2285 …}
+notifications: Doctrine\ORM\PersistentCollection {#2287 …}
+badges: Doctrine\ORM\PersistentCollection {#2142 …}
+children: [
App\Entity\EntryComment {#1708
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1926 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
+image: null
+parent: null
+root: null
+body: """
Meanwhile professor oak:\n
\n
( ͡° ͜ʖ ͡°)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 47
+score: 0
+lastActive: DateTime @1727656600 {#1906
date: 2024-09-30 02:36:40.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@realitista@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1874 …}
+nested: Doctrine\ORM\PersistentCollection {#1908 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#2389 …}
+favourites: Doctrine\ORM\PersistentCollection {#2387 …}
+notifications: Doctrine\ORM\PersistentCollection {#2394 …}
-id: 331237
-bodyTs: "'meanwhil':1 'oak':3 'professor':2 'ʖ':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6914276"
+editedAt: null
+createdAt: DateTimeImmutable @1705927807 {#1909
date: 2024-01-22 13:50:07.0 +01:00
}
+"title": 331237
}
]
-id: 32353
-titleTs: "'fight':6 'go':1 'son':9 'stranger':8 'wood':4"
-bodyTs: "'/pages/about)':6 'endang':3 'safe':2 'safelyendangered.com':5 'safelyendangered.com/pages/about)':4 'via':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706011195
+visibility: "visible "
+apId: "https://lemmy.world/post/11034755"
+editedAt: null
+createdAt: DateTimeImmutable @1705924795 {#2321
date: 2024-01-22 12:59:55.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
17 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
18 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1708
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1926
+user: Proxies\__CG__\App\Entity\User {#2213 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2258 …}
+slug: "Go-into-the-woods-and-fight-some-strangers-son"
+title: "Go into the woods and fight some strangers, son."
+url: "https://lemmy.world/pictrs/image/3356a858-da8a-4d3b-b3e7-b50d44973719.jpeg"
+body: "Via [Safely Endangered](https://safelyendangered.com/pages/about)"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 51
+favouriteCount: 1289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728315295 {#2226
date: 2024-10-07 17:34:55.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2259 …}
+votes: Doctrine\ORM\PersistentCollection {#2255 …}
+reports: Doctrine\ORM\PersistentCollection {#2251 …}
+favourites: Doctrine\ORM\PersistentCollection {#2285 …}
+notifications: Doctrine\ORM\PersistentCollection {#2287 …}
+badges: Doctrine\ORM\PersistentCollection {#2142 …}
+children: [
App\Entity\EntryComment {#1708}
]
-id: 32353
-titleTs: "'fight':6 'go':1 'son':9 'stranger':8 'wood':4"
-bodyTs: "'/pages/about)':6 'endang':3 'safe':2 'safelyendangered.com':5 'safelyendangered.com/pages/about)':4 'via':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706011195
+visibility: "visible "
+apId: "https://lemmy.world/post/11034755"
+editedAt: null
+createdAt: DateTimeImmutable @1705924795 {#2321
date: 2024-01-22 12:59:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
+image: null
+parent: null
+root: null
+body: """
Meanwhile professor oak:\n
\n
( ͡° ͜ʖ ͡°)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 47
+score: 0
+lastActive: DateTime @1727656600 {#1906
date: 2024-09-30 02:36:40.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@realitista@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1874 …}
+nested: Doctrine\ORM\PersistentCollection {#1908 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#2389 …}
+favourites: Doctrine\ORM\PersistentCollection {#2387 …}
+notifications: Doctrine\ORM\PersistentCollection {#2394 …}
-id: 331237
-bodyTs: "'meanwhil':1 'oak':3 'professor':2 'ʖ':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6914276"
+editedAt: null
+createdAt: DateTimeImmutable @1705927807 {#1909
date: 2024-01-22 13:50:07.0 +01:00
}
+"title": 331237
} |
|
Show voter details
|
19 |
DENIED
|
edit
|
App\Entity\EntryComment {#1708
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1926
+user: Proxies\__CG__\App\Entity\User {#2213 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2258 …}
+slug: "Go-into-the-woods-and-fight-some-strangers-son"
+title: "Go into the woods and fight some strangers, son."
+url: "https://lemmy.world/pictrs/image/3356a858-da8a-4d3b-b3e7-b50d44973719.jpeg"
+body: "Via [Safely Endangered](https://safelyendangered.com/pages/about)"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 51
+favouriteCount: 1289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728315295 {#2226
date: 2024-10-07 17:34:55.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2259 …}
+votes: Doctrine\ORM\PersistentCollection {#2255 …}
+reports: Doctrine\ORM\PersistentCollection {#2251 …}
+favourites: Doctrine\ORM\PersistentCollection {#2285 …}
+notifications: Doctrine\ORM\PersistentCollection {#2287 …}
+badges: Doctrine\ORM\PersistentCollection {#2142 …}
+children: [
App\Entity\EntryComment {#1708}
]
-id: 32353
-titleTs: "'fight':6 'go':1 'son':9 'stranger':8 'wood':4"
-bodyTs: "'/pages/about)':6 'endang':3 'safe':2 'safelyendangered.com':5 'safelyendangered.com/pages/about)':4 'via':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706011195
+visibility: "visible "
+apId: "https://lemmy.world/post/11034755"
+editedAt: null
+createdAt: DateTimeImmutable @1705924795 {#2321
date: 2024-01-22 12:59:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
+image: null
+parent: null
+root: null
+body: """
Meanwhile professor oak:\n
\n
( ͡° ͜ʖ ͡°)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 47
+score: 0
+lastActive: DateTime @1727656600 {#1906
date: 2024-09-30 02:36:40.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@realitista@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1874 …}
+nested: Doctrine\ORM\PersistentCollection {#1908 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#2389 …}
+favourites: Doctrine\ORM\PersistentCollection {#2387 …}
+notifications: Doctrine\ORM\PersistentCollection {#2394 …}
-id: 331237
-bodyTs: "'meanwhil':1 'oak':3 'professor':2 'ʖ':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6914276"
+editedAt: null
+createdAt: DateTimeImmutable @1705927807 {#1909
date: 2024-01-22 13:50:07.0 +01:00
}
+"title": 331237
} |
|
Show voter details
|
20 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1708
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1926
+user: Proxies\__CG__\App\Entity\User {#2213 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2258 …}
+slug: "Go-into-the-woods-and-fight-some-strangers-son"
+title: "Go into the woods and fight some strangers, son."
+url: "https://lemmy.world/pictrs/image/3356a858-da8a-4d3b-b3e7-b50d44973719.jpeg"
+body: "Via [Safely Endangered](https://safelyendangered.com/pages/about)"
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 51
+favouriteCount: 1289
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1728315295 {#2226
date: 2024-10-07 17:34:55.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2259 …}
+votes: Doctrine\ORM\PersistentCollection {#2255 …}
+reports: Doctrine\ORM\PersistentCollection {#2251 …}
+favourites: Doctrine\ORM\PersistentCollection {#2285 …}
+notifications: Doctrine\ORM\PersistentCollection {#2287 …}
+badges: Doctrine\ORM\PersistentCollection {#2142 …}
+children: [
App\Entity\EntryComment {#1708}
]
-id: 32353
-titleTs: "'fight':6 'go':1 'son':9 'stranger':8 'wood':4"
-bodyTs: "'/pages/about)':6 'endang':3 'safe':2 'safelyendangered.com':5 'safelyendangered.com/pages/about)':4 'via':1"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1706011195
+visibility: "visible "
+apId: "https://lemmy.world/post/11034755"
+editedAt: null
+createdAt: DateTimeImmutable @1705924795 {#2321
date: 2024-01-22 12:59:55.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1410 …}
+image: null
+parent: null
+root: null
+body: """
Meanwhile professor oak:\n
\n
( ͡° ͜ʖ ͡°)
"""
+lang: "en"
+isAdult: false
+favouriteCount: 47
+score: 0
+lastActive: DateTime @1727656600 {#1906
date: 2024-09-30 02:36:40.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@realitista@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1874 …}
+nested: Doctrine\ORM\PersistentCollection {#1908 …}
+votes: Doctrine\ORM\PersistentCollection {#1883 …}
+reports: Doctrine\ORM\PersistentCollection {#2389 …}
+favourites: Doctrine\ORM\PersistentCollection {#2387 …}
+notifications: Doctrine\ORM\PersistentCollection {#2394 …}
-id: 331237
-bodyTs: "'meanwhil':1 'oak':3 'professor':2 'ʖ':4"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6914276"
+editedAt: null
+createdAt: DateTimeImmutable @1705927807 {#1909
date: 2024-01-22 13:50:07.0 +01:00
}
+"title": 331237
} |
|
Show voter details
|
21 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
22 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2359
+user: Proxies\__CG__\App\Entity\User {#2306 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Where-do-you-get-your-information-about-new-software"
+title: "Where do you get your information about new software?"
+url: null
+body: """
I guess I’m becoming a dinosaur, and now I don’t know where to find out about new FOSS stuff being developed, when new releases are out, etc.\n
\n
I used to get it all on USENET and mailing lists, and then later on sourceforge.net and freshmeat.net. Now I track some things on [freshcode.club](https://freshcode.club/), but I don’t see much that’s ‘fresh’. Maybe new updates, but not too many new packages. sourceforge still exists, but it doesn’t seem current.\n
\n
If I know about a project I’ll follow it on GitHub, but I’m looking for a place to find out about new things that I didn’t know I wanted yet.\n
\n
tl;dr: Where can I watch to see promising new FOSS software projects?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 96
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1725916411 {#2039
date: 2024-09-09 23:13:31.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2157 …}
+votes: Doctrine\ORM\PersistentCollection {#2145 …}
+reports: Doctrine\ORM\PersistentCollection {#2152 …}
+favourites: Doctrine\ORM\PersistentCollection {#2148 …}
+notifications: Doctrine\ORM\PersistentCollection {#2146 …}
+badges: Doctrine\ORM\PersistentCollection {#2180 …}
+children: [
App\Entity\EntryComment {#2360
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: """
Lots of good suggestions already commented. I browse subs and communities, browse fdroid regularly and have a scroll through sourceforge/ git*/ alternativeto/ linux distro repositories now and again\n
\n
One time i was really bored and just sorted projects on gitlab and github by stars and scrolled page after page finding many interesting projects. Then finding one thing makes you think of another which you can go look in to
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1705490453 {#2363
date: 2024-01-17 12:20:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2364 …}
+nested: Doctrine\ORM\PersistentCollection {#2380 …}
+votes: Doctrine\ORM\PersistentCollection {#2382 …}
+reports: Doctrine\ORM\PersistentCollection {#2384 …}
+favourites: Doctrine\ORM\PersistentCollection {#2379 …}
+notifications: Doctrine\ORM\PersistentCollection {#2383 …}
-id: 316467
-bodyTs: "'alreadi':5 'alternativeto':22 'anoth':62 'bore':34 'brows':8,12 'comment':6 'communiti':11 'distro':24 'fdroid':13 'find':50,55 'git':21 'github':42 'gitlab':40 'go':66 'good':3 'interest':52 'linux':23 'look':67 'lot':1 'make':58 'mani':51 'one':29,56 'page':47,49 'project':38,53 'realli':33 'regular':14 'repositori':25 'scroll':18,46 'sort':37 'sourceforg':20 'star':44 'sub':9 'suggest':4 'thing':57 'think':60 'time':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6773410"
+editedAt: DateTimeImmutable @1725718799 {#2370
date: 2024-09-07 16:19:59.0 +02:00
}
+createdAt: DateTimeImmutable @1705490453 {#2377
date: 2024-01-17 12:20:53.0 +01:00
}
+"title": 316467
}
]
-id: 31149
-titleTs: "'get':4 'inform':6 'new':8 'softwar':9"
-bodyTs: "'/),':57 'becom':5 'current':84 'develop':23 'didn':112 'dinosaur':7 'doesn':81 'dr':119 'etc':29 'exist':78 'find':16,105 'follow':93 'foss':20,128 'fresh':66 'freshcode.club':54,56 'freshcode.club/),':55 'freshmeat.net':47 'get':33 'github':96 'guess':2 'know':13,87,114 'later':43 'list':40 'll':92 'look':100 'm':4,99 'mail':39 'mani':73 'mayb':67 'much':63 'new':19,25,68,74,108,127 'packag':75 'place':103 'project':90,130 'promis':126 'releas':26 'see':62,125 'seem':83 'softwar':129 'sourceforg':76 'sourceforge.net':45 'still':77 'stuff':21 'thing':52,109 'tl':118 'track':50 'updat':69 'use':31 'usenet':37 'want':116 'watch':123 'yet':117"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705563090
+visibility: "visible "
+apId: "https://lemmy.world/post/10815680"
+editedAt: null
+createdAt: DateTimeImmutable @1705476690 {#2244
date: 2024-01-17 08:31:30.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
23 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#2359
+user: Proxies\__CG__\App\Entity\User {#2306 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Where-do-you-get-your-information-about-new-software"
+title: "Where do you get your information about new software?"
+url: null
+body: """
I guess I’m becoming a dinosaur, and now I don’t know where to find out about new FOSS stuff being developed, when new releases are out, etc.\n
\n
I used to get it all on USENET and mailing lists, and then later on sourceforge.net and freshmeat.net. Now I track some things on [freshcode.club](https://freshcode.club/), but I don’t see much that’s ‘fresh’. Maybe new updates, but not too many new packages. sourceforge still exists, but it doesn’t seem current.\n
\n
If I know about a project I’ll follow it on GitHub, but I’m looking for a place to find out about new things that I didn’t know I wanted yet.\n
\n
tl;dr: Where can I watch to see promising new FOSS software projects?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 96
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1725916411 {#2039
date: 2024-09-09 23:13:31.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2157 …}
+votes: Doctrine\ORM\PersistentCollection {#2145 …}
+reports: Doctrine\ORM\PersistentCollection {#2152 …}
+favourites: Doctrine\ORM\PersistentCollection {#2148 …}
+notifications: Doctrine\ORM\PersistentCollection {#2146 …}
+badges: Doctrine\ORM\PersistentCollection {#2180 …}
+children: [
App\Entity\EntryComment {#2360
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: """
Lots of good suggestions already commented. I browse subs and communities, browse fdroid regularly and have a scroll through sourceforge/ git*/ alternativeto/ linux distro repositories now and again\n
\n
One time i was really bored and just sorted projects on gitlab and github by stars and scrolled page after page finding many interesting projects. Then finding one thing makes you think of another which you can go look in to
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1705490453 {#2363
date: 2024-01-17 12:20:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2364 …}
+nested: Doctrine\ORM\PersistentCollection {#2380 …}
+votes: Doctrine\ORM\PersistentCollection {#2382 …}
+reports: Doctrine\ORM\PersistentCollection {#2384 …}
+favourites: Doctrine\ORM\PersistentCollection {#2379 …}
+notifications: Doctrine\ORM\PersistentCollection {#2383 …}
-id: 316467
-bodyTs: "'alreadi':5 'alternativeto':22 'anoth':62 'bore':34 'brows':8,12 'comment':6 'communiti':11 'distro':24 'fdroid':13 'find':50,55 'git':21 'github':42 'gitlab':40 'go':66 'good':3 'interest':52 'linux':23 'look':67 'lot':1 'make':58 'mani':51 'one':29,56 'page':47,49 'project':38,53 'realli':33 'regular':14 'repositori':25 'scroll':18,46 'sort':37 'sourceforg':20 'star':44 'sub':9 'suggest':4 'thing':57 'think':60 'time':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6773410"
+editedAt: DateTimeImmutable @1725718799 {#2370
date: 2024-09-07 16:19:59.0 +02:00
}
+createdAt: DateTimeImmutable @1705490453 {#2377
date: 2024-01-17 12:20:53.0 +01:00
}
+"title": 316467
}
]
-id: 31149
-titleTs: "'get':4 'inform':6 'new':8 'softwar':9"
-bodyTs: "'/),':57 'becom':5 'current':84 'develop':23 'didn':112 'dinosaur':7 'doesn':81 'dr':119 'etc':29 'exist':78 'find':16,105 'follow':93 'foss':20,128 'fresh':66 'freshcode.club':54,56 'freshcode.club/),':55 'freshmeat.net':47 'get':33 'github':96 'guess':2 'know':13,87,114 'later':43 'list':40 'll':92 'look':100 'm':4,99 'mail':39 'mani':73 'mayb':67 'much':63 'new':19,25,68,74,108,127 'packag':75 'place':103 'project':90,130 'promis':126 'releas':26 'see':62,125 'seem':83 'softwar':129 'sourceforg':76 'sourceforge.net':45 'still':77 'stuff':21 'thing':52,109 'tl':118 'track':50 'updat':69 'use':31 'usenet':37 'want':116 'watch':123 'yet':117"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705563090
+visibility: "visible "
+apId: "https://lemmy.world/post/10815680"
+editedAt: null
+createdAt: DateTimeImmutable @1705476690 {#2244
date: 2024-01-17 08:31:30.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
24 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#2359
+user: Proxies\__CG__\App\Entity\User {#2306 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Where-do-you-get-your-information-about-new-software"
+title: "Where do you get your information about new software?"
+url: null
+body: """
I guess I’m becoming a dinosaur, and now I don’t know where to find out about new FOSS stuff being developed, when new releases are out, etc.\n
\n
I used to get it all on USENET and mailing lists, and then later on sourceforge.net and freshmeat.net. Now I track some things on [freshcode.club](https://freshcode.club/), but I don’t see much that’s ‘fresh’. Maybe new updates, but not too many new packages. sourceforge still exists, but it doesn’t seem current.\n
\n
If I know about a project I’ll follow it on GitHub, but I’m looking for a place to find out about new things that I didn’t know I wanted yet.\n
\n
tl;dr: Where can I watch to see promising new FOSS software projects?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 96
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1725916411 {#2039
date: 2024-09-09 23:13:31.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2157 …}
+votes: Doctrine\ORM\PersistentCollection {#2145 …}
+reports: Doctrine\ORM\PersistentCollection {#2152 …}
+favourites: Doctrine\ORM\PersistentCollection {#2148 …}
+notifications: Doctrine\ORM\PersistentCollection {#2146 …}
+badges: Doctrine\ORM\PersistentCollection {#2180 …}
+children: [
App\Entity\EntryComment {#2360
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2359 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: """
Lots of good suggestions already commented. I browse subs and communities, browse fdroid regularly and have a scroll through sourceforge/ git*/ alternativeto/ linux distro repositories now and again\n
\n
One time i was really bored and just sorted projects on gitlab and github by stars and scrolled page after page finding many interesting projects. Then finding one thing makes you think of another which you can go look in to
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1705490453 {#2363
date: 2024-01-17 12:20:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2364 …}
+nested: Doctrine\ORM\PersistentCollection {#2380 …}
+votes: Doctrine\ORM\PersistentCollection {#2382 …}
+reports: Doctrine\ORM\PersistentCollection {#2384 …}
+favourites: Doctrine\ORM\PersistentCollection {#2379 …}
+notifications: Doctrine\ORM\PersistentCollection {#2383 …}
-id: 316467
-bodyTs: "'alreadi':5 'alternativeto':22 'anoth':62 'bore':34 'brows':8,12 'comment':6 'communiti':11 'distro':24 'fdroid':13 'find':50,55 'git':21 'github':42 'gitlab':40 'go':66 'good':3 'interest':52 'linux':23 'look':67 'lot':1 'make':58 'mani':51 'one':29,56 'page':47,49 'project':38,53 'realli':33 'regular':14 'repositori':25 'scroll':18,46 'sort':37 'sourceforg':20 'star':44 'sub':9 'suggest':4 'thing':57 'think':60 'time':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6773410"
+editedAt: DateTimeImmutable @1725718799 {#2370
date: 2024-09-07 16:19:59.0 +02:00
}
+createdAt: DateTimeImmutable @1705490453 {#2377
date: 2024-01-17 12:20:53.0 +01:00
}
+"title": 316467
}
]
-id: 31149
-titleTs: "'get':4 'inform':6 'new':8 'softwar':9"
-bodyTs: "'/),':57 'becom':5 'current':84 'develop':23 'didn':112 'dinosaur':7 'doesn':81 'dr':119 'etc':29 'exist':78 'find':16,105 'follow':93 'foss':20,128 'fresh':66 'freshcode.club':54,56 'freshcode.club/),':55 'freshmeat.net':47 'get':33 'github':96 'guess':2 'know':13,87,114 'later':43 'list':40 'll':92 'look':100 'm':4,99 'mail':39 'mani':73 'mayb':67 'much':63 'new':19,25,68,74,108,127 'packag':75 'place':103 'project':90,130 'promis':126 'releas':26 'see':62,125 'seem':83 'softwar':129 'sourceforg':76 'sourceforge.net':45 'still':77 'stuff':21 'thing':52,109 'tl':118 'track':50 'updat':69 'use':31 'usenet':37 'want':116 'watch':123 'yet':117"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705563090
+visibility: "visible "
+apId: "https://lemmy.world/post/10815680"
+editedAt: null
+createdAt: DateTimeImmutable @1705476690 {#2244
date: 2024-01-17 08:31:30.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
25 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
26 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2360
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2359
+user: Proxies\__CG__\App\Entity\User {#2306 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Where-do-you-get-your-information-about-new-software"
+title: "Where do you get your information about new software?"
+url: null
+body: """
I guess I’m becoming a dinosaur, and now I don’t know where to find out about new FOSS stuff being developed, when new releases are out, etc.\n
\n
I used to get it all on USENET and mailing lists, and then later on sourceforge.net and freshmeat.net. Now I track some things on [freshcode.club](https://freshcode.club/), but I don’t see much that’s ‘fresh’. Maybe new updates, but not too many new packages. sourceforge still exists, but it doesn’t seem current.\n
\n
If I know about a project I’ll follow it on GitHub, but I’m looking for a place to find out about new things that I didn’t know I wanted yet.\n
\n
tl;dr: Where can I watch to see promising new FOSS software projects?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 96
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1725916411 {#2039
date: 2024-09-09 23:13:31.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2157 …}
+votes: Doctrine\ORM\PersistentCollection {#2145 …}
+reports: Doctrine\ORM\PersistentCollection {#2152 …}
+favourites: Doctrine\ORM\PersistentCollection {#2148 …}
+notifications: Doctrine\ORM\PersistentCollection {#2146 …}
+badges: Doctrine\ORM\PersistentCollection {#2180 …}
+children: [
App\Entity\EntryComment {#2360}
]
-id: 31149
-titleTs: "'get':4 'inform':6 'new':8 'softwar':9"
-bodyTs: "'/),':57 'becom':5 'current':84 'develop':23 'didn':112 'dinosaur':7 'doesn':81 'dr':119 'etc':29 'exist':78 'find':16,105 'follow':93 'foss':20,128 'fresh':66 'freshcode.club':54,56 'freshcode.club/),':55 'freshmeat.net':47 'get':33 'github':96 'guess':2 'know':13,87,114 'later':43 'list':40 'll':92 'look':100 'm':4,99 'mail':39 'mani':73 'mayb':67 'much':63 'new':19,25,68,74,108,127 'packag':75 'place':103 'project':90,130 'promis':126 'releas':26 'see':62,125 'seem':83 'softwar':129 'sourceforg':76 'sourceforge.net':45 'still':77 'stuff':21 'thing':52,109 'tl':118 'track':50 'updat':69 'use':31 'usenet':37 'want':116 'watch':123 'yet':117"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705563090
+visibility: "visible "
+apId: "https://lemmy.world/post/10815680"
+editedAt: null
+createdAt: DateTimeImmutable @1705476690 {#2244
date: 2024-01-17 08:31:30.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: """
Lots of good suggestions already commented. I browse subs and communities, browse fdroid regularly and have a scroll through sourceforge/ git*/ alternativeto/ linux distro repositories now and again\n
\n
One time i was really bored and just sorted projects on gitlab and github by stars and scrolled page after page finding many interesting projects. Then finding one thing makes you think of another which you can go look in to
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1705490453 {#2363
date: 2024-01-17 12:20:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2364 …}
+nested: Doctrine\ORM\PersistentCollection {#2380 …}
+votes: Doctrine\ORM\PersistentCollection {#2382 …}
+reports: Doctrine\ORM\PersistentCollection {#2384 …}
+favourites: Doctrine\ORM\PersistentCollection {#2379 …}
+notifications: Doctrine\ORM\PersistentCollection {#2383 …}
-id: 316467
-bodyTs: "'alreadi':5 'alternativeto':22 'anoth':62 'bore':34 'brows':8,12 'comment':6 'communiti':11 'distro':24 'fdroid':13 'find':50,55 'git':21 'github':42 'gitlab':40 'go':66 'good':3 'interest':52 'linux':23 'look':67 'lot':1 'make':58 'mani':51 'one':29,56 'page':47,49 'project':38,53 'realli':33 'regular':14 'repositori':25 'scroll':18,46 'sort':37 'sourceforg':20 'star':44 'sub':9 'suggest':4 'thing':57 'think':60 'time':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6773410"
+editedAt: DateTimeImmutable @1725718799 {#2370
date: 2024-09-07 16:19:59.0 +02:00
}
+createdAt: DateTimeImmutable @1705490453 {#2377
date: 2024-01-17 12:20:53.0 +01:00
}
+"title": 316467
} |
|
Show voter details
|
27 |
DENIED
|
edit
|
App\Entity\EntryComment {#2360
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2359
+user: Proxies\__CG__\App\Entity\User {#2306 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Where-do-you-get-your-information-about-new-software"
+title: "Where do you get your information about new software?"
+url: null
+body: """
I guess I’m becoming a dinosaur, and now I don’t know where to find out about new FOSS stuff being developed, when new releases are out, etc.\n
\n
I used to get it all on USENET and mailing lists, and then later on sourceforge.net and freshmeat.net. Now I track some things on [freshcode.club](https://freshcode.club/), but I don’t see much that’s ‘fresh’. Maybe new updates, but not too many new packages. sourceforge still exists, but it doesn’t seem current.\n
\n
If I know about a project I’ll follow it on GitHub, but I’m looking for a place to find out about new things that I didn’t know I wanted yet.\n
\n
tl;dr: Where can I watch to see promising new FOSS software projects?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 96
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1725916411 {#2039
date: 2024-09-09 23:13:31.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2157 …}
+votes: Doctrine\ORM\PersistentCollection {#2145 …}
+reports: Doctrine\ORM\PersistentCollection {#2152 …}
+favourites: Doctrine\ORM\PersistentCollection {#2148 …}
+notifications: Doctrine\ORM\PersistentCollection {#2146 …}
+badges: Doctrine\ORM\PersistentCollection {#2180 …}
+children: [
App\Entity\EntryComment {#2360}
]
-id: 31149
-titleTs: "'get':4 'inform':6 'new':8 'softwar':9"
-bodyTs: "'/),':57 'becom':5 'current':84 'develop':23 'didn':112 'dinosaur':7 'doesn':81 'dr':119 'etc':29 'exist':78 'find':16,105 'follow':93 'foss':20,128 'fresh':66 'freshcode.club':54,56 'freshcode.club/),':55 'freshmeat.net':47 'get':33 'github':96 'guess':2 'know':13,87,114 'later':43 'list':40 'll':92 'look':100 'm':4,99 'mail':39 'mani':73 'mayb':67 'much':63 'new':19,25,68,74,108,127 'packag':75 'place':103 'project':90,130 'promis':126 'releas':26 'see':62,125 'seem':83 'softwar':129 'sourceforg':76 'sourceforge.net':45 'still':77 'stuff':21 'thing':52,109 'tl':118 'track':50 'updat':69 'use':31 'usenet':37 'want':116 'watch':123 'yet':117"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705563090
+visibility: "visible "
+apId: "https://lemmy.world/post/10815680"
+editedAt: null
+createdAt: DateTimeImmutable @1705476690 {#2244
date: 2024-01-17 08:31:30.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: """
Lots of good suggestions already commented. I browse subs and communities, browse fdroid regularly and have a scroll through sourceforge/ git*/ alternativeto/ linux distro repositories now and again\n
\n
One time i was really bored and just sorted projects on gitlab and github by stars and scrolled page after page finding many interesting projects. Then finding one thing makes you think of another which you can go look in to
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1705490453 {#2363
date: 2024-01-17 12:20:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2364 …}
+nested: Doctrine\ORM\PersistentCollection {#2380 …}
+votes: Doctrine\ORM\PersistentCollection {#2382 …}
+reports: Doctrine\ORM\PersistentCollection {#2384 …}
+favourites: Doctrine\ORM\PersistentCollection {#2379 …}
+notifications: Doctrine\ORM\PersistentCollection {#2383 …}
-id: 316467
-bodyTs: "'alreadi':5 'alternativeto':22 'anoth':62 'bore':34 'brows':8,12 'comment':6 'communiti':11 'distro':24 'fdroid':13 'find':50,55 'git':21 'github':42 'gitlab':40 'go':66 'good':3 'interest':52 'linux':23 'look':67 'lot':1 'make':58 'mani':51 'one':29,56 'page':47,49 'project':38,53 'realli':33 'regular':14 'repositori':25 'scroll':18,46 'sort':37 'sourceforg':20 'star':44 'sub':9 'suggest':4 'thing':57 'think':60 'time':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6773410"
+editedAt: DateTimeImmutable @1725718799 {#2370
date: 2024-09-07 16:19:59.0 +02:00
}
+createdAt: DateTimeImmutable @1705490453 {#2377
date: 2024-01-17 12:20:53.0 +01:00
}
+"title": 316467
} |
|
Show voter details
|
28 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2360
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#2359
+user: Proxies\__CG__\App\Entity\User {#2306 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Where-do-you-get-your-information-about-new-software"
+title: "Where do you get your information about new software?"
+url: null
+body: """
I guess I’m becoming a dinosaur, and now I don’t know where to find out about new FOSS stuff being developed, when new releases are out, etc.\n
\n
I used to get it all on USENET and mailing lists, and then later on sourceforge.net and freshmeat.net. Now I track some things on [freshcode.club](https://freshcode.club/), but I don’t see much that’s ‘fresh’. Maybe new updates, but not too many new packages. sourceforge still exists, but it doesn’t seem current.\n
\n
If I know about a project I’ll follow it on GitHub, but I’m looking for a place to find out about new things that I didn’t know I wanted yet.\n
\n
tl;dr: Where can I watch to see promising new FOSS software projects?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 13
+favouriteCount: 96
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1725916411 {#2039
date: 2024-09-09 23:13:31.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2157 …}
+votes: Doctrine\ORM\PersistentCollection {#2145 …}
+reports: Doctrine\ORM\PersistentCollection {#2152 …}
+favourites: Doctrine\ORM\PersistentCollection {#2148 …}
+notifications: Doctrine\ORM\PersistentCollection {#2146 …}
+badges: Doctrine\ORM\PersistentCollection {#2180 …}
+children: [
App\Entity\EntryComment {#2360}
]
-id: 31149
-titleTs: "'get':4 'inform':6 'new':8 'softwar':9"
-bodyTs: "'/),':57 'becom':5 'current':84 'develop':23 'didn':112 'dinosaur':7 'doesn':81 'dr':119 'etc':29 'exist':78 'find':16,105 'follow':93 'foss':20,128 'fresh':66 'freshcode.club':54,56 'freshcode.club/),':55 'freshmeat.net':47 'get':33 'github':96 'guess':2 'know':13,87,114 'later':43 'list':40 'll':92 'look':100 'm':4,99 'mail':39 'mani':73 'mayb':67 'much':63 'new':19,25,68,74,108,127 'packag':75 'place':103 'project':90,130 'promis':126 'releas':26 'see':62,125 'seem':83 'softwar':129 'sourceforg':76 'sourceforge.net':45 'still':77 'stuff':21 'thing':52,109 'tl':118 'track':50 'updat':69 'use':31 'usenet':37 'want':116 'watch':123 'yet':117"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705563090
+visibility: "visible "
+apId: "https://lemmy.world/post/10815680"
+editedAt: null
+createdAt: DateTimeImmutable @1705476690 {#2244
date: 2024-01-17 08:31:30.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#2361 …}
+image: null
+parent: null
+root: null
+body: """
Lots of good suggestions already commented. I browse subs and communities, browse fdroid regularly and have a scroll through sourceforge/ git*/ alternativeto/ linux distro repositories now and again\n
\n
One time i was really bored and just sorted projects on gitlab and github by stars and scrolled page after page finding many interesting projects. Then finding one thing makes you think of another which you can go look in to
"""
+lang: "en"
+isAdult: false
+favouriteCount: 7
+score: 0
+lastActive: DateTime @1705490453 {#2363
date: 2024-01-17 12:20:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
"@7fb2adfb45bafcc01c80@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2364 …}
+nested: Doctrine\ORM\PersistentCollection {#2380 …}
+votes: Doctrine\ORM\PersistentCollection {#2382 …}
+reports: Doctrine\ORM\PersistentCollection {#2384 …}
+favourites: Doctrine\ORM\PersistentCollection {#2379 …}
+notifications: Doctrine\ORM\PersistentCollection {#2383 …}
-id: 316467
-bodyTs: "'alreadi':5 'alternativeto':22 'anoth':62 'bore':34 'brows':8,12 'comment':6 'communiti':11 'distro':24 'fdroid':13 'find':50,55 'git':21 'github':42 'gitlab':40 'go':66 'good':3 'interest':52 'linux':23 'look':67 'lot':1 'make':58 'mani':51 'one':29,56 'page':47,49 'project':38,53 'realli':33 'regular':14 'repositori':25 'scroll':18,46 'sort':37 'sourceforg':20 'star':44 'sub':9 'suggest':4 'thing':57 'think':60 'time':30"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6773410"
+editedAt: DateTimeImmutable @1725718799 {#2370
date: 2024-09-07 16:19:59.0 +02:00
}
+createdAt: DateTimeImmutable @1705490453 {#2377
date: 2024-01-17 12:20:53.0 +01:00
}
+"title": 316467
} |
|
Show voter details
|
29 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
30 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
}
2 => App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
}
1 => App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
}
0 => App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
31 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
}
2 => App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
}
1 => App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
}
0 => App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
32 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
}
2 => App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
}
1 => App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
}
0 => App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
33 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
34 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611}
2 => App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
}
1 => App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
}
0 => App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
} |
|
Show voter details
|
35 |
DENIED
|
edit
|
App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611}
2 => App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
}
1 => App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
}
0 => App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
} |
|
Show voter details
|
36 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611}
2 => App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
}
1 => App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
}
0 => App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
} |
|
Show voter details
|
37 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
38 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
}
2 => App\Entity\EntryComment {#1736}
1 => App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
}
0 => App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
} |
|
Show voter details
|
39 |
DENIED
|
edit
|
App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
}
2 => App\Entity\EntryComment {#1736}
1 => App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
}
0 => App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
} |
|
Show voter details
|
40 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
}
2 => App\Entity\EntryComment {#1736}
1 => App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
}
0 => App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
} |
|
Show voter details
|
41 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
42 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
}
2 => App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
}
1 => App\Entity\EntryComment {#1717}
0 => App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
} |
|
Show voter details
|
43 |
DENIED
|
edit
|
App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
}
2 => App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
}
1 => App\Entity\EntryComment {#1717}
0 => App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
} |
|
Show voter details
|
44 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
}
2 => App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
}
1 => App\Entity\EntryComment {#1717}
0 => App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
} |
|
Show voter details
|
45 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
46 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
}
2 => App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
}
1 => App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
}
0 => App\Entity\EntryComment {#2460}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
} |
|
Show voter details
|
47 |
DENIED
|
edit
|
App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
}
2 => App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
}
1 => App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
}
0 => App\Entity\EntryComment {#2460}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
} |
|
Show voter details
|
48 |
DENIED
|
moderate
|
App\Entity\EntryComment {#2460
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598
+user: Proxies\__CG__\App\Entity\User {#2092 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Question-Unable-to-access-someof-my-LAN-servers-from-WAN"
+title: "[Question] Unable to access someof my LAN servers from WAN"
+url: null
+body: """
Hi there,\n
\n
I am pretty new to Linux, so apologies for any stupidly obvious answers I might miss; I have a Raspberry Pi with some self hosted stuff to use in my LAN - however I have recently decided to host a Gogs (git) server on there also (as well as a Wordpress server).\n
\n
Heres the issue - my Plex server is accessible from WAN, the Wordpress server is half working and the Gogs server is only accessible from LAN.\n
\n
Basically if I connect to the server with LAN IP it works, if I use WAN IP it doesnt (The server at IP is taking too long to respond). One weird thing I noticed is that the Wordpress server - if I try to go to that via WAN IP it doesn’t work, but if I go via the DNS it works fine.\n
\n
The Gogs server is using Docker, Wordpress just uses nginx. I have a static IP and have forwarded the correct ports on my router, I also have a new modem for fibre that I have not used before - not sure if that matters.\n
\n
I’m mostly focused on getting the Gogs server accessible from WAN, I’m not too fussed about Wordpress right now since that works via DNS anyway.\n
\n
Really appreciate any possible solutions you guys might know
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 7
+favouriteCount: 13
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1723311497 {#2181
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2173 …}
+votes: Doctrine\ORM\PersistentCollection {#2177 …}
+reports: Doctrine\ORM\PersistentCollection {#2174 …}
+favourites: Doctrine\ORM\PersistentCollection {#2170 …}
+notifications: Doctrine\ORM\PersistentCollection {#2184 …}
+badges: Doctrine\ORM\PersistentCollection {#2169 …}
+children: [
3 => App\Entity\EntryComment {#1611
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: null
+root: null
+body: "Does your nginx config know how to handle a direct IP address request? Seems like its set up for domain name only?"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1723311497 {#1711
date: 2024-08-10 19:38:17.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1629 …}
+nested: Doctrine\ORM\PersistentCollection {#1626 …}
+votes: Doctrine\ORM\PersistentCollection {#1618 …}
+reports: Doctrine\ORM\PersistentCollection {#1597 …}
+favourites: Doctrine\ORM\PersistentCollection {#1731 …}
+notifications: Doctrine\ORM\PersistentCollection {#1723 …}
-id: 307634
-bodyTs: "'address':12 'config':4 'direct':10 'domain':20 'handl':8 'ip':11 'know':5 'like':15 'name':21 'nginx':3 'request':13 'seem':14 'set':17"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6683610"
+editedAt: null
+createdAt: DateTimeImmutable @1705232976 {#1616
date: 2024-01-14 12:49:36.0 +01:00
}
+"title": 307634
}
2 => App\Entity\EntryComment {#1736
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1730 …}
+root: App\Entity\EntryComment {#1611}
+body: "Oh yeah my mistake. Ill give it some thought but in the meantime you might find more help in the [selfhosted](https://lemmy.world/c/selfhosted@lemmy.world) community"
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705236580 {#1721
date: 2024-01-14 13:49:40.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1737 …}
+nested: Doctrine\ORM\PersistentCollection {#1732 …}
+votes: Doctrine\ORM\PersistentCollection {#1735 …}
+reports: Doctrine\ORM\PersistentCollection {#1729 …}
+favourites: Doctrine\ORM\PersistentCollection {#1719 …}
+notifications: Doctrine\ORM\PersistentCollection {#1714 …}
-id: 307749
-bodyTs: "'/c/selfhosted@lemmy.world)':24 'communiti':25 'find':16 'give':6 'help':18 'ill':5 'lemmy.world':23 'lemmy.world/c/selfhosted@lemmy.world)':22 'meantim':13 'might':15 'mistak':4 'oh':1 'selfhost':21 'thought':9 'yeah':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6684632"
+editedAt: DateTimeImmutable @1723201001 {#1726
date: 2024-08-09 12:56:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705236580 {#1728
date: 2024-01-14 13:49:40.0 +01:00
}
+"title": 307749
}
1 => App\Entity\EntryComment {#1717
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1598 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Generally if youre selfhosting a vpn is better from a cyber security perspective anyway."
+lang: "en"
+isAdult: false
+favouriteCount: 1
+score: 0
+lastActive: DateTime @1705244273 {#1720
date: 2024-01-14 15:57:53.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1741 …}
+nested: Doctrine\ORM\PersistentCollection {#1707 …}
+votes: Doctrine\ORM\PersistentCollection {#2464 …}
+reports: Doctrine\ORM\PersistentCollection {#2448 …}
+favourites: Doctrine\ORM\PersistentCollection {#2447 …}
+notifications: Doctrine\ORM\PersistentCollection {#2462 …}
-id: 308082
-bodyTs: "'anyway':14 'better':8 'cyber':11 'general':1 'perspect':13 'secur':12 'selfhost':4 'vpn':6 'your':3"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686629"
+editedAt: null
+createdAt: DateTimeImmutable @1705244273 {#1716
date: 2024-01-14 15:57:53.0 +01:00
}
+"title": 308082
}
0 => App\Entity\EntryComment {#2460}
]
-id: 30374
-titleTs: "'access':4 'lan':7 'question':1 'server':8 'someof':5 'unabl':2 'wan':10"
-bodyTs: "'access':61,76,194 'also':47,167 'answer':15 'anyway':211 'apolog':10 'appreci':213 'basic':79 'connect':82 'correct':161 'decid':38 'dns':138,210 'docker':147 'doesn':129 'doesnt':97 'fibr':173 'fine':141 'focus':188 'forward':159 'fuss':201 'get':190 'git':43 'go':122,135 'gog':42,72,143,192 'guy':218 'half':68 'here':54 'hi':1 'host':27,40 'howev':34 'ip':88,95,101,127,156 'issu':56 'know':220 'lan':33,78,87 'linux':8 'long':105 'm':186,198 'matter':184 'might':17,219 'miss':18 'modem':171 'most':187 'new':6,170 'nginx':151 'notic':112 'obvious':14 'one':108 'pi':23 'plex':58 'port':162 'possibl':215 'pretti':5 'raspberri':22 'realli':212 'recent':37 'respond':107 'right':204 'router':165 'self':26 'server':44,53,59,66,73,85,99,117,144,193 'sinc':206 'solut':216 'static':155 'stuff':28 'stupid':13 'sure':181 'take':103 'thing':110 'tri':120 'use':30,93,146,150,178 'via':125,136,209 'wan':63,94,126,196 'weird':109 'well':49 'wordpress':52,65,116,148,203 'work':69,90,131,140,208"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1705284154
+visibility: "visible "
+apId: "https://lemmy.world/post/10699399"
+editedAt: DateTimeImmutable @1723175261 {#2151
date: 2024-08-09 05:47:41.0 +02:00
}
+createdAt: DateTimeImmutable @1705231654 {#2246
date: 2024-01-14 12:27:34.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1630 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1739 …}
+root: App\Entity\EntryComment {#1611}
+body: "Looking at the [config](https://github.com/gogs/docs/blob/master/en-US/advanced/configuration_cheat_sheet.md#server-server) have you set up the domain name and everything for WAN?"
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1705244512 {#2461
date: 2024-01-14 16:01:52.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@Weslee@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2453 …}
+nested: Doctrine\ORM\PersistentCollection {#2457 …}
+votes: Doctrine\ORM\PersistentCollection {#2455 …}
+reports: Doctrine\ORM\PersistentCollection {#2468 …}
+favourites: Doctrine\ORM\PersistentCollection {#2469 …}
+notifications: Doctrine\ORM\PersistentCollection {#2471 …}
-id: 308089
-bodyTs: "'/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':7 'config':4 'domain':13 'everyth':16 'github.com':6 'github.com/gogs/docs/blob/master/en-us/advanced/configuration_cheat_sheet.md#server-server)':5 'look':1 'name':14 'set':10 'wan':18"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6686708"
+editedAt: null
+createdAt: DateTimeImmutable @1705244512 {#2456
date: 2024-01-14 16:01:52.0 +01:00
}
+"title": 308089
} |
|
Show voter details
|
49 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
50 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1527
+user: Proxies\__CG__\App\Entity\User {#2143 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Streaming-local-Webcam-in-a-Linux-machine-and-acessing-it"
+title: "Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?"
+url: null
+body: """
I want to configure a local webcam to stream (and possibly record) a live feed open to the internet, and acess it half-world away while traveling, using FOSS only acessing it via Android VLC\n
\n
[This guide](https://opensource.com/article/19/1/basic-live-video-streaming-server) was quite comprehensive; however the packages for nginx-rtmp are quite abandoned in arch linux. So I thought maybe WebRTC could be an alternative - the communication itself should be encrypted, which WebRTC seems to do; however, I still can’t figure out if VLC will handle this well\n
\n
Also, it seems that I might need to self-host a VPN to achieve this? What are my options? Has anyone else done this ?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720314315 {#2134
date: 2024-07-07 03:05:15.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2154 …}
+votes: Doctrine\ORM\PersistentCollection {#2006 …}
+reports: Doctrine\ORM\PersistentCollection {#1997 …}
+favourites: Doctrine\ORM\PersistentCollection {#1998 …}
+notifications: Doctrine\ORM\PersistentCollection {#2001 …}
+badges: Doctrine\ORM\PersistentCollection {#1999 …}
+children: [
1 => App\Entity\EntryComment {#1567
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: """
[MediaMTX](https://github.com/bluenviron/mediamtx) can sort a lot of this for you. Then its just a matter of accessing your feed on vlc.\n
\n
VPN is the safer option of accessing your network\n
\n
Personally, I use this as a camera proxy bit it can record. I use zoneminder otherwise
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1712481537 {#1580
date: 2024-04-07 11:18:57.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@shadowintheday2@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1548 …}
+nested: Doctrine\ORM\PersistentCollection {#1566 …}
+votes: Doctrine\ORM\PersistentCollection {#1562 …}
+reports: Doctrine\ORM\PersistentCollection {#1554 …}
+favourites: Doctrine\ORM\PersistentCollection {#1556 …}
+notifications: Doctrine\ORM\PersistentCollection {#1555 …}
-id: 283012
-bodyTs: "'/bluenviron/mediamtx)':4 'access':19,30 'bit':41 'camera':39 'feed':21 'github.com':3 'github.com/bluenviron/mediamtx)':2 'lot':8 'matter':17 'mediamtx':1 'network':32 'option':28 'otherwis':48 'person':33 'proxi':40 'record':44 'safer':27 'sort':6 'use':35,46 'vlc':23 'vpn':24 'zonemind':47"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6437349"
+editedAt: DateTimeImmutable @1712015412 {#1550
date: 2024-04-02 01:50:12.0 +02:00
}
+createdAt: DateTimeImmutable @1704475737 {#1559
date: 2024-01-05 18:28:57.0 +01:00
}
+"title": 283012
}
0 => App\Entity\EntryComment {#1604
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: App\Entity\EntryComment {#1567}
+body: """
Amazing! Congrats :)\n
\n
For the dynamic ip address that you can get a free domain name from afraid or noip or maybe others and point your vpn to your domain name instead of direct ip address. Following that you can run cron job scripts to ensure the ip address that the domain points to is up to date
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704497565 {#1620
date: 2024-01-06 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1619 …}
+nested: Doctrine\ORM\PersistentCollection {#1701 …}
+votes: Doctrine\ORM\PersistentCollection {#1687 …}
+reports: Doctrine\ORM\PersistentCollection {#1689 …}
+favourites: Doctrine\ORM\PersistentCollection {#1691 …}
+notifications: Doctrine\ORM\PersistentCollection {#1795 …}
-id: 283958
-bodyTs: "'address':7,35,48 'afraid':17 'amaz':1 'congrat':2 'cron':41 'date':57 'direct':33 'domain':14,29,51 'dynam':5 'ensur':45 'follow':36 'free':13 'get':11 'instead':31 'ip':6,34,47 'job':42 'mayb':21 'name':15,30 'noip':19 'other':22 'point':24,52 'run':40 'script':43 'vpn':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6442938"
+editedAt: null
+createdAt: DateTimeImmutable @1704497565 {#1613
date: 2024-01-06 00:32:45.0 +01:00
}
+"title": 283958
}
]
-id: 27299
-titleTs: "'acess':9 'choos':17 'linux':6 'local':2 'machin':7 'protocol':15 'stream':1 'vacat':13 'webcam':3"
-bodyTs: "'/article/19/1/basic-live-video-streaming-server)':41 'abandon':54 'acess':21,32 'achiev':105 'also':91 'altern':66 'android':35 'anyon':112 'arch':56 'away':26 'communic':68 'comprehens':44 'configur':4 'could':63 'done':114 'els':113 'encrypt':72 'feed':15 'figur':83 'foss':30 'guid':38 'half':24 'half-world':23 'handl':88 'host':101 'howev':45,78 'internet':19 'linux':57 'live':14 'local':6 'mayb':61 'might':96 'need':97 'nginx':50 'nginx-rtmp':49 'open':16 'opensource.com':40 'opensource.com/article/19/1/basic-live-video-streaming-server)':39 'option':110 'packag':47 'possibl':11 'quit':43,53 'record':12 'rtmp':51 'seem':75,93 'self':100 'self-host':99 'still':80 'stream':9 'thought':60 'travel':28 'use':29 'via':34 'vlc':36,86 'vpn':103 'want':2 'webcam':7 'webrtc':62,74 'well':90 'world':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704502677
+visibility: "visible "
+apId: "https://lemmy.world/post/10329823"
+editedAt: null
+createdAt: DateTimeImmutable @1704416277 {#2187
date: 2024-01-05 01:57:57.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
51 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1527
+user: Proxies\__CG__\App\Entity\User {#2143 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Streaming-local-Webcam-in-a-Linux-machine-and-acessing-it"
+title: "Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?"
+url: null
+body: """
I want to configure a local webcam to stream (and possibly record) a live feed open to the internet, and acess it half-world away while traveling, using FOSS only acessing it via Android VLC\n
\n
[This guide](https://opensource.com/article/19/1/basic-live-video-streaming-server) was quite comprehensive; however the packages for nginx-rtmp are quite abandoned in arch linux. So I thought maybe WebRTC could be an alternative - the communication itself should be encrypted, which WebRTC seems to do; however, I still can’t figure out if VLC will handle this well\n
\n
Also, it seems that I might need to self-host a VPN to achieve this? What are my options? Has anyone else done this ?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720314315 {#2134
date: 2024-07-07 03:05:15.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2154 …}
+votes: Doctrine\ORM\PersistentCollection {#2006 …}
+reports: Doctrine\ORM\PersistentCollection {#1997 …}
+favourites: Doctrine\ORM\PersistentCollection {#1998 …}
+notifications: Doctrine\ORM\PersistentCollection {#2001 …}
+badges: Doctrine\ORM\PersistentCollection {#1999 …}
+children: [
1 => App\Entity\EntryComment {#1567
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: """
[MediaMTX](https://github.com/bluenviron/mediamtx) can sort a lot of this for you. Then its just a matter of accessing your feed on vlc.\n
\n
VPN is the safer option of accessing your network\n
\n
Personally, I use this as a camera proxy bit it can record. I use zoneminder otherwise
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1712481537 {#1580
date: 2024-04-07 11:18:57.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@shadowintheday2@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1548 …}
+nested: Doctrine\ORM\PersistentCollection {#1566 …}
+votes: Doctrine\ORM\PersistentCollection {#1562 …}
+reports: Doctrine\ORM\PersistentCollection {#1554 …}
+favourites: Doctrine\ORM\PersistentCollection {#1556 …}
+notifications: Doctrine\ORM\PersistentCollection {#1555 …}
-id: 283012
-bodyTs: "'/bluenviron/mediamtx)':4 'access':19,30 'bit':41 'camera':39 'feed':21 'github.com':3 'github.com/bluenviron/mediamtx)':2 'lot':8 'matter':17 'mediamtx':1 'network':32 'option':28 'otherwis':48 'person':33 'proxi':40 'record':44 'safer':27 'sort':6 'use':35,46 'vlc':23 'vpn':24 'zonemind':47"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6437349"
+editedAt: DateTimeImmutable @1712015412 {#1550
date: 2024-04-02 01:50:12.0 +02:00
}
+createdAt: DateTimeImmutable @1704475737 {#1559
date: 2024-01-05 18:28:57.0 +01:00
}
+"title": 283012
}
0 => App\Entity\EntryComment {#1604
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: App\Entity\EntryComment {#1567}
+body: """
Amazing! Congrats :)\n
\n
For the dynamic ip address that you can get a free domain name from afraid or noip or maybe others and point your vpn to your domain name instead of direct ip address. Following that you can run cron job scripts to ensure the ip address that the domain points to is up to date
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704497565 {#1620
date: 2024-01-06 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1619 …}
+nested: Doctrine\ORM\PersistentCollection {#1701 …}
+votes: Doctrine\ORM\PersistentCollection {#1687 …}
+reports: Doctrine\ORM\PersistentCollection {#1689 …}
+favourites: Doctrine\ORM\PersistentCollection {#1691 …}
+notifications: Doctrine\ORM\PersistentCollection {#1795 …}
-id: 283958
-bodyTs: "'address':7,35,48 'afraid':17 'amaz':1 'congrat':2 'cron':41 'date':57 'direct':33 'domain':14,29,51 'dynam':5 'ensur':45 'follow':36 'free':13 'get':11 'instead':31 'ip':6,34,47 'job':42 'mayb':21 'name':15,30 'noip':19 'other':22 'point':24,52 'run':40 'script':43 'vpn':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6442938"
+editedAt: null
+createdAt: DateTimeImmutable @1704497565 {#1613
date: 2024-01-06 00:32:45.0 +01:00
}
+"title": 283958
}
]
-id: 27299
-titleTs: "'acess':9 'choos':17 'linux':6 'local':2 'machin':7 'protocol':15 'stream':1 'vacat':13 'webcam':3"
-bodyTs: "'/article/19/1/basic-live-video-streaming-server)':41 'abandon':54 'acess':21,32 'achiev':105 'also':91 'altern':66 'android':35 'anyon':112 'arch':56 'away':26 'communic':68 'comprehens':44 'configur':4 'could':63 'done':114 'els':113 'encrypt':72 'feed':15 'figur':83 'foss':30 'guid':38 'half':24 'half-world':23 'handl':88 'host':101 'howev':45,78 'internet':19 'linux':57 'live':14 'local':6 'mayb':61 'might':96 'need':97 'nginx':50 'nginx-rtmp':49 'open':16 'opensource.com':40 'opensource.com/article/19/1/basic-live-video-streaming-server)':39 'option':110 'packag':47 'possibl':11 'quit':43,53 'record':12 'rtmp':51 'seem':75,93 'self':100 'self-host':99 'still':80 'stream':9 'thought':60 'travel':28 'use':29 'via':34 'vlc':36,86 'vpn':103 'want':2 'webcam':7 'webrtc':62,74 'well':90 'world':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704502677
+visibility: "visible "
+apId: "https://lemmy.world/post/10329823"
+editedAt: null
+createdAt: DateTimeImmutable @1704416277 {#2187
date: 2024-01-05 01:57:57.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
52 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1527
+user: Proxies\__CG__\App\Entity\User {#2143 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Streaming-local-Webcam-in-a-Linux-machine-and-acessing-it"
+title: "Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?"
+url: null
+body: """
I want to configure a local webcam to stream (and possibly record) a live feed open to the internet, and acess it half-world away while traveling, using FOSS only acessing it via Android VLC\n
\n
[This guide](https://opensource.com/article/19/1/basic-live-video-streaming-server) was quite comprehensive; however the packages for nginx-rtmp are quite abandoned in arch linux. So I thought maybe WebRTC could be an alternative - the communication itself should be encrypted, which WebRTC seems to do; however, I still can’t figure out if VLC will handle this well\n
\n
Also, it seems that I might need to self-host a VPN to achieve this? What are my options? Has anyone else done this ?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720314315 {#2134
date: 2024-07-07 03:05:15.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2154 …}
+votes: Doctrine\ORM\PersistentCollection {#2006 …}
+reports: Doctrine\ORM\PersistentCollection {#1997 …}
+favourites: Doctrine\ORM\PersistentCollection {#1998 …}
+notifications: Doctrine\ORM\PersistentCollection {#2001 …}
+badges: Doctrine\ORM\PersistentCollection {#1999 …}
+children: [
1 => App\Entity\EntryComment {#1567
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: """
[MediaMTX](https://github.com/bluenviron/mediamtx) can sort a lot of this for you. Then its just a matter of accessing your feed on vlc.\n
\n
VPN is the safer option of accessing your network\n
\n
Personally, I use this as a camera proxy bit it can record. I use zoneminder otherwise
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1712481537 {#1580
date: 2024-04-07 11:18:57.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@shadowintheday2@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1548 …}
+nested: Doctrine\ORM\PersistentCollection {#1566 …}
+votes: Doctrine\ORM\PersistentCollection {#1562 …}
+reports: Doctrine\ORM\PersistentCollection {#1554 …}
+favourites: Doctrine\ORM\PersistentCollection {#1556 …}
+notifications: Doctrine\ORM\PersistentCollection {#1555 …}
-id: 283012
-bodyTs: "'/bluenviron/mediamtx)':4 'access':19,30 'bit':41 'camera':39 'feed':21 'github.com':3 'github.com/bluenviron/mediamtx)':2 'lot':8 'matter':17 'mediamtx':1 'network':32 'option':28 'otherwis':48 'person':33 'proxi':40 'record':44 'safer':27 'sort':6 'use':35,46 'vlc':23 'vpn':24 'zonemind':47"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6437349"
+editedAt: DateTimeImmutable @1712015412 {#1550
date: 2024-04-02 01:50:12.0 +02:00
}
+createdAt: DateTimeImmutable @1704475737 {#1559
date: 2024-01-05 18:28:57.0 +01:00
}
+"title": 283012
}
0 => App\Entity\EntryComment {#1604
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: App\Entity\EntryComment {#1567}
+body: """
Amazing! Congrats :)\n
\n
For the dynamic ip address that you can get a free domain name from afraid or noip or maybe others and point your vpn to your domain name instead of direct ip address. Following that you can run cron job scripts to ensure the ip address that the domain points to is up to date
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704497565 {#1620
date: 2024-01-06 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1619 …}
+nested: Doctrine\ORM\PersistentCollection {#1701 …}
+votes: Doctrine\ORM\PersistentCollection {#1687 …}
+reports: Doctrine\ORM\PersistentCollection {#1689 …}
+favourites: Doctrine\ORM\PersistentCollection {#1691 …}
+notifications: Doctrine\ORM\PersistentCollection {#1795 …}
-id: 283958
-bodyTs: "'address':7,35,48 'afraid':17 'amaz':1 'congrat':2 'cron':41 'date':57 'direct':33 'domain':14,29,51 'dynam':5 'ensur':45 'follow':36 'free':13 'get':11 'instead':31 'ip':6,34,47 'job':42 'mayb':21 'name':15,30 'noip':19 'other':22 'point':24,52 'run':40 'script':43 'vpn':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6442938"
+editedAt: null
+createdAt: DateTimeImmutable @1704497565 {#1613
date: 2024-01-06 00:32:45.0 +01:00
}
+"title": 283958
}
]
-id: 27299
-titleTs: "'acess':9 'choos':17 'linux':6 'local':2 'machin':7 'protocol':15 'stream':1 'vacat':13 'webcam':3"
-bodyTs: "'/article/19/1/basic-live-video-streaming-server)':41 'abandon':54 'acess':21,32 'achiev':105 'also':91 'altern':66 'android':35 'anyon':112 'arch':56 'away':26 'communic':68 'comprehens':44 'configur':4 'could':63 'done':114 'els':113 'encrypt':72 'feed':15 'figur':83 'foss':30 'guid':38 'half':24 'half-world':23 'handl':88 'host':101 'howev':45,78 'internet':19 'linux':57 'live':14 'local':6 'mayb':61 'might':96 'need':97 'nginx':50 'nginx-rtmp':49 'open':16 'opensource.com':40 'opensource.com/article/19/1/basic-live-video-streaming-server)':39 'option':110 'packag':47 'possibl':11 'quit':43,53 'record':12 'rtmp':51 'seem':75,93 'self':100 'self-host':99 'still':80 'stream':9 'thought':60 'travel':28 'use':29 'via':34 'vlc':36,86 'vpn':103 'want':2 'webcam':7 'webrtc':62,74 'well':90 'world':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704502677
+visibility: "visible "
+apId: "https://lemmy.world/post/10329823"
+editedAt: null
+createdAt: DateTimeImmutable @1704416277 {#2187
date: 2024-01-05 01:57:57.0 +01:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
53 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
54 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1567
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527
+user: Proxies\__CG__\App\Entity\User {#2143 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Streaming-local-Webcam-in-a-Linux-machine-and-acessing-it"
+title: "Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?"
+url: null
+body: """
I want to configure a local webcam to stream (and possibly record) a live feed open to the internet, and acess it half-world away while traveling, using FOSS only acessing it via Android VLC\n
\n
[This guide](https://opensource.com/article/19/1/basic-live-video-streaming-server) was quite comprehensive; however the packages for nginx-rtmp are quite abandoned in arch linux. So I thought maybe WebRTC could be an alternative - the communication itself should be encrypted, which WebRTC seems to do; however, I still can’t figure out if VLC will handle this well\n
\n
Also, it seems that I might need to self-host a VPN to achieve this? What are my options? Has anyone else done this ?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720314315 {#2134
date: 2024-07-07 03:05:15.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2154 …}
+votes: Doctrine\ORM\PersistentCollection {#2006 …}
+reports: Doctrine\ORM\PersistentCollection {#1997 …}
+favourites: Doctrine\ORM\PersistentCollection {#1998 …}
+notifications: Doctrine\ORM\PersistentCollection {#2001 …}
+badges: Doctrine\ORM\PersistentCollection {#1999 …}
+children: [
1 => App\Entity\EntryComment {#1567}
0 => App\Entity\EntryComment {#1604
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: App\Entity\EntryComment {#1567}
+body: """
Amazing! Congrats :)\n
\n
For the dynamic ip address that you can get a free domain name from afraid or noip or maybe others and point your vpn to your domain name instead of direct ip address. Following that you can run cron job scripts to ensure the ip address that the domain points to is up to date
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704497565 {#1620
date: 2024-01-06 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1619 …}
+nested: Doctrine\ORM\PersistentCollection {#1701 …}
+votes: Doctrine\ORM\PersistentCollection {#1687 …}
+reports: Doctrine\ORM\PersistentCollection {#1689 …}
+favourites: Doctrine\ORM\PersistentCollection {#1691 …}
+notifications: Doctrine\ORM\PersistentCollection {#1795 …}
-id: 283958
-bodyTs: "'address':7,35,48 'afraid':17 'amaz':1 'congrat':2 'cron':41 'date':57 'direct':33 'domain':14,29,51 'dynam':5 'ensur':45 'follow':36 'free':13 'get':11 'instead':31 'ip':6,34,47 'job':42 'mayb':21 'name':15,30 'noip':19 'other':22 'point':24,52 'run':40 'script':43 'vpn':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6442938"
+editedAt: null
+createdAt: DateTimeImmutable @1704497565 {#1613
date: 2024-01-06 00:32:45.0 +01:00
}
+"title": 283958
}
]
-id: 27299
-titleTs: "'acess':9 'choos':17 'linux':6 'local':2 'machin':7 'protocol':15 'stream':1 'vacat':13 'webcam':3"
-bodyTs: "'/article/19/1/basic-live-video-streaming-server)':41 'abandon':54 'acess':21,32 'achiev':105 'also':91 'altern':66 'android':35 'anyon':112 'arch':56 'away':26 'communic':68 'comprehens':44 'configur':4 'could':63 'done':114 'els':113 'encrypt':72 'feed':15 'figur':83 'foss':30 'guid':38 'half':24 'half-world':23 'handl':88 'host':101 'howev':45,78 'internet':19 'linux':57 'live':14 'local':6 'mayb':61 'might':96 'need':97 'nginx':50 'nginx-rtmp':49 'open':16 'opensource.com':40 'opensource.com/article/19/1/basic-live-video-streaming-server)':39 'option':110 'packag':47 'possibl':11 'quit':43,53 'record':12 'rtmp':51 'seem':75,93 'self':100 'self-host':99 'still':80 'stream':9 'thought':60 'travel':28 'use':29 'via':34 'vlc':36,86 'vpn':103 'want':2 'webcam':7 'webrtc':62,74 'well':90 'world':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704502677
+visibility: "visible "
+apId: "https://lemmy.world/post/10329823"
+editedAt: null
+createdAt: DateTimeImmutable @1704416277 {#2187
date: 2024-01-05 01:57:57.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: """
[MediaMTX](https://github.com/bluenviron/mediamtx) can sort a lot of this for you. Then its just a matter of accessing your feed on vlc.\n
\n
VPN is the safer option of accessing your network\n
\n
Personally, I use this as a camera proxy bit it can record. I use zoneminder otherwise
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1712481537 {#1580
date: 2024-04-07 11:18:57.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@shadowintheday2@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1548 …}
+nested: Doctrine\ORM\PersistentCollection {#1566 …}
+votes: Doctrine\ORM\PersistentCollection {#1562 …}
+reports: Doctrine\ORM\PersistentCollection {#1554 …}
+favourites: Doctrine\ORM\PersistentCollection {#1556 …}
+notifications: Doctrine\ORM\PersistentCollection {#1555 …}
-id: 283012
-bodyTs: "'/bluenviron/mediamtx)':4 'access':19,30 'bit':41 'camera':39 'feed':21 'github.com':3 'github.com/bluenviron/mediamtx)':2 'lot':8 'matter':17 'mediamtx':1 'network':32 'option':28 'otherwis':48 'person':33 'proxi':40 'record':44 'safer':27 'sort':6 'use':35,46 'vlc':23 'vpn':24 'zonemind':47"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6437349"
+editedAt: DateTimeImmutable @1712015412 {#1550
date: 2024-04-02 01:50:12.0 +02:00
}
+createdAt: DateTimeImmutable @1704475737 {#1559
date: 2024-01-05 18:28:57.0 +01:00
}
+"title": 283012
} |
|
Show voter details
|
55 |
DENIED
|
edit
|
App\Entity\EntryComment {#1567
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527
+user: Proxies\__CG__\App\Entity\User {#2143 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Streaming-local-Webcam-in-a-Linux-machine-and-acessing-it"
+title: "Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?"
+url: null
+body: """
I want to configure a local webcam to stream (and possibly record) a live feed open to the internet, and acess it half-world away while traveling, using FOSS only acessing it via Android VLC\n
\n
[This guide](https://opensource.com/article/19/1/basic-live-video-streaming-server) was quite comprehensive; however the packages for nginx-rtmp are quite abandoned in arch linux. So I thought maybe WebRTC could be an alternative - the communication itself should be encrypted, which WebRTC seems to do; however, I still can’t figure out if VLC will handle this well\n
\n
Also, it seems that I might need to self-host a VPN to achieve this? What are my options? Has anyone else done this ?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720314315 {#2134
date: 2024-07-07 03:05:15.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2154 …}
+votes: Doctrine\ORM\PersistentCollection {#2006 …}
+reports: Doctrine\ORM\PersistentCollection {#1997 …}
+favourites: Doctrine\ORM\PersistentCollection {#1998 …}
+notifications: Doctrine\ORM\PersistentCollection {#2001 …}
+badges: Doctrine\ORM\PersistentCollection {#1999 …}
+children: [
1 => App\Entity\EntryComment {#1567}
0 => App\Entity\EntryComment {#1604
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: App\Entity\EntryComment {#1567}
+body: """
Amazing! Congrats :)\n
\n
For the dynamic ip address that you can get a free domain name from afraid or noip or maybe others and point your vpn to your domain name instead of direct ip address. Following that you can run cron job scripts to ensure the ip address that the domain points to is up to date
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704497565 {#1620
date: 2024-01-06 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1619 …}
+nested: Doctrine\ORM\PersistentCollection {#1701 …}
+votes: Doctrine\ORM\PersistentCollection {#1687 …}
+reports: Doctrine\ORM\PersistentCollection {#1689 …}
+favourites: Doctrine\ORM\PersistentCollection {#1691 …}
+notifications: Doctrine\ORM\PersistentCollection {#1795 …}
-id: 283958
-bodyTs: "'address':7,35,48 'afraid':17 'amaz':1 'congrat':2 'cron':41 'date':57 'direct':33 'domain':14,29,51 'dynam':5 'ensur':45 'follow':36 'free':13 'get':11 'instead':31 'ip':6,34,47 'job':42 'mayb':21 'name':15,30 'noip':19 'other':22 'point':24,52 'run':40 'script':43 'vpn':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6442938"
+editedAt: null
+createdAt: DateTimeImmutable @1704497565 {#1613
date: 2024-01-06 00:32:45.0 +01:00
}
+"title": 283958
}
]
-id: 27299
-titleTs: "'acess':9 'choos':17 'linux':6 'local':2 'machin':7 'protocol':15 'stream':1 'vacat':13 'webcam':3"
-bodyTs: "'/article/19/1/basic-live-video-streaming-server)':41 'abandon':54 'acess':21,32 'achiev':105 'also':91 'altern':66 'android':35 'anyon':112 'arch':56 'away':26 'communic':68 'comprehens':44 'configur':4 'could':63 'done':114 'els':113 'encrypt':72 'feed':15 'figur':83 'foss':30 'guid':38 'half':24 'half-world':23 'handl':88 'host':101 'howev':45,78 'internet':19 'linux':57 'live':14 'local':6 'mayb':61 'might':96 'need':97 'nginx':50 'nginx-rtmp':49 'open':16 'opensource.com':40 'opensource.com/article/19/1/basic-live-video-streaming-server)':39 'option':110 'packag':47 'possibl':11 'quit':43,53 'record':12 'rtmp':51 'seem':75,93 'self':100 'self-host':99 'still':80 'stream':9 'thought':60 'travel':28 'use':29 'via':34 'vlc':36,86 'vpn':103 'want':2 'webcam':7 'webrtc':62,74 'well':90 'world':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704502677
+visibility: "visible "
+apId: "https://lemmy.world/post/10329823"
+editedAt: null
+createdAt: DateTimeImmutable @1704416277 {#2187
date: 2024-01-05 01:57:57.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: """
[MediaMTX](https://github.com/bluenviron/mediamtx) can sort a lot of this for you. Then its just a matter of accessing your feed on vlc.\n
\n
VPN is the safer option of accessing your network\n
\n
Personally, I use this as a camera proxy bit it can record. I use zoneminder otherwise
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1712481537 {#1580
date: 2024-04-07 11:18:57.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@shadowintheday2@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1548 …}
+nested: Doctrine\ORM\PersistentCollection {#1566 …}
+votes: Doctrine\ORM\PersistentCollection {#1562 …}
+reports: Doctrine\ORM\PersistentCollection {#1554 …}
+favourites: Doctrine\ORM\PersistentCollection {#1556 …}
+notifications: Doctrine\ORM\PersistentCollection {#1555 …}
-id: 283012
-bodyTs: "'/bluenviron/mediamtx)':4 'access':19,30 'bit':41 'camera':39 'feed':21 'github.com':3 'github.com/bluenviron/mediamtx)':2 'lot':8 'matter':17 'mediamtx':1 'network':32 'option':28 'otherwis':48 'person':33 'proxi':40 'record':44 'safer':27 'sort':6 'use':35,46 'vlc':23 'vpn':24 'zonemind':47"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6437349"
+editedAt: DateTimeImmutable @1712015412 {#1550
date: 2024-04-02 01:50:12.0 +02:00
}
+createdAt: DateTimeImmutable @1704475737 {#1559
date: 2024-01-05 18:28:57.0 +01:00
}
+"title": 283012
} |
|
Show voter details
|
56 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1567
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527
+user: Proxies\__CG__\App\Entity\User {#2143 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Streaming-local-Webcam-in-a-Linux-machine-and-acessing-it"
+title: "Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?"
+url: null
+body: """
I want to configure a local webcam to stream (and possibly record) a live feed open to the internet, and acess it half-world away while traveling, using FOSS only acessing it via Android VLC\n
\n
[This guide](https://opensource.com/article/19/1/basic-live-video-streaming-server) was quite comprehensive; however the packages for nginx-rtmp are quite abandoned in arch linux. So I thought maybe WebRTC could be an alternative - the communication itself should be encrypted, which WebRTC seems to do; however, I still can’t figure out if VLC will handle this well\n
\n
Also, it seems that I might need to self-host a VPN to achieve this? What are my options? Has anyone else done this ?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720314315 {#2134
date: 2024-07-07 03:05:15.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2154 …}
+votes: Doctrine\ORM\PersistentCollection {#2006 …}
+reports: Doctrine\ORM\PersistentCollection {#1997 …}
+favourites: Doctrine\ORM\PersistentCollection {#1998 …}
+notifications: Doctrine\ORM\PersistentCollection {#2001 …}
+badges: Doctrine\ORM\PersistentCollection {#1999 …}
+children: [
1 => App\Entity\EntryComment {#1567}
0 => App\Entity\EntryComment {#1604
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: App\Entity\EntryComment {#1567}
+body: """
Amazing! Congrats :)\n
\n
For the dynamic ip address that you can get a free domain name from afraid or noip or maybe others and point your vpn to your domain name instead of direct ip address. Following that you can run cron job scripts to ensure the ip address that the domain points to is up to date
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704497565 {#1620
date: 2024-01-06 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1619 …}
+nested: Doctrine\ORM\PersistentCollection {#1701 …}
+votes: Doctrine\ORM\PersistentCollection {#1687 …}
+reports: Doctrine\ORM\PersistentCollection {#1689 …}
+favourites: Doctrine\ORM\PersistentCollection {#1691 …}
+notifications: Doctrine\ORM\PersistentCollection {#1795 …}
-id: 283958
-bodyTs: "'address':7,35,48 'afraid':17 'amaz':1 'congrat':2 'cron':41 'date':57 'direct':33 'domain':14,29,51 'dynam':5 'ensur':45 'follow':36 'free':13 'get':11 'instead':31 'ip':6,34,47 'job':42 'mayb':21 'name':15,30 'noip':19 'other':22 'point':24,52 'run':40 'script':43 'vpn':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6442938"
+editedAt: null
+createdAt: DateTimeImmutable @1704497565 {#1613
date: 2024-01-06 00:32:45.0 +01:00
}
+"title": 283958
}
]
-id: 27299
-titleTs: "'acess':9 'choos':17 'linux':6 'local':2 'machin':7 'protocol':15 'stream':1 'vacat':13 'webcam':3"
-bodyTs: "'/article/19/1/basic-live-video-streaming-server)':41 'abandon':54 'acess':21,32 'achiev':105 'also':91 'altern':66 'android':35 'anyon':112 'arch':56 'away':26 'communic':68 'comprehens':44 'configur':4 'could':63 'done':114 'els':113 'encrypt':72 'feed':15 'figur':83 'foss':30 'guid':38 'half':24 'half-world':23 'handl':88 'host':101 'howev':45,78 'internet':19 'linux':57 'live':14 'local':6 'mayb':61 'might':96 'need':97 'nginx':50 'nginx-rtmp':49 'open':16 'opensource.com':40 'opensource.com/article/19/1/basic-live-video-streaming-server)':39 'option':110 'packag':47 'possibl':11 'quit':43,53 'record':12 'rtmp':51 'seem':75,93 'self':100 'self-host':99 'still':80 'stream':9 'thought':60 'travel':28 'use':29 'via':34 'vlc':36,86 'vpn':103 'want':2 'webcam':7 'webrtc':62,74 'well':90 'world':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704502677
+visibility: "visible "
+apId: "https://lemmy.world/post/10329823"
+editedAt: null
+createdAt: DateTimeImmutable @1704416277 {#2187
date: 2024-01-05 01:57:57.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: """
[MediaMTX](https://github.com/bluenviron/mediamtx) can sort a lot of this for you. Then its just a matter of accessing your feed on vlc.\n
\n
VPN is the safer option of accessing your network\n
\n
Personally, I use this as a camera proxy bit it can record. I use zoneminder otherwise
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1712481537 {#1580
date: 2024-04-07 11:18:57.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@shadowintheday2@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1548 …}
+nested: Doctrine\ORM\PersistentCollection {#1566 …}
+votes: Doctrine\ORM\PersistentCollection {#1562 …}
+reports: Doctrine\ORM\PersistentCollection {#1554 …}
+favourites: Doctrine\ORM\PersistentCollection {#1556 …}
+notifications: Doctrine\ORM\PersistentCollection {#1555 …}
-id: 283012
-bodyTs: "'/bluenviron/mediamtx)':4 'access':19,30 'bit':41 'camera':39 'feed':21 'github.com':3 'github.com/bluenviron/mediamtx)':2 'lot':8 'matter':17 'mediamtx':1 'network':32 'option':28 'otherwis':48 'person':33 'proxi':40 'record':44 'safer':27 'sort':6 'use':35,46 'vlc':23 'vpn':24 'zonemind':47"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6437349"
+editedAt: DateTimeImmutable @1712015412 {#1550
date: 2024-04-02 01:50:12.0 +02:00
}
+createdAt: DateTimeImmutable @1704475737 {#1559
date: 2024-01-05 18:28:57.0 +01:00
}
+"title": 283012
} |
|
Show voter details
|
57 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
58 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1604
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527
+user: Proxies\__CG__\App\Entity\User {#2143 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Streaming-local-Webcam-in-a-Linux-machine-and-acessing-it"
+title: "Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?"
+url: null
+body: """
I want to configure a local webcam to stream (and possibly record) a live feed open to the internet, and acess it half-world away while traveling, using FOSS only acessing it via Android VLC\n
\n
[This guide](https://opensource.com/article/19/1/basic-live-video-streaming-server) was quite comprehensive; however the packages for nginx-rtmp are quite abandoned in arch linux. So I thought maybe WebRTC could be an alternative - the communication itself should be encrypted, which WebRTC seems to do; however, I still can’t figure out if VLC will handle this well\n
\n
Also, it seems that I might need to self-host a VPN to achieve this? What are my options? Has anyone else done this ?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720314315 {#2134
date: 2024-07-07 03:05:15.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2154 …}
+votes: Doctrine\ORM\PersistentCollection {#2006 …}
+reports: Doctrine\ORM\PersistentCollection {#1997 …}
+favourites: Doctrine\ORM\PersistentCollection {#1998 …}
+notifications: Doctrine\ORM\PersistentCollection {#2001 …}
+badges: Doctrine\ORM\PersistentCollection {#1999 …}
+children: [
1 => App\Entity\EntryComment {#1567
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: """
[MediaMTX](https://github.com/bluenviron/mediamtx) can sort a lot of this for you. Then its just a matter of accessing your feed on vlc.\n
\n
VPN is the safer option of accessing your network\n
\n
Personally, I use this as a camera proxy bit it can record. I use zoneminder otherwise
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1712481537 {#1580
date: 2024-04-07 11:18:57.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@shadowintheday2@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1548 …}
+nested: Doctrine\ORM\PersistentCollection {#1566 …}
+votes: Doctrine\ORM\PersistentCollection {#1562 …}
+reports: Doctrine\ORM\PersistentCollection {#1554 …}
+favourites: Doctrine\ORM\PersistentCollection {#1556 …}
+notifications: Doctrine\ORM\PersistentCollection {#1555 …}
-id: 283012
-bodyTs: "'/bluenviron/mediamtx)':4 'access':19,30 'bit':41 'camera':39 'feed':21 'github.com':3 'github.com/bluenviron/mediamtx)':2 'lot':8 'matter':17 'mediamtx':1 'network':32 'option':28 'otherwis':48 'person':33 'proxi':40 'record':44 'safer':27 'sort':6 'use':35,46 'vlc':23 'vpn':24 'zonemind':47"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6437349"
+editedAt: DateTimeImmutable @1712015412 {#1550
date: 2024-04-02 01:50:12.0 +02:00
}
+createdAt: DateTimeImmutable @1704475737 {#1559
date: 2024-01-05 18:28:57.0 +01:00
}
+"title": 283012
}
0 => App\Entity\EntryComment {#1604}
]
-id: 27299
-titleTs: "'acess':9 'choos':17 'linux':6 'local':2 'machin':7 'protocol':15 'stream':1 'vacat':13 'webcam':3"
-bodyTs: "'/article/19/1/basic-live-video-streaming-server)':41 'abandon':54 'acess':21,32 'achiev':105 'also':91 'altern':66 'android':35 'anyon':112 'arch':56 'away':26 'communic':68 'comprehens':44 'configur':4 'could':63 'done':114 'els':113 'encrypt':72 'feed':15 'figur':83 'foss':30 'guid':38 'half':24 'half-world':23 'handl':88 'host':101 'howev':45,78 'internet':19 'linux':57 'live':14 'local':6 'mayb':61 'might':96 'need':97 'nginx':50 'nginx-rtmp':49 'open':16 'opensource.com':40 'opensource.com/article/19/1/basic-live-video-streaming-server)':39 'option':110 'packag':47 'possibl':11 'quit':43,53 'record':12 'rtmp':51 'seem':75,93 'self':100 'self-host':99 'still':80 'stream':9 'thought':60 'travel':28 'use':29 'via':34 'vlc':36,86 'vpn':103 'want':2 'webcam':7 'webrtc':62,74 'well':90 'world':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704502677
+visibility: "visible "
+apId: "https://lemmy.world/post/10329823"
+editedAt: null
+createdAt: DateTimeImmutable @1704416277 {#2187
date: 2024-01-05 01:57:57.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: App\Entity\EntryComment {#1567}
+body: """
Amazing! Congrats :)\n
\n
For the dynamic ip address that you can get a free domain name from afraid or noip or maybe others and point your vpn to your domain name instead of direct ip address. Following that you can run cron job scripts to ensure the ip address that the domain points to is up to date
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704497565 {#1620
date: 2024-01-06 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1619 …}
+nested: Doctrine\ORM\PersistentCollection {#1701 …}
+votes: Doctrine\ORM\PersistentCollection {#1687 …}
+reports: Doctrine\ORM\PersistentCollection {#1689 …}
+favourites: Doctrine\ORM\PersistentCollection {#1691 …}
+notifications: Doctrine\ORM\PersistentCollection {#1795 …}
-id: 283958
-bodyTs: "'address':7,35,48 'afraid':17 'amaz':1 'congrat':2 'cron':41 'date':57 'direct':33 'domain':14,29,51 'dynam':5 'ensur':45 'follow':36 'free':13 'get':11 'instead':31 'ip':6,34,47 'job':42 'mayb':21 'name':15,30 'noip':19 'other':22 'point':24,52 'run':40 'script':43 'vpn':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6442938"
+editedAt: null
+createdAt: DateTimeImmutable @1704497565 {#1613
date: 2024-01-06 00:32:45.0 +01:00
}
+"title": 283958
} |
|
Show voter details
|
59 |
DENIED
|
edit
|
App\Entity\EntryComment {#1604
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527
+user: Proxies\__CG__\App\Entity\User {#2143 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Streaming-local-Webcam-in-a-Linux-machine-and-acessing-it"
+title: "Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?"
+url: null
+body: """
I want to configure a local webcam to stream (and possibly record) a live feed open to the internet, and acess it half-world away while traveling, using FOSS only acessing it via Android VLC\n
\n
[This guide](https://opensource.com/article/19/1/basic-live-video-streaming-server) was quite comprehensive; however the packages for nginx-rtmp are quite abandoned in arch linux. So I thought maybe WebRTC could be an alternative - the communication itself should be encrypted, which WebRTC seems to do; however, I still can’t figure out if VLC will handle this well\n
\n
Also, it seems that I might need to self-host a VPN to achieve this? What are my options? Has anyone else done this ?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720314315 {#2134
date: 2024-07-07 03:05:15.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2154 …}
+votes: Doctrine\ORM\PersistentCollection {#2006 …}
+reports: Doctrine\ORM\PersistentCollection {#1997 …}
+favourites: Doctrine\ORM\PersistentCollection {#1998 …}
+notifications: Doctrine\ORM\PersistentCollection {#2001 …}
+badges: Doctrine\ORM\PersistentCollection {#1999 …}
+children: [
1 => App\Entity\EntryComment {#1567
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: """
[MediaMTX](https://github.com/bluenviron/mediamtx) can sort a lot of this for you. Then its just a matter of accessing your feed on vlc.\n
\n
VPN is the safer option of accessing your network\n
\n
Personally, I use this as a camera proxy bit it can record. I use zoneminder otherwise
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1712481537 {#1580
date: 2024-04-07 11:18:57.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@shadowintheday2@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1548 …}
+nested: Doctrine\ORM\PersistentCollection {#1566 …}
+votes: Doctrine\ORM\PersistentCollection {#1562 …}
+reports: Doctrine\ORM\PersistentCollection {#1554 …}
+favourites: Doctrine\ORM\PersistentCollection {#1556 …}
+notifications: Doctrine\ORM\PersistentCollection {#1555 …}
-id: 283012
-bodyTs: "'/bluenviron/mediamtx)':4 'access':19,30 'bit':41 'camera':39 'feed':21 'github.com':3 'github.com/bluenviron/mediamtx)':2 'lot':8 'matter':17 'mediamtx':1 'network':32 'option':28 'otherwis':48 'person':33 'proxi':40 'record':44 'safer':27 'sort':6 'use':35,46 'vlc':23 'vpn':24 'zonemind':47"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6437349"
+editedAt: DateTimeImmutable @1712015412 {#1550
date: 2024-04-02 01:50:12.0 +02:00
}
+createdAt: DateTimeImmutable @1704475737 {#1559
date: 2024-01-05 18:28:57.0 +01:00
}
+"title": 283012
}
0 => App\Entity\EntryComment {#1604}
]
-id: 27299
-titleTs: "'acess':9 'choos':17 'linux':6 'local':2 'machin':7 'protocol':15 'stream':1 'vacat':13 'webcam':3"
-bodyTs: "'/article/19/1/basic-live-video-streaming-server)':41 'abandon':54 'acess':21,32 'achiev':105 'also':91 'altern':66 'android':35 'anyon':112 'arch':56 'away':26 'communic':68 'comprehens':44 'configur':4 'could':63 'done':114 'els':113 'encrypt':72 'feed':15 'figur':83 'foss':30 'guid':38 'half':24 'half-world':23 'handl':88 'host':101 'howev':45,78 'internet':19 'linux':57 'live':14 'local':6 'mayb':61 'might':96 'need':97 'nginx':50 'nginx-rtmp':49 'open':16 'opensource.com':40 'opensource.com/article/19/1/basic-live-video-streaming-server)':39 'option':110 'packag':47 'possibl':11 'quit':43,53 'record':12 'rtmp':51 'seem':75,93 'self':100 'self-host':99 'still':80 'stream':9 'thought':60 'travel':28 'use':29 'via':34 'vlc':36,86 'vpn':103 'want':2 'webcam':7 'webrtc':62,74 'well':90 'world':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704502677
+visibility: "visible "
+apId: "https://lemmy.world/post/10329823"
+editedAt: null
+createdAt: DateTimeImmutable @1704416277 {#2187
date: 2024-01-05 01:57:57.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: App\Entity\EntryComment {#1567}
+body: """
Amazing! Congrats :)\n
\n
For the dynamic ip address that you can get a free domain name from afraid or noip or maybe others and point your vpn to your domain name instead of direct ip address. Following that you can run cron job scripts to ensure the ip address that the domain points to is up to date
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704497565 {#1620
date: 2024-01-06 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1619 …}
+nested: Doctrine\ORM\PersistentCollection {#1701 …}
+votes: Doctrine\ORM\PersistentCollection {#1687 …}
+reports: Doctrine\ORM\PersistentCollection {#1689 …}
+favourites: Doctrine\ORM\PersistentCollection {#1691 …}
+notifications: Doctrine\ORM\PersistentCollection {#1795 …}
-id: 283958
-bodyTs: "'address':7,35,48 'afraid':17 'amaz':1 'congrat':2 'cron':41 'date':57 'direct':33 'domain':14,29,51 'dynam':5 'ensur':45 'follow':36 'free':13 'get':11 'instead':31 'ip':6,34,47 'job':42 'mayb':21 'name':15,30 'noip':19 'other':22 'point':24,52 'run':40 'script':43 'vpn':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6442938"
+editedAt: null
+createdAt: DateTimeImmutable @1704497565 {#1613
date: 2024-01-06 00:32:45.0 +01:00
}
+"title": 283958
} |
|
Show voter details
|
60 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1604
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527
+user: Proxies\__CG__\App\Entity\User {#2143 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#2194 …}
+slug: "Streaming-local-Webcam-in-a-Linux-machine-and-acessing-it"
+title: "Streaming local Webcam in a Linux machine, and acessing it when on vacations - which protocol to choose?"
+url: null
+body: """
I want to configure a local webcam to stream (and possibly record) a live feed open to the internet, and acess it half-world away while traveling, using FOSS only acessing it via Android VLC\n
\n
[This guide](https://opensource.com/article/19/1/basic-live-video-streaming-server) was quite comprehensive; however the packages for nginx-rtmp are quite abandoned in arch linux. So I thought maybe WebRTC could be an alternative - the communication itself should be encrypted, which WebRTC seems to do; however, I still can’t figure out if VLC will handle this well\n
\n
Also, it seems that I might need to self-host a VPN to achieve this? What are my options? Has anyone else done this ?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 19
+favouriteCount: 45
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1720314315 {#2134
date: 2024-07-07 03:05:15.0 +02:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2154 …}
+votes: Doctrine\ORM\PersistentCollection {#2006 …}
+reports: Doctrine\ORM\PersistentCollection {#1997 …}
+favourites: Doctrine\ORM\PersistentCollection {#1998 …}
+notifications: Doctrine\ORM\PersistentCollection {#2001 …}
+badges: Doctrine\ORM\PersistentCollection {#1999 …}
+children: [
1 => App\Entity\EntryComment {#1567
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1527 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: null
+root: null
+body: """
[MediaMTX](https://github.com/bluenviron/mediamtx) can sort a lot of this for you. Then its just a matter of accessing your feed on vlc.\n
\n
VPN is the safer option of accessing your network\n
\n
Personally, I use this as a camera proxy bit it can record. I use zoneminder otherwise
"""
+lang: "en"
+isAdult: false
+favouriteCount: 6
+score: 0
+lastActive: DateTime @1712481537 {#1580
date: 2024-04-07 11:18:57.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@shadowintheday2@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1548 …}
+nested: Doctrine\ORM\PersistentCollection {#1566 …}
+votes: Doctrine\ORM\PersistentCollection {#1562 …}
+reports: Doctrine\ORM\PersistentCollection {#1554 …}
+favourites: Doctrine\ORM\PersistentCollection {#1556 …}
+notifications: Doctrine\ORM\PersistentCollection {#1555 …}
-id: 283012
-bodyTs: "'/bluenviron/mediamtx)':4 'access':19,30 'bit':41 'camera':39 'feed':21 'github.com':3 'github.com/bluenviron/mediamtx)':2 'lot':8 'matter':17 'mediamtx':1 'network':32 'option':28 'otherwis':48 'person':33 'proxi':40 'record':44 'safer':27 'sort':6 'use':35,46 'vlc':23 'vpn':24 'zonemind':47"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6437349"
+editedAt: DateTimeImmutable @1712015412 {#1550
date: 2024-04-02 01:50:12.0 +02:00
}
+createdAt: DateTimeImmutable @1704475737 {#1559
date: 2024-01-05 18:28:57.0 +01:00
}
+"title": 283012
}
0 => App\Entity\EntryComment {#1604}
]
-id: 27299
-titleTs: "'acess':9 'choos':17 'linux':6 'local':2 'machin':7 'protocol':15 'stream':1 'vacat':13 'webcam':3"
-bodyTs: "'/article/19/1/basic-live-video-streaming-server)':41 'abandon':54 'acess':21,32 'achiev':105 'also':91 'altern':66 'android':35 'anyon':112 'arch':56 'away':26 'communic':68 'comprehens':44 'configur':4 'could':63 'done':114 'els':113 'encrypt':72 'feed':15 'figur':83 'foss':30 'guid':38 'half':24 'half-world':23 'handl':88 'host':101 'howev':45,78 'internet':19 'linux':57 'live':14 'local':6 'mayb':61 'might':96 'need':97 'nginx':50 'nginx-rtmp':49 'open':16 'opensource.com':40 'opensource.com/article/19/1/basic-live-video-streaming-server)':39 'option':110 'packag':47 'possibl':11 'quit':43,53 'record':12 'rtmp':51 'seem':75,93 'self':100 'self-host':99 'still':80 'stream':9 'thought':60 'travel':28 'use':29 'via':34 'vlc':36,86 'vpn':103 'want':2 'webcam':7 'webrtc':62,74 'well':90 'world':25"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704502677
+visibility: "visible "
+apId: "https://lemmy.world/post/10329823"
+editedAt: null
+createdAt: DateTimeImmutable @1704416277 {#2187
date: 2024-01-05 01:57:57.0 +01:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1561 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1596 …}
+root: App\Entity\EntryComment {#1567}
+body: """
Amazing! Congrats :)\n
\n
For the dynamic ip address that you can get a free domain name from afraid or noip or maybe others and point your vpn to your domain name instead of direct ip address. Following that you can run cron job scripts to ensure the ip address that the domain points to is up to date
"""
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1704497565 {#1620
date: 2024-01-06 00:32:45.0 +01:00
}
+ip: null
+tags: null
+mentions: [
"@shadowintheday2@lemmy.world"
"@abominable_panda@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1619 …}
+nested: Doctrine\ORM\PersistentCollection {#1701 …}
+votes: Doctrine\ORM\PersistentCollection {#1687 …}
+reports: Doctrine\ORM\PersistentCollection {#1689 …}
+favourites: Doctrine\ORM\PersistentCollection {#1691 …}
+notifications: Doctrine\ORM\PersistentCollection {#1795 …}
-id: 283958
-bodyTs: "'address':7,35,48 'afraid':17 'amaz':1 'congrat':2 'cron':41 'date':57 'direct':33 'domain':14,29,51 'dynam':5 'ensur':45 'follow':36 'free':13 'get':11 'instead':31 'ip':6,34,47 'job':42 'mayb':21 'name':15,30 'noip':19 'other':22 'point':24,52 'run':40 'script':43 'vpn':26"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/6442938"
+editedAt: null
+createdAt: DateTimeImmutable @1704497565 {#1613
date: 2024-01-06 00:32:45.0 +01:00
}
+"title": 283958
} |
|
Show voter details
|
61 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
62 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1571
+user: Proxies\__CG__\App\Entity\User {#2172 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
+image: Proxies\__CG__\App\Entity\Image {#2376 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2258 …}
+slug: "Add-on-same-password-same-identity"
+title: "Add-on: same password, same identity."
+url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 177
+favouriteCount: 1320
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698649380 {#2004
date: 2023-10-30 08:03:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2374 …}
+votes: Doctrine\ORM\PersistentCollection {#2375 …}
+reports: Doctrine\ORM\PersistentCollection {#2365 …}
+favourites: Doctrine\ORM\PersistentCollection {#2367 …}
+notifications: Doctrine\ORM\PersistentCollection {#2352 …}
+badges: Doctrine\ORM\PersistentCollection {#1348 …}
+children: [
App\Entity\EntryComment {#1696
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1679 …}
+body: "Syncthing works very well for cross platform syncing"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698397186 {#1428
date: 2023-10-27 10:59:46.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@woshang@lemmy.world"
"@GissaMittJobb@lemmy.ml"
"@Rubanski@lemm.ee"
"@Aicse@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1668 …}
+nested: Doctrine\ORM\PersistentCollection {#1666 …}
+votes: Doctrine\ORM\PersistentCollection {#1669 …}
+reports: Doctrine\ORM\PersistentCollection {#1677 …}
+favourites: Doctrine\ORM\PersistentCollection {#1576 …}
+notifications: Doctrine\ORM\PersistentCollection {#1587 …}
-id: 74395
-bodyTs: "'cross':6 'platform':7 'sync':8 'syncth':1 'well':4 'work':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/4854159"
+editedAt: null
+createdAt: DateTimeImmutable @1698397186 {#1440
date: 2023-10-27 10:59:46.0 +02:00
}
+"title": 74395
}
]
-id: 7963
-titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1698465110
+visibility: "visible "
+apId: "https://lemmy.world/post/7388906"
+editedAt: null
+createdAt: DateTimeImmutable @1698378710 {#2005
date: 2023-10-27 05:51:50.0 +02:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
63 |
DENIED
|
edit
|
Proxies\__CG__\App\Entity\Entry {#1571
+user: Proxies\__CG__\App\Entity\User {#2172 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
+image: Proxies\__CG__\App\Entity\Image {#2376 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2258 …}
+slug: "Add-on-same-password-same-identity"
+title: "Add-on: same password, same identity."
+url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 177
+favouriteCount: 1320
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698649380 {#2004
date: 2023-10-30 08:03:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2374 …}
+votes: Doctrine\ORM\PersistentCollection {#2375 …}
+reports: Doctrine\ORM\PersistentCollection {#2365 …}
+favourites: Doctrine\ORM\PersistentCollection {#2367 …}
+notifications: Doctrine\ORM\PersistentCollection {#2352 …}
+badges: Doctrine\ORM\PersistentCollection {#1348 …}
+children: [
App\Entity\EntryComment {#1696
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1679 …}
+body: "Syncthing works very well for cross platform syncing"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698397186 {#1428
date: 2023-10-27 10:59:46.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@woshang@lemmy.world"
"@GissaMittJobb@lemmy.ml"
"@Rubanski@lemm.ee"
"@Aicse@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1668 …}
+nested: Doctrine\ORM\PersistentCollection {#1666 …}
+votes: Doctrine\ORM\PersistentCollection {#1669 …}
+reports: Doctrine\ORM\PersistentCollection {#1677 …}
+favourites: Doctrine\ORM\PersistentCollection {#1576 …}
+notifications: Doctrine\ORM\PersistentCollection {#1587 …}
-id: 74395
-bodyTs: "'cross':6 'platform':7 'sync':8 'syncth':1 'well':4 'work':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/4854159"
+editedAt: null
+createdAt: DateTimeImmutable @1698397186 {#1440
date: 2023-10-27 10:59:46.0 +02:00
}
+"title": 74395
}
]
-id: 7963
-titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1698465110
+visibility: "visible "
+apId: "https://lemmy.world/post/7388906"
+editedAt: null
+createdAt: DateTimeImmutable @1698378710 {#2005
date: 2023-10-27 05:51:50.0 +02:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
64 |
DENIED
|
moderate
|
Proxies\__CG__\App\Entity\Entry {#1571
+user: Proxies\__CG__\App\Entity\User {#2172 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
+image: Proxies\__CG__\App\Entity\Image {#2376 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2258 …}
+slug: "Add-on-same-password-same-identity"
+title: "Add-on: same password, same identity."
+url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 177
+favouriteCount: 1320
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698649380 {#2004
date: 2023-10-30 08:03:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2374 …}
+votes: Doctrine\ORM\PersistentCollection {#2375 …}
+reports: Doctrine\ORM\PersistentCollection {#2365 …}
+favourites: Doctrine\ORM\PersistentCollection {#2367 …}
+notifications: Doctrine\ORM\PersistentCollection {#2352 …}
+badges: Doctrine\ORM\PersistentCollection {#1348 …}
+children: [
App\Entity\EntryComment {#1696
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1571 …2}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1679 …}
+body: "Syncthing works very well for cross platform syncing"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698397186 {#1428
date: 2023-10-27 10:59:46.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@woshang@lemmy.world"
"@GissaMittJobb@lemmy.ml"
"@Rubanski@lemm.ee"
"@Aicse@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1668 …}
+nested: Doctrine\ORM\PersistentCollection {#1666 …}
+votes: Doctrine\ORM\PersistentCollection {#1669 …}
+reports: Doctrine\ORM\PersistentCollection {#1677 …}
+favourites: Doctrine\ORM\PersistentCollection {#1576 …}
+notifications: Doctrine\ORM\PersistentCollection {#1587 …}
-id: 74395
-bodyTs: "'cross':6 'platform':7 'sync':8 'syncth':1 'well':4 'work':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/4854159"
+editedAt: null
+createdAt: DateTimeImmutable @1698397186 {#1440
date: 2023-10-27 10:59:46.0 +02:00
}
+"title": 74395
}
]
-id: 7963
-titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1698465110
+visibility: "visible "
+apId: "https://lemmy.world/post/7388906"
+editedAt: null
+createdAt: DateTimeImmutable @1698378710 {#2005
date: 2023-10-27 05:51:50.0 +02:00
}
+__isInitialized__: true
…2
} |
|
Show voter details
|
65 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
66 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1696
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1571
+user: Proxies\__CG__\App\Entity\User {#2172 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
+image: Proxies\__CG__\App\Entity\Image {#2376 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2258 …}
+slug: "Add-on-same-password-same-identity"
+title: "Add-on: same password, same identity."
+url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 177
+favouriteCount: 1320
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698649380 {#2004
date: 2023-10-30 08:03:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2374 …}
+votes: Doctrine\ORM\PersistentCollection {#2375 …}
+reports: Doctrine\ORM\PersistentCollection {#2365 …}
+favourites: Doctrine\ORM\PersistentCollection {#2367 …}
+notifications: Doctrine\ORM\PersistentCollection {#2352 …}
+badges: Doctrine\ORM\PersistentCollection {#1348 …}
+children: [
App\Entity\EntryComment {#1696}
]
-id: 7963
-titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1698465110
+visibility: "visible "
+apId: "https://lemmy.world/post/7388906"
+editedAt: null
+createdAt: DateTimeImmutable @1698378710 {#2005
date: 2023-10-27 05:51:50.0 +02:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1679 …}
+body: "Syncthing works very well for cross platform syncing"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698397186 {#1428
date: 2023-10-27 10:59:46.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@woshang@lemmy.world"
"@GissaMittJobb@lemmy.ml"
"@Rubanski@lemm.ee"
"@Aicse@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1668 …}
+nested: Doctrine\ORM\PersistentCollection {#1666 …}
+votes: Doctrine\ORM\PersistentCollection {#1669 …}
+reports: Doctrine\ORM\PersistentCollection {#1677 …}
+favourites: Doctrine\ORM\PersistentCollection {#1576 …}
+notifications: Doctrine\ORM\PersistentCollection {#1587 …}
-id: 74395
-bodyTs: "'cross':6 'platform':7 'sync':8 'syncth':1 'well':4 'work':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/4854159"
+editedAt: null
+createdAt: DateTimeImmutable @1698397186 {#1440
date: 2023-10-27 10:59:46.0 +02:00
}
+"title": 74395
} |
|
Show voter details
|
67 |
DENIED
|
edit
|
App\Entity\EntryComment {#1696
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1571
+user: Proxies\__CG__\App\Entity\User {#2172 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
+image: Proxies\__CG__\App\Entity\Image {#2376 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2258 …}
+slug: "Add-on-same-password-same-identity"
+title: "Add-on: same password, same identity."
+url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 177
+favouriteCount: 1320
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698649380 {#2004
date: 2023-10-30 08:03:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2374 …}
+votes: Doctrine\ORM\PersistentCollection {#2375 …}
+reports: Doctrine\ORM\PersistentCollection {#2365 …}
+favourites: Doctrine\ORM\PersistentCollection {#2367 …}
+notifications: Doctrine\ORM\PersistentCollection {#2352 …}
+badges: Doctrine\ORM\PersistentCollection {#1348 …}
+children: [
App\Entity\EntryComment {#1696}
]
-id: 7963
-titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1698465110
+visibility: "visible "
+apId: "https://lemmy.world/post/7388906"
+editedAt: null
+createdAt: DateTimeImmutable @1698378710 {#2005
date: 2023-10-27 05:51:50.0 +02:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1679 …}
+body: "Syncthing works very well for cross platform syncing"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698397186 {#1428
date: 2023-10-27 10:59:46.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@woshang@lemmy.world"
"@GissaMittJobb@lemmy.ml"
"@Rubanski@lemm.ee"
"@Aicse@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1668 …}
+nested: Doctrine\ORM\PersistentCollection {#1666 …}
+votes: Doctrine\ORM\PersistentCollection {#1669 …}
+reports: Doctrine\ORM\PersistentCollection {#1677 …}
+favourites: Doctrine\ORM\PersistentCollection {#1576 …}
+notifications: Doctrine\ORM\PersistentCollection {#1587 …}
-id: 74395
-bodyTs: "'cross':6 'platform':7 'sync':8 'syncth':1 'well':4 'work':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/4854159"
+editedAt: null
+createdAt: DateTimeImmutable @1698397186 {#1440
date: 2023-10-27 10:59:46.0 +02:00
}
+"title": 74395
} |
|
Show voter details
|
68 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1696
+user: App\Entity\User {#261 …}
+entry: Proxies\__CG__\App\Entity\Entry {#1571
+user: Proxies\__CG__\App\Entity\User {#2172 …}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
+image: Proxies\__CG__\App\Entity\Image {#2376 …}
+domain: Proxies\__CG__\App\Entity\Domain {#2258 …}
+slug: "Add-on-same-password-same-identity"
+title: "Add-on: same password, same identity."
+url: "https://lemmy.world/pictrs/image/630e1425-db1c-4d6b-963e-e000a31b3a4b.jpeg"
+body: null
+type: "image"
+lang: "en"
+isOc: false
+hasEmbed: true
+commentCount: 177
+favouriteCount: 1320
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1698649380 {#2004
date: 2023-10-30 08:03:00.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2374 …}
+votes: Doctrine\ORM\PersistentCollection {#2375 …}
+reports: Doctrine\ORM\PersistentCollection {#2365 …}
+favourites: Doctrine\ORM\PersistentCollection {#2367 …}
+notifications: Doctrine\ORM\PersistentCollection {#2352 …}
+badges: Doctrine\ORM\PersistentCollection {#1348 …}
+children: [
App\Entity\EntryComment {#1696}
]
-id: 7963
-titleTs: "'add':2 'add-on':1 'ident':7 'password':5"
-bodyTs: null
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1698465110
+visibility: "visible "
+apId: "https://lemmy.world/post/7388906"
+editedAt: null
+createdAt: DateTimeImmutable @1698378710 {#2005
date: 2023-10-27 05:51:50.0 +02:00
}
+__isInitialized__: true
…2
}
+magazine: Proxies\__CG__\App\Entity\Magazine {#1572 …}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#1650 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#1679 …}
+body: "Syncthing works very well for cross platform syncing"
+lang: "en"
+isAdult: false
+favouriteCount: 2
+score: 0
+lastActive: DateTime @1698397186 {#1428
date: 2023-10-27 10:59:46.0 +02:00
}
+ip: null
+tags: null
+mentions: [
"@woshang@lemmy.world"
"@GissaMittJobb@lemmy.ml"
"@Rubanski@lemm.ee"
"@Aicse@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#1668 …}
+nested: Doctrine\ORM\PersistentCollection {#1666 …}
+votes: Doctrine\ORM\PersistentCollection {#1669 …}
+reports: Doctrine\ORM\PersistentCollection {#1677 …}
+favourites: Doctrine\ORM\PersistentCollection {#1576 …}
+notifications: Doctrine\ORM\PersistentCollection {#1587 …}
-id: 74395
-bodyTs: "'cross':6 'platform':7 'sync':8 'syncth':1 'well':4 'work':2"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.world/comment/4854159"
+editedAt: null
+createdAt: DateTimeImmutable @1698397186 {#1440
date: 2023-10-27 10:59:46.0 +02:00
}
+"title": 74395
} |
|
Show voter details
|
69 |
DENIED
|
ROLE_ADMIN
|
null |
|
Show voter details
|
70 |
DENIED
|
ROLE_MODERATOR
|
null |
|
Show voter details
|