Great Blue Heron

  • 6 Posts
  • 54 Comments
Joined 3 years ago
cake
Cake day: July 4th, 2023

help-circle

  • I understand that - that’s why I mentioned terminal sessions into my home assistant instance and the file editor add-on. But when developing a home assistant component the only way to run it is in a home assistant instance. VS Code with devcontainers provides a development home assistant instance for this purpose. If I’m just editing the files in my production instance then I need to keep.restarting it to load new versions etc. Maybe I’ll just install another instance for development.


  • Yeah, I’m just learning that now. Devcontainers is great because it runs a full instance of Home Assistant for debugging and test. There is DevPod Containers that might do the same thing, but I don’t use DevPod so it’s also a bit overwhelming (using that word a lot today…) to get going and I’m not sure if it’s compatible with the devcontaiers configuration in the Home Assistant dev tree.






  • I think the bigger question is how many corporations are supporting foss projects? I’m sure a lot of us contribute a bit here and there if we can and I’m sure it makes a difference - but if some of these corporations, making billions of dollars profit, contribute just a tiny fraction of their wealth it could make a huge difference.

    It’s the same argument as recycling, turning off lights, walking instead of driving etc. etc. - yes there are 8 billion of us and if we all do it, it will make a difference, but the difference we make is still not significant compared to corporate greed.

    We are being gaslit to accept yet another scenario where we socialize the cost and privatize the profit.













  • You need to understand the difference between a docker run command, and detaching to run a container in the background. Just running it with ‘run’ keeps it in the foreground.

    Yes, I understand this. I was just highlighting that it’s not a great experience for a new user to follow the instructions to setup a server and be left with it running in the foreground.

    For the passphrase issue: https://github.com/nextcloud/all-in-one/discussions/1786

    Thanks! This should get me past my current hurdle so I can do some more testing. Again - not a great experience to have to come to a forum to get help to find a passphrase. I’m pretty sure I didn’t miss any steps?

    Lastly, if you’re not familiar with containers, and this is a single purpose machine, you’d be better off just running the bare project on the host. If there’s no need for containerization, just skip it.

    I’m familiar with containers, but think they’re overused. Stupid little things that are a single Python script (for example) shipping as a Docker image! But, I thought Nextcloud was complex enough to be worthy of a container? This is not a single purpose machine, but I’m an old, retired, sysadmin - I have no problem running a few different servers on the same host.

    Are you referring to the “Archive” Community Project installation method?