name

Search

You can find the results of your search below.

Docker nginx / php notes
53 Hits, Last modified:
SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param QUERY_STRING $query_string;... ENGTH $content_length; fastcgi_param SCRIPT_NAME $fastcgi_script_name; fastcgi_param REQUEST_URI $request_uri; fastcgi_param DOCUMENT_UR... R_PORT $server_port; fastcgi_param SERVER_NAME $server_name; # PHP only, required if PHP
Docker mailserver
22 Hits, Last modified:
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
20 Hits, Last modified:
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/... MAGE'' | Start a new container| |''%%docker run --name CONTAINER IMAGE%%'' | Start a new container and s
Docker - DNS Server
15 Hits, Last modified:
sudo sysctl -p /etc/sysctl.conf'' *''/usr/sbin/named -f -4'' to start the isc-bind9 application called named, *''-f'' to run in foreground *''-4'' to run ipv4 only *''rndc stop'' to stop named <fc #ff0000>- need to implement this in S6</fc> *''rndc reload'' to reload the named configuration files *''named-checkconf /etc/bi
Docker Deluge Image / Service
11 Hits, Last modified:
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... k macnet1 --ip=192.168.1.98 --cap-add=NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' * Wh
Docker-Compose
9 Hits, Last modified:
spec/compose-spec/blob/master/spec.md#version-and-name-top-level-elements|The Compose Specification]] S... n `/var/lib/docker/volumes`. ====Docker external named volumes==== Docker compose external named volumes can be used across the Docker installation and they ... web_data </code> docker-compose.yml file with a named volume web_data defined externally: <code yaml>
Nextcloud Container
7 Hits, Last modified:
the image supplied, 82 for Alpine and ignore the names. * ''%%docker exec -u www-data nextcloud-app-1... 'root'' *''nextcloud-app-1'' is the container name. This can be found using the ''docker ps'' comma... action -h [server] -u [username] -p[password] [db_name] > nextcloud-sqlbkp_`date +"%Y%m%d"`.bak%%'' * ... tf8mb4 -h [server] -u [username] -p[password] [db_name] > nextcloud-sqlbkp_`date +"%Y%m%d"`.bak%%'' The
Calibre
4 Hits, Last modified:
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 Server
3 Hits, Last modified:
gent.|?| ====Network Ports==== From IANA Service Name and Transport Protocol Port online [[https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml|Number Registry]]: <code>bootps 67 {tcp, udp}
Dokuwiki
1 Hits, Last modified:
lscr.io/linuxserver/dokuwiki:latest container_name: dokuwiki environment: - PUID=1000
Reverse Proxy Server
1 Hits, Last modified:
e containers all talk via a docker bridge network named proxy, ''docker network create proxy'' =====Trae
Docker Host
1 Hits, Last modified:
92.168.1.1 #Do not use on a router # dns-nameservers 192.168.1.1 bridge_stp off # disable Sp