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.

Contains
  • 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
122 Hits, Last modified: 11 months ago
/etc/nginx/fastcgi.conf| <code> fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param QUERY_STRING $query_s... NT_LENGTH $content_length; fastcgi_param SCRIPT_NAME $fastcgi_script_name; fastcgi_param REQUEST_URI $request... NT_LENGTH $content_length; fastcgi_param SCRIPT_NAME $fastcgi_script_name; fastcgi_param REQUEST_URI $request... s for historical reasons where ''fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;'' has to be separately configured in the l
turn server
111 Hits, Last modified: 19 months ago
y if it is started with more than one # listening IP address of the same family (IPv4 or IPv6). # RFC 5780 is supported only by UDP protocol,... tening. #listening-ip= # # If you specify '::' as IP, then all IPv6 system IPs will be used for # listening. #listening-ip=:: #... Multiple relay addresses may be used. # The same IP(s) can be used as both listening IP(s) and relay IP(s). # # If no relay IP(s) specified, then the tur... , and it # will always be using the client socket IP address as the relay IP address # of the TURN session (if the requested r
Docker
92 Hits, Last modified: 8 months ago
Docker and can be checked with ''sudo sysctl net.ipv4.ip_forward'' and ''sudo sysctl net.ipv6.conf.all.forwarding'' It would also adversely ... configuration I could have created a file called iptables-docker.rules in /etc/iptables/rules.v4 and then used command ''iptables-restore -nv < /etc/iptables/rules.v4'' or s... ker Networking: Macvlan vs. Ipvlan]] *[[https://ipwithease.com/macvlan-vs-ipvlan-understand-the-difference/|MacVLAN vs IPvlan: Understand the difference]] *[[https://medium.com/@dyavanapellisujal7/docker-macvlan-and-ipvlan-explained-advanced-networking-guide-b3ba20bc22e4|Docker MacVLAN and IPVLAN Explained: Advanced Networking Guide]] *[[h
Docker mailserver
50 Hits, Last modified: 5 weeks ago
82'' *All the /php82/ paths in the pre_start_script.sh, ''.config_php/scripts/pre_start_script.sh'' *The php-fpm82 reference in ''.config_php... 37225/how-to-setup-a-single-nginx-server-with-multiple-php-fpm-docker-containers|how to setup a single nginx server with multiple php-fpm docker containers]] *[[https://stac... [https://stackoverflow.com/questions/49754286/multiple-images-one-dockerfile|Multiple images, one Dockerfile]] *[[https://medium.co... e ''ARG PHP_VERSION=82'' *Main configuration script ''pre_start_script.sh'', ''PHP_VERSION=82'' *s6-rc.d php-fpm long
Nextcloud Container
39 Hits, Last modified: 5 weeks ago
cept FastCGI requests. ; Valid syntaxes are: ; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on ; a specific port; ; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on ; a speci... et to all addresses ; (IPv6 and IPv4-mapped) on a specific port; ; '/path/to/unix/... sers = ;listen.acl_groups = ; List of addresses (IPv4/IPv6) of FastCGI clients which are allowed to connec
Docker Deluge Image / Service
30 Hits, Last modified: 3 months ago
rks/|Using Docker macvlan networks]] *[[https://ipwithease.com/macvlan-vs-ipvlan-understand-the-difference/|MacVLAN vs IPvlan: Understand the difference]] =====Compose fil... using ''apk add util-linux''. See [[https://en.wikipedia.org/wiki/Util-linux|Wikipedia util-linux]] for a list of additional functio... https://wiki.alpinelinux.org/wiki/Writing_Init_Scripts|Writing Init Scripts]] *[[https://wiki.alpinelinux.org/wiki/Open... ine" In Docker - Tutorial Exact Steps and Docker Tips & Ticks]] *[[https://dzone.com/articles/how-
Docker - DNS Server
27 Hits, Last modified: 7 months ago
s and their current setting, or ''sudo sysctl net.ipv4.ip_forward'' to list a specific one. ++++sudo vim /etc/sysctl.d/ip_forward.conf| <code>net.ipv4.ip_forward = 1 net.ipv4.conf.all.proxy_arp = 1 net.i... eferences==== *[[https://thequickadvisor.com/is-ip-forwarding-required-for-docker/|Is IP forwarding required for Docker?]] (It would seem ... ttps://askubuntu.com/questions/311053/how-to-make-ip-forwarding-permanent|How to make IP forwarding permanent?]] *[[http://linux-ip.net/
Docker - diun & ntfy
23 Hits, Last modified: 22 months ago
ic-limit: 15000 # Rate limiting: Number of subscriptions per visitor (IP address) # # visitor-subscription-limit: 30 # Ra... false # Payments integration via Stripe # # - stripe-secret-key is the key used for the Stripe API communication. Setting this values # enabl... enabled, ntfy will listen # on a dedicated listen IP/port, which can be accessed via the web browser on http://<ip>:<port>/debug/pprof/. # This can be helpful to ex... # - "tag=manager -> trace" # - "visitor_ip=1.2.3.4 -> debug" # - "time_taken_ms -> debu
Docker - DHCP Kea Server
15 Hits, Last modified: 6 months ago
ng]] *[[https://www.redhat.com/sysadmin/nmap-scripting-engine|5 scripts for getting started with the Nmap Scripting Engine]] =====kea dhcp===== ====main dhcp4==... ea.readthedocs.io/en/kea-2.6.0/arm/dhcp4-srv.html#ipv4-subnet-identifier|ipv4-subnet-identifier]] resolved this error. Appar
Docker init Systems
12 Hits, Last modified: 6 weeks ago
s | | | │   │   └── pre_start_script | | User pre start script (if required) | | | │   ├── producer-for ... no success using the alias command in S6 init scripts. I found the following solution, by using the s6 pre_start_script to add a link ''ll.sh'' script in to the ''/bin'' directory. <code bash>#get my favourite alias wor... g in Alpine sh has been a pain /bin/ln -s /app/scripts/ll.sh /bin/ll</code> Where ''ll.sh'' is: <code
Reverse Proxy Server - Traefik
8 Hits, Last modified: 21 months ago
e]] =====whitelisting===== The Traefik middleware ipWhitelist only allows the define ip address(es) to be forwarded. All other address will have 403 forbidden returned. ++++ipWhitelist| <code>default-whitelist:| ipWhiteList: sourceRange: - "10.0.0.0/8... se put this file in the same directory as your script json=$(cat acme.json) export_cer_key () { e
ntp
6 Hits, Last modified: 11 months ago
n 2025-11-09 11:15 Based upon the duplication of ip address for different domain names and changing ip addresses on same domain names it looks like the ip address are rolled to different servers to balanc
Private LAN VPN Access
6 Hits, Last modified: 21 months ago
s/security/firewalls/control-network-traffic-with-iptables/#insert-replace-or-delete-iptables-rules|A Tutorial for Controlling Network Traffic with iptables]] * [[https://www.cyberciti.biz/faq/how-t
File Sharing
5 Hits, Last modified: 21 months ago
e00/unison|Github Unison]] Old *[[https://en.wikipedia.org/wiki/Unison_(software)|Wikipedia Unison]] *[[https://wiki.archlinux.org/titl
Docker Host
4 Hits, Last modified: 9 months ago
e a week to run a Restic back-up with a Python script I wrote. My main switch is a XikeStor SKS8300-1... s additional Ethernet connections for printer and IPMI connectivity. If I upgraded to a Wifi 7 access... o apt install vim'' to install vim * Set static ip address and a bridge network (this varies on the ... a bridge network, but does usually need a static IP address *Docker does not specifically req
Docker Miscellaneous
2 Hits, Last modified: 9 months ago
Dokuwiki
2 Hits, Last modified: 6 months ago
Docker-Compose
2 Hits, Last modified: 3 weeks ago
Bookmarking Servers
1 Hits, Last modified: 17 months ago