mirror of
https://github.com/linuxserver/docker-documentation.git
synced 2026-02-19 18:14:15 +08:00
Bot Updating Documentation
This commit is contained in:
parent
2f5ca6531f
commit
a45528fe62
@ -34,13 +34,12 @@ The architectures supported by this image are:
|
||||
| Architecture | Available | Tag |
|
||||
| :----: | :----: | ---- |
|
||||
| x86-64 | ✅ | amd64-\<version tag\> |
|
||||
| arm64 | ❌ | |
|
||||
| arm64 | ✅ | arm64v8-\<version tag\> |
|
||||
|
||||
## 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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user