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

44 total results found

Set Default Chapter-Toggle

Bookstack Customization & Setup Guide Customize Bookstack

I experienced that it annoys me alot that you always need to Open the Drop-Down from each Chapter. Which looks like this: Enter Custom Code So i found a Way on how to set a Default to always toggle those Chapter open.Basicly you only need to open the ...

Create & Restore Backups Guide

Bookstack Customization & Setup Guide Backups, SMTP Mail & Webhooks

While BookStack does not currently have a built-in way to backup and restore content, it can usually be done via the command line with relative ease. The below commands are based on using Ubuntu. If you are using a different operating system you may have to al...

Setup Email Configuration for Bookstack

Bookstack Customization & Setup Guide Backups, SMTP Mail & Webhooks

BookStack sends out emails for a range of purposes such as email-address confirmation & “forgot password” flows. Both SMTP and Sendmail (Linux Sendmail) are supported email mechanisms. SMTP To get up and running with SMTP you will need to add, or set, th...

Webhooks

Bookstack Customization & Setup Guide Backups, SMTP Mail & Webhooks

https://foss.video/w/xu4T7 mafyLqkLU1VTgNaCV

Step-by-Step Install Guide for Pihole with Traefik on Docker Swarm

Pihole Setup Guide Getting Started

This guide will walk you through setting up Pi-hole, a powerful network-wide ad blocker, on a Docker Swarm with Traefik as the reverse proxy. We will use Docker to deploy Pi-hole and Traefik for secure and managed access. Prerequisites A Do...

Configure Adlists

Pihole Setup Guide Other Informations

To enhance Pi-hole's ability to block unwanted ads, trackers, and malicious content, you can add custom adlists. Below is a step-by-step guide to add adlists in Pi-hole, followed by a comprehensive list of popular adlists. Step 1: Access Pi-hole's Web Inter...

What is WG-Easy?

Wireguard-Easy VPN Setup Guide v14.0.0

Introduction to WG-Easy WG-Easy is an all-in-one solution designed to simplify the deployment, management, and operation of a WireGuard VPN server. It combines a powerful VPN protocol (WireGuard) with a user-friendly web-based interface, making it easy for ...

What is Dockerengine?

Docker Guide Getting Started with Docker & Docker En...

Overview Docker Engine is the heart of Docker, a technology that allows you to create and run small, lightweight packages called containers. These containers are like tiny virtual machines but much more efficient. They contain everything an application needs ...

Docker Compose Overview & Usecases

Docker Guide Docker-Compose

Overview Docker Compose is a tool that simplifies the definition and management of multi-container applications. It allows developers to configure all the services their application requires (such as databases, APIs, web services, etc.) in a single YAML file....

Docker vs. VM

Docker Guide Getting Started with Docker & Docker En...

Overview In this article, we'll break down the differences between Docker and Virtual Machines (VMs), providing insights to help you decide which technology might be the better fit for your needs. Both Docker and VMs are essential tools for running applicatio...

How Nodes work

Docker Guide Swarm Mode

What are Roles? A swarm is a group of Docker hosts (servers running Docker) that are connected and work together to run containerized applications. Each host can play one of two roles: Manager: A node that controls the swarm. It handles the cluster manag...

How Services work

Docker Guide Swarm Mode

When Docker Engine operates in Swarm mode, services become the fundamental units for deploying and managing applications. A service is essentially a set of instructions for running containerized applications across multiple Docker nodes. This might be part of ...

Understanding Docker Swarm Mode Routing Mesh

Docker Guide Swarm Mode

Docker Swarm Mode introduces the concept of a routing mesh, a powerful feature that simplifies the process of exposing services to external clients in a swarm cluster. This tutorial provides an overview of how the ingress network and routing mesh work, how to ...

WG-Easy Step-by-Step Guide

Wireguard-Easy VPN Setup Guide v14.0.0

Setting up WG-Easy to manage your WireGuard VPN server is a simple process that requires a few steps using Docker. In this guide, we'll walk through the steps to get WG-Easy up and running, including detailed configurations, environment variables, and port...

Overview: What ist Wastebin?

Wastebin Getting Started

Wastebin is a minimal pastebin tool designed for simplicity and efficiency, with a user interface inspired by the popular pastebin service, bin. It provides a straightforward solution for storing and sharing text, code, or other snippets in an easily accessibl...

Step-by-Step Guide: How to Setup Wastebin

Wastebin Getting Started

This article will guide you through the process of building your own Wastebin image for the ARM64 architecture, specifically designed to run on a Raspberry Pi 5. Wastebin is a minimal pastebin application originally designed for AMD64 architecture. In this gui...

Overview: What is Pihole?

Pihole Setup Guide Getting Started

          Overview: What is Pihole? Pi-hole is a network-wide ad blocker that acts as a DNS sinkhole, filtering out unwanted content, advertisements, and tracking at the network level. It's typically installed on small devices like a Raspberry Pi but c...

Environment Variables for Pi-hole

Pihole Setup Guide Other Informations

Variable Default Value Description PIHOLE_DNS_ 8.8.8.8;8.8.4.4 Upstream DNS servers, separated by ;. Supports custom ports (e.g., 127.0.0.1#5053). DNS servers added via the web interface will be overwritten on restart. DNSSEC ...

Overview Linkwarden Features & Key Concepts

Linkwarden Getting Started

Live-Demo Introduction Linkwarden is a self-hosted, open-source bookmark manager designed to help individuals and teams collect, organize, and preserve web content. It not only functions as a tool to save and categorize important links but also ensures that ...

Step-by-Step Install Guide for Linkwarden with Traefik on Docker Swarm

Linkwarden Getting Started

Introduction In this guide, we'll walk through the process of installing Linkwarden, a self-hosted bookmark manager, on Docker Swarm. This installation will include setting up Traefik as the reverse proxy and configuring persistent storage using GlusterFS. ...