small-hack / smol-k8s-lab

☁️ CLI & TUI with a smol friendly vibe to get started with Kubernetes on metal, then bootstrap apps using Argo CD 🧸 Great for testing webapps and benchmarking.
https://small-hack.github.io/smol-k8s-lab/
GNU Affero General Public License v3.0
12 stars 1 forks source link

Add trusted key servers for matrix into config file, and begin cosmetic TUI additions #267

Closed jessebot closed 2 weeks ago

jessebot commented 2 weeks ago

This gets us ready for the following changes which have been pushed out recently:

If you want to federate your matrix server, you may also need to provide:

You can provide a list of maps like this for trusted_key_servers:

apps:
  matrix:
    init:
      values:
        - server_name: matrix.friend.com
          verify_keys:
            ed25519:auto: abcdefghijklmnopqrstuvwxyzabcdefghijklmopqr

[!Note]

The TUI changes for trusted_key_servers are cosmetic only for right now. You cannot change your matrix trusted server via the TUI yet. You can only change it via the config.yaml file.

Also closes #266 by upgrading textual to 0.70.0

jessebot commented 1 week ago

Further work on this will be done in #269