port

Search

You can find the results of your search below.

Reverse Proxy Server @docker_notes
43 Hits, Last modified:
ker traefik "reverse proxy" proxy ssl certificate portainer cloudsec}} ======Reverse Proxy Server====== ... o Tim [[https://docs.technotim.live/posts/traefik-portainer-ssl/|Put Wildcard Certificates and SSL on EV... tim.github.io/tree/master/reference_files/traefik-portainer-ssl|github reference_files for traefik-portainer-ssl]]) Below is a basic description of the proc
Nextcloud Container @docker_notes
30 Hits, Last modified:
the Nextcloud community, and is not officially supported by Nextcloud! Linuxserver.io, as well as some... /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... web: image: nginx restart: always ports: - 8180:80 depends_on: - app
Docker Deluge Image / Service @docker_notes
9 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
4 Hits, Last modified:
ue services: app: image: nginx:alpine ports: - 80:80 volumes: - web_data:/us... 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
4 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 * ''/mnt/backup1'' : is the local mount point, note th
Docker init Systems @docker_notes
1 Hits, Last modified:
mber of legacy init systems that are no longer supported. =====s6 supervision rc system===== I decided