We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://10.0.0.10:8080/zm/ is working,
but all API url not working: http://10.0.0.10:8080/zm/api/host/getVersion.json http://10.0.0.10:8080/zm/api/monitors.json
The text was updated successfully, but these errors were encountered:
I'm having the same issue the API folders are not downloading, as they musn't be included in the dockerfile.
Is there a way to get the api folders?
Sorry, something went wrong.
I managed to get api working fixing the following:
1- missing php package: apt install php7.0-apcu service apache2 restart
apt install php7.0-apcu
service apache2 restart
2 - Missing php plugin
apt-get update apt-get install wget unzip mkdir -p /usr/share/zoneminder/www/api/app/Plugin wget -P /tmp/https://github.com/FriendsOfCake/crud/archive/c3976f1478c681b0bbc132ec3a3e82c3984eeed5.zip cd /usr/share/zoneminder/www/api/app/Plugin unzip /tmp/c3976f1478c681b0bbc132ec3a3e82c3984eeed5.zip mv crud-c3976f1478c681b0bbc132ec3a3e82c3984eeed5 Crud
apt-get update
apt-get install wget unzip
mkdir -p /usr/share/zoneminder/www/api/app/Plugin
wget -P /tmp/https://github.com/FriendsOfCake/crud/archive/c3976f1478c681b0bbc132ec3a3e82c3984eeed5.zip
cd /usr/share/zoneminder/www/api/app/Plugin
unzip /tmp/c3976f1478c681b0bbc132ec3a3e82c3984eeed5.zip
mv crud-c3976f1478c681b0bbc132ec3a3e82c3984eeed5 Crud
No branches or pull requests
http://10.0.0.10:8080/zm/ is working,
but all API url not working:
http://10.0.0.10:8080/zm/api/host/getVersion.json
http://10.0.0.10:8080/zm/api/monitors.json
The text was updated successfully, but these errors were encountered: