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
@docker_notes
  • Any namespace
Past year
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Nextcloud Container
39 Hits, Last modified: 3 months ago
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... and ignore the names. * ''%%docker exec -u www-data nextcloud-app-1 php /var/www/html/cron.php%%'' ru
Docker nginx / php notes
37 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
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
Docker mailserver
8 Hits, Last modified: 14 days ago
de> *''SELECT * FROM table_name;'' to query all data from a table. ====virtual_domains==== This tab... ELETE CASCADE );</code> ====sqlite example test data==== The following test dat acan be used to test the data returns from postfix. <code sql>REPLACE INTO vir... le.org', 'john@example.org');</code> This sample data should be deleted before using the mailserver liv
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
Docker
6 Hits, Last modified: 2 weeks ago
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> Notes: *The port 8000 (-p 8000:8000) is not normall... er, usually root| |''%%docker exec -it --user www-data CONTAINER bash%%'' | Run bash shell in a containe
Docker-Compose
5 Hits, Last modified: 25 hours 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:
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
Docker - DNS Server
3 Hits, Last modified: 6 months ago
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
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
Calibre
2 Hits, Last modified: 10 months ago
l volumes: - /media/disk1/KarlData/Karl Data 2/Calibre_library:/config ports: - 8088... config:/config - /media/disk1/KarlData/Karl Data 2/Calibre_library:/books ports: - 8087:
turn server
1 Hits, Last modified: 4 months ago
n/overview/ # https://prometheus.io/docs/concepts/data_model/ # #prometheus # Enable labeling prometheu
VNC
1 Hits, Last modified: 14 hours ago
orts: # - "3306:3306" volumes: - ./data/db:/config - /etc/timezone:/etc/timezone:ro