KPTree Wiki logo

KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • docker_notes (16)
  • home_server (15)
  • linux_router (6)
  • personal (2)
  • project (2)
  • board (1)
  • tech_notes (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • KPTree - Email Server Setup
  • KPTree Torrent VM Setup
  • KPTree - Home Desktop Setup
  • KPTree Recipes

Fulltext results:

DHCP / DNS Setup @linux_router
74 Hits, Last modified: 21 months ago
some interval ; which you can leave as default. kptree.net IN SOA router.kptree.net. root.kptree.net. ( 2019072101 ; serial 1080... kup domains. 168.192.in-addr.arpa IN SOA router.kptree.net. admin.kptree.net. ( 2017072101 ;... ; This managed switch is bricked. 5 PTR kptreeserver.kptree.net. 10 PTR kpts.kptree.net. 12 ... er the origin address. * ''sudo named-checkzone kptree.net /var/lib/bind/db.kptree.net'' for the forward zone file. If not using IP
Docker - DNS Server @docker_notes
33 Hits, Last modified: 7 months ago
kconf /etc/bind/named.conf'' *''named-checkzone kptree.net /etc/bind/db.kptree.net'' *''named-checkzone 1.168.192.in-addr.arpa... S===== My local recursive servers are ''ns1.local.kptree.net'' and ''ns2.local.kptree.net'', which are on separate serves on the local ... *Using ''host'' command: *''host ns1.local.kptree.net ns2.local.kptree.net'' - if both local name servers are running to cross check *''host ns2.local.kptree.net ns1.local.kptree.net'' - if both local name servers are running to
Docker mailserver @docker_notes
22 Hits, Last modified: 4 weeks ago
different URL to help with routing, e.g. webmail.kptree.net versus mail.kptree.net for mail server. The webmail.kptree.net successfully used Traefik router and successfully operated with the mailserver on mail.kptree.net. ====References==== *[[https://roundcube.ne... nput chain setup to function. See [[https://wiki.kptree.net/doku.php?id=docker_notes:docker#dns_and_nftab... Mailserver testing from CLI===== *''telnet mail.kptree.net 25'' Tests the main SMPT mail server connecti
dokuwiki setup notes @home_server
18 Hits, Last modified: 12 months ago
ta/Karl Data 2/dokuwiki_backups/'%%'' and named ''KPtreeWiki-backup_yyyy-mm-dd''. e.g. ''%%sudo tar zcpfv... media/disk1/KarlData/Karl Data 2/dokuwiki_backups/KptreeWiki-backup_20220710.tar.gz' /home/shared/www/doku... to point to the appropriate ip addresses for wiki.kptree.net. The ipv4 points to a common public ipv4 ad... tes| ''sudo vim /etc/apache2/sites-available/wiki.kptree.net-ssl.conf'' <code> <IfModule mod_ssl.c> <V
KPTree - Email Server Setup @home_server
12 Hits, Last modified: 3 years ago
f %%example.com%% and %%mail.example.com%%" use %%kptree.net%% and %%mail.kptree.net%% instead *For "Fire up an Ubuntu 18.04 AWS... t certonly --webroot --webroot-path /var/www/mail.kptree.net -d mail.kptree.net%%''. This works straight away and well. Unf... file ''sudo vim /etc/apache2/sites-available/mail.kptree.net-https.conf'': <code> Alias /.well-known /var/www/mail.kptree.net</code> ++++Some other related handy commands|... --webroot --dry-run --webroot-path /var/www/mail.kptree.net -d mail.kptree.net%%'' * ''sudo vim /etc/apache2/sites-availab
Wireguard VPN access from WAN to LAN @linux_router
12 Hits, Last modified: 16 months ago
code:\\ {{kptree_wiki.png}}\\ QR code for ''wiki.kptree.net'' can be created with ''qrencode -s 6 -l H -o "kptree_wiki.png" "%%https://wiki.kptree.net%%"'' A Wire... do qrencode -t ansiutf8 -o /etc/wireguard/clients/kptree_router.mobile1.png </etc/wireguard/clients/kptree_router.mobile1'' An online resource is Cloud Sav
Web Server setup @home_server
12 Hits, Last modified: 22 months ago
ble/000-default.conf /etc/apache2/sites-available/kptree.net-http.conf'' then ''sudo vim /etc/apache2/sites-available/kptree.net-https.conf'', in particular change ''Document... w/html'' to ''DocumentRoot /mnt/shared/www16/html/kptree.net/public_html''. Also change ''ServerName kptree.net'' and add-in directly after this line ''Serve... ble/default-ssl.conf /etc/apache2/sites-available/kptree.net-https.conf'' then ''sudo vim /etc/apache2/sites-available/kptree.net-https.conf'', in particular change ''Document... w/html'' to ''DocumentRoot /mnt/shared/www16/html/kptree.net/public_html'' *After making these changes:
Wifi Router / Access Points @linux_router
8 Hits, Last modified: 8 months ago
-server''. *''scp .config/certificates/'*.local.kptree.net.key' root@wifi-ap1.local.kptree.net:/etc/uhttpd.key'' to copy across the key *''scp .config/certificates/'*.local.kptree.net.cer' root@wifi-ap1.local.kptree.net:/etc/uhttpd.crt'' to copy across the certific... *ssh into the router ''%%ssh root@wifi-ap1.local.kptree.net%%'' and run ''%%/etc/init.d/uhttpd restart%%'... n the command in ssh: ''%%ssh root@wifi-ap0.local.kptree.net "/etc/init.d/uhttpd restart"%%'' =====openwr
Docker init Systems @docker_notes
7 Hits, Last modified: 5 weeks ago
x as base image. Some examples: *[[https://wiki.kptree.net/doku.php?id=docker_notes:docker-dns#docker_-_dns_server|DNS (ISC Bind9)]] *[[https://wiki.kptree.net/doku.php?id=docker_notes:docker-dhcp#docker_-... _server|DHCP server (ISC Kea)]] *[[https://wiki.kptree.net/doku.php?id=docker_notes:docker-deluge#docker... rver (Deluge)]] *mailserver *[[https://wiki.kptree.net/doku.php?id=docker_notes:docker-mailserver#do
turn server @docker_notes
7 Hits, Last modified: 19 months ago
t up to point to the public IP address for ''turn.kptree.net'' and ''stun.kptree.net'' *The local DNS similarity needs to be set... he local IP address (''192.168.1.97'') for ''turn.kptree.net'' and ''stun.kptree.net'' *The LAN router needs to forward WAN requ
Docker Miscellaneous @docker_notes
6 Hits, Last modified: 9 months ago
k.http.routers.it-tools.rule=Host(`it-tools.local.kptree.net`)" #- "traefik.http.middlewares.it-... routers.it-tools-secure.rule=Host(`it-tools.local.kptree.net`)" - "traefik.http.routers.it-tools... tp.routers.cyber-chef.rule=Host(`cyber-chef.local.kptree.net`)" #- "traefik.http.middlewares.cyb... ers.cyber-chef-secure.rule=Host(`cyber-chef.local.kptree.net`)" - "traefik.http.routers.cyber-ch
Nextcloud Container @docker_notes
5 Hits, Last modified: 4 weeks ago
just noted. As well as cleaning up [[https://wiki.kptree.net/doku.php?id=docker_notes:docker-nextcloud#fil... m/_/mariadb|Dockerhub mariadb]] *[[https://wiki.kptree.net/doku.php|github mariadb]] *mariadb *[[h... ith a tag to keep this snapshot. [[https://wiki.kptree.net/doku.php?id=home_server:home_server_setup:oth... maintenance mode Listing of: ++++ php occ|<code> KPTree Nextcloud 27.1.3 Usage: command [options] [arg
File Sharing @docker_notes
4 Hits, Last modified: 21 months ago
irca 2013. My server setup is described here: *kptree [[https://wiki.kptree.net/doku.php?id=docker_notes:docker-nextcloud|nex... based setup, that I currently use, since 2022. *kptree [[https://wiki.kptree.net/doku.php?id=home_server:web_server_setup#next
Router Miscellaneous @linux_router
4 Hits, Last modified: 11 months ago
perate. ---- ====glances==== See [[https://wiki.kptree.net/doku.php?id=tech_notes:programs#python|KPTree Pyton/pipx]] for more information * ''sudo apt ... mul Algo Docker page [[file://///kpts/shared/html_kptree.net/router_ppp_nft_private_w3.html|mutemule/algo]... teps for Linux]] and [[file://///kpts/shared/html_kptree.net/Docker%20Engine%20user%20guide|Docker Engine
Back-up Server Old Setup @home_server:home_server_setup:other_services
3 Hits, Last modified: 21 months ago
t_05_40.sh ; echo $?'' ...:... See [[https://wiki.kptree.net/doku.php?id=home_server:home_server_setup:oth... to the back-up server ...:... See [[https://wiki.kptree.net/doku.php?id=home_server:home_server_setup:oth... off the remote back-up sever, see [[https://wiki.kptree.net/doku.php?id=home_server:home_server_setup:oth
IPMI Console Setup @home_server:home_server_setup:other_services
3 Hits, Last modified: 16 months ago
NFTables Configuration @linux_router
3 Hits, Last modified: 19 months ago
Private LAN VPN Access @docker_notes
3 Hits, Last modified: 21 months ago
Homepage dashboard @docker_notes
3 Hits, Last modified: 3 months ago
Rsync @home_server:home_server_setup:other_services
3 Hits, Last modified: 8 months ago
Docker - DHCP Kea Server @docker_notes
3 Hits, Last modified: 5 months ago
Docker Deluge Image / Service @docker_notes
2 Hits, Last modified: 3 months ago
KPTree - Home Desktop Setup @home_server
2 Hits, Last modified: 5 months ago
Programs & Applications @tech_notes
2 Hits, Last modified: 10 months ago
Dokuwiki @docker_notes
2 Hits, Last modified: 6 months ago
Docker - diun & ntfy @docker_notes
2 Hits, Last modified: 22 months ago
Reverse Proxy Server - Traefik @docker_notes
2 Hits, Last modified: 21 months ago
BASH Customisation @home_server:home_server_setup:other_services
1 Hits, Last modified: 10 months ago
Router VM @linux_router
1 Hits, Last modified: 19 months ago
VNC @docker_notes
1 Hits, Last modified: 15 months ago
KPTree Recipes @personal
1 Hits, Last modified: 12 months ago
KPTree Torrent VM Setup @home_server
1 Hits, Last modified: 5 years ago
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified: 8 months ago
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified: 21 months ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
1 Hits, Last modified: 12 months ago
sidebar
1 Hits, Last modified: 8 months ago
Home Sprinkler Setup Notes @personal
1 Hits, Last modified: 16 months ago
Sprinkler Solenoid 24VAC Woes @project
1 Hits, Last modified: 2 years ago
Project Index @project
1 Hits, Last modified: 9 months ago
bulletin board @board
1 Hits, Last modified: 5 years ago
Docker Host @docker_notes
1 Hits, Last modified: 9 months ago
VNC Server @home_server:home_server_setup
1 Hits, Last modified: 16 months ago
IPMI CLI Tools @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago