From a45528fe622a4ffdd397a8ade816e8e13283c61c Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 22 Sep 2025 22:45:08 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-kdenlive.md | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/docs/images/docker-kdenlive.md b/docs/images/docker-kdenlive.md index 4347bd1252..31af11a4eb 100755 --- a/docs/images/docker-kdenlive.md +++ b/docs/images/docker-kdenlive.md @@ -34,13 +34,12 @@ The architectures supported by this image are: | Architecture | Available | Tag | | :----: | :----: | ---- | | x86-64 | ✅ | amd64-\ | -| arm64 | ❌ | | +| arm64 | ✅ | arm64v8-\ | ## Application Setup The application can be accessed at: -* http://yourhost:3000/ * https://yourhost:3001/ ### Strict reverse proxies @@ -206,8 +205,6 @@ services: kdenlive: image: lscr.io/linuxserver/kdenlive:latest container_name: kdenlive - security_opt: - - seccomp:unconfined #optional environment: - PUID=1000 - PGID=1000 @@ -226,7 +223,6 @@ services: ```bash docker run -d \ --name=kdenlive \ - --security-opt seccomp=unconfined `#optional` \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ @@ -268,7 +264,6 @@ Containers are configured using parameters passed at runtime (such as those abov | Parameter | Function | | :-----: | --- | | `--shm-size=` | This might be needed to prevent crashing | -| `--security-opt seccomp=unconfined` | For Docker Engine only, this may be required depending on your Docker and storage configuration. | ## Environment variables from files (Docker secrets) @@ -472,12 +467,8 @@ To help with development, we generate this dependency graph. init-selkies-config -> init-video init-services -> svc-cron svc-cron -> legacy-services - init-services -> svc-dbus - svc-xorg -> svc-dbus - svc-dbus -> legacy-services init-services -> svc-de svc-nginx -> svc-de - svc-selkies -> svc-de svc-xorg -> svc-de svc-de -> legacy-services init-services -> svc-docker @@ -499,13 +490,14 @@ To help with development, we generate this dependency graph. svc-xsettingsd -> legacy-services } Base Images: { - "baseimage-selkies:ubuntunoble" <- "baseimage-ubuntu:noble" + "baseimage-selkies:arch" <- "baseimage-arch:latest" } "kdenlive:latest" <- Base Images ``` ## Versions +* **22.09.25:** - Rebase to Arch latest Appimage no longer working on Deb distros. Build for arm64 again. * **06.08.25:** - Fix cpu bug, disable gamepad by default. * **12.07.25:** - Rebase to Selkies and use official AppImage, HTTPS IS NOW REQUIRED. Remove arm64 support. * **19.08.24:** - Rebase to noble. Use pypi and lsio wheels.