February 19Feb 19 Overview: Support for Docker image Unifi-toolkitApplication Name: Unifi-toolkitApplication: https://github.com/Crosstalk-Solutions/unifi-toolkitOverview : A comprehensive suite of tools for UniFi network management and monitoring. Make sure to look at the complete documentation Please post any questions/issues relating to this docker template you have in this thread.
February 19Feb 19 When I attempt to open the WebUI it says Page Cannot be Displayed? An way to fix this?
February 20Feb 20 5 hours ago, bigdiamond85 said:When I attempt to open the WebUI it says Page Cannot be Displayed? An way to fix this?5 hours ago, bigdiamond85 said:When I attempt to open the WebUI it says Page Cannot be Displayed? An way to fix this?I'm having the same error. When I click 'logs' in the Docker tab for this item it opens and immediately closes.
February 20Feb 20 Author i bet it is a permission issueopen a shell and type : docker logs unifi-toolkitLet me know the output
February 20Feb 20 45 minutes ago, ZappyZap said:i bet it is a permission issueopen a shell and type : docker logs unifi-toolkitLet me know the outputData directory not writable all over the logs.I think you may have built the unraid template a little off? The data dir is set to where the AppData dir usually goes. And there is no AppData setting. Typically AppData would point to /config Edited February 20Feb 20 by Tymanthius
February 20Feb 20 Don't know if it helps but I followed what the error said and ran the command "chown 1000:1000 /mnt/user/appdata/unifi-toolkit" and started working.Now I just need to work out how to configure UniFi connectionError======================================================================ERROR: Data directory is not writable!====================================================================== Path: /app/dataThe application needs write access to store its database.Fix this by updating permissions on the host: chown 1000:1000 ./dataOr if using a container manager (Portainer, Synology, TrueNAS, etc.),make sure the volume mount for /app/data has write permissions forUID 1000.======================================================================
February 20Feb 20 I'm trying to configure my Unifi Controller, I created an API key, entered it in the config, but when I test the Connection it fails:The log reports back this error:INFO: 192.168.1.xx:63869 - "POST /api/config/unifi/test HTTP/1.1" 422 Unprocessable EntityNot sure if I'm doing anything wrong? I'm on Unifi OS 5.0.12 (and Network 10.1.85).Edit: Wait up, I just noticed that the error actually comes from my own PC's IP, not the gateway. I should probably check some more.Edit 2: I literally get that same error from any other machine in my network that I try to test this on. So the log just shows that same error with the IP address of the machine that I use to set the configuration for the UNIFI Toolkit.Edit 3: It's probably not issue with your template, there's an open issue on the Github of unifi-toolkit: https://github.com/Crosstalk-Solutions/unifi-toolkit/issues/55 Edited February 20Feb 20 by VlarpNL
February 20Feb 20 Author 9 hours ago, Tymanthius said:Data directory not writable all over the logs.I think you may have built the unraid template a little off? The data dir is set to where the AppData dir usually goes. And there is no AppData setting. Typically AppData would point to /configPlease provide the output of :ls -lad /mnt/user/appdata/unifi-toolkit
February 20Feb 20 Author 6 hours ago, Filthy said:Don't know if it helps but I followed what the error said and ran the command "chown 1000:1000 /mnt/user/appdata/unifi-toolkit" and started working.Now I just need to work out how to configure UniFi connectionGreat,Yeah now , configure the connection with the contoller and you will be all set
February 20Feb 20 Author 4 minutes ago, DivideBy0 said:This does not work with UDM-SE ?please check the github of the appI do not have UDM-SE so i could not tell you
February 20Feb 20 I do have an UDM-SE and I am telling you that it does not work as I tried it. Thanks for all the hard work.
February 20Feb 20 Author 1 minute ago, DivideBy0 said:I do have an UDM-SE and I am telling you that it does not work as I tried it. Thanks for all the hard work.Thanks for the feedback.you should report this back to the github
February 20Feb 20 1.9.7 Worked for me, had to generate my own 32bit base64 encryption key and enter into the template, after that i could save the Unifi config.
February 20Feb 20 Author Thanks for the feedback!!!for others you can use : docker run --rm python:3-slim sh -c "pip install -q cryptography && python -c 'from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())'"to generate the key
February 20Feb 20 Author isssue https://github.com/Crosstalk-Solutions/unifi-toolkit/issues/55. has been fixed.@DivideBy0 please test again UDM-SE see if the failure was related.let us know
February 21Feb 21 11 hours ago, ZappyZap said:Please provide the output of :ls -lad /mnt/user/appdata/unifi-toolkitdrwxr-xr-x 1 nobody users This is after I updated about 5 minutes ago.
February 21Feb 21 Author 1 hour ago, Tymanthius said:drwxr-xr-x 1 nobody usersThis is after I updated about 5 minutes ago.Please do :chown 1000:1000 /mnt/user/appdata/unifi-toolkit and restart the app
February 22Feb 22 I have it all working now by performing the following above suggestions hopefully to make it easier for others to setup1) Install UI Toolkit from UnRaid apps2) Open Terminal & run the following commandsCommand 1chown 1000:1000 /mnt/user/appdata/unifi-toolkitCommand 2docker run --rm python:3-slim sh -c "pip install -q cryptography && python -c 'from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())'"..Copy the last line & paste it in the template next to "Encryption Key" & click Apply3) Continue following Crosstalk's steps on his video https://www.youtube.com/watch?v=7au0H_-PR4UHope this helps Edited February 22Feb 22 by Filthy
February 22Feb 22 Author 2 minutes ago, Filthy said:I have it all working now by performing the following above suggestions hopefully to make it easier for others to setup1) Install UI Toolkit from UnRaid apps2) Open Terminal & run the following commandsCommand 1chown 1000:1000 /mnt/user/appdata/unifi-toolkitCommand 2docker run --rm python:3-slim sh -c "pip install -q cryptography && python -c 'from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())'"..Copy the last line & paste it in the template next to "Encryption Key" & click Apply3) Continue following Crosstalk's steps on his video https://www.youtube.com/watch?v=7au0H_-PR4UHope this helpsGreat Stuff can you submit a PR in https://github.com/devzwf/unraid-docker-templates/tree/main/guidesI will reference it in the template and this should help everybody thanks in advance
February 22Feb 22 14 minutes ago, ZappyZap said:Great Stuff can you submit a PR in https://github.com/devzwf/unraid-docker-templates/tree/main/guidesI will reference it in the template and this should help everybody thanks in advanceHi ZappyZapi have never done that before so I have no idea on how to submit a PR
February 23Feb 23 Ill try to install the unifi-toolkit on my unraid. I am using cloudflare tunnel to access the webinterface. How can i configure the login? The way in the manual isnt working for me. Password or username is wrong.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.