I have been struggling for a long time to install apps, custom apps.
I was looking forward to Electric Eel, and the docker compose…
Then again, I was making Yml / Yaml files, trying to find them, start etc…
Now you find a “Install via YAML” link at the three dots just beside the “Custom App” button. Here you can paste the settings, or write your own settings.
Great! Thank you.
I wish there were more docs on how to use this feature. I had some YAML before, and it worked. This second one I tried to add did not. I get a cryptic Python error message and no real way to figure out what went wrong.
Should I be adding the volumes part? How should I format this file for TrueNAS? I’ve love to see some examples especially in the UI itself.
I recommend not using this feature at all, because it’s so poorly done.
Instead, install “Dockge” from the community apps, and then install any (or all) of the rest of your apps in that, using YAML. Dockge makes it very easy to install docker-compose apps using YAML, and handles it far better than the facility built into Scale/EE.
The same as you would anywhere else you’d use Compose.
They’re Compose. There’s nothing special about them, nor about the facility in the UI. It has its quirks and limitations (most notably that it can’t work with .env files), and I definitely agree that Dockge presents a nicer UI, but there really isn’t anything different there.
What’s the YAML you’re trying to use, and where did you get it or adapt it from? What error are you getting?