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

63 total results found

Set Up

The installation, configuration and some tips about Docker.

Docker

Docker is a platform designed to help developers build, share, and run container applications.

Bookstack

Applications

BookStack is a simple, open-source, self-hosted, easy-to-use platform for organising and storing information.

Docker Installation on Raspberry Pi 4 / RaspberryPi OS

Set Up

The Docker installation is pretty straighforward, just follow the official tutorial on docker.com. Adding the repository Firstly, you need to add the repository of the Docker Engine: # Add Docker's official GPG key: sudo apt-get update sudo apt-get install ca...

Raspberry Pi

The Raspberry Pi is a credit-card-sized, single-board ARM nanocomputer.

Hardware

Raspberry Pi, hard disk and other computer ressources.

Paperless-ngx

Applications

Paperless-ngx is a document management system that transforms your physical documents into a searchable online archive.

Change the Raspberry Pi Boot Order

Raspberry Pi

Looking to boot your Raspberry Pi from a hard drive? Great news: it’s possible! However, you’ll still need an SD card initially to configure the boot order. Installing Raspberry Pi OS First, you'll need to install Raspberry Pi OS on both your SD card and hard...

Applications

Tips and Tricks about some of my Docker Applications.

Web Development

Web Development is the work involved in developing a website, static or dynamic. 

Apache Guacamole

Applications

Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH.

Changing the Base URL

Applications Bookstack

Sometimes, you need to change the base URL of Bookstack, for example, when you switch from the localhost address to the internet exposed address. Docker Compose In your compose.yaml, modify the following environment variable: APP_URL=<new_url> Bookstack Cont...

Troubleshooting

Fix errors and inconveniences with Docker in everyday life.

Backup

Softwares for copying the data taken and stored elsewhere so that it may be used to restore the original after a loss.

Backup & Restore

Applications Paperless-ngx

Here is the procedure to backup and restore the Paperless-NGX application and all of its data. Backup On a terminal, enter the following command: docker compose exec -T <paperless_webserver> document_exporter -z ../export Where: -T is used to suppress "The...

Hugo

Hugo is a static site generator (a software engine that uses text input files to generate static web pages) written in Go.

ntfy

Applications

ntfy lets you send push notifications to your phone or desktop via scripts from any computer, using simple HTTP PUT or POST requests.

Assign a Static IP Address

Raspberry Pi

To configure your Raspberry Pi with a static IP address, follow these steps: Open the network interfaces configuration file by running: sudo nano /etc/network/interfaces Replace the contents of the file with the following settings: auto eth0 iface eth0 in...