name

Search

You can find the results of your search below.

Docker nginx / php notes
63 Hits, Last modified:
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
Docker mailserver
25 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 Deluge Image / Service
13 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... s.conf'' under under output chain: *''oifname $lan ip daddr 103.231.89.219 counter accept #
Nextcloud Container
12 Hits, Last modified:
'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
Docker
11 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 init Systems
11 Hits, Last modified:
S6 commands:| *''s6-svstat /run/service/servicename'' or ''s6-svstat /run/s6-rc/servicedirs/deluged''... status, longrun only! *''s6-rc -u change servicename'' - enable and start a daemon (up) *''s6-rc -d change servicename'' - disable and stop a daemon (down) *''s6-rc-d... in the active s6-rc-db *''s6-rc-db type servicename'' - Prints the type of servicename: oneshot, long
Docker-Compose
7 Hits, Last modified:
spec/compose-spec/blob/master/spec.md#version-and-name-top-level-elements|The Compose Specification]] S... mpose/releases/download/v2.26.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
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
Reverse Proxy Server
2 Hits, Last modified:
\$\\$/g</code> NOTE: Replace <USER> with your username and <PASSWORD> with your password to be hashed. ... x509 -in (path to certificate and certificate filename) -text -noout'' *''openssl s_client -connect lo
Docker - DHCP Server
1 Hits, Last modified:
gent.|?| ====Network Ports==== From IANA Service Name and Transport Protocol Port online [[https://www.
Dokuwiki
1 Hits, Last modified:
lscr.io/linuxserver/dokuwiki:latest container_name: dokuwiki environment: - PUID=1000