IDE Cloud9 stopped working and automatically resets the IDE Config

Recently (probably a few weeks ago) my IDE interface stopped working. Basically, now refuses my password.
So I thought I’d reset the the config an re-enter it. The problem is now when I start or restart the IDE it resets the config and all my settings are lost. Any idea?

I’m use Hassio - Home Assistant 0.82.0, IDE 0.7.0.

Yep. It now uses a home assistant login for the userid and password.

Thanks David,

So all I need is this? It still asks for passwords & user names. I was under the impression that it extracts the password info from the fullchain & privkey. I’m also using DuckDNS & NGINX.

{
“log_level”: “info”,
“ssl”: true,
“certfile”: “fullchain.pem”,
“keyfile”: “privkey.pem”,
“packages”: [],
“init_commands”: []
}

That is what I have but ssl is false for me.

Check the docs for the addon