diff --git a/modules/akmods/module.yml b/modules/akmods/module.yml index 0cc4381..56d0eca 100644 --- a/modules/akmods/module.yml +++ b/modules/akmods/module.yml @@ -1,7 +1,5 @@ name: akmods shortdesc: The akmods module is a tool used for managing and installing kernel modules built by Universal Blue. -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/akmods/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/akmods/akmods.tsp example: | type: akmods base: asus # if not specified, classic "main" base is used by default diff --git a/modules/bling/module.yml b/modules/bling/module.yml index d1abba3..4c3a1ab 100644 --- a/modules/bling/module.yml +++ b/modules/bling/module.yml @@ -1,7 +1,5 @@ name: bling shortdesc: The bling module can be used to pull in small "bling" into your image. -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/bling/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/bling/bling.tsp example: | type: bling install: diff --git a/modules/brew/module.yml b/modules/brew/module.yml index 5c6002f..4d1e420 100644 --- a/modules/brew/module.yml +++ b/modules/brew/module.yml @@ -1,7 +1,5 @@ name: brew shortdesc: The brew module installs Homebrew / Linuxbrew at build time and ensures the package manager remains up-to-date. -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/brew/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/brew/brew.tsp example: | type: brew nofile-limits: true # increase nofile limits diff --git a/modules/chezmoi/module.yml b/modules/chezmoi/module.yml index 299af96..4305330 100644 --- a/modules/chezmoi/module.yml +++ b/modules/chezmoi/module.yml @@ -1,7 +1,5 @@ name: chezmoi shortdesc: The chezmoi module installs the latest chezmoi release at build time, along with services to clone a dotfile repository and keep it up-to-date. -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/chezmoi/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/chezmoi/chezmoi.tsp example: | type: chezmoi repository: "https://github.com/octocat/dotfiles" # my dotfiles repo diff --git a/modules/default-flatpaks/module.yml b/modules/default-flatpaks/module.yml index 51286b0..f9fffb5 100644 --- a/modules/default-flatpaks/module.yml +++ b/modules/default-flatpaks/module.yml @@ -1,7 +1,5 @@ name: default-flatpaks shortdesc: The default-flatpaks module can be used to install or uninstall flatpaks from a configurable remote on every boot. -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/default-flatpaks/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/default-flatpaks/default-flatpaks.tsp example: | modules: # configured multiple times to highlight how options are overridden - type: default-flatpaks diff --git a/modules/files/module.yml b/modules/files/module.yml index bc89139..1d6af90 100644 --- a/modules/files/module.yml +++ b/modules/files/module.yml @@ -1,7 +1,5 @@ name: files shortdesc: Copy files to your image at build time -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/files/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/files/files.tsp example: | modules: - type: files diff --git a/modules/fonts/module.yml b/modules/fonts/module.yml index 125b2f1..7332564 100644 --- a/modules/fonts/module.yml +++ b/modules/fonts/module.yml @@ -1,7 +1,5 @@ name: fonts shortdesc: The `fonts` module can be used to install fonts from Nerd Fonts or Google Fonts. -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/fonts/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/fonts/fonts.tsp example: | type: fonts fonts: diff --git a/modules/gnome-extensions/module.yml b/modules/gnome-extensions/module.yml index c8bb78a..3d63a34 100644 --- a/modules/gnome-extensions/module.yml +++ b/modules/gnome-extensions/module.yml @@ -1,7 +1,5 @@ name: gnome-extensions shortdesc: The gnome-extensions module can be used to install GNOME extensions inside system directory. -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/gnome-extensions/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/gnome-extensions/gnome-extensions.tsp example: | type: gnome-extensions install: diff --git a/modules/gschema-overrides/module.yml b/modules/gschema-overrides/module.yml index be24147..d5bd4a6 100644 --- a/modules/gschema-overrides/module.yml +++ b/modules/gschema-overrides/module.yml @@ -1,7 +1,5 @@ name: gschema-overrides shortdesc: The `gschema-overrides` module can be used for including system-setting overrides for GTK-based desktop environments. -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/gschema-overrides/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/gschema-overrides/gschema-overrides.tsp example: | type: gschema-overrides include: diff --git a/modules/justfiles/module.yml b/modules/justfiles/module.yml index c38d29b..7dd845c 100644 --- a/modules/justfiles/module.yml +++ b/modules/justfiles/module.yml @@ -1,7 +1,5 @@ name: justfiles shortdesc: The justfiles module makes it easy to include just recipes from multiple files in Universal Blue -based images. -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/justfiles/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/justfiles/justfiles.tsp example: | type: justfiles validate: true diff --git a/modules/rpm-ostree/module.yml b/modules/rpm-ostree/module.yml index 2771ab0..42803f0 100644 --- a/modules/rpm-ostree/module.yml +++ b/modules/rpm-ostree/module.yml @@ -1,7 +1,5 @@ name: rpm-ostree shortdesc: The rpm-ostree module offers pseudo-declarative package and repository management using rpm-ostree. -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/rpm-ostree/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/rpm-ostree/rpm-ostree.tsp example: | type: rpm-ostree repos: diff --git a/modules/script/module.yml b/modules/script/module.yml index f52ba24..dc298ec 100644 --- a/modules/script/module.yml +++ b/modules/script/module.yml @@ -1,7 +1,5 @@ name: script shortdesc: The script module can be used to run arbitrary bash snippets and scripts at image build time. -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/script/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/script/script.tsp example: | type: script snippets: diff --git a/modules/signing/module.yml b/modules/signing/module.yml index 08c348d..628a015 100644 --- a/modules/signing/module.yml +++ b/modules/signing/module.yml @@ -1,6 +1,4 @@ name: signing shortdesc: The signing module is used to install the required signing policies for cosign image verification with rpm-ostree and bootc. -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/signing/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/signing/signing.tsp example: | type: signing # this sets up the proper policy & signing files for signed images to work fully diff --git a/modules/systemd/module.yml b/modules/systemd/module.yml index 8cd4cb8..9d59470 100644 --- a/modules/systemd/module.yml +++ b/modules/systemd/module.yml @@ -1,7 +1,5 @@ name: systemd shortdesc: The systemd module streamlines the management of systemd units during image building. -readme: https://raw.githubusercontent.com/blue-build/modules/main/modules/systemd/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/systemd/systemd.tsp example: | type: systemd # this example disables automatic flatpak updates and enables a custom service unit for all users diff --git a/modules/yafti/module.yml b/modules/yafti/module.yml index cf65c7d..f4c6b14 100644 --- a/modules/yafti/module.yml +++ b/modules/yafti/module.yml @@ -1,7 +1,5 @@ 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/blue-build/modules/main/modules/yafti/README.md -typespec: https://raw.githubusercontent.com/blue-build/modules/main/modules/yafti/yafti.tsp example: | type: yafti custom-flatpaks: