Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

48 total results found

Installing RaspAP

Software

Quick Start RaspAP gives you two different ways to get up and running quickly. The simplest approach is to use a custom OS image with RaspAP preinstalled. This option eliminates guesswork and gives you a base upon which to build. An alternative method is to ex...

Windows 11

Troubleshooting / Diagnostics

Install Docker & Docker Compose

Docker

Uninstall old versions Before you can install Docker Engine, you need to uninstall any conflicting packages. Your Linux distribution may provide unofficial Docker packages, which may conflict with the official packages provided by Docker. You must uninstall t...

Storage

Tools

Portainer

Docker

Deployment First, create the volume that Portainer Server will use to store its database: docker volume create portainer_data Then, download and install the Portainer Server container: docker run -d -p 8000:8000 -p 9443:9443 --name portainer --restart=always...

Printers

Quick Install

Software Pi-hole

Installation One-Step Automated Install Those who want to get started quickly and conveniently may install Pi-hole using the following command: curl -sSL https://install.pi-hole.net | bash Piping to bash is a controversial topic, as it prevents you from read...

Diagnostic Tools

Pi-hole

Docker

Network-wide ad blocking via your own Linux hardware Pi-hole website | Documentation | Discourse Forum | Donate Upgrade Notes [!CAUTION] !!! THE LATEST VERSION CONTAINS BREAKING CHANGES Pi-hole v6 has been ...

Windows

Bookstack

Docker

Docker Compose services: mysql: image: mysql:8.3 environment: - MYSQL_ROOT_PASSWORD=secret - MYSQL_DATABASE=bookstack - MYSQL_USER=bookstack - MYSQL_PASSWORD=secret volumes: - mysql-data:/var/lib/mysql bookstac...

GNU / Linux

DocuSeal

Docker

Let's create a folder for our Docuseal install. I like to create a parent level folder for 'docker', then put each docker application within that folder. mkdir -p docker/docuseal Now we'll move into that folder, and create a new compose.yaml file...

Software

Stirling-pdf

Docker

Docker Compose services: stirling-pdf: image: docker.stirlingpdf.com/stirlingtools/stirling-pdf container_name: "Sterling-pdf" ports: - '8981:8080' # change the left side port if 8080 is already in use on your host machine ...

Docker