diff --git a/images/docker-limnoria/index.html b/images/docker-limnoria/index.html index 0a5747c971..82b8df34c9 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
@@ -56,4 +56,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

  • 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.

Last update: October 6, 2023
Created: February 5, 2019
\ No newline at end of file +

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

Versions

  • 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.

Last update: November 17, 2023
Created: February 5, 2019
\ No newline at end of file diff --git a/sitemap.xml.gz b/sitemap.xml.gz index 3e2e11bf1e..8c700caaf2 100644 Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ