data

Search

You can find the results of your search below.

Nextcloud Container
40 Hits, Last modified:
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
36 Hits, Last modified:
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
10 Hits, Last modified:
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==== Sadly Godaddy does not make it as transparent
Docker mailserver
8 Hits, Last modified:
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 Deluge Image / Service
6 Hits, Last modified:
ut on the firewall, details: *''ping au-per.pvdata.host'' * in ''/etc/nftables.conf'' under unde... 103.231.89.219 counter accept #Host: au-per.pvdata.host'' * where $lan is set to lan interfa... d 660 /dev/net/tun echo "103.231.89.219 au-mel.pvdata.host" >> /etc/hosts #This adds a PrivatVPN host to the host DNS echo "103.231.88.203 au-mel.pvdata.host" >> /etc/hosts #This adds a PrivatVPN host
Docker
5 Hits, Last modified:
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:
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:
Calibre
4 Hits, Last modified:
= #optional volumes: - /media/disk1/KarlData/Karl Data 2/Calibre_library:/config ports: - 8088:8080 - 8089:8081 restart: unless-... libre-web/config:/config - /media/disk1/KarlData/Karl Data 2/Calibre_library:/books ports: - 8087:8083 restart: unless-stopped network
Dokuwiki
4 Hits, Last modified:
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