Applications
Tips and Tricks about some of my Docker Applications.
Deployment Checklist
Here is a checklist to make sure to not forget anything when deploying a new container on my Dock...
Apache Guacamole
Apache Guacamole is a clientless remote desktop gateway. It supports standard protocols like VNC,...
Bookstack
BookStack is a simple, open-source, self-hosted, easy-to-use platform for organising and storing ...
Paperless-ngx
Paperless-ngx is a document management system that transforms your physical documents into a sear...
ntfy
ntfy lets you send push notifications to your phone or desktop via scripts from any computer, usi...
🔔 Low Space
Script #!/bin/bash mingigs=20 avail=$(df | awk '$6 == "/" && $4 < '$mingigs' * 1024*1024 { print...
⛔️ SSH Access
Script #!/bin/bash if [ "${PAM_TYPE}" = "open_session" ]; then curl \ -H "Title: SSH Logi...
🐚 Useful Commands
Creating an Administrator docker exec -it <NTFY_CONTAINER_NAME> ntfy user add --role=admin <USERN...