bagg3rs

Members
  • Posts

    4
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

bagg3rs's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Not sure if your still looking at this but, what I have done so far after just getting it up and running is. Mount Container path /usr/src/app/web/vue/ to host path /mnt/user/appdata/gekko/vue/ Edit the UIconfig.js host under UI: to the IP of my docker container. const CONFIG = { headless: false, api: { host: '0.0.0.0', port: 3000, timeout: 120000 // 2 minutes }, ui: { ssl: false, host: '192.168.0.56', port: 3000, path: '/' }, adapter: 'sqlite'
  2. OK thanks that did it, I am sure I rebooted after this installing a USB3.0 card 4 days ago ,after I first starting getting the error but maybe not. Error free and learned about /mnt thanks.
  3. The issue was due to my invalid configuration of Krusader, I had the UNASSIGNED as /mnt/disk rather than /mnt/disks ---------- Afternoon, Fix Common Problems is reporting this error "Invalid folder disk contained within /mnt" I believe it maybe from when I was initially migrating data across and then re-setting array potentially? incorrectly setup app path when I was getting to grips? The folder is empty as seen below (comes up with green highlighting via CLI), I thought I would check with the good folk here on what to do especially being no change Friday Thanks root@Tower:/mnt# ls -la total 32 drwxr-xr-x 8 root root 160 Sep 4 07:58 ./ drwxr-xr-x 18 root root 400 Jun 24 18:31 ../ drwxrwxrwx 1 nobody users 58 Sep 8 14:03 cache/ drwxr-xr-x 2 root root 40 Sep 4 07:58 disk/ drwxrwxrwx 8 nobody users 119 Sep 8 14:03 disk1/ drwxrwxrwx 3 nobody users 60 Sep 3 20:44 disks/ drwxrwxrwx 1 nobody users 58 Sep 8 14:03 user/ drwxrwxrwx 1 nobody users 119 Sep 8 14:03 user0/ root@Tower:/mnt# cd disk root@Tower:/mnt/disk# ls root@Tower:/mnt/disk#