Troy Prelog
Troy Prelog
Sorry, I'm not really sure what I can do. The only immediate work around I can suggest is running Home Assistant as `root` From inside the jail, run ``` service...
Is it worth the effort of converting this back to "regular jail" installation script? If enough people are still planning to use this, I don't mind doing the work. I...
> I presume, unless I have a catastrophic failure in the near future, I won't be needing a regular jail? Correct. It will also remain possible to (re)install the "plugin"...
> where maintainers would expect release version of TN to be followed If we expect the plugin to follow, then we can just use the master branch in the artifact...
I'm thinking something like this (where branch is optional) ``` { "name": "awesome-plugin", "release": "12.2-RELEASE", "artifact": "http://github/whatever-plugin.git, "branch": "1.0", "official": "false". ... ```
> Isn't it more logical to always keep the plugin artifact version in sync with the plugin jail version? **Yes, please !!!** > In your specific case @tprelog wouldn't it...
I still need to get on Jira and make a suggestion ticket, but I've been been playing around with a similar change locally -- It's not perfect but with an...
> If the `release` field would be the base of the cloned plugin artifact branch (what this branch/PR changes) wouldn't this be enough for testing an upgrade in a more...
From the [TrueNAS release notes](https://www.truenas.com/docs/scale/25.04/gettingstarted/scalereleasenotes/#upgrade-notes): >The TrueNAS REST API is deprecated in TrueNAS 25.04. Full removal of the REST API is planned for a future release. **EDIT:** I didn't mean...
There's a community guide for this found in the forums: [HERE](https://community.home-assistant.io/t/installing-haos-in-a-vm-on-truenas-scale/511393?u=troy)