Duplicati is a backup client that securely stores encrypted, incremental, compressed backups on local storage, cloud storage services and remote file servers. It works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, B2, and many others.
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/duplicati:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
Duplicati is a backup client that securely stores encrypted, incremental, compressed backups on local storage, cloud storage services and remote file servers. It works with standard protocols like FTP, SSH, WebDAV as well as popular services like Microsoft OneDrive, Amazon S3, Google Drive, box.com, Mega, B2, and many others.
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/duplicati:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
Containers are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate <external>:<internal> respectively. For example, -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080 outside the container.
Containers are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate <external>:<internal> respectively. For example, -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080 outside the container.
For all of our images we provide the ability to override the default umask settings for services started within the containers using the optional -e UMASK=022 setting. Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up here before asking for support.
When using volumes (-v flags), permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user PUID and group PGID.
Ensure any volume directories on the host are owned by the same user you specify and any permissions issues will vanish like magic.
In this instance PUID=1000 and PGID=1000, to find yours use id your_user as below:
We publish various Docker Mods to enable additional functionality within the containers. The list of Mods available for this image (if any) as well as universal mods that can be applied to any one of our images can be accessed via the dynamic badges above.
29.11.24: - Rebase to Noble, add support for settings DB encryption.
15.02.23: - Rebase to Jammy.
03.08.22: - Deprecate armhf.
25.04.22: - Rebase to mono:focal.
01.08.19: - Rebase to Linuxserver LTS mono version.
16.07.19: - Allow for additional command line arguments in an environment variable.
28.06.19: - Rebase to bionic.
23.03.19: - Switching to new Base images, shift to arm32v7 tag.
28.02.19: - Allow access from all hostnames, clarify info on image tags.
13.01.19: - Use jq instead of awk in dockerfiles.
11.01.19: - Multi-arch image.
09.12.17: - Fix continuation lines.
31.08.17: - Build only beta or release versions (thanks deasmi).
24.04.17: - Initial release.
\ No newline at end of file
diff --git a/images/docker-lychee/index.html b/images/docker-lychee/index.html
index b8f14ec963..0f625579c4 100644
--- a/images/docker-lychee/index.html
+++ b/images/docker-lychee/index.html
@@ -1,6 +1,6 @@
lychee - LinuxServer.io
Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely."
In certain scenarios, you might need to change the default settings of Lychee. For instance, if you encounter limitations when uploading large files, you can increase this limit.
The upload limit is defined in the user.ini file located in the config directory (/config). You can increase this limit by modifying the following values:
post_max_size=500Mupload_max_filesize=500M
-
After making these changes, you'll need to restart the Docker container for the changes to take effect.
Please note that these changes might have implications on your server's performance, depending on its available resources. Thus, it's recommended to modify these settings with caution.
After making these changes, you'll need to restart the Docker container for the changes to take effect.
Please note that these changes might have implications on your server's performance, depending on its available resources. Thus, it's recommended to modify these settings with caution.
Containers are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate <external>:<internal> respectively. For example, -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080 outside the container.
Containers are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate <external>:<internal> respectively. For example, -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080 outside the container.
For all of our images we provide the ability to override the default umask settings for services started within the containers using the optional -e UMASK=022 setting. Keep in mind umask is not chmod it subtracts from permissions based on it's value it does not add. Please read up here before asking for support.
When using volumes (-v flags), permissions issues can arise between the host OS and the container, we avoid this issue by allowing you to specify the user PUID and group PGID.
Ensure any volume directories on the host are owned by the same user you specify and any permissions issues will vanish like magic.
In this instance PUID=1000 and PGID=1000, to find yours use id your_user as below:
We publish various Docker Mods to enable additional functionality within the containers. The list of Mods available for this image (if any) as well as universal mods that can be applied to any one of our images can be accessed via the dynamic badges above.
27.05.24: - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
18.01.24: - Add php-sodium.
13.01.24: - Rebase to Alpine 3.19 with php 8.3.
27.12.23: - Update image to support v5.
25.12.23: - Existing users should update: site-confs/default.conf - Cleanup default site conf. Build npm dependencies into image.
25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
13.04.23: - Move ssl.conf include to default.conf.
11.01.23: - Rebasing to alpine 3.17 with php8.1. Restructure nginx configs (see changes announcement). Switch to git clone as builds fail with the release artifact.
13.05.21: - Make readme clearer.
18.04.21: - Add php-intl for v4.3.
31.01.21: - Add jpegoptim.
15.01.21: - Rebase to alpine 3.13, add php7-ctype.
10.07.20: - Upgrade to Lychee v4 and rebased to alpine 3.12.
19.12.19: - Rebasing to alpine 3.11.
23.10.19: - Increase fastcgi timeouts (existing users need to manually update).
19.09.19: - Update project website url.
28.06.19: - Rebasing to alpine 3.10.
05.05.19: - Rebase to alpine 3.9, use new armv7 image format.
21.01.18: - Added ffmpeg for video thumbnail creation, switched to installing zip release instead of source tarball, created small thumbnails folder, switched to dynamic readme.
14.01.19: - Adding pipeline logic and multi arch..
04.09.18: - Rebase to alpine 3.8, switch to LycheeOrg repository.
08.01.18: - Rebase to alpine 3.7.
25.05.17: - Rebase to alpine 3.6.
03.05.17: - Use repo pinning to better solve dependencies, use repo version of php7-imagick.
12.02.17: - Initial Release.
\ No newline at end of file
+
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.
27.05.24: - Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings.
18.01.24: - Add php-sodium.
13.01.24: - Rebase to Alpine 3.19 with php 8.3.
27.12.23: - Update image to support v5.
25.12.23: - Existing users should update: site-confs/default.conf - Cleanup default site conf. Build npm dependencies into image.
25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
13.04.23: - Move ssl.conf include to default.conf.
11.01.23: - Rebasing to alpine 3.17 with php8.1. Restructure nginx configs (see changes announcement). Switch to git clone as builds fail with the release artifact.
13.05.21: - Make readme clearer.
18.04.21: - Add php-intl for v4.3.
31.01.21: - Add jpegoptim.
15.01.21: - Rebase to alpine 3.13, add php7-ctype.
10.07.20: - Upgrade to Lychee v4 and rebased to alpine 3.12.
19.12.19: - Rebasing to alpine 3.11.
23.10.19: - Increase fastcgi timeouts (existing users need to manually update).
19.09.19: - Update project website url.
28.06.19: - Rebasing to alpine 3.10.
05.05.19: - Rebase to alpine 3.9, use new armv7 image format.
21.01.18: - Added ffmpeg for video thumbnail creation, switched to installing zip release instead of source tarball, created small thumbnails folder, switched to dynamic readme.
14.01.19: - Adding pipeline logic and multi arch..
04.09.18: - Rebase to alpine 3.8, switch to LycheeOrg repository.
08.01.18: - Rebase to alpine 3.7.
25.05.17: - Rebase to alpine 3.6.
03.05.17: - Use repo pinning to better solve dependencies, use repo version of php7-imagick.