I have a bunch of questions on how to build runcitadel or umbrel apps. Where can I read up on this?

* how to deal with app secrets?

* is there a way to let the user write a config file on installation?

* how to deal with amd64 vs. arm64 - are those different apps?

Reply to this note

Please Login to reply.

Discussion

1. Don't know, but ask other apps who did it (like ThunderHub)

2. No, because of the one-click install

3. No, it's all one app. The docker manifest for the app is multi-architecture, meaning it internally contains links to blobs for several architectures. The caller picks and chooses which ones fit.