rastacalavera

joined 2 years ago
[–] rastacalavera@lemmy.world 1 points 12 hours ago (1 children)

I can understand that sentiment. I think specific communities are important for troubleshooting, information gathering and support.

[–] rastacalavera@lemmy.world 1 points 2 days ago (3 children)

Not that I’ve seen. That would make for a good started pack though!

[–] rastacalavera@lemmy.world 1 points 2 days ago (1 children)

Oh yikes. I had issues with their warranty people seal when ordering. It eventually got worked out but I chalked it up to them being slammed with stuff with the new release. Here’s hoping I don’t have any show stopping issues.

[–] rastacalavera@lemmy.world 3 points 2 days ago

Yeah not thrilled about being locked into an ecosystem but at least the cost of entry is less than others.

I typically only print in PLA but will branch out on this new machine. My others are all ender 3s with some upgrades so they will get a lot less use now.

 

I recently got a Centauri Carbon and didn't see a dedicated community on the Fediverse so I figured I would make one for anyone who is interested. https://lemmy.world/c/elegoo_centauri_carbon

[–] rastacalavera@lemmy.world 2 points 1 month ago* (last edited 1 month ago)

I use LSIO container stack so SWAG for the proxy. They have really good documentation and active discord docs.linuxserver.io

[–] rastacalavera@lemmy.world 3 points 1 month ago (1 children)

I’m in the metro area! Throw me in the lottery please!

[–] rastacalavera@lemmy.world 5 points 4 months ago (1 children)

I’m trying to figure out a basic CRM for my local sports club. I use docker to self host a voting platform called RALLLY that we use a lot and enjoy. If people can recommend a CRM I’d give it a go today. I tried a platform called twenty yesterday but couldn’t get it off the ground

[–] rastacalavera@lemmy.world 9 points 4 months ago (1 children)

If you can get by with the down time, I encourage it. Linux server.io has great documentation and dockerrun is also a good place to learn.

[–] rastacalavera@lemmy.world 1 points 1 year ago

So I have a working solution! Might not be the most efficient but it works!

[–] rastacalavera@lemmy.world 1 points 1 year ago (1 children)

I am trying to create a shortcut to use the TubeArchivist api to archive YouTube videos. I’ve tried to send the request as text but it doesn’t work because it expects an array I guess? I’ve gotten the request to work using CURL on the command line but when I try to add a value to an array in shortcuts the field is locked and won’t accept any input.

I’ve done some searching across the wider internet for how to construct arrays in shortcuts but no matter what I attempt that field is always locked. Can it not accept any inputs? Confused how to actually put my structured data into it.

The URL that comes before it is the local host and port of the TubeArchivist server API endpoint.

OMG. So my phrasing was not great. The "Get" was for the shortcut not the intended Method. Your screenshot helped me to see how to construct the array though . . . if my command line argument looks like this '{"data": [{"youtube_id": "dH_crMm_7Po", "status": "pending"}]}' would I need 3 separate items? I think I have something to play with and test now :)

 

Hello,

I am trying to create a shortcut to use the TubeArchivist api to archive YouTube videos. I've tried to send the request as text but it doesn't work because it expects an array I guess? I've gotten the request to work using CURL on the command line but when I try to add a value to an array in shortcuts the field is locked and won't accept any input.

I've done some searching across the wider internet for how to construct arrays in shortcuts but no matter what I attempt that field is always locked. Can it not accept any inputs? Confused how to actually put my structured data into it.

The URL that comes before it is the local host and port of the TubeArchivist server API endpoint.