chore: remove raw github URLs from module.ymls (unneeded after recent refactor)
This commit is contained in:
parent
4a433d6112
commit
e749fe71d3
15 changed files with 0 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue