port

Search

You can find the results of your search below.

Docker - DNS Server @docker_notes
1 Hits, Last modified:
onsortium/bind9]] *[[https://serverspace.us/support/help/bind9-as-a-secondary-dns-server-on-ubuntu/|H
Docker mailserver @docker_notes
26 Hits, Last modified:
e and basically got it functional, however the support apps do not function with sqlite. //As this foll... s like ''less'' will not work properly unless ''export TERM=rxvt'' is used. <fc #ff0000>Hmmm... unimpres... 5.240.0.0), supposedly recent version of mysql support this notation ([[https://stackoverflow.com/questi... sk (right-hand side). Postfix has a built-in transport service called “virtual” that can receive the ema
KPTree - MSWindows Setup @home_server
5 Hits, Last modified:
lowing: *Bad cable *Bad USB driver *Bad USB port *iTunes playing up However one good trick is to... Program Files\Common Files\Apple\Mobile Device Support\Drivers\usbaapl64.inf". The easiest way being to ... : ''dir -Recurse -Directory | Select FullName | Export-Csv "list.csv"''\\ \\ After this I want to list ... To Field Changing Unexpectedly]] *[[https://support.microsoft.com/en-us/office/advanced-options-33244
Docker-Compose @docker_notes
3 Hits, Last modified:
still # exists and systemd currently does not support the cgroup feature set required # for containers ... ment TasksMax if your systemd version does not support it. # Only systemd 226 and above support this option. TasksMax=infinity # set delegate yes so that sys
Nextcloud Container @docker_notes
17 Hits, Last modified:
/nextcloud|Nextcloud]] image does not directly support cron. So it needs to be added, for the nextcloud... artion warns about missing php imagemagick-svg support I also added the Apline package to the updated im... lem without and easy solution. Nextcloud main support looks Apache web server based with little Nginx support and even less Traefik support. Some resources rel
Docker Deluge Image / Service @docker_notes
8 Hits, Last modified:
envpn-nftables as a container called deluge, with port 8112 passed through, the deluge web interface. ... penvpn does not seem to work well with "standard" port mapping option of Docker. The VPN performs unreliably with the nftables and the map port to the local web interface simply stops working. ... container ''%%/usr/bin/python3 /usr/bin/deluged --port=58846 --config=/root/.config/deluge/ &%%'' howeve
Reverse Proxy Server @docker_notes
16 Hits, Last modified:
. =====Entrypoints===== The Standard entry point port normally defined are HTTP (port 80 and perhaps 8080) and HTTPS (port 443). If you are using other services then additional entry point... eed to be defined, as required for each service / port. Mail servers are an example that requires use o
Linux Block Device Notes @home_server:home_server_setup:other_services
3 Hits, Last modified:
*''sudo mount -t nfs -o rw,vers=4 192.168.1.5:/export/Disk1 /mnt/backup1'' *''sudo mount -t nfs -o rw,vers=4 192.168.1.5:/export/Disk2 /mnt/backup2'' Where: * ''-t nfs'' : typ... 'vers=4'' : version 4 of nfs * ''192.168.1.5:/export/Disk1'' is the remote exported NFS mount point