* feat: add initial module.yml for rpm-ostree * chore: add shortdesc to module.yml * feat: add missing module.ymls * feat: add website rebuild action for module reference updates * chore: remove old readme in modules dir * refactor: switch to a hybrid module.yml + README arrangement * chore: switch docs to use starlight aside syntax
8 lines
No EOL
324 B
YAML
8 lines
No EOL
324 B
YAML
name: yafti
|
|
shortdesc: The yafti module can be used to install yafti and set it up to run on first boot.
|
|
readme: https://raw.githubusercontent.com/ublue-os/bling/moduleyml/modules/yafti/README.md
|
|
example: |
|
|
type: yafti
|
|
custom-flatpaks:
|
|
- Celluloid: io.github.celluloid_player.Celluloid
|
|
- Krita: org.kde.krita |