net

Search

You can find the results of your search below.

Docker nginx / php notes
201 Hits, Last modified:
docs for more specific information. ; https://php.net/configuration.file ; The syntax of the file is e... ions only work under ; CGI/FastCGI. ; https://php.net/ini.sections ; Directives are specified using th... pting language engine under Apache. ; https://php.net/engine engine = On ; This directive determines w... Value: Off ; Production Value: Off ; https://php.net/short-open-tag short_open_tag = Off ; The number
Docker mailserver
36 Hits, Last modified:
org';</code> ====references==== *sqlitetutorial.net [[https://www.sqlitetutorial.net/|SQLite Tutorial]] *sqlitetutorial.net [[https://www.sqlitetutorial.net/sqlite-cheat-sheet/|SQLite Cheat Sheet]] *tutorialspoint.com [[http
Docker Deluge Image / Service
29 Hits, Last modified:
es a VPN and is set-up to block non VPN WAN (internet) access. On my virtual machine implementation of... private access to my home LAN from the WAN (internet). //This is where I describe this [[https://wiki.kptree.net/doku.php?id=linux_router:wireguard|Wireguard VPN ... N to LAN]]//. - VPN to anonymize my public internet access, making it more difficult for others to tr
Docker init Systems
11 Hits, Last modified:
se 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_-_dhc... |DHCP server (ISC Kea)]] *[[https://wiki.kptree.net/doku.php?id=docker_notes:docker-deluge#docker_del... ain wiki documenation) *[[https://wiki.kptree.net/doku.php?id=docker_notes:docker-mailserver#docker
Docker
7 Hits, Last modified:
for Docker and can be checked with ''sudo sysctl net.ipv4.ip_forward''. It would also adversely affec... code bash>docker network create -d macvlan \ --subnet 192.168.1.0/24 \ --gateway 192.168.1.1 \ -o paren... common link. - IPVLAN - IPVLAN on host subnet, this create a new ip address on the host machine... <code bash>docker network create -d ipvlan \ --subnet 192.168.1.0/24 \ --gateway 192.168.1.1 \ -o paren
Docker - DNS Server
6 Hits, Last modified:
g parameters in ''sudo vim /etc/sysctl.conf'': *net.ipv4.ip_forward = 1 *net.ipv4.conf.all.proxy_arp = 1 * ''sudo sysctl net.ipv6.conf.all.forwarding=1'' similar for ipv6 After... etc/bind/named.conf'' *''named-checkzone kptree.net /etc/bind/db.kptree.net'' *''named-checkzone 1.
Docker Host
6 Hits, Last modified:
DHCP on this machine. As my upstream (WAN) internet speed is about 265Mb/s down and 23Mb/s up this ro... overall and should easily handle multi Gb/s internet traffic, as well as more complex resource intensi... standard Debian files. See [[https://wiki.kptree.net/doku.php?id=home_server:home_server_setup:kvm&s[]... The loopback network interface auto lo iface lo inet loopback # The primary network interface #allow-
Nextcloud Container
5 Hits, Last modified:
ted. As well as cleaning up [[https://wiki.kptree.net/doku.php?id=docker_notes:docker-nextcloud#file_in... to date. Does not seem much info in this on the net, and the little there is also indicates a problem... iadb|Dockerhub mariadb]] *[[https://wiki.kptree.net/doku.php|github mariadb]] *mariadb *[[https... ag to keep this snapshot. [[https://wiki.kptree.net/doku.php?id=home_server:home_server_setup:other_s
Reverse Proxy Server
4 Hits, Last modified:
any internal service I expose to the public internet that are either not full services with own passwo... done</code> There is also [[https://techoverflow.net/2021/07/18/how-to-export-certificates-from-traefi... as main ingress fire wall [[https://doc.crowdsec.net/docs/bouncers/firewall/|Firewall Bouncer]]. References: *[[https://www.crowdsec.net/|Crowdsec home]] *[[https://docs.technotim.live
Dokuwiki
2 Hits, Last modified:
--opt device="/home/docker_store/cloud.kptree.net/data" \ --opt o=bind cloud_data </code> <cod... volumes: - /home/docker_store/wiki.kptree.net/config:/config ports: - 8081:80 #
Homepage dashboard
2 Hits, Last modified:
e that Heimdall. [[https://homepage.local.kptree.net/]] ====References / Links==== *Heimdall *[... peed tester==== [[https://speedtest.local.kptree.net/admin|KPTree Speed Tester page]] ====References=
Docker - DHCP Server
1 Hits, Last modified:
ck running version =====References===== *KPTree.net's bare metal implementation of [[linux_router:dns