diff --git a/images/docker-feed2toot/index.html b/images/docker-feed2toot/index.html index 2617f9df4b..30023628b7 100644 --- a/images/docker-feed2toot/index.html +++ b/images/docker-feed2toot/index.html @@ -1,4 +1,4 @@ - feed2toot - LinuxServer.io
Skip to content

linuxserver/feed2toot

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

Feed2toot automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.

feed2toot

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/feed2toot: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

Run docker run --rm -it -w /config -v /path/to/data:/config -e PUID=1000 -e PGID=1000 lscr.io/linuxserver/feed2toot /lsiopy/bin/register_feed2toot_app to generate credential files (be sure to set the correct volume path and PUID/PGID values).

Edit the feed2toot.ini in /config to configure your instance name and RSS feeds.

See the feed2toot docs for more information.

Usage

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

---
+ feed2toot - LinuxServer.io      

linuxserver/feed2toot

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

Feed2toot automatically parses rss feeds, identifies new posts and posts them on the Mastodon social network.

feed2toot

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/feed2toot: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

Run docker run --rm -it -w /config -v /path/to/data:/config -e PUID=1000 -e PGID=1000 lscr.io/linuxserver/feed2toot /lsiopy/bin/register_feed2toot_app to generate credential files (be sure to set the correct volume path and PUID/PGID values).

Edit the feed2toot.ini in /config to configure your instance name and RSS feeds.

See the feed2toot docs for more information.

Usage

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

---
 services:
   feed2toot:
     image: lscr.io/linuxserver/feed2toot:latest
@@ -43,4 +43,4 @@
   --pull \
   -t lscr.io/linuxserver/feed2toot: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.
  • 02.03.23: - Allow user customizable cron.
  • 22.12.22: - Rebase to alpine 3.17.
  • 14.11.22: - 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.
  • 02.03.23: - Allow user customizable cron.
  • 22.12.22: - Rebase to alpine 3.17.
  • 14.11.22: - Initial Release.
\ No newline at end of file diff --git a/images/docker-sonarr/index.html b/images/docker-sonarr/index.html index 5da2963de1..cfa0e6b010 100644 --- a/images/docker-sonarr/index.html +++ b/images/docker-sonarr/index.html @@ -1,4 +1,4 @@ - sonarr - LinuxServer.io
Skip to content

linuxserver/sonarr

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

Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.

sonarr

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/sonarr: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

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

Tag Available Description
latest Stable releases from Sonarr
develop Development releases from Sonarr

Application Setup

Access the webui at <your-ip>:8989, for more information check out Sonarr.

Media folders

We have set /tv and /downloads as optional paths, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.

Use the optional paths if you dont understand, or dont want hardlinks/atomic moves.

The folks over at servarr.com wrote a good write-up on how to get started with this.

Usage

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

---
+ sonarr - LinuxServer.io      

linuxserver/sonarr

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

Sonarr (formerly NZBdrone) is a PVR for usenet and bittorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.

sonarr

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/sonarr: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

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

Tag Available Description
latest Stable releases from Sonarr
develop Development releases from Sonarr

Application Setup

Access the webui at <your-ip>:8989, for more information check out Sonarr.

Media folders

We have set /tv and /downloads as optional paths, this is because it is the easiest way to get started. While easy to use, it has some drawbacks. Mainly losing the ability to hardlink (TL;DR a way for a file to exist in multiple places on the same file system while only consuming one file worth of space), or atomic move (TL;DR instant file moves, rather than copy+delete) files while processing content.

Use the optional paths if you dont understand, or dont want hardlinks/atomic moves.

The folks over at servarr.com wrote a good write-up on how to get started with this.

Usage

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

---
 services:
   sonarr:
     image: lscr.io/linuxserver/sonarr:latest
@@ -48,4 +48,4 @@
   --pull \
   -t lscr.io/linuxserver/sonarr: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

  • 12.01.24: - Update download url.
  • 30.12.23: - Rebase master branch to Alpine 3.19.
  • 15.02.23: - Rebase master branch to Jammy.
  • 19.12.22: - Rebase develop branch Alpine 3.17.
  • 24.11.22: - Bump develop branch to v4, rebase to Alpine 3.16.
  • 03.08.22: - Deprecate armhf.
  • 02.08.22: - Add armhf deprecation warning.
  • 28.04.22: - Rebase master branch to mono 6.12 base (focal).
  • 20.02.22: - Rebase develop branch to Alpine, deprecate develop-alpine branch.
  • 28.12.21: - Add develop-alpine branch.
  • 11.05.21: - Make the paths clearer to the user.
  • 10.03.21: - Upgrade to Sonarr v3. Existing users are highly recommended to make a backup prior to update.
  • 18.01.21: - Deprecate UMASK_SET in favor of UMASK in baseimage, see above for more information.
  • 05.04.20: - Move app to /app.
  • 01.08.19: - Rebase to Linuxserver LTS mono version.
  • 13.06.19: - Add env variable for setting umask.
  • 10.05.19: - Rebase to Bionic.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 01.02.19: - Multi arch images and pipeline build logic
  • 15.12.17: - Fix continuation lines.
  • 12.07.17: - Add inspect commands to README, move to jenkins build and push.
  • 17.04.17: - Switch to using inhouse mono baseimage, adds python also.
  • 14.04.17: - Change to mount /etc/localtime in README, thanks cbgj.
  • 13.04.17: - Switch to official mono repository.
  • 30.09.16: - Fix umask
  • 23.09.16: - Add cd to /opt fixes redirects with althub (issue #25), make XDG config environment variable
  • 15.09.16: - Add libcurl3 package.
  • 09.09.16: - Add layer badges to README.
  • 27.08.16: - Add badges to README.
  • 20.07.16: - Rebase to xenial.
  • 31.08.15: - Cleanup, changed sources to fetch binarys from. also a new baseimage.
\ No newline at end of file +

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

Versions

  • 12.01.24: - Update download url.
  • 30.12.23: - Rebase master branch to Alpine 3.19.
  • 15.02.23: - Rebase master branch to Jammy.
  • 19.12.22: - Rebase develop branch Alpine 3.17.
  • 24.11.22: - Bump develop branch to v4, rebase to Alpine 3.16.
  • 03.08.22: - Deprecate armhf.
  • 02.08.22: - Add armhf deprecation warning.
  • 28.04.22: - Rebase master branch to mono 6.12 base (focal).
  • 20.02.22: - Rebase develop branch to Alpine, deprecate develop-alpine branch.
  • 28.12.21: - Add develop-alpine branch.
  • 11.05.21: - Make the paths clearer to the user.
  • 10.03.21: - Upgrade to Sonarr v3. Existing users are highly recommended to make a backup prior to update.
  • 18.01.21: - Deprecate UMASK_SET in favor of UMASK in baseimage, see above for more information.
  • 05.04.20: - Move app to /app.
  • 01.08.19: - Rebase to Linuxserver LTS mono version.
  • 13.06.19: - Add env variable for setting umask.
  • 10.05.19: - Rebase to Bionic.
  • 23.03.19: - Switching to new Base images, shift to arm32v7 tag.
  • 01.02.19: - Multi arch images and pipeline build logic
  • 15.12.17: - Fix continuation lines.
  • 12.07.17: - Add inspect commands to README, move to jenkins build and push.
  • 17.04.17: - Switch to using inhouse mono baseimage, adds python also.
  • 14.04.17: - Change to mount /etc/localtime in README, thanks cbgj.
  • 13.04.17: - Switch to official mono repository.
  • 30.09.16: - Fix umask
  • 23.09.16: - Add cd to /opt fixes redirects with althub (issue #25), make XDG config environment variable
  • 15.09.16: - Add libcurl3 package.
  • 09.09.16: - Add layer badges to README.
  • 27.08.16: - Add badges to README.
  • 20.07.16: - Rebase to xenial.
  • 31.08.15: - Cleanup, changed sources to fetch binarys from. also a new baseimage.
\ No newline at end of file