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 / General

Change domain name

Change domain name

Wekan / General · December 4, 2020 at 7:40pm

I have a Wekan snap installation that is accessible by two different domain names. Most boards were defined when Wekan was accessible by only one domain name (first domain). I can view the boards list and view a board using the second domain, but when I click on an item for details it reloads the board using the first domain name.

Is there a way for boards to be domain name agnostic?

John

Load previous messages

December 5, 2020 at 9:35pm

sudo snap set wekan port='8888'

    • reply
    • like

    For additional wekan-app container, docker-compose.yml at https://github.com/wekan/wekan has text ROOT_URL=

      • reply
      • like

      Or that https://github.com/wekan/wekan/wiki/Raspberry-Pi page has start-wekan.sh that has ROOT_URL= , or alternatively set it at systemd service file, like mentioned in that wiki page, or init.d

        • reply
        • like

        Also more info about root-url at https://github.com/wekan/wekan/wiki/Settings

          • reply
          • like
          • reply
          • like

          December 7, 2020 at 3:00pm

          Thank you. One further question.

          I noticed that some of the snap set variables can also be set inside the interface, like the email settings. So it seems that settings entered in the interface admin panel override snap settings. Is this correct?

            • reply
            • like

            For email, first snap settings should be set, and then same settings to Admin Panel, then at Admin Panel click test sending email. For more info, see https://github.com/wekan/wekan/wiki/Troubleshooting-Mail

              • reply
              • like