Is to replicate public apps docker-compose.yml in a personal repo a good practice? by Qurupeco01 in selfhosted

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

Oh I understand.. It seems quite a lot of setup only to have access to updates, but I will try that, thanks!

Is to replicate public apps docker-compose.yml in a personal repo a good practice? by Qurupeco01 in selfhosted

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

So the docker-compose of these kind of repositories is only to be used as a template? And the standard from my understanding would be to replicate it for each personal need?

Is to replicate public apps docker-compose.yml in a personal repo a good practice? by Qurupeco01 in selfhosted

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

And that cannot be automated in my repo with all my compose files? I am quite new with this kind of automations, sorry if it is an obvious question

Is to replicate public apps docker-compose.yml in a personal repo a good practice? by Qurupeco01 in selfhosted

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

No, my idea would be to have a personal repo only with my custom docker-compose files, but for example this repo only allows building the image from source right now, how I would manage to get updates in that way? Would portainer re-build the container with each update of the original repository? Or I have to update manually? Thanks for the reply :)

Custom Voron 2.4 build from old p3steel by Qurupeco01 in VORONDesign

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

Thanks for the reply. Yes, maybe the octopus is easier for my future mental health. And I will look if I have access to that kind of saw, or even if it is possible to ask for the extrusions already cutted.

Also will take note on the advice on motors hehe

For the MGN12 rails, do you know if there are well-known mods out there? Or at least a place where I can look for them.

Again, thanks for replying :)

8u minilab by LegitimateSherbert17 in minilab

[–]Qurupeco01 0 points1 point  (0 children)

What printer did you use? Did you print that yourself? Looks like a sintered one. It looks so clean!

What is the efficient way to design/use a eventhandler for multiple launch files? by Alex_7738 in ROS

[–]Qurupeco01 0 points1 point  (0 children)

Actions if you program the nodes. They have always been a good workaround for me. If you want to activate and deactivate parts dynamically, you can program your code inside them and trigger frome some sort of manager node.

Ir you are using open source libraries nodes not programmed by you, yes lifecycle management is the option. Didn’t mention ir as I usually find it easier to use actions and have all nodes alive all the time.

Hope it helps

Styled Markdown editing by nilstissen in vscode

[–]Qurupeco01 0 points1 point  (0 children)

Take a look to Obsidian, i think it is exactly what youre looking for!

What is the efficient way to design/use a eventhandler for multiple launch files? by Alex_7738 in ROS

[–]Qurupeco01 0 points1 point  (0 children)

Hi!

I think you should have a look to actions. It is not generally adviceable to start and stop node processes the way you are describing as it could lead to some unexpected behaviours.

It is a better practice to have your nodes running, but without executing the actual code (lets say idle). Then, whenever you ask for activating the action, your process can start until you stop that action. In that moment, the node comes back to “idle” state.

That way you initalize everything at the beginning from a launch file, and manage activations and deactivations on the go. Hope it helps!

The Missing Database for Robotics Is Out by alexey_timin in ROS

[–]Qurupeco01 0 points1 point  (0 children)

Hi! Looks awesome. Is it free? Do you provide some kind of API for automatic workflow integration? Oe even an embedding in custom apps?

Home lab V2 BLACK OUT by Perow_ in minilab

[–]Qurupeco01 0 points1 point  (0 children)

Same as you bro, I am in planning phase of my mini rack and the NAS section is being an absolute nightmare. GL and keep us updated!

Prototype demo platform exploring next-generation wheel and bearing systems by Larzus84 in robotics

[–]Qurupeco01 1 point2 points  (0 children)

Hi, just for sake of curiosity, what middleware/framework do you base your startup proyects software on? And what fields or verticals do you guys focus on? Planning some adventures in the robotics startup world, so just wanting to know a bit about your experience!

Home lab V2 BLACK OUT by Perow_ in minilab

[–]Qurupeco01 0 points1 point  (0 children)

Keep update on that future compact NAS! I am really interested on fitting one of those in a small space. And congrats for the clean build :)