Search
You can find the results of your search below.
Fulltext results:
- Reverse Proxy Server - Traefik @docker_notes
- ====Traefik===== <code bash [enable_line_numbers="true"]> cd /home/docker_store sudo mkdir traefik sudo ... cker 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</co... /data/provider.env'': <code [enable_line_numbers="true">GODADDY_API_KEY=[Your API_KEY key from Godaddy A
- Conky @home_server:home_server_setup:other_services
- tting. Set to zero to run forever. no_buffers = true,-- Subtract file system buffers from used memory?... -- --- window layout & options --- own_window = true,-- Conky creates its own window instead of using ... l, desktop, or override own_window_transparent = true,-- Use pseudo transparency with own_window? own_... is no, set the background colour double_buffer = true,-- Use double buffering (reduces flicker) use_sp
- Docker Miscellaneous @docker_notes
- proxy labels: - "traefik.enable=true" - "traefik.docker.network=proxy" ... - "traefik.http.routers.it-tools-secure.tls=true" - "traefik.http.routers.it-tools-secur... server.port=80" networks: proxy: external: true </code>++++ Remember to add URL to local DNS. =... proxy labels: - "traefik.enable=true" - "traefik.docker.network=proxy"
- Docker nginx / php notes @docker_notes
- LL or M_PI), one ; of the INI constants (On, Off, True, False, Yes, No and None) or an expression ; (e.g... an flags can be turned on using the values 1, On, True or Yes. ; They can be turned off using the values... same ; line unless ignore_repeated_source is set true. ; https://php.net/ignore-repeated-errors ignore_... https://php.net/com.allow-dcom ;com.allow_dcom = true ; autoregister constants of a component's typeli
- Debian Server Network Setup @linux_router
- : dhcp4: no dhcp6: no optional: true eno3: dhcp4: no dhcp6: no optional: true eno4: dhcp4: no dhcp6: no optional: true #Setup Bridge Interface bridges: br0: ... [192.168.1.1]" The use of the stanza "optional: true" on the LAN bridged NICs means during startup the
- Nextcloud Container @docker_notes
- pervisord.conf| <code yaml>[supervisord] nodaemon=true logfile=/var/log/supervisord/supervisord.log pidf... extcloud: db: networks: proxy: external: true </code> ++++ ====RedirectRegex==== I get a redire... a_params=--o:ssl.enable=false --o:ssl.termination=true ports: - 9980:9980 networks: - proxy networks: proxy: external: true</code> The mean of the configuration file is most
- Docker mailserver @docker_notes
- ] Type=oneshot RemainAfterExit=yes ExecStart=/bin/true ExecReload=/bin/true [Install] WantedBy=multi-user.target</code> ++++ Look like postfix is started fro... reload ExecStop=/usr/bin/doveadm stop PrivateTmp=true NonBlocking=yes ProtectSystem=full ProtectHome=no PrivateDevices=true # You can add environment variables with e.g.: #
- Network Setup @home_server:home_server_setup
- : dhcp4: no dhcp6: no optional: true eno2: dhcp4: no dhcp6: no optional: true eno3: dhcp4: no dhcp6: no optional: true eno4: dhcp4: no dhcp6: no optional: true enp2s0: dhcp4: no dhcp6: no
- Calibre @docker_notes
- : - proxy networks: proxy: external: true </code> Notes: - The log error/warning concern... added to ''docker-compose.yml'': <code> tty: true stdin_open: true command: /bin/sh</code> ++++ ====Calibre-web==== This Docker container is b... : - proxy networks: proxy: external: true </code> Notes: - The default login / password:
- Docker Deluge Image / Service @docker_notes
- not permitted (errno=1)]] *Add ''privileged: true'' after image in docker-compose.yml *Or <co... image: deluge-openvpn-nftables:latest tty: true stdin_open: true container_name: deluge restart: 'unless-stopped' # always | no | on-failur... mand: /bin/sh networks: macnet1: external: true</code> Some basic docker compose commands: *''d
- IPMI Console Setup @home_server:home_server_setup:other_services
- : set-complete Enabled : true Force Encryption : false Force Aut... lt/grub'': <code JavaScript [enable_line_numbers="true"]> # If you change this file, run 'update-grub' a... =xxx" parameter to Linux #GRUB_DISABLE_LINUX_UUID=true # Uncomment to disable generation of recovery mode menu entries #GRUB_DISABLE_RECOVERY="true" # Uncomment to get a beep at grub start #GRUB_I
- Rsync @home_server:home_server_setup:other_services
- s hosts allow = 192.168.1.5 hosts deny = * list = true uid = root gid = root read only = false # auth us... pgrading my operating system, I want to perform a true full backup. That is, a true copy and not using [[https://www.linfo.org/hard_link.html|hard links]] to... er/backup.log" DIR=`date +%Y_%b_%d_%H_%M` while true; do read -p "What would you like to backup? (
- Docker-Compose @docker_notes
- or your compose files, you can add the `external: true` parameter in your compose file *Example:* <code ... yaml> networks: existing-network: external: true </code> =====Volumes===== Volumes allow Docker ... version '3' volumes: web_data: external: true services: app: image: nginx:alpine po
- File Sharing @docker_notes
- us=3 4 # Hardening ProtectSystem=full PrivateTmp=true SystemCallArchitectures=native MemoryDenyWriteExecute=true NoNewPrivileges=true # Elevated permissions to sync ownership (disabled by default), # see https://doc
- Docker - diun & ntfy @docker_notes
- : ntfy: image: binwiederhier/ntfy init: true container_name: ntfy command: serve... et/v1/health -O - | grep -Eo '\"healthy\"\\s*:\\s*true' || exit 1"] interval: 60s timeou