From 5e462ed52da71dfb0ab29ca1a135df7c3b034093 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Sat, 7 Dec 2024 03:15:04 +0000 Subject: [PATCH] Bot Updating Templated Files --- readme-vars.yml | 83 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 68 insertions(+), 15 deletions(-) diff --git a/readme-vars.yml b/readme-vars.yml index dce7b79..24bcc12 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -7,28 +7,25 @@ project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/ma project_blurb: "[Altus]({{ project_url }}) is an Electron-based WhatsApp client with themes and multiple account support." project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" project_blurb_optional_extras_enabled: false - # supported architectures available_architectures: - - { arch: "{{ arch_x86_64 }}", tag: "latest"} - - { arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} - + - {arch: "{{ arch_x86_64 }}", tag: "latest"} + - {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"} # container parameters common_param_env_vars_enabled: true param_container_name: "{{ project_name }}" param_usage_include_vols: true param_volumes: - - { vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Users home directory in the container, stores program settings and files." } + - {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Users home directory in the container, stores program settings and files."} param_usage_include_ports: true param_ports: - - { external_port: "3000", internal_port: "3000", port_desc: "Altus desktop gui." } - - { external_port: "3001", internal_port: "3001", port_desc: "Altus desktop gui HTTPS." } + - {external_port: "3000", internal_port: "3000", port_desc: "Altus desktop gui."} + - {external_port: "3001", internal_port: "3001", port_desc: "Altus desktop gui HTTPS."} custom_params: - - { name: "shm-size", name_compose: "shm_size", value: "1gb",desc: "Required for electron apps to fucntion properly." } + - {name: "shm-size", name_compose: "shm_size", value: "1gb", desc: "Required for electron apps to fucntion properly."} opt_security_opt_param: true opt_security_opt_param_vars: - - { run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker." } - + - {run_var: "seccomp=unconfined", compose_var: "seccomp:unconfined", desc: "For Docker Engine only, many modern gui apps need this to function on older hosts as syscalls are unknown to Docker."} # application setup block app_setup_block_enabled: true app_setup_block: | @@ -66,10 +63,66 @@ app_setup_block: | ### Lossless mode This container is capable of delivering a true lossless image at a high framerate to your web browser by changing the Stream Quality preset to "Lossless", more information [here](https://www.kasmweb.com/docs/latest/how_to/lossless.html#technical-background). In order to use this mode from a non localhost endpoint the HTTPS port on 3001 needs to be used. If using a reverse proxy to port 3000 specific headers will need to be set as outlined [here](https://github.com/linuxserver/docker-baseimage-kasmvnc#lossless). - - +# init diagram +init_diagram: | + "altus:latest": { + docker-mods + base { + fix-attr +\nlegacy cont-init + } + docker-mods -> base + legacy-services + custom services + init-services -> legacy-services + init-services -> custom services + custom services -> legacy-services + legacy-services -> ci-service-check + init-migrations -> init-adduser + init-kasmvnc-end -> init-config + init-os-end -> init-config + init-config -> init-config-end + init-crontab-config -> init-config-end + init-config -> init-crontab-config + init-mods-end -> init-custom-files + base -> init-envfile + init-os-end -> init-kasmvnc + init-nginx -> init-kasmvnc-config + init-video -> init-kasmvnc-end + base -> init-migrations + init-config-end -> init-mods + init-mods-package-install -> init-mods-end + init-mods -> init-mods-package-install + init-kasmvnc -> init-nginx + init-adduser -> init-os-end + init-envfile -> init-os-end + init-custom-files -> init-services + init-kasmvnc-config -> init-video + init-services -> svc-cron + svc-cron -> legacy-services + init-services -> svc-de + svc-nginx -> svc-de + svc-de -> legacy-services + init-services -> svc-docker + svc-de -> svc-docker + svc-docker -> legacy-services + init-services -> svc-kasmvnc + svc-pulseaudio -> svc-kasmvnc + svc-kasmvnc -> legacy-services + init-services -> svc-kclient + svc-kasmvnc -> svc-kclient + svc-kclient -> legacy-services + init-services -> svc-nginx + svc-kclient -> svc-nginx + svc-nginx -> legacy-services + init-services -> svc-pulseaudio + svc-pulseaudio -> legacy-services + } + Base Images: { + "baseimage-kasmvnc:debianbookworm" <- "baseimage-debian:bookworm" + } + "altus:latest" <- Base Images # changelog changelogs: - - { date: "19.10.24:", desc: "Switch to multi-arch." } - - { date: "29.01.24:", desc: "Structural changes for v5." } - - { date: "07.12.23:", desc: "Initial release." } + - {date: "19.10.24:", desc: "Switch to multi-arch."} + - {date: "29.01.24:", desc: "Structural changes for v5."} + - {date: "07.12.23:", desc: "Initial release."}