Join the conversation

Sign in to join this conversation, and others like it, in the communities you care about.

Wekan

Wekan is an open-source kanban board (Trello like) which allows a card-based task and to-do management.

Wekan / Bugs

Links are losing ports when clicking [Solved]

Links are losing ports when clicking [Solved]

Wekan/Bugs · April 16, 2020 at 3:40am

Links are losing ports when clicking [Solved]

Wekan / Bugs · April 16, 2020 at 3:40am (Edited 4 years ago)

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.

Load previous messages

April 16, 2020 at 4:12am

sudo snap set wekan root-url='http://192.168.0.100:3001'

    I did it

      • reply
      • like

      but link is to http://wekan/b/ that is not correct

        • reply
        • like

        well, maybe you shoud: sudo snap set wekan root-url='http://wekan' && sudo snap set wekan port='80'

          • reply
          • like

          and then access Wekan at http://wekan

            • reply
            • like

            I have Apache Installed on my computer, with I use the port 80. I will have a problem, no?

              • reply
              • like

              Wekan doesn't work on another port?

                • reply
                • like

                oh, ok I will read

                  • reply
                  • like
                  like-fill
                  1
                  • reply
                  • like

                  Yes, you can have wekan on port 3001

                    • reply
                    • like

                    and proxy for example from https://boards.example.com to localhost port 3001

                      like-fill
                      1
                      • reply
                      • like

                      and have sudo snap set wekan root-url='https://boards.example.com' && sudo snap set port='3001'

                        • reply
                        • like

                        I understood, I will do all this. Thank you so much!

                          • reply
                          • like

                          :)

                            • reply
                            • like

                            :)

                              • reply
                              • like

                              April 16, 2020 at 8:20am

                              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'

                                • reply
                                • like
                                private

                                This conversation has been locked.