osism-archive / container-image-heimdall

Container image which contains Heimdall
https://www.osism.tech
Apache License 2.0
0 stars 1 forks source link

Make Heimdall automatically configurable #1

Open berendt opened 3 years ago

berendt commented 3 years ago

Heimdall is not automatically configurable out-of-the-box. Therefore, the initial SQLite database is provided.

This database must now be filled by the entrypoint script via set ENV variables with the necessary applications.

tibeer commented 3 years ago

Alternatively you can go crazy with this:

sqlite3 app.sqlite "insert into items values(2, 'Zuul', '#fafbfc', 'icons/zulip.png', 'http://1.2.3.4:9000', null, 1, 0, null, null, null, 0, 1, '\App\SupportedApps\Zulip\Zulip');"

The second null value is required. Otherwise the app would land in trash automatically.