Advanced Search
Search Results
586 total results found
Development
This software is released under the GPL-3.0 license. You can learn more about how to contribute to Audiobookshelf through their documentation.
Resources
Official Official Documentation Official Discord Official GitHub Repository Official Website Installation Guide Frequently Asked Questions
Overview
OwnCloud is an open-source remote file access, share and content collaboration web application that your family access data from anywhere, on any device. Install Apps that let you take back control of your digital data, like contacts, calendars, notes and...
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: owncloud: image: owncloud/server:latest container_name: ownclou...
Updating
Backup Data and Re-Deploy the Stack OwnCloud has been optimized for running in Docker and will automatically migrate your database when a new version is installed. This allows you to re-deploy the stack through Portainer to download the latest updates.
Resources
Official Official Documentation Official Rocket.Chat Official Forum Official GitHub Repository Official Website Installation Guide Frequently Asked Questions KiteWorks Official Website Privacy Policy
Development
This software is released under the AGPL-3.0. OwnCloud is currently owned by KiteWorks, a security company who monetize the acquired open-source software by providing enterprise support and secure hosting services. You can learn more about how to contribu...
Overview
Collabora is an open-source and self-hosted office suite that enables you to edit documents, spreadsheets and presentations directly in your web-browser. Supports all major document, spreadsheet and presentation formats – including Microsoft and Open Doc...
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: collabora: image: collabora/code container_name: collabora ...
Updating
Re-Deploy the Stack Collabora has been optimized for running in Docker and does not store any persistent data. This allows you to re-deploy the stack through Portainer to download the latest updates.
Development
This software is released under the MPL-2.0 license. You can learn more about how to contribute to Collabora through their GitHub repository.
Resources
Official Official Documentation Official Forum Official GitHub Repository Official Website Installation Guide Troubleshooting Guide Frequently Asked Questions
Overview
AdGuard Home is a software service that automatically blocks ads and web tracking for every device in your network. Puts you in complete control over your network traffic, allowing you to block certain websites and services. Configure how much data is ...
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: adguard: image: adguard/adguardhome:latest network_mode: bridge...
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 GPL-3.0 license. You can learn more about how to contribute to AdGuard Home through their GitHub repository.
Resources
Official Official Documentation Official Forum Official GitHub Repository Official Website Installation Guide Frequently Asked Questions
Resources
Official Official Documentation Official Forum Official GitHub Repository Official Website Wikipedia Entry Installation Guide Frequently Asked Questions
Overview
Grocy is a household inventory and chore management solution for your family. Build a recipe book and use it to quickly build shopping lists. Construct a meal plan and always know what's for dinner next. Tryout an Grocy demo. Build a comprehensive inve...
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: grocy: image: linuxserver/grocy:latest container_name: grocy ...