diff --git a/images/docker-davos/index.html b/images/docker-davos/index.html index 130ad5bb07..168a6134af 100644 --- a/images/docker-davos/index.html +++ b/images/docker-davos/index.html @@ -1,4 +1,4 @@ - davos - LinuxServer.io
Skip to content

linuxserver/davos

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.

davos

Supported Architectures

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/davos:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

The application does not require any set up other than starting the docker container. Further documentation can be found on the davos GitHub repository page.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
+ davos - LinuxServer.io      

linuxserver/davos

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Davos is an FTP automation tool that periodically scans given host locations for new files. It can be configured for various purposes, including listening for specific files to appear in the host location, ready for it to download and then move, if required. It also supports completion notifications as well as downstream API calls, to further the workflow.

davos

Supported Architectures

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/davos:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

The application does not require any set up other than starting the docker container. Further documentation can be found on the davos GitHub repository page.

Usage

To help you get started creating a container from this image you can either use docker-compose or the docker cli.

---
 services:
   davos:
     image: lscr.io/linuxserver/davos:latest
@@ -46,4 +46,4 @@
   --pull \
   -t lscr.io/linuxserver/davos:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 20.03.24: - Rebase to Alpine 3.19.
  • 12.07.23: - Rebase to Alpine 3.18.
  • 07.07.23: - Deprecate armhf. As announced here
  • 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
  • 15.01.22: - Rebasing to alpine 3.15.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 28.06.19: - Rebasing to alpine 3.10.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 22.03.19: - Updating runtime deps due to change in OpenJRE.
  • 08.03.19: - Updating build environment to pass proper build flags and use gradle wrapper.
  • 22.02.19: - Rebasing to alpine 3.9.
  • 18.11.16: - Initial Release.
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 20.03.24: - Rebase to Alpine 3.19.
  • 12.07.23: - Rebase to Alpine 3.18.
  • 07.07.23: - Deprecate armhf. As announced here
  • 13.02.23: - Rebase to Alpine 3.17, migrate to s6v3.
  • 15.01.22: - Rebasing to alpine 3.15.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 19.12.19: - Rebasing to alpine 3.11.
  • 28.06.19: - Rebasing to alpine 3.10.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 22.03.19: - Updating runtime deps due to change in OpenJRE.
  • 08.03.19: - Updating build environment to pass proper build flags and use gradle wrapper.
  • 22.02.19: - Rebasing to alpine 3.9.
  • 18.11.16: - Initial Release.
\ No newline at end of file diff --git a/images/docker-limnoria/index.html b/images/docker-limnoria/index.html index b030d3bc55..c5329fde07 100644 --- a/images/docker-limnoria/index.html +++ b/images/docker-limnoria/index.html @@ -1,4 +1,4 @@ - limnoria - LinuxServer.io
Skip to content

linuxserver/limnoria

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Limnoria A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.

limnoria

Supported Architectures

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/limnoria:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

New Configuration

If you do not have an existing config you will need to start the container and then run the following wizard command:

docker exec -it -w /config -u abc limnoria limnoria-wizard

Existing Configuration

If you have an existing config, adjust the directory settings in your conf file as follows:

supybot.directories.backup: /config/backup
+ limnoria - LinuxServer.io      

linuxserver/limnoria

Scarf.io pulls GitHub Stars GitHub Release GitHub Package Repository GitLab Container Registry Quay.io Docker Pulls Docker Stars Jenkins Build LSIO CI

Limnoria A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.

limnoria

Supported Architectures

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/limnoria:latest should retrieve the correct image for your arch, but you can also pull specific arch images via tags.

The architectures supported by this image are:

Architecture Available Tag
x86-64 amd64-<version tag>
arm64 arm64v8-<version tag>
armhf

Application Setup

New Configuration

If you do not have an existing config you will need to start the container and then run the following wizard command:

docker exec -it -w /config -u abc limnoria limnoria-wizard

Existing Configuration

If you have an existing config, adjust the directory settings in your conf file as follows:

supybot.directories.backup: /config/backup
 supybot.directories.conf: /config/conf
 supybot.directories.data: /config/data
 supybot.directories.data.tmp: /config/data/tmp
@@ -51,4 +51,4 @@
   --pull \
   -t lscr.io/linuxserver/limnoria:latest .
 

The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static

docker run --rm --privileged multiarch/qemu-user-static:register --reset
-

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 23.12.23: - Rebase to Alpine 3.19.
  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 22.12.22: - Rebase to alpine 3.17.
  • 19.09.22: - Rebase to alpine 3.15.
  • 25.05.21: - Install plugin requirements on container init.
  • 17.05.21: - Add linuxserver wheel index.
  • 13.02.21: - Rebasing to alpine 3.13.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 13.01.20: - Initial Release.
\ No newline at end of file +

Once registered you can define the dockerfile to use with -f Dockerfile.aarch64.

Versions

  • 23.12.23: - Rebase to Alpine 3.19.
  • 25.05.23: - Rebase to Alpine 3.18, deprecate armhf.
  • 22.12.22: - Rebase to alpine 3.17.
  • 19.09.22: - Rebase to alpine 3.15.
  • 25.05.21: - Install plugin requirements on container init.
  • 17.05.21: - Add linuxserver wheel index.
  • 13.02.21: - Rebasing to alpine 3.13.
  • 01.06.20: - Rebasing to alpine 3.12.
  • 13.01.20: - Initial Release.
\ No newline at end of file