-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[0.11.0] Lose port number on exporting board #57
Comments
On Install from source page "Run Wefork" script, port is set on environment variable: export PORT=3000 So you could change this to: export PORT=80 You may need to add that capability to bind to low port to node, where it is:
Another way would be to setup caddy as proxy, and setcap caddy also:
You could also have unsingned certificate as, docs at https://caddyserver.com/docs/tls Tell me if any of this works, I have not tested yet. |
Yes, running wekan on the default http port 80 works but i would like to run wekan behind a nginx reverse proxy (which is in charge of the SSL transport), the port 80 is already bound to another application. |
For running Wekan in https://example.com/wekan, try this nginx config. ( If you run it at /, replace all /wekan with / ).
wefork-run.sh, change to your domain:
I don't currently have local SSL in Nginx, so I tested without SSL with this config:
With config above exporting board works for me. |
I updated https://github.com/wefork/wekan/wiki/Install-from-source for more complete instructions. |
@xet7, This is my mistake : I followed https://github.com/wefork/wekan/wiki/Install-from-source and I tried
but it should be
and every works fine (the click and the export) ! However if I try
The click does not work because there is an extra slash in the url ( http://192.168.56.101:3000/wekan//b/..... ) |
Ok. I still am working on running Wekan as service, because instructions on wiki do not work yet correctly. |
Ok thank you, this information are very useful ! |
I have updated wiki install instructions. Closing issue. |
I installed from source.
When i want to export a board there is no port number on the url eg :
The board is located at http://192.168.56.101:3000/b/ndbCwWLHtQJ4Jabdz/welcome-board
But the click on export is http://192.168.56.101/api/boards/ndbCwWLHtQJ4Jabdz?authToken=7N3fCuTaZ_bio7stA147_xVmZyUAsMekCH758wfPlnz
The text was updated successfully, but these errors were encountered: