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 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
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