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.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@docker_notes
  • Any namespace
Past year
  • Any time
  • Past week
  • Past month
  • Past year
Sort by last modified
  • Sort by hits
  • Sort by last modified

Fulltext results:

Docker mailserver
26 Hits, Last modified: 10 days ago
ight-hand side). Postfix has a built-in transport service called “virtual” that can receive the email and s... stfix/postfix-script++ ===systemd=== The systemd service script is a hoot!, it seems to do nothing meaningful. ++++/lib/systemd/system/postfix.service| <code>[Unit] Description=Postfix Mail Transport Agent Conflicts=sendmail.service exim4.service ConditionPathExists=/etc/postfix/ma
Docker init Systems
32 Hits, Last modified: 10 days ago
id=docker_notes:docker-deluge#docker_deluge_image_service|Torrent server (Deluge)]] *mailserver *[[ht... a front-end to help with the management. ====s6 Service Driectories==== S6 [[http://www.skarnet.org/software/s6/servicedir.html|Service directories]] The s6-rc service directories are stored at ''%%/etc/s6-overlay/s6-rc.d/%%'
Docker-Compose
33 Hits, Last modified: 10 days ago
xample:* <code yaml> networks: custom-network: services: app: networks: - custom-network </c... mes like this: <code yaml> volumes: my-volume: services: app: volumes: - my-volume:/path-in-... n '3' volumes: web_data: external: true services: app: image: nginx:alpine ports: ... main server VM Traefik would fail. All the other services that relied on Traefik would not operate. A sim
Docker Deluge Image / Service
7 Hits, Last modified: 11 days ago
rd macvlan nftables}} ======Docker Deluge Image / Service====== I want a torrent service that uses a VPN and is set-up to block non VPN WAN (internet) access. On m... t the Linux built-in commands. The main init and services control needs to be added with packages tini and... ss. ++++The compose.yml file is:| <code yaml>--- services: deluge: build: ./ image: deluge-openv
Docker
14 Hits, Last modified: 11 days ago
Docker====== **Docker** is a set of platform as a service (PaaS) products that use OS-level virtualization ... ver software in packages called _containers_. The service has both free and premium tiers. The software tha... or some more details, tldr;|This may affect other services operating on the host machine. The default FORW... omagically after a reboot. I added a new systemd.service for this: ''sudo vim /etc/systemd/system/iptables
Homepage dashboard
14 Hits, Last modified: 3 weeks ago
gets]] *[[https://gethomepage.dev/widgets/services/calibre-web/|calibre-web]] *[[https://gethomepage.dev/widgets/services/crowdsec/|vrowdsec]] *[[https://gethomepage.dev/widgets/services/deluge/|deluge]] *[[https://gethomepage.dev/widgets/services/glances/|glances]] *[[https://gethomepag
Docker - DHCP Kea Server
9 Hits, Last modified: 3 weeks ago
ust static IPv4 addresses for my main home server services and manually define the domain names in the Bind... my main home server and NAS and a separate router service focused server. Both of these run Kea and Bind in... t | X | This package provides the REST API service agent for Kea DHCP. ... -user|Templates]] ====Network Ports==== From IANA Service Name and Transport Protocol Port online [[https:/
Docker Miscellaneous
9 Hits, Last modified: 2 months ago
ng in IT. ++++docker-compose.yml| <code yaml>--- services: it-tools: image: 'corentinth/it-too... - "traefik.http.routers.it-tools-secure.service=it-tools" - "traefik.http.services.it-tools.loadbalancer.server.port=80" networks: proxy: ... browser. ++++docker-compose.yml| <code yaml>--- services: CyberChef: image: 'ghcr.io/gchq/cyb
Nextcloud Container
5 Hits, Last modified: 3 months ago
iners on Docker Hub. Nextcloud needs a number of services to run; the main Nextcloud server, a database an... tes, however this is required for all the various services and can be considered separately. Refer to Next... code> ++++ ++++docker-compose.yml| <code yaml>--- services: app: build: ./ image: nextcloud-fpm-c... t/doku.php?id=home_server:home_server_setup:other_services:back-up_server#tag|back-up server#tag]] ====NGI
turn server
4 Hits, Last modified: 4 months ago
turn===== ++++docker-compose.yml| <code yaml>--- services: coturn_server: image: coturn/coturn:4.5.2... er as macvlan networking has been used the Docker service is on the macnet host assign IP address, ''192.16... the address of the alternate server for UDP & TCP service in the form of # <ip>[:<port>]. The server will s... # Option to set alternative server for TLS & DTLS services in form of # <ip>:<port>. If the port number is
Docker nginx / php notes
5 Hits, Last modified: 5 months ago
he $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the ; compile-time value defined MYSQL_PORT (... ding}o ; - .... ; %p: PID of the child that serviced the request ; %P: PID of the parent of the child that serviced the request ; %q: the query string ; %Q: the '... dle the request, got an invalid response.| |503 |Service Unavailable |The server is not ready to handle t
Dokuwiki
1 Hits, Last modified: 6 months ago
ind cloud_data </code> <code yaml>version: "2.1" services: dokuwiki: image: lscr.io/linuxserver/doku
Reverse Proxy Server - Traefik
11 Hits, Last modified: 6 months ago
<code yml>labels: # Enable Traefik for this service - "traefik.enable=true" # Tell Traefi... - "traefik.http.routers.container_name-secure.service=linkwarden" - "traefik.http.middlewares.ssl... tps" # Define the port inside of the Docker service to use - "traefik.http.services.container_name.loadbalancer.server.port=3000" # make sure the loadba
File Sharing
7 Hits, Last modified: 6 months ago
r five years in beta. The following is a systemd service file that can be used to start the syncthing service. It is taken from https://github.com/syncthing/synct... the user specific type. So create a new systemd service, ''/lib/systemd/system/syncthing@.service'' ++++syncthing@.service| <code>[Unit] Description=Syncthing - O
Docker - DNS Server
7 Hits, Last modified: 6 months ago
network.) ++++docker-compose.yml| <code yaml>--- services: bind: build: ./ image: bind:latest ... privacy-using-dns-over-tls-with-the-new-quad9-dns-service-1ff2d2b687c5|Privacy: Using DNS-over-TLS with the Quad9 DNS Service]] *[[https://unix.stackexchange.com/questions/7... A google.com ns1.local.kptree.net'' - an external services via local name server *''host -t A mail.kptr
Private LAN VPN Access
1 Hits, Last modified: 6 months ago
Docker - diun & ntfy
6 Hits, Last modified: 7 months ago
Calibre
2 Hits, Last modified: 10 months ago