KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • docker_notes (16)
  • home_server (11)
  • linux_router (4)
  • tech_notes (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Reverse Proxy Server - Traefik @docker_notes
14 Hits, Last modified: 6 months ago
====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
12 Hits, Last modified: 2 years ago
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
9 Hits, Last modified: 2 months ago
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
8 Hits, Last modified: 5 months ago
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
7 Hits, Last modified: 6 months ago
: 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
6 Hits, Last modified: 3 months ago
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
VNC @docker_notes
6 Hits, Last modified: 32 hours ago
guac security_opt: - no-new-privileges:true # ports: # - "3306:3306" volumes: ... opped security_opt: - no-new-privileges:true networks: # - proxy - guac # Guac... security_opt: - no-new-privileges:true # ports: # - "8089:8080" envi... - guacd labels: - "traefik.enable=true" - "traefik.docker.network=proxy" ##
Docker mailserver @docker_notes
5 Hits, Last modified: 2 weeks ago
] 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.: #
turn server @docker_notes
5 Hits, Last modified: 4 months ago
- NET_ADMIN networks: macnet1: external: true proxy: external: true</code> Key points in docker-compose.yml * Use of a Docker macvlan type n... as 'false', # and you can use '1', 'on', 'yes', 'true', or 't' as 'true' # If the value is missing, then it means 'true' by default. # # Listener interface
Network Setup @home_server:home_server_setup
5 Hits, Last modified: 6 months ago
: 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
4 Hits, Last modified: 10 months ago
: - 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
4 Hits, Last modified: 2 weeks ago
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-f... /dev/net/tun networks: macnet1: external: true</code> ++++ Some basic docker compose commands:
IPMI Console Setup @home_server:home_server_setup:other_services
4 Hits, Last modified: 7 weeks ago
: 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
4 Hits, Last modified: 6 months ago
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
3 Hits, Last modified: 42 hours ago
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
3 Hits, Last modified: 6 months ago
Docker - diun & ntfy @docker_notes
2 Hits, Last modified: 7 months ago
Docker @docker_notes
2 Hits, Last modified: 2 weeks ago
Docker - DNS Server @docker_notes
2 Hits, Last modified: 6 months ago
Docker init Systems @docker_notes
2 Hits, Last modified: 2 weeks ago
KPTree - MSWindows Setup @home_server
2 Hits, Last modified: 4 months ago
Wireguard VPN access from WAN to LAN @linux_router
2 Hits, Last modified: 6 weeks ago
Nginx @tech_notes
2 Hits, Last modified: 19 months ago
Formatting Syntax @wiki
2 Hits, Last modified: 2 years ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 6 months ago
Fail2Ban @home_server:home_server_setup:other_services
2 Hits, Last modified: 2 years ago
SSH Notes @home_server:home_server_setup:other_services
2 Hits, Last modified: 6 months ago
Private LAN VPN Access @docker_notes
1 Hits, Last modified: 6 months ago
KPTree - Email Server Setup @home_server
1 Hits, Last modified: 16 months ago
KPTree Torrent VM Setup @home_server
1 Hits, Last modified: 2 years ago
Web Server setup @home_server
1 Hits, Last modified: 7 months ago
Router Hardware @linux_router
1 Hits, Last modified: 7 months ago
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified: 6 months ago