Advanced Search
Search Results
589 total results found
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 MIT license. You can learn more about how to contribute to ArchiveBox through their GitHub. The development team also accepts donations.
Resources
Official Official Documentation Official Chat Server Official GitHub Repository Official Website Installation Guide General Troubleshooting
Overview
Authelia is an open-source single-sign on (SSO) and identity management for a small server. Use single-factor or two-factor authentication through VaultWarden. Create user accounts to share access to your services without multi-user support. Sign into y...
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: authelia: container_name: 'authelia' image: 'authelia/authelia'...
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 Apache 2.0 license. You can learn more about how to contribute to Authelia through their GitHub. The development team also accepts sponsorships.
Resources
Official Official Documentation Official Discord Official Matrix Official GitHub Repository Official Website Installation Guide General Troubleshooting
Overview
BookStack is a simple platform for storing and sharing information. Search through your library and build links between your resources. Tryout an BookStack demo. Intuitive design that makes it easy to quickly create a knowledge sharing platform. Built-...
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: bookstack: image: lscr.io/linuxserver/bookstack container_name:...
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 MIT license. You can learn more about how to contribute to BookStack through their blog. The development team also accepts donations.
Resources
Official Official Documentation Official Discord Official GitHub Repository Official Website Wikipedia Entry Installation Guide Frequently Asked Questions General Troubleshooting
Overview
CommaFeed is an open-source news feed reader for the Really Simple Syndication (RSS) protocol. Tryout a CommaFeed demo. Compatible with Mobile apps that support the Fever API. View news updates and read your feed using Browser extensions. Create user a...
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: commafeed: image: athou/commafeed:latest-h2 restart: unless-sto...
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 Apache 2.0 license. You can learn more about how to contribute to CommaFeed through their GitHub. The developer also accepts sponsorships.