en

Search

You can find the results of your search below.

Docker nginx / php notes
225 Hits, Last modified:
me; # PHP only, required if PHP was built with --enable-force-cgi-redirect fastcgi_param REDIRECT_ST... me; # PHP only, required if PHP was built with --enable-force-cgi-redirect fastcgi_param REDIRECT_ST... on number of CPU cores. worker_processes auto; # Enables the use of JIT for regular expressions to sp... al frames. Default is 'off'. tcp_nopush on; # Enables the specified protocols. Default is TLSv1 TL
Nextcloud Container
53 Hits, Last modified:
rd /var/run/supervisord COPY supervisord.conf / ENV NEXTCLOUD_UPDATE=1 CMD ["/usr/bin/supervisord",... r/www/html/themes networks: - proxy environment: - MYSQL_PASSWORD=kpb1670 - ... docker_store/nextcloud/data/db:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD=kpb8487 ... ://github.com/traefik/traefik/issues/723|Multiple entry regex redirects #723 ] ====References==== *d
Docker Deluge Image / Service
37 Hits, Last modified:
RUN tar -C / -Jxpf /tmp/s6-overlay-x86_64.tar.xz ENTRYPOINT ["/init"] RUN apk update && \ apk --no-c... rc.d/ COPY nftables.conf /etc/ EXPOSE 8112/tcp #ENV PYTHON_EGG_CACHE "/app/.cache/Python-Eggs" #CMD... docker host network option also has problems the entire host network is placed on the VPN! Also it st... 5/30 \ --gateway=192.168.1.1 \ -o parent=enp1s0 macnet1 </code>++ * In order to find the ip
Docker mailserver
37 Hits, Last modified:
at</fc> [[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-users-groups-standard-users|37.3. Standard Use... nces==== *Docker *[[https://docs.docker.com/engine/reference/builder/#volume|Dockerfile referenc... f the Dockerfile. *pwgen => ''pwgen'' generates encrypted passwords *vim => because it is nicer to
Reverse Proxy Server
26 Hits, Last modified:
work create proxy'' =====Traefik===== <code bash [enable_line_numbers="true"]> cd /home/docker_store s... e]].\\ ====create docker network==== <code bash [enable_line_numbers="true"]>docker network create proxy</code> <code bash [enable_line_numbers="true"]>touch docker-compose.yml touch provider.env</code> My docker-compose.yml location: ''/home/d
Docker-Compose
10 Hits, Last modified:
compose pull'', it would seem this is required to ensure the latest image(s) is downloaded** *''%%do... stall/|Install Docker Compose]] *Install Docker Engine : [[https://docs.docker.com/engine/install/|Docker Engine]] =====Networking===== By default Docker-Compose will create a new networ
Docker
6 Hits, Last modified:
ware that hosts the containers is called **Docker Engine**. *Project Homepage: [Home - Docker](https... ''sudo usermod -aG docker $USER'' Install Docker Engine : [Docker Engine](https://docs.docker.com/engine/install/) =====Uninstall===== Both the install methods actually
Docker - DHCP Server
6 Hits, Last modified:
wed the Kea template [[https://kea.readthedocs.io/en/latest/arm/config-templates.html#template-home-ne... illions of lines of errors on my log files. Sure enough the backup had simply been working. I fixed ... *[[https://www.redhat.com/sysadmin/nmap-scripting-engine|5 scripts for getting started with the Nmap Scripting Engine]] ====main dhcp4==== *''kea-dhcp4 -t /app/
turn server
4 Hits, Last modified:
=====turn server======= From wikipedia; [[https://en.wikipedia.org/wiki/Traversal_Using_Relays_around_... for example. So a turn server is needed to allow end to end communication where public IP communication end points are obfuscated, such as where local IP addres
Docker Host
4 Hits, Last modified:
them as my main distribution. I see no point re-engaging with Ubuntu at this time, as many of the di... k # The primary network interface #allow-hotplug enp1s0 #iface enp1s0 inet dhcp auto br0 iface br0 inet static bridge_ports enp1s0 address 192.168.1.2/24 gateway 192.168.1.
Docker init Systems
3 Hits, Last modified:
not very easy to use. I could really use a front-end to help with the management. S6 [[http://www.sk... ongrun only! *''s6-rc -u change servicename'' - enable and start a daemon (up) *''s6-rc -d change ... dencies and wonder why things don't work, lol the English language sucks. ++++ Reference: *[[https
Calibre
2 Hits, Last modified:
ity_opt: - seccomp:unconfined #optional environment: - PUID=1000 - PGID=1000 ... ity_opt: - seccomp:unconfined #optional environment: - PUID=1000 - PGID=1000
Docker - DNS Server
2 Hits, Last modified:
tps://stackoverflow.com/questions/11153958/how-to-enable-named-bind-dns-full-logging|How to enable named/bind/DNS full logging? [closed]]] *[[https://รก
Dokuwiki
1 Hits, Last modified:
/dokuwiki:latest container_name: dokuwiki environment: - PUID=1000 - PGID=1000