Sign in to join this conversation, and others like it, in the communities you care about.
Wekan is an open-source kanban board (Trello like) which allows a card-based task and to-do management.
Wekan OIDC login with Gitlab
13 messages
Card popup location
12 messages
Hi. Cant run Wekan on Windows Browser, error attached. please advise.
4 messages
low effort production installation
LDAP base DN with white space in it
3 messages
Wekan / Bugs
I installed Wekan on my computer, Ubuntu 19.10 and configured 3001 port. Some strange happening when I click any link 'cause the port indicated at installation disappear.
sudo snap set wekan root-url='http://192.168.0.100:3001'
sudo snap set wekan root-url='
http://192.168.0.100:3001
'
I did it
but link is to http://wekan/b/ that is not correct
well, maybe you shoud: sudo snap set wekan root-url='http://wekan' && sudo snap set wekan port='80'
http://wekan
' && sudo snap set wekan port='80'
and then access Wekan at http://wekan
I have Apache Installed on my computer, with I use the port 80. I will have a problem, no?
https://github.com/wekan/wekan/wiki/Apache
Wekan doesn't work on another port?
oh, ok I will read
related setting here https://github.com/wekan/wekan/issues/3001
Yes, you can have wekan on port 3001
and proxy for example from https://boards.example.com to localhost port 3001
and have sudo snap set wekan root-url='https://boards.example.com' && sudo snap set port='3001'
https://boards.example.com
' && sudo snap set port='3001'
I understood, I will do all this. Thank you so much!
:)
Resolvido
Apache: ```<VirtualHost *:80>
ServerName wekan.local ErrorLog ${APACHE_LOG_DIR}/wekanerror.log <Location /> require all granted </Location> ProxyPassMatch "^/(sockjs\/.*\/websocket)$" "ws://127.0.0.1:3001/$1" ProxyPass "/" "http://127.0.0.1:3001/" ProxyPassReverse "/" "http://127.0.0.1:3001/"
</VirtualHost>```
Command: sudo snap set wekan root-url='http://wekan.local'
http://wekan.local