Question about SWAI web app configuration

Hi. I’m curious how SWAI webapp integrations are created and if user submissions are possible.

  • Is there a way to linst/find webapps that have been already configured?
    • Where can I find their configuration (as a source of examples)
  • How can I set up an environment to test out SWAI configurations for web apps that don’t have proper support yet?

Thanks,

<3

Hello, the premade web apps are listed inside stillCenter.

SWAI apps are powered by a .swai file (.yaml syntax) that contains all the configuration info for a web app.

Here is documentation for .swai: docs/DOT_SWAI_FILE.md · master · stillHQ / stillOS / SWAI · GitLab

Published SWAI apps are a part of this GitLab repo:

You can view examples inside sadb-repo/swai_apps.

To submit an app, just fork the GitLab repo, add the app and icon into /swai_apps, and submit a pull request.