Flewid
Flewid
what's the proper procedure to pull latest ? `# pm2 stop enigma` `# cp -R enigma-dir /enigma-dir-backup` `# cd enigma-dir` `# git pull origin master` `# composer install` `# pm2...
Thanks :) Got it done. It appears fixed to me now - but I have also switched from MagiTerm to SyncTerm - which may have been the issue to begin...
Great thanks. Fixed it. dateTimeFormat: MMM Do h:mma to dateTimeFormat: MMM Do hh:mma Thanks!
@tegwilym thanks, will try that
thanks @tegwilym setting it to 1 has worked!
ah okay i'll try that, what would the correct location be? i'm assuming just this command to generate the cert? openssl req -new -newkey rsa:4096 -days 3650 -nodes -x509 -subj...
Oddly enough, I also just tried installing it on my qnap nas through constainer station using docker. And I still receive the 'wrong password for user' error
Yep - understand that once i sign in through localhost, it'll give me a different password that I use from my local apps - is that right?
Also, do you have a docker compose script handy so I can install this on the NAS separately and access from any computer on the lan?
Okay I've gotten it working with Docker using this compose ``` ######## # etesync-dav ######## version: "3" services: etesync: image: etesync/etesync-dav container_name: etesync environment: - PUID=1002 - PGID=100 - TZ=America/Toronto...