Thibaut SEVERAC
Thibaut SEVERAC
ça dépend de tes plugins, un simple plugin web necessitera le php, le javascript ne sera qu'un plus :). en gros : HTML/CSS : un site qui ne bouge jamais...
seems to be the same on windows . It's return `C:\Users\thib3\AppData\Roaming\npm` ( so the path to NPM, and not to the package )
Maybe better to use google applications passwords ? [see here](https://support.google.com/accounts/answer/185833)
Hello, the problem I saw reading this code, is that it's based on a htaccess ... So, it will only works with apache (and with htaccess enabled) If I correctly...
Can't try a lot . But I found this : on the UI, it does a request to `https://unifi/proxy/network/v2/api/site/default/clients/active?includeTrafficUsage=true&includeUnifiDevices=true` and it returns : ```json [ { "assoc_time": 123, "display_name": "device...
- create a file like `___backwpup_manifest.json` in the zip - check in your code if : - manifest.json exist ? seems contains your metadatas ? use it - else check...
Hum, interesting ... I will check
Hi @patrickclover . I will need more informations to help you ... Can you try to check with [debug](https://github.com/thib3113/unifi-client?tab=readme-ov-file#debug) logs if you can get more informations ? Actually, my unifiOS...
hum ... You can search for the log : `unifi-client:UnifiAuth:login os found :` to check if it correctly detect if you use unifiOS or not ? Searching this log, it...
Hi @patrickclover and @davey-g-uk . I finaly got the time to migrate my test environment to v9, and in fact, I correctly receive the csrf token from headers . I...