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
@docker_notes
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Docker nginx / php notes
207 Hits, Last modified: 11 months ago
ll be used for allowed host. ; Example value: php.net,www.php.net,wiki.php.net ; Use "," for multiple hosts. No spaces are allow... ccess Internet via Wifi hotspot. RFC 6585| |598 |Network Read Timeout Error |Used by some HTTP proxies to signal a network read timeout behind the proxy to a client in ... front of the proxy. (Informal convention)| |599 |Network Connect Timeout Error |The connection timed ... P FastCGI Example]] *php *[[https://www.php.net/|php] *[[https://www.php.net/manual/en/|PHP M
Docker
88 Hits, Last modified: 8 months ago
docker network ls'' | List all volumes| |''docker network create NETWORK'' | Create a NETWORK| |''docker network inspect NETWORK'' | Show information (json formatted)| |''docker network rm NETWORK'' | Destroy a NETWORK| |''%%docker network ls --filter="dangling=tr... etwork arrangement I know nothing about. - None network - no assigned network, container has no external network connectivity ====References==== *[[https:/... orking tools and when attached to the same docker network can be used to diagnose the network and containers networks thereon. *''%%docker run --rm --name netsh
Docker - DNS Server
56 Hits, Last modified: 7 months ago
e IP forwarding permanent?]] *[[http://linux-ip.net/html/index.html|Guide to IP Layer Network Administration with Linux]] *[[https://linu... dercodetesting.com/understanding-arp-and-nat-core-networking-protocols-for-cybersecurity/|Understanding ARP and NAT: Core Networking Protocols for Cybersecurity]] *[[https:/... etc/bind/named.conf'' *''named-checkzone kptree.net /etc/bind/db.kptree.net'' *''named-checkzone 1.168.192.in-addr.arpa /et... My local recursive servers are ''ns1.local.kptree.net'' and ''ns2.local.kptree.net'', which are on separate serves on the local network. These DNS servers are for local LAN use onl
Docker Deluge Image / Service
55 Hits, Last modified: 3 months ago
1s0 macnet1 </code> *[[https://docs.docker.com/network/network-tutorial-macvlan/|Docker Docs: Networking using a macvlan network]] *[[https://docs.docker.com/compose/networking/|Docker Docs : Networking in Compose]] *[[https://gdevillele.github.io/engine/userguide/networking/get-started-macvlan/|Macvlan Network Driver]] *[[https://stackoverflow.com/questions/49600665/docker-macvlan-network-inside-container-is-not-reaching-to-its-own-host|Docker Macvlan network inside container is not reaching to its own h
Docker mailserver
44 Hits, Last modified: 5 weeks ago
ent 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... ain setup to function. See [[https://wiki.kptree.net/doku.php?id=docker_notes:docker#dns_and_nftable_iptables_netfilter_within_containers|netfilter use within containers]] that describe why care must be taken no to interfere with existing netfilter nat chains required for container DNS funct
Docker Miscellaneous
27 Hits, Last modified: 9 months ago
tchtower]] =====netbox===== [[https://github.com/netbox-community/netbox|Netbox]] is an IP address management (IPAM) and data ... ) tool. ====reference==== *[[https://github.com/netbox-community/netbox|Netbox]] *[[https://www.virtualizationhowto.com/2024/10/netbox-docker-compose-install-example/|NetBox Docker Compose Install Example]] *[[https://docs.linuxserver.io/images/docker-netbox/|linuxserver netbox]] <- docker_notes:ntp|Back ^ docker_notes:inde
turn server
24 Hits, Last modified: 19 months ago
point to the public IP address for ''turn.kptree.net'' and ''stun.kptree.net'' *The local DNS similarity needs to be set-up ... l IP address (''192.168.1.97'') for ''turn.kptree.net'' and ''stun.kptree.net'' *The LAN router needs to forward WAN requests
Docker Host
16 Hits, Last modified: 9 months ago
= *[[https://linuxconfig.org/how-to-use-bridged-networking-with-libvirt-and-kvm|How to use bridged networking with libvirt and KVM]] A list of self hos
File Sharing
15 Hits, Last modified: 21 months ago
described here: *kptree [[https://wiki.kptree.net/doku.php?id=docker_notes:docker-nextcloud|nextclo... use, since 2022. *kptree [[https://wiki.kptree.net/doku.php?id=home_server:web_server_setup#nextclou... I used. =====syncthing===== [[https://syncthing.net/|Syncthing]] is a continuous file synchronization... BSD. It can sync files between devices on a local network, or between remote devices over the Internet.
Reverse Proxy Server - Traefik
15 Hits, Last modified: 21 months ago
=== These containers all talk via a docker bridge network named proxy, ''docker network create proxy'' =====Traefik===== <code bash [... r.com/advanced-config/#best-practice-use-a-docker-network|Best Practice: Use a Docker network]] ====ssl certificates / openssl==== *''op... 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]]. Refe
Docker - DHCP Kea Server
15 Hits, Last modified: 6 months ago
en/latest/arm/config-templates.html#template-home-network-of-a-power-user|Home Network of a Power User]]. I was never quite sure I ... en/latest/arm/config-templates.html#template-home-network-of-a-power-user|Template: Home Network of a Power User]] *[[https://kb.isc.org/d
Docker-Compose
15 Hits, Last modified: 3 weeks ago
compose docker-compose "docker compose" container network}} ======Docker-Compose====== *Docker Docs... .docker.com/engine/install/|Docker Engine]] =====Networking===== By default Docker-Compose will create a new network for the given compose file. You can change the behavior by defining custom networks in your compose file. ====Create and assign
Nextcloud Container
13 Hits, Last modified: 5 weeks ago
ted. As well as cleaning up [[https://wiki.kptree.net/doku.php?id=docker_notes:docker-nextcloud#file_in... .ini:/usr/local/etc/php/conf.d/php-adjust.ini networks: - proxy environment: - MYSQ... USER=nextcloud - MARIADB_AUTO_UPGRADE=1 networks: - proxy redis: image: redis:alpine restart: always networks: - proxy web: image: nginx
Private LAN VPN Access
13 Hits, Last modified: 21 months ago
e scope here concerns use of VPN (Virtual Private Network) to gain secure access from the public network to a local private network. It relates to private secure access and use from the public network. It does not consider public VPNs setup for ... eviously successfully setup [[https://wiki.kptree.net/doku.php?id=linux_router:wireguard|KPTree wiregua... container_name: wireguard cap_add: - NET_ADMIN - SYS_MODULE #optional environmen
Docker init Systems
7 Hits, Last modified: 6 weeks ago
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... eluge)]] *mailserver *[[https://wiki.kptree.net/doku.php?id=docker_notes:docker-mailserver#docker
VNC
6 Hits, Last modified: 15 months ago
Homepage dashboard
5 Hits, Last modified: 3 months ago
Docker - diun & ntfy
5 Hits, Last modified: 22 months ago
ntp
4 Hits, Last modified: 11 months ago
Calibre
4 Hits, Last modified: 2 years ago
Dokuwiki
2 Hits, Last modified: 6 months ago
Crowdsec
1 Hits, Last modified: 21 months ago