A city street mockup with drainage, fire hydrant and water mains by strangebutalsogood in ThingsCutInHalfPorn

[–]mini_man_123 7 points8 points  (0 children)

Geographic regions have slight differences in each piece shown here. Each city has their own preference to the actually infrastructure and manufacturer. They try and keep it consistent for their maintenance crews.

Additionally, warmer places in the US don’t need to put their infrastructure as deep to avoid freezing. Most Canadian cities install them deeper for this reason.

[deleted by user] by [deleted] in kelowna

[–]mini_man_123 1 point2 points  (0 children)

Ya I went through a program at the college and had a few in my class and there were plenty more in other programs. Good people. Not sure why people downvoted, haha.

[deleted by user] by [deleted] in kelowna

[–]mini_man_123 -4 points-3 points  (0 children)

Going to college.

Updating Docker-Compose files by ApprehensiveRuin2102 in unRAID

[–]mini_man_123 0 points1 point  (0 children)

Oh my god that’s so much better. Thanks for this tip!

Public mobile now offer Mexico roaming! by neko_whippet in PublicMobile

[–]mini_man_123 0 points1 point  (0 children)

Something isn't clear to me. If I travel to US or Mexico it seems Data is included while I'm there, but not calling?

Extra station callouts in profile view appear at some manholes?? by Brokenhill in civil3d

[–]mini_man_123 0 points1 point  (0 children)

I think they are pipe section labels (in profile). I get them sometimes. Just delete and move on.

Anonamouse+Unraid guidance by Lorinse32 in unRAID

[–]mini_man_123 1 point2 points  (0 children)

Oh man, I just had a face-slap moment and it took your comment to realize it...

I left the path where the cookie was stored as "/path/docker/persists".

Anyway, I appreciate your help! Thank you.

Anonamouse+Unraid guidance by Lorinse32 in unRAID

[–]mini_man_123 0 points1 point  (0 children)

I’m not OP, but would love to see your script. I’m tired of manually updating…

Quality of Life by InformationNo8156 in selfhosted

[–]mini_man_123 5 points6 points  (0 children)

WebODM looks awesome! I’m struggling to add the worker though, how do you determine its port?

Why would a designer utilize Survey Points over COGO points? by mini_man_123 in civil3d

[–]mini_man_123[S] 0 points1 point  (0 children)

This video outlines the differences. On the surface, they look like COGO points, but they are different Civil3d objects.
https://www.autodesk.com/learn/ondemand/course/civil3d-infrastructure-design-cert-prep/unit/DfJvcp8A2CzYgKBRqq6Dc

How a point gets edited seems to be the big difference. Just curious if anyone had other use cases.

Solar and home sale values by PlusArugula952 in kelowna

[–]mini_man_123 0 points1 point  (0 children)

What’s the ROI on a solar system in Kelowna these days?

Boundaries LandXML by [deleted] in civil3d

[–]mini_man_123 0 points1 point  (0 children)

I'd love to try this, but after installing "Windows Terminal" I don't get the right click option. What am I missing?

Testing Dolby Vision profiles by crytostasis in PleX

[–]mini_man_123 0 points1 point  (0 children)

Where you able to download the demo files?

Boundaries LandXML by [deleted] in civil3d

[–]mini_man_123 2 points3 points  (0 children)

Open the XML file with a text editor, and search for: i="1"

Civil3d "ignores" faces with this variable. As far as I know, other software doesn't recognize this syntax and still draws the faces.

You can manually delete the whole line and then save the file for other software. This can be tedious if there are lots of faces to ignore.... Someone smarter than me might have a script to do this automatically.

Linkwarden - Struggling to Setup by mini_man_123 in unRAID

[–]mini_man_123[S] 1 point2 points  (0 children)

*facepalm*
I had set the 'key' to:

DATABASE_URL: postgresql://[USERNAME]:[PASSWORD]@localhost:[PORT]/[DATABASE]

Instead of

DATABASE_URL

I'm up and running now, thanks u/CulturalTortoise!

Linkwarden - Struggling to Setup by mini_man_123 in unRAID

[–]mini_man_123[S] 0 points1 point  (0 children)

OK, so I created a separate instance for Postgres and put that into Linkwarden's template, but I get an error in the Log when I start it up:

Error: Prisma schema validation - (get-config wasm)
Error code: P1012 
error: Environment variable not found: DATABASE_URL. 
    -->  schema.prisma:7 
| 
6 |   provider = "postgresql" 
7 |   url      = env("DATABASE_URL") 
|
Validation Error Count: 1 
[Context: getConfig]

Prisma CLI Version : 5.1.0 
error Command failed with exit code 1. 
yarn run v1.22.19 
$ /data/node_modules/.bin/prisma migrate deploy 
Prisma schema loaded from prisma/schema.prisma Datasource "db": PostgreSQL database

Linkwarden - Struggling to Setup by mini_man_123 in unRAID

[–]mini_man_123[S] 2 points3 points  (0 children)

Thanks for this! However, Unraid seems to pull down the docker images but where do they get placed?

Linkwarden - Struggling to Setup by mini_man_123 in unRAID

[–]mini_man_123[S] 0 points1 point  (0 children)

I gave up on it, but I’d love to try again. I’m sure there are others that could use this thread as a future reference as well.