Search
You can find the results of your search below.
Fulltext results:
- Docker mailserver
- 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
- ocker_notes:docker-mailserver#mariadb|Mail server database and web interface (mariadb php nginx)]] *
- Docker-Compose
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- ' *''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
- 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