Page 2 of 2
Re: Dashticz login
Posted: Thursday 31 January 2019 10:52
by Dave47
I try to install Apache
Code: Select all
sudo apt-get update
sudo apt-get install apache2
sudo apt-get install php
sudo apt-get install php-xml php-curl
sudo systemctl restart apache2
Then i see Do you want to continue? [Y/n]
and press y
That gives Abort?
Re: Dashticz login
Posted: Thursday 31 January 2019 16:22
by Lokonli
Dave47 wrote: ↑Wednesday 30 January 2019 23:08
Isn,t better to create it in /home/pi/
with symbolic link?
For update later?
It doesn't really matter: choose what you prefer.
Re: Dashticz login
Posted: Thursday 31 January 2019 16:35
by Dave47
Hallo,
Ik have install Dashticz_v2 Beta in /home/pi/domoticz/www/dashticz_v2/
and i have a loginscreen
I have these settings in config.js.
Code: Select all
var config = {}
config['domoticz_ip'] = 'http://xxx.xxx.xxx.xx:portnumber';
config['user_name'] = 'test';
config['pass_word'] = 'test';
config['loginEnabled'] = 1;
if I log on to dashticz I can not see any switches.
I have to log in to domoticz first when i use the log- page in Domoticz.
In Domoticz i have also username: test and password: test
i can use basic - auth in Domoticz, that works.
Is it also possible to use the log-page of Domoticz?
Re: Dashticz login
Posted: Monday 11 February 2019 14:20
by Dave47
it works
Apache server is running. I have a loginscreen also.
I use basic-auth in Domoticz.