Andre Basel
Kiosk Machine
This is a work in progress i.e. I am starting with a locked-down account and working towards a final kiosk deployment. Two scripts will…
PowerTools Renamer
Select all text .* Replace with "Main-number" Main-${padding=0;increment=1;start=1}
Cloudflare
version: "3.9" services: tunnel: container_name: cloudflared-tunnel image: cloudflare/cloudflared restart: unless-stopped command: tunnel run environment: - TUNNEL_TOKEN=token................
Your URLS
version: '3.1' services: yourls: image: yourls restart: always ports: - 8080:80 volumes: - /home/sysadmin/yourls:/var/www/html environment: YOURLS_DB_PASS: dbpwd YOURLS_SITE: https://192.168.20.40:8080/ YOURLS_USER: osgadmin YOURLS_PASS: yourlspwd mysql:…
Paperless: ProtonMail Bridge
Source code: shenxn/protonmail-bridge-docker: ProtonMail IMAP/SMTP Bridge Docker container (github.com) Change to the Paperless docker directory sudo docker compose down sudo docker run --rm -it…