@@ -34,13 +34,12 @@ The architectures supported by this image are:
3434| Architecture | Available | Tag |
3535| :----: | :----: | ---- |
3636| x86-64 | ✅ | amd64-\< version tag\> |
37- | arm64 | ❌ | |
37+ | arm64 | ✅ | arm64v8- \< version tag \> |
3838
3939## Application Setup
4040
4141The application can be accessed at:
4242
43- * http://yourhost:3000/
4443* https://yourhost:3001/
4544
4645### Strict reverse proxies
@@ -206,8 +205,6 @@ services:
206205 kdenlive :
207206 image : lscr.io/linuxserver/kdenlive:latest
208207 container_name : kdenlive
209- security_opt :
210- - seccomp:unconfined # optional
211208 environment :
212209 - PUID=1000
213210 - PGID=1000
@@ -226,7 +223,6 @@ services:
226223` ` ` bash
227224docker run -d \
228225 --name=kdenlive \
229- --security-opt seccomp=unconfined `#optional` \
230226 -e PUID=1000 \
231227 -e PGID=1000 \
232228 -e TZ=Etc/UTC \
@@ -268,7 +264,6 @@ Containers are configured using parameters passed at runtime (such as those abov
268264| Parameter | Function |
269265| :-----: | --- |
270266| ` --shm-size= ` | This might be needed to prevent crashing |
271- | ` --security-opt seccomp=unconfined ` | For Docker Engine only, this may be required depending on your Docker and storage configuration. |
272267
273268## Environment variables from files (Docker secrets)
274269
@@ -472,12 +467,8 @@ To help with development, we generate this dependency graph.
472467 init-selkies-config -> init-video
473468 init-services -> svc-cron
474469 svc-cron -> legacy-services
475- init-services -> svc-dbus
476- svc-xorg -> svc-dbus
477- svc-dbus -> legacy-services
478470 init-services -> svc-de
479471 svc-nginx -> svc-de
480- svc-selkies -> svc-de
481472 svc-xorg -> svc-de
482473 svc-de -> legacy-services
483474 init-services -> svc-docker
@@ -499,13 +490,14 @@ To help with development, we generate this dependency graph.
499490 svc-xsettingsd -> legacy-services
500491 }
501492 Base Images: {
502- " baseimage-selkies:ubuntunoble " < - " baseimage-ubuntu:noble "
493+ " baseimage-selkies:arch " < - " baseimage-arch:latest "
503494 }
504495 " kdenlive:latest" < - Base Images
505496 ` ` `
506497
507498# # Versions
508499
500+ * ** 22.09.25:** - Rebase to Arch latest Appimage no longer working on Deb distros. Build for arm64 again.
509501* ** 06.08.25:** - Fix cpu bug, disable gamepad by default.
510502* ** 12.07.25:** - Rebase to Selkies and use official AppImage, HTTPS IS NOW REQUIRED. Remove arm64 support.
511503* ** 19.08.24:** - Rebase to noble. Use pypi and lsio wheels.
0 commit comments