port

Search

You can find the results of your search below.

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
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
Docker @docker_notes
12 Hits, Last modified:
rtainer/portainer-ce:latest </code> Notes: *The port 8000 (-p 8000:8000) is not normally required on c... 0>//**Further to this Kea dhcp control agent uses port 8000 as default.**//</fc> *Some browsers give s... ne to be seen else were via the network. Default port seems to be 9001. * First stop the agent contai... ew container and set a name| |''docker run -p HOSTPORT:CONTAINERPORT IMAGE'' | Start a new container wit
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
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
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