Advanced Search
Search Results
589 total results found
Resources
Official Official Documentation Official Forum Official GitHub Repository Official Website Installation Guide
What are Computer Networks?
We use the internet everyday, but it isn't often – if ever – that we need to consider how it works. That's because the protocols powering the internet were intentionally designed to operate as invisibly as possible. Built around a common language, networks e...
Overview
Fider is a platform for collecting and prioritizing project feedback that enables users to share in the process. Tryout an Fider demo. Help your community share feedback, vote on what's important to them and discuss the finer points. Keep everyone up-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: db: restart: always image: postgres:12 volumes: - /...
Updating
Backup and 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. It is highly recommended that you manual backup data before installing any upda...
Development
This software is released under the AGPL-3.0 license. You can learn more about how to contribute to Fider through their GitHub. The development team also accepts sponsorships.
Resources
Official Official Documentation Official Forum Official GitHub Repository Official Website Installation Guide
Overview
Grav is a flat file CMS with a simple, intuitive interface and a basic administrator panel. Create and delete pages from a basic administration panel. Configure your install with the available plug-in manager. Customize the look and feel of your site ...
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: grav: image: lscr.io/linuxserver/grav:latest container_name: gr...
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 MIT license. You can learn more about how to contribute to Grav through their documentation. The development team also accepts sponsorships.
Resources
Official Official Documentation Official Discord Official Forum Official GitHub Repository Official Website Wikipedia Entry Installation Guide Frequently Asked Questions General Troubleshooting LinuxServer.io Docker Image Official Website Of...
Overview
I, Librarian is a self-hosted service for organizing and searching your academic research. Tryout an I, Librarian demo. Build a centralized repository for all of your academic research and organize your paper metadata. Leverage full-text search for your...
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: i-librarian: image: cgrima/i-librarian ports: - "2485:80...
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 I, Librarian by submitting issue requests through their documentation.
Resources
Official Official GitHub Repository Official Website Installation Guide General Troubleshooting