data

Search

You can find the results of your search below.

Nextcloud Container @docker_notes
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
Reverse Proxy Server @docker_notes
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
KPTree - MSWindows Setup @home_server
7 Hits, Last modified:
asically do not store and main archive or working data on the local windows machines anymore. I try to c... top iTunes running -If moving an exiting iTunes data directory first time, copy ''C:\Users\doej\Music\... backup files are found at: ''%%C:\Users\baumk\AppData\Roaming\Apple Computer\MobileSync\Backup%%''. -... columns the following feature can be used. Menu: Data : Text to Columns =====List Windows files and di
Docker Deluge Image / Service @docker_notes
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 @docker_notes
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 @docker_notes
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:
Linux Block Device Notes @home_server:home_server_setup:other_services
1 Hits, Last modified:
'' to list the UUIDs *''sudo blkid'' will list data blocks ---- ====parted==== ==There would seem to