Search
You can find the results of your search below.
Fulltext results:
- Docker nginx / php notes
- nx/fastcgi.conf| <code> fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param QUERY_STRING $query_string; fastcgi_param ... ENGTH $content_length; fastcgi_param SCRIPT_NAME $fastcgi_script_name; fastcgi_param REQUEST_URI $request_uri; fastcgi_param DOCUMENT_UR
- turn server
- ver: image: coturn/coturn:4.5.2 container_name: coturn restart: always # always | unless-st... +config/turnserver.conf| <code yaml># TURN server name and realm realm=kptree.net server-name=turnserver # Use fingerprint in TURN message fingerprint # IPs... usernames (e.g. TURN REST API). # #prometheus-username-labels # Prometheus listener port (Default: 9641
- Docker mailserver
- t tables from sqlite_schema:<code sql>SELECT name FROM sqlite_schema WHERE type ='table' AND name NOT LIKE 'sqlite_%';</code> *''SELECT * FROM table_name;'' to query all data from a table. ====virtual_... row. It is added by the database automatically.| |name |The name of the domain you want to receive email
- Docker
- er hand where Docker bridge network DNS container name resolution is desirable then these netfilter chai... reate portainer_data docker run -d -p 9443:9443 --name=portainer --restart=always \ -v /var/run/dock... fied. <code yaml>docker run -d -p 9001:9001 --name portainer_agent --restart=always -v /var/run/do... MAGE'' | Start a new container| |''%%docker run --name CONTAINER IMAGE%%'' | Start a new container and s
- Docker - DNS Server
- tty: true stdin_open: true container_name: kptr-dns-1 restart: 'always' # always | unle... LAN) DNS queries and answers directly for any LAN name resolution, checks the cache for any external name resolution and then if not found locally or in cache... ocal DNS server query validation. For external name resolution Bind9 basically now defaults to automa
- Docker init Systems
- named-log</code> | *1 | file content with name of logging service | | | │ ├── run ... 180000</code> | *1 | file content with name of logging service | | | │ ├── timeout-up ... 30000</code> | *1 | file content with name of logging service | | | │ └── type ... | | | │ ├── pipeline-name | |
- Docker Deluge Image / Service
- envpn-nftables *''docker run -it -p 8112:8112 --name deluge deluge-openvpn-nftables /bin/sh'' - to run... docker run -it -p 8112:8112 --cap-add=NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' *T... cker run -it --network host --cap-add=NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' *The... s.conf'' under under output chain: *''oifname $lan ip daddr 103.231.89.219 counter accept #
- Nextcloud Container
- 'root'' *''nextcloud-app-1'' is the container name. This can be found using the ''docker ps'' comma... ysqldump --single-transaction -h [server] -u [username] -p[password] [db_name] > nextcloud-sqlbkp_`date +"%Y%m%d"`.bak%%'' * ''%%mysqldump --single-transact... default-character-set=utf8mb4 -h [server] -u [username] -p[password] [db_name] > nextcloud-sqlbkp_`date
- Reverse Proxy Server - Traefik
- \$\\$/g</code> NOTE: Replace <USER> with your username and <PASSWORD> with your password to be hashed. ... n in HTTP - "traefik.http.routers.container_name.entrypoints=http" - "traefik.http.routers.container_name.rule=Host(`linkwarden.local.kptree.net`)" - "traefik.http.middlewares.container_name-https-redirect.redirectscheme.scheme=https"
- Docker - diun & ntfy
- : binwiederhier/ntfy init: true container_name: ntfy command: serve environment: ... if "listen-https" is not set. # # key-file: <filename> # cert-file: <filename> # If set, also publish messages to a Firebase Cloud Messaging (FCM) topic for... sing the Android app. # # firebase-key-file: <filename> # If "cache-file" is set, messages are cached i
- Docker-Compose
- spec/compose-spec/blob/master/spec.md#version-and-name-top-level-elements|The Compose Specification]] S... mpose/releases/download/v2.38.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose sudo chmod +x /usr/local/bin/docker-compose </code> ... ed dynamically from environment variables using a name section as we did in the previous example. =====N
- VNC
- MariaDB - MySQL Database mariadb: container_name: guac_db image: linuxserver/mariadb:latest ... guacd: image: guacamole/guacd container_name: guacd restart: unless-stopped security_o... image: guacamole/guacamole:latest container_name: guacamole restart: unless-stopped netw... "8089:8080" environment: GUACD_HOSTNAME: guacd MYSQL_HOSTNAME: mariadb MYSQL_
- Calibre
- ner is based [[https://fleet.linuxserver.io/image?name=linuxserver/calibre|linuxserver/calibre]], [[http... lscr.io/linuxserver/calibre:latest container_name: calibre security_opt: - seccomp:unconf... ner is based [[https://fleet.linuxserver.io/image?name=linuxserver/calibre-web|linuxserver/calibre-web.]... inuxserver/calibre-web:0.6.18-ls169 container_name: calibre-web security_opt: - seccomp:un
- Docker - DHCP Kea Server
- mplates]] ====Network Ports==== From IANA Service Name and Transport Protocol Port online [[https://www.... nd then configured from there as required. #"name": "/app/kea.leases4.csv", #Kea 2.6.3 requires /var/lib/kea "name": "/var/lib/kea/kea.leases4.csv", "output":
- Docker Miscellaneous
- restart: unless-stopped container_name: it-tools networks: - proxy ... restart: unless-stopped container_name: cyber-chef networks: - proxy ... n with| <code yaml>$ docker run --detach \ --name watchtower \ --volume /var/run/docker.sock:/v