Advanced Search
Search Results
587 total results found
Preparation
There are some things we need to do in preparation to install this service. Volumes Persistent Data This is where the service will store its own application data and ensures we can quickly update the service image. Ensure your user has permissions to acc...
Installation
The service can be installed through the Portainer web interface. Learn about creating a new stack. Docker Compose Use the following code to install the service: --- services: mylar3: image: lscr.io/linuxserver/mylar3:latest container_name...
Updating
Re-Deploy the Stack This service has been optimized for running in Docker thanks to LinuxServer.io. This allows you to re-deploy the stack through Portainer to download the latest updates.
Development
This software is released under the GPL-3.0 license. You can learn more about how to contribute to Mylar through their documentation. The development team also accepts donations.
Resources
Official Official Documentation Official Discord Official Forum Official GitHub Repository Official Website Installation Guide Frequently Asked Questions LinuxServer.io Docker Image Official Website Official Documentation Official Discord Of...
Overview
LazyLibrarian is an (audio)book and magazine collection manager that downloads media while keeping everything organized. Integrate with Prowlarr and handle all your download searches through one central service. Import an existing Calibre book library to...
Preparation
There are some things we need to do in preparation to install this service. Volumes Persistent Data This is where the service will store its own application data and ensures we can quickly update the service image. Ensure your user has permissions to acc...
Installation
The service can be installed through the Portainer web interface. Learn about creating a new stack. Docker Compose Use the following code to install the service: --- services: lazylibrarian: image: lscr.io/linuxserver/lazylibrarian:latest ...
Updating
Re-Deploy the Stack This service has been optimized for running in Docker thanks to LinuxServer.io. This allows you to re-deploy the stack through Portainer to download the latest updates.
Development
This software is released under the GPL-3.0 license. You can contribute to LazyLibrarian through their GitLab by submitting issue requests.
Resources
Official Official Documentation Official Reddit Official GitLab Repository Installation Guide Frequently Asked Questions LinuxServer.io Docker Image Official Website Official Documentation Official Discord Official Forum Official GitLab Repos...
Overview
Slskd is a browser-based interface for the Soulseek peer-to-peer file sharing network. Create a user profile to share files and view other users shares. Join public chat rooms and send private messages to other users. Control who has access to the files...
Preparation
There are some things we need to do in preparation to install this service. Volumes Persistent Data This is where the service will store its own application data and ensures we can quickly update the service image. Ensure your user has permissions to acc...
Installation
The service can be installed through the Portainer web interface. Learn about creating a new stack. Docker Compose Use the following code to install the service: --- services: slskd: image: slskd/slskd network_mode: bridge container_n...
Updating
Re-Deploy the Stack This service has been optimized for running in Docker. This allows you to re-deploy the stack through Portainer to download the latest updates.
Development
This software is released under the AGPL-3.0 license. You can learn more about how to contribute to Slskd through their GitHub.
Resources
Official Official Documentation Official Discord Official Matrix Official GitHub Repository Installation Guide Soulseek Official Forum Official Website Wikipedia Entry Frequently Asked Questions
Overview
ArchiveBox lets you create your own archival backups of web pages and internet media. Tryout an ArchiveBox demo. Archive URLs one at a time or in batches into redundant formats. Send URLs to ArchiveBox through a bookmarklet or a browser extension. Sche...
Preparation
There are some things we need to do in preparation to install this service. Block ads in your archival copies by installing AdGuard Home. Volumes Persistent Data This is where the service will store its own application data and ensures we can quickly upd...
Installation
The service can be installed through the Portainer web interface. Learn about creating a new stack. Docker Compose Use the following code to install the service: --- services: archivebox: image: archivebox/archivebox:latest ports...