Skip to content

AWS EC2 Instance and omitting port 8080 in URL #5385

Answered by xet7
lanchingmaa asked this question in Q&A
Discussion options

You must be logged in to vote

@lanchingmaa

Hmm, it's not so easy actually. It's tricky.

If this shows you are running Stable, it's the old version:

sudo snap list

So you need to delete all data, and change to newest WeKan this way:

sudo snap refresh wekan --channel=latest/candidate

sudo snap stop wekan

sudo rm -rf /var/snap/wekan/common/*

sudo snap start wekan

For setting up at what port WeKan is running:

sudo snap set wekan port='8080'

If you have some SSL/TLS webserver proxy like Caddy/Nginx/Apache (see config at https://github.com/wekan/wekan/wiki right menu) that proxies from HTTPS port 443 https://boards.example.com to WeKan HTTP port 8080 of Node.js, then you setup that URL this way:

sudo snap set wekan ro…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by xet7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants