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
52 Hits, Last modified: 11 days ago
2 virtual machine<sup>1</sup>, with a Maria mysql database<sup>2</sup>, this setup is for installation o... ne linux Docker image with s6-rc init using maria database. I toyed with sqlite and basically got it fu... ail server could be loaded on base metal. - The database requirements for a small mailserver with a fe... aliases is well within the capacity of the sqlite database. The use of a full multi user server / client
Docker init Systems
1 Hits, Last modified: 11 days ago
ocker_notes:docker-mailserver#mariadb|Mail server database and web interface (mariadb php nginx)]] *
Docker-Compose
5 Hits, Last modified: 11 days ago
lumes in Docker Compose]]) Example: Defines web_data volume: <code bash> docker volume create --driver... "/var/opt/my_website/dist" \ --opt o=bind web_data </code> docker-compose.yml file with a named volume web_data defined externally: <code yaml> version '3' volumes: web_data: external: true services: app: image:
Docker
8 Hits, Last modified: 12 days ago
127.0.0.11:53. //(Note that DNS uses UDP not TCP datagrams.)// Further to this The container netfilter... the business edition to the community edition the database on the volume storage needs to be downgraded ... nd is: <code bash> docker volume create portainer_data docker run -d -p 9443:9443 --name=portainer --res... cker.sock:/var/run/docker.sock \ -v portainer_data:/data \ portainer/portainer-ce:latest </code>
Homepage dashboard
5 Hits, Last modified: 3 weeks ago
Some Docker images default to using the postgres database. Currently at least up grading to version 17... cker-major-version-upgrade|Upgrading A PostgreSQL Database Running In Docker]] *[[https://blog.lucas.n... *[[https://www.sql-easy.com/learn/how-to-import-database-in-postgresql/|How to Import Database in PostgreSQL: A Step-by-Step Guide for Beginners]] *[[htt
Docker - DHCP Kea Server
3 Hits, Last modified: 4 weeks ago
in | | This package provides backend database initialization and migration scripts and a DHCP benchmark tool. If you are not using a database backend, you may not need this. | Not using a database backend at this time | | isc-kea-common
Docker Miscellaneous
7 Hits, Last modified: 2 months ago
ar/run/docker.sock:/var/run/docker.sock - ./data:/app/data # If you want to use private registries, you need to share the auth file with ... # ⚠️ READ IT CAREFULLY. If you did it wrong, your data could end up writing into a WRONG PATH. # ⚠... ce analytics platform that makes visualizing your data an easy process. The tool can even send you alert
Nextcloud Container
55 Hits, Last modified: 3 months ago
of services to run; the main Nextcloud server, a database and Redis. In addition, there needs to be a p... ation:migrate]] Nextcloud to Docker. * uid: www-data / 33, gid: www-data / 33. This seems to be Debian standard. Alpine linux seems to use 82 for www-data. Just stick with uid/gid as per the image suppli
turn server
36 Hits, Last modified: 4 months ago
the Transmission Control Protocol (TCP) and User Datagram Protocol (UDP). It is most useful for clients... n/overview/ # https://prometheus.io/docs/concepts/data_model/ # #prometheus # Enable labeling prometheu... # or can be found in the turn_secret table in the database (see below). # # Read more about it: # - htt... mic' value in the turn_secret table # in the user database (if present). The database-stored value can
Docker nginx / php notes
46 Hits, Last modified: 5 months ago
m'. client_max_body_size 1m; # Sendfile copies data between one FD and other from within the kernel, ... rite operation. If the value is false, then the ; data is written directly into the file descriptor. It ... ng is a mechanism for controlling how much output data ; (excluding headers and cookies) PHP should keep internally before pushing that ; data to the client. If your application's output excee
Dokuwiki
4 Hits, Last modified: 6 months ago
nuxserver.io/|doc.linuxserver.io]].\\ Defines web_data volume: <code bash> #Not USED docker volume creat... --opt device="/home/docker_store/cloud.kptree.net/data" \ --opt o=bind cloud_data </code> <code yaml>version: "2.1" services: dokuwiki: image: lscr... ally copy everything from existing to here) * data (basically copy everything from existing to here
Reverse Proxy Server - Traefik
10 Hits, Last modified: 6 months ago
sudo chown baumkp:baumkp traefik cd traefik mkdir data cd data touch acme.json chmod 600 acme.json touch traefik.yml cd ..</code> My traefik.yml locatation: ''/home/docker_store/traefik/data/traefik.yml''. The current TechnoTim one [[https:... \\ ====Generate and Install Godaddy DNS Challenge Data==== Godaddy changed their policies circa April 20
File Sharing
3 Hits, Last modified: 6 months ago
ork, or between remote devices over the Internet. Data security and data safety are built into its design. Version 1.0 was released in January 2019 after five... bin where the server has zero knowledge of pasted data. ====Reference==== *[[https://github.com/Privat
Docker - DNS Server
4 Hits, Last modified: 6 months ago
' *''cat /var/bind/named_dump.db'' to see the database dump *''named-checkconf -l'' does this op... over TLS (DoT)===== DNS over TLS encrypts the DNS data so others can not see the specific DNS query and ... onse. DNSSEC does not prevent viewing of the DNS data, but rather ensure prevent man in the middle atta... ent developer release 9.19. *quad9 TLS config data: *''9.9.9.9'' ip address *''dns.quad9.net
Docker - diun & ntfy
9 Hits, Last modified: 7 months ago
le" is set, messages are cached in a local SQLite database instead of only in-memory. # This allows for ... es" parameter allows you to run commands when the database is initialized, # e.g. to enable WAL mode (se... f set, messages will be queued and written to the database in batches of the given # size, or after the ... e docs. # # - auth-file is the SQLite user/access database; it is created automatically if it doesn't al
Calibre
2 Hits, Last modified: 10 months ago