What type of hardware are you using: VPS bought online What YunoHost version are you running: 12.0.13 What app is this about: Headplane
Describe your issue
Thank you for reading.
Seeking a solution for a failed installation of Headplane on a Linode VPS. Prior installation of Headscale and DEX when smoothly. I did not attempt to configure/add a client prior to the Headplace install.
They suggest to double the number returned by cat /proc/sys/fs/inotify/max_user_watches
Note that I was not able to make that app work after installation.
Edit: ah, it’s a bit quirky. The app needs its own domain, installed at its root, but expects to be opened on the /admin path.
Thank you. That fixed my issue. Here is the command I ran to increase the watcher countill: echo fs.inotify.max_user_watches= 131070 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
The Headplane installation completed successfully. However, I have a new issue now.
On launching Headplane in the browser, it asks me to enter headscale apikeys create in the console to generate and authenticate with a new API key. Here is what I see at the console of my Linode VPS:
user@host:~$ headscale apikeys create
-bash: headscale: command not found
How and where do I execute headscale apikeys create?