https://kanban.mykanban.com/assets/html/user/views/oauth.html
? I am using port 443. On the console I see it trying to work so I know it is (probably) not a problem with the reverse proxy.
@leso-kn Can you please help debug this? It is the correct Application, Secret, and Reverse Proxy is not the problem.
[Macaron] Started GET /api/oauth?provider=gitlab for <ip>
[Macaron] Completed /api/oauth?provider=gitlab 302 Found in 661.044µs
[Macaron] Started POST /api/oauth for <ip>
2019/03/15 09:26:10 oauth2: cannot fetch token: 401 Unauthorized
Response: {"error":"invalid_grant","error_description":"The provided authorization grant is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client."}
[Macaron] Completed /api/oauth 400 Bad Request in 60.313013ms
I am using the command line parameters like this:
/kanban_x86_64_linux server --redis-addr 127.0.0.1:6379 --seer-listen="127.0.0.1:8080" --gitlab-client="[Application ID] --gitlab-secret="[Secret ]" --server-hostname="https://kanban.theserverirunthiskanbanon.com/" --gitlab-url="https://gitlab.myotherserverforgitlab.com"
I triple check the Application and Secret.
@leso-kntail: cannot open '/proc1828/fd/1' for reading: No such file or directory
But the "log" is the console output. That is all of the information I think we will get.
Did you face any issues using docker at your company?
I don't know what you mean? But if docker is required then I think I will look for another application. I don't like docker.
[Macaron] Started GET /1.4.2/assets/js/dropdownToggle.js for <ip>
[Macaron] [Static] Serving /assets/js/dropdownToggle.js
[Macaron] Completed /1.4.2/assets/js/dropdownToggle.js 200 OK in 285.058µs
[Macaron] Started GET /1.4.2/assets/js/topbar.js for <ip>
[Macaron] [Static] Serving /assets/js/topbar.js
[Macaron] Completed /1.4.2/assets/js/topbar.js 200 OK in 427.692µs
[redis-server-ip]:[redis-server-port]
That's really how the doc should read here I think: https://github.com/leso-kn/kanban
Okay recipe for node_modules failed. Can you please point me to a list of pre-requisites for this? I didn't know I should install node. Which version? Anything else?
Why can't this program be installed manually like every other program ever?
Because it's not been maintained for about three years. Gitlab has moved on and is no longer compatible with the latest binary version.
I'm also a bit confused, why there's no standalone target. Maybe leanlabs does just dump the docker container for standalone targets.
It's your choice as the dev.
I'm flattered, but as stated before, i'm not the developer of kanban. Kanban is dead for quite a while now, i just did some adjustments to make it work for myself and shared the code, so others can profit from it. And i'm up for helping people with their installation. Yet i'm not an official developer of kanban.