lulohax.blogg.se

Wd my cloud desktop app failed
Wd my cloud desktop app failed





  1. WD MY CLOUD DESKTOP APP FAILED INSTALL
  2. WD MY CLOUD DESKTOP APP FAILED SOFTWARE
  3. WD MY CLOUD DESKTOP APP FAILED PASSWORD

Add execution permission chmod +x /noipupdater/noipupdater.sh and add line to crontab -e: */15 * * * * /noipupdater/noipupdater.sh.

WD MY CLOUD DESKTOP APP FAILED INSTALL

Inside you docker owncloud container, apt install cron & service cron start.

WD MY CLOUD DESKTOP APP FAILED PASSWORD

Use encoded email and password ( => x%), this may be useful: On the NAS device (via SSH), create a file on docker container root /noipupdater/noipupdater.sh, and create auxiliary folders noipupdater/configdir and noipupdater/logdir.

wd my cloud desktop app failed

Log-in to no-ip and register your dynamic domain. You need a router that supports NAT Lookback: My D-LINK DIR-809 router did not support, so I changed to a TP-LINK 740 that supports it. Database is not being kept on volume for now, so take care of not destroying the database and container (this should be improved in the future). Default user can be root, password root123, database ownclouddb. Create an admin password and select MariaDB.

wd my cloud desktop app failed

Go to your home system, suppose M圜loud is running at 192.168.1.102, so you can find owncloud at 192.168.1.102:8000. It should display: drwxr-xr-x 13 33 33 4096 Sep 16 23:55 owncloud, or drwxr-xr-x 13 www-data www-data 4096 Sep 17 02:55 owncloud setup permissions too: chown -R www-data:www-data owncloudĮxit docker container, and verify your owncloud data exists on local volume folder: ls -la /mnt/HD/HD_a2/owncloud_www/. bin/bash), go to /var/www folder and download owncloud: cd /var/www & wget -q -O - | tar jx -C. GRANT ALL PRIVILEGES ON *.* TO IDENTIFIED BY 'MPxBDvZrJKq99eJS' ħ.2) Maybe you will need to chown -R mysql:mysql /var/lib/mysql at some point, I don't know exactly now.Įnter docker container (docker exec. usr/bin/mysqladmin -u root password 'root123'Ĭat /etc/mysql/debian.cnf # view debian password, suppose its MPxBDvZrJKq99eJS Mysql_install_db -user=mysql -ldata=/var/lib/mysql The mysql should have been destroyed too because of the data container volume. Run owncloud daemon: docker run -restart=always -volumes-from owncloud_ so, this is a workaroundĤ.1) Create a data volume container for your data: docker create -v /mnt/HD/HD_a2/owncloud_I put these in a folder new_owncloud_docker, but it doesn't matter.īuild Dockerfile (mine is slightly the same as the original): docker build -t comzone/rpi-owncloud:latest. Since it's a little old, it doesn't have command docker volume.

WD MY CLOUD DESKTOP APP FAILED SOFTWARE

Setup your M圜loud normally (including RAID), and log-in via SSH to your WD Ultra (mine is precisely WD My Cloud EX2 Ultra)ĭiscover where your data is stored with df -h (mine is on /mnt/HD/HD_a2)Ĭreate a folder for storing your ownCloud software and data: mkdir /mnt/HD/HD_a2/owncloud_1.19).

wd my cloud desktop app failed

These are the steps I have done to make ownCloud work successfully (please contribute if you think it's not good enough!): Pip install setuptools docker-compose my installation (tested!) Community discussion (OS5 WD EX2 Ultra):.Make sure these are the latest from WD community, as these change over time. but it is not intended to destroy your M圜loud, just to put OwnCloud working together (because it is an amazing software!).

wd my cloud desktop app failed

This is a very experimental project and will certainly void your warranty on WD Ultra. This project makes it possible to run OwnCloud on Docker on a Western Digital Ultra (inspired by a Respberry Pi idea). OwnCloud on Docker on a Western Digital Ultra (M圜loud Home Server)







Wd my cloud desktop app failed