Skip to content

Commit e556d85

Browse files
committed
bad data in readme
1 parent b964a27 commit e556d85

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ By default, this container has no authentication. The optional `CUSTOM_USER` and
8282

8383
The web interface includes a terminal with passwordless `sudo` access. Any user with access to the GUI can gain root control within the container, install arbitrary software, and probe your local network.
8484

85+
While not generally recommended, certain legacy environments specifically those with older hardware or outdated Linux distributions may require the deactivation of the standard seccomp profile to get containerized desktop software to run. This can be achieved by utilizing the `--security-opt seccomp=unconfined` parameter. It is critical to use this option only when absolutely necessary as it disables a key security layer of Docker, elevating the potential for container escape vulnerabilities.
86+
8587
### Options in all Selkies-based GUI containers
8688

8789
This container is based on [Docker Baseimage Selkies](https://github.com/linuxserver/docker-baseimage-selkies), which provides the following environment variables and run configurations to customize its functionality.
@@ -259,8 +261,8 @@ Containers are configured using parameters passed at runtime (such as those abov
259261

260262
| Parameter | Function |
261263
| :----: | --- |
262-
| `-p 3000:3000` | Calligra desktop gui HTTP, must be proxied. |
263-
| `-p 3001:3001` | Calligra desktop gui HTTPS. |
264+
| `-p 3000:3000` | Digikam desktop gui HTTP, must be proxied. |
265+
| `-p 3001:3001` | Digikam desktop gui HTTPS. |
264266
| `-e PUID=1000` | for UserID - see below for explanation |
265267
| `-e PGID=1000` | for GroupID - see below for explanation |
266268
| `-e TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). |

readme-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ param_volumes:
2121
- {vol_path: "/config", vol_host_path: "/path/to/config", desc: "Users home directory in the container, stores database."}
2222
param_usage_include_ports: true
2323
param_ports:
24-
- {external_port: "3000", internal_port: "3000", port_desc: "Calligra desktop gui HTTP, must be proxied."}
25-
- {external_port: "3001", internal_port: "3001", port_desc: "Calligra desktop gui HTTPS."}
24+
- {external_port: "3000", internal_port: "3000", port_desc: "Digikam desktop gui HTTP, must be proxied."}
25+
- {external_port: "3001", internal_port: "3001", port_desc: "Digikam desktop gui HTTPS."}
2626
custom_params:
2727
- {name: "shm-size", name_compose: "shm_size", value: "1gb", desc: "Recommended for all desktop images."}
2828
# Selkies blurb settings

0 commit comments

Comments
 (0)