refactor: clean up the template repo

many of these docs are now on the website, a lot of this is just baggage from startingpoint
This commit is contained in:
xynydev
2024-02-02 20:40:27 +02:00
parent 05b01dd282
commit be99df8b6d
8 changed files with 16 additions and 310 deletions

View File

@@ -1,7 +1,7 @@
# image will be published to ghcr.io/<user>/<name>
name: startingpoint
name: template
# description will be included in the image's metadata
description: A starting point for further customization of uBlue images. Make your own! https://ublue.it/making-your-own/
description: This is my personal OS image.
# the base image to build on top of (FROM) and the version tag to use
base-image: ghcr.io/ublue-os/silverblue-main
@@ -12,13 +12,10 @@ image-version: 39 # latest is also supported if you want new updates ASAP
modules:
- type: files
files:
- usr: /usr # copy static configurations
#
# copies config/files/usr into your image's /usr
#
- usr: /usr # copies config/files/usr into your image's /usr
# configuration you wish to end up in /etc/ on the booted system
# should be added into /usr/etc/ as that is the proper "distro"
# config directory on ostree. Read more in the files module's README
# config directory on ostree. Read more in the files module's documentation
- type: rpm-ostree
repos:
@@ -31,26 +28,21 @@ modules:
- firefox-langpacks # langpacks needs to also be removed to prevent dependency problems
- type: default-flatpaks
notify: true # Send notification after install/uninstall is finished (true/false)
notify: true # Send notification after install/uninstall is finished (true/false)
system:
# If no repo information is specified, Flathub will be used by default
repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
repo-name: flathub
# repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
# repo-name: flathub
# repo-title: "Flathub (system-wide)" # Optional; this sets the remote's user-facing name in graphical frontends like GNOME Software
install:
# - org.gnome.Loupe
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
# Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08).
# Only normal flatpak applications are (like Floorp Lightning web browser in this example).
# Multiple install of same flatpaks with different branches is not supported.
- org.mozilla.firefox
# - org.gnome.Loupe
# - one.ablaze.floorp//lightning # This is an example of flatpak which has multiple branches in selection (flatpak//branch).
# Flatpak runtimes are not supported (like org.winehq.Wine//stable-23.08),
# only normal flatpak applications are (like Floorp Lightning web browser in this example).
# Installing different branches of the same Flatpak is not supported.
remove:
# - org.gnome.eog
#
# A flatpak repo can also be added without having to install flatpaks,
# as long as one of the repo- fields is present
user:
repo-url: https://dl.flathub.org/repo/flathub.flatpakrepo
repo-name: flathub
- type: script
scripts: