[[TOC]]
PhoneTrack did not work if it's restricted to some groups. The reason is it's impossible to access public pages of an app (log URLs in our case) because Nextcloud considers the app is disabled when it is accessed without being logged in.
It has been solved in this pull-request. It works if you're using Nextcloud >= 14.0.0 !
As reported here : https://gitlab.com/eneiluj/phonetrack-oc/issues/82#note_68155878 there were issues when updating PhoneTrack if your Nextcloud instance uses a PostgreSQL database. Solutions are given in the issue thread.
Put phonetrack directory in Nextcloud apps directory to install. There are several ways to do that :
PhoneTrack is published in official application website. It is available in your Nextcloud admin settings.
If you want to be on the bleeding edge :
cd /path/to/nextcloud/apps
git clone /~https://github.com/julien-nc/phonetrack
cd phonetrack
make
Extract the archive at the right place :
cd /path/to/nextcloud/apps
tar xvf phonetrack-x.x.x.tar.gz
Nextcloud admin can set user point number quota value in Nextcloud additional settings. This quota is applied to every Nextcloud users. Users can choose what's to be done when their quota is reached in PhoneTrack user settings.