Alex Waibel
Alex Waibel
Not sure how feasible this would be given the resolution and current UI design, but it would be cool to be able to rotate the display orientation arbitrarily instead of...
autogen.sh is still there if you look at the files in the code tab. It sounds like you're missing whatever package provides autoreconf for your distribution. If you're on Ubuntu...
You are correct. See #343 for some additional details about the docs. It's on my todo list to fix that but I haven't had time to get to it yet....
@IgorKowalczyk support has been dropped for the public instance. Please refer to the README for instructions on how to easily deploy your own instance to the free tier of heroku....
I'm happy to assist you if you can tell me more about what went wrong when deploying your own to Heroku. Unfortunately it is not feasible for us to run...
I would recommend consulting the README of this repo which has some more updated instructions. There is a "Deploy to Heroku" button in the README which simplifies much of the...
If you are hosting on GitHub pages, then use the "githubToken" key and remove the "gitlabToken" key. If you are hosting on GitLab pages, then use the "gitlabToken" key and...
Have you created a public/private RSA key pair? If not, [follow the steps outlined here](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) to create one. Once you have a key pair generated, it'll likely be stored in...
Try using the heroku web interface rather than the command line. See instructions at [this link](https://devcenter.heroku.com/articles/config-vars#managing-config-vars) under the section "Managing config vars" and the subsection "Using the Heroku Dashboard".