User contributions for David
From KlavoWiki
Jump to navigationJump to search
31 May 2026
- 10:1310:13, 31 May 2026 diff hist +706 N TeslaMate Custom Created page with "This is built on top of the TeslaMate install instructions. I have modified the Drives data to include categories Personal, Work, and Other. = Build = Build the docker image. <pre> cd /opt/teslamate</pre> First time pull. <pre>git pull https://git.klaverstyn.com.au/david/teslamate.git</pre> Rebuilding as repo already know. <pre>git pull</pre> <pre>docker build --network=host -t teslamate:local .</pre> Only required if there has been changes to Grafana dashboards...." current
23 May 2026
- 23:5423:54, 23 May 2026 diff hist −1 btop No edit summary current
- 23:5323:53, 23 May 2026 diff hist +11 btop →X86_64
- 23:5223:52, 23 May 2026 diff hist +11 btop →X86_64
- 23:5023:50, 23 May 2026 diff hist 0 btop →X86_64
9 May 2026
- 05:0405:04, 9 May 2026 diff hist −3 MX Admin →Access /custom/ current
- 04:5604:56, 9 May 2026 diff hist −84 MX Admin →Download
- 04:5504:55, 9 May 2026 diff hist −277 MX Admin →allow favicon.ico
4 May 2026
- 03:2803:28, 4 May 2026 diff hist +63 MX Admin →add /mxa/ location
- 03:1403:14, 4 May 2026 diff hist −9 MX Admin →nginx /custom/
- 03:1303:13, 4 May 2026 diff hist 0 m MX Admin David moved page iRedAdmin Custom to MX Admin without leaving a redirect
- 00:2600:26, 4 May 2026 diff hist +271 MX Admin →nginx /custom/
3 May 2026
- 23:5623:56, 3 May 2026 diff hist −232 MX Admin No edit summary
2 May 2026
- 08:3008:30, 2 May 2026 diff hist −60 MX Admin →add /custom/ location
- 08:2908:29, 2 May 2026 diff hist +121 MX Admin →add /custom/ location
- 08:0408:04, 2 May 2026 diff hist +160 MX Admin →add /custom/ location
- 07:5007:50, 2 May 2026 diff hist −31 MX Admin →nginx web files
- 07:4907:49, 2 May 2026 diff hist +399 MX Admin →nginx web files
- 01:3501:35, 2 May 2026 diff hist +2,383 N forgejo git Created page with "= docker = <pre> mygit: image: codeberg.org/forgejo/forgejo:14 container_name: forgejo restart: always environment: - USER_UID=1000 - USER_GID=1000 networks: - forgejo volumes: - ./git/data:/data - /etc/localtime:/etc/localtime:ro ports: - "3003:3000" - "2222:22" </pre> = nginx = <pre> server { listen 192.168.1.1:80; listen [fe80::4c9a:23d2:1f45:6a12]:80; server_name git.klaverstyn.com...." current
- 01:3101:31, 2 May 2026 diff hist +452 2fauth No edit summary current
- 01:2701:27, 2 May 2026 diff hist +3,940 N 2fauth Created page with "= docker = <pre> 2fauth: image: 2fauth/2fauth container_name: 2fauth restart: unless-stopped user: 1000:1000 volumes: - ./2fauth:/2fauth ports: - 8001:8000/tcp environment: - APP_NAME=2FAuth - APP_ENV=production - APP_TIMEZONE=Australia/Brisbane - APP_DEBUG=false - [email protected] - APP_KEY=createyourappkey - APP_URL=https://2fa.klaverstyn.com.au - ASSET_URL=https..."
- 01:0401:04, 2 May 2026 diff hist +2,612 N corentinth it-tools Created page with "= docker = <pre> corentinth: image: ghcr.io/corentinth/it-tools:latest container_name: it-tools hostname: it-tools restart: unless-stopped ports: - 8090:80 </pre> = nginx = <pre>vi /etc/nginx/sites-available/pwpush</pre> <pre> server { listen 192.168.1.1:80; listen [fe80::4c9a:23d2:1f45:6a12]:80; server_name pwpush.klaverstyn.com.au; return 301 https://pwpush.klaverstyn.com.au; access_log /var/log/nginx/access_pwpush.l..." current
30 April 2026
- 00:4900:49, 30 April 2026 diff hist +30 MX Admin →Move config file
- 00:4100:41, 30 April 2026 diff hist +84 MX Admin →Download
- 00:3600:36, 30 April 2026 diff hist +104 MX Admin →nginx web files
29 April 2026
28 April 2026
- 09:1109:11, 28 April 2026 diff hist 0 MX Admin →Download
- 08:0008:00, 28 April 2026 diff hist +474 MX Admin No edit summary
- 04:5104:51, 28 April 2026 diff hist +56 MX Admin No edit summary
- 04:0904:09, 28 April 2026 diff hist +81 MX Admin No edit summary
- 03:5303:53, 28 April 2026 diff hist +106 MX Admin No edit summary
- 03:4303:43, 28 April 2026 diff hist +1,023 N MX Admin Created page with "To install my iRedMail Custom Administration Pages <pre>vi /etc/nginx/sites-available/00-default-ssl.conf</pre> Add the following line before any other includes. <pre> include /etc/nginx/templates/iredadmin-custom.tmpl;</pre> <pre>vi /etc/nginx/templates/iredadmin-custom.tmpl</pre> <pre> location ^~ /iredadmin/custom/ { alias /var/www/iredadmin-custom/; index index.php; # Ensure we handle the PHP files correctly within this specific alias location ~..."
25 April 2026
- 01:4901:49, 25 April 2026 diff hist +193 iRedMail Migration →DKIM Config current
17 April 2026
- 10:4410:44, 17 April 2026 diff hist −41 iRedMail Installation with MariaDB No edit summary current
- 10:2810:28, 17 April 2026 diff hist +1,695 N iRedMail Migration Created page with "To migrate a iRedMail server from one host to another, these are the steps that I completed. Install iRedMail onto a fresh server as you would normally complete an install. = vmail1 dkim backup = On Source. Copy the files from source to destination. <pre> rsync -azvh /var/vmail/vmail1/ [email protected]:/var/vmail/vmail1/ rsync -azvh /var/lib/dkim/ [email protected]:/var/lib/dkim/ rsync -azvh /var/vmail/backup/ [email protected]:/var/vmail/backup/ </pre> = Export SQL..."
8 April 2026
- 00:3000:30, 8 April 2026 diff hist +42 GeoIP No edit summary current
- 00:3000:30, 8 April 2026 diff hist +11 GeoIP →Verify
- 00:2900:29, 8 April 2026 diff hist +443 GeoIP No edit summary
- 00:2100:21, 8 April 2026 diff hist +909 N GeoIP Created page with "This configuration is to on enable GeoIP and only allow certain countries to access a specific web site. = Install Debian Applications = <pre>apt install libnginx-mod-http-geoip2 libmaxminddb0 libmaxminddb-dev mmdb-bin</pre> = Configure nginx = <pre>vi /etc/nginx/nginx.conf</pre> <pre> # Load the GeoIP2 database geoip2 /var/lib/GeoIP/GeoLite2-Country.mmdb { auto_reload 5m; $geoip2_data_country_code country iso_code; }..."
7 April 2026
- 11:0611:06, 7 April 2026 diff hist +1,751 n8n No edit summary current
- 08:1808:18, 7 April 2026 diff hist +862 N n8n Created page with "<pre> n8n: image: n8nio/n8n:latest container_name: n8n restart: unless-stopped user: "1000:1000" ports: - 5678:5678 environment: - GENERIC_TIMEZONE=Australia/Brisbane - N8N_BASIC_AUTH_ACTIVE=true - N8N_BASIC_AUTH_USER=n8nuser - N8N_BASIC_AUTH_PASSWORD=your_strong_password - NODE_ENV=production - N8N_SECURE_COOKIE=true - N8N_EDITOR_BASE_URL=https://n8n.klaverstyn.com.au/ - WEBHOOK_URL=https://..."
5 April 2026
- 01:4601:46, 5 April 2026 diff hist +412 N NGINX SNMP Created page with "To retrieve NGINX counters from SNMP. <pre>apt install python3-pip python3-dateutil</pre> <pre> wget https://github.com/librenms/librenms-agent/raw/master/snmp/docker-stats.py -O /etc/snmp/docker-stats.py chmod +x /etc/snmp/docker-stats.py </pre> <pre>usermod -a -G docker Debian-snmp</pre> <pre>vi /etc/snmp/snmpd.conf</pre> <pre>extend nginx /etc/snmp/nginx</pre> Category : Debian Category : NGINX" current
30 March 2026
- 02:0702:07, 30 March 2026 diff hist −44 MediaWiki:Common.css No edit summary current Tag: Manual revert
- 02:0602:06, 30 March 2026 diff hist +44 MediaWiki:Common.css No edit summary Tag: Reverted
- 02:0502:05, 30 March 2026 diff hist −1,331 MediaWiki:Common.css Replaced content with "→CSS placed here will be applied to all skins: "
- 02:0402:04, 30 March 2026 diff hist +45 MediaWiki:Common.css No edit summary
- 02:0302:03, 30 March 2026 diff hist +1,336 N MediaWiki:Common.css Created page with "→CSS placed here will be applied to all skins: →Container for the code block: pre, .mw-highlight pre { position: relative !important; padding: 1.5em 1em 1em 1em !important; background-color: #f8f9fa !important; border: 1px solid #eaecf0 !important; } →TARGET ONLY the PreToClip version of the button: .pretoclip-button.oo-ui-buttonElement-frameless { position: absolute !important; top: 5px !important; right: 5px !important; wi..."
15 March 2026
- 01:5601:56, 15 March 2026 diff hist +234 librenms No edit summary current
- 01:5101:51, 15 March 2026 diff hist 0 librenms →docker-compose.yml
- 01:5001:50, 15 March 2026 diff hist +150 librenms No edit summary