I openly admit I have no experience with docker and what it does or how it works. In trying out Runtipi, I actually have been able to get a mental picture of what is going on. My trip up in trying to add additional apps has been the compose.yml files.
Or more specifically compose.json
So after some digging, it appears that yaml is just the promoted option for docker. It does support the .json itself, which answers my question of whether Runtipi devs developed their own json files to read in and then put out the yaml or what.
I was trying to do my own store with a version of Maybe. They provide a compose.yml file that actually works (I tried it on a new docker compose machine by itself) but then got lost in making it work for Runtipi.
I found the converter at Dynamic Compose Reference but then was confused on where to put the conversion, in the config.json or compose.json and then got lost.
I found the store at runtipi-appstore/apps/maybe at main · sergi0g/runtipi-appstore · GitHub which has maybe already setup. So I am using that as a reference on what from the original files goes where to work on Runtipi.
With the conversion to .json files, does that mean that putting in a .yaml/.yml compose file will not work with current Runtipi version?