Rename project to docker-qmx-fusion and configure for QMX-Fusion application

This commit is contained in:
Joakim Svensson
2026-01-06 19:39:46 +00:00
parent ede89129b2
commit 41b0329fd9
9 changed files with 146 additions and 19 deletions

View File

@@ -1,12 +1,12 @@
---
# project information
project_name: chromium
project_url: "https://www.chromium.org/chromium-projects/"
project_name: qmx-fusion
project_url: "https://github.com/Sparks72/QMX-Fusion-v1"
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/chromium-logo.png"
project_blurb: "[Chromium]({{ project_url }}) is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web."
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
project_categories: "Web Browser"
project_blurb: "Docker image for [QMX-Fusion]({{ project_url }}), an application for radio enthusiasts."
project_lsio_github_repo_url: "https://git.sa6anw.se/sa6anw/docker-{{ project_name }}"
project_categories: "Radio"
project_blurb_optional_extras_enabled: false
# supported architectures
available_architectures:
@@ -32,7 +32,7 @@ custom_params:
# optional variables
opt_param_usage_include_env: true
opt_param_env_vars:
- {env_var: "CHROME_CLI", env_value: "https://www.linuxserver.io/", desc: "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full."}
- {env_var: "CHROME_CLI", env_value: "--kiosk http://localhost", desc: "Specify one or multiple Chromium CLI flags, this string will be passed to the application in full."}
# Selkies blurb settings
selkies_blurb: true
show_nvidia: true
@@ -114,6 +114,7 @@ init_diagram: |
"chromium:latest" <- Base Images
# changelog
changelogs:
- {date: "06.01.26:", desc: "Add nginx to serve QMX-Fusion-v1 and start chromium in kiosk mode."}
- {date: "20.12.25:", desc: "Add Wayland init logic."}
- {date: "22.09.25:", desc: "Rebase to Debian Trixie."}
- {date: "01.07.25:", desc: "Add Kasm branch."}