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

Wekan watercooler

The Wekan watercooler

Welcome to the Wekan watercooler, a space for general chat with everyone in the community. Jump in to the conversation below or introduce yourself!

Load previous messages

October 22, 2020 at 12:35pm

Boards do have human readable names at end of URL, it is generated from board name/title/topic, whichever you like to call it. When you change board name, also board URL changes.

    • reply
    • like

    Thanks, you are right I forgot to mention that I am using Wekan Snap. I have followed the instructions about root-url. And though it works as you say with http://192.168.0.100 but it doesn't work if root-url='http://example.com'. I only provided the url format to indicate that I have set up root-url correctly and it is trying to do the right thing, but something is preventing it from actually loading the card. I understand this https://github.com/wekan/wekan/issues/2896#issuecomment-577257140 and I can make it work with solution 1. For solution 2, I have enabled the DHCP server on my router and matched the root-url with the hostname for my laptop. Do you know of any router or linux network settings that may affect this? I will try again without nginx to see if that makes a mess of things and failing that try to actually set wekan up to be accessible from the internet as example 1 from https://github.com/wekan/wekan/wiki/Settings Thanks again, really nice application.

      Edited
      • reply
      • like

      If you have some exising domain, or buy some domain and set it's nameserver A record pointing to your IP addess, it does work.

        • reply
        • like

        Hosts file probably does not work for domain names that have dot

          • reply
          • like

          Or, set some subdomain pointing to your Wekan server IP address

            • reply
            • like

            For some website to be visible at Internet, usually it needs ports 80 and 443 open to Internet

              • reply
              • like

              Also, if you have subdomain that points to your private IP address like 192.168.0.100 , it does work inside your local network for all devices, but not at Internet, because private LAN IP addresses are not routed to Internet

                • reply
                • like

                BTW, for programmers: There is currently in progress Meteor.js Impact free online conference https://impact.meteor.com , some talks are now in progress, and all of the conference talks are recorded

                  • reply
                  • like

                  There are talks about scaling Meteor, PWAs, etc etc

                    • reply
                    • like

                    October 22, 2020 at 2:40pm

                    Thanks again for the pointers.

                      • reply
                      • like

                      November 18, 2020 at 3:07pm

                      Hello, How can I transfer my Wekan docker-db? I transer "volumes:

                      - ./wekan-db:/data/db" but if I start docker-compose it's didn't start (eternal restarting docker-db)
                        • reply
                        • like

                        how can I migrate Wekan-db if I have only "./wekan-db:/data/db" from my other server

                          • reply
                          • like

                          November 18, 2020 at 7:53pm

                          You copy raw MongoDB files to same version of MongoDB database server raw file directory, start MongoDB, do mongodump, restore to Wekan Snap or Wekan Docker

                            • reply
                            • like

                            November 18, 2020 at 10:52pm

                            thanks for reply, I have broken docker container with wekan I can't start any docker services on my old VM so can I just transfer my wekan-db directory? because I can't start wekan-db docker and do backup. Have you any advise?

                              • reply
                              • like

                              Yes, you just copy your wekan-db directory with those raw mongodb database files to another computer where you have working mongodb of same version

                                • reply
                                • like

                                you replace those mongodb files on when mongodb is not running

                                  • reply
                                  • like

                                  and then start mongodb

                                    • reply
                                    • like

                                    and then try mongodump

                                      • reply
                                      • like

                                      November 19, 2020 at 9:44am

                                      and then start mongodb

                                        can't start wekan-mongo-db container if I replace all mongodb files

                                          • reply
                                          • like

                                          if I replaced mongodb files it trigered to infinoty restarting wekan db container

                                            • reply
                                            • like

                                            but if I delete / clear back mongo-db directory it's works fine again

                                              • reply
                                              • like

                                              November 19, 2020 at 1:44pm

                                              Does it give any errors? docker logs wekan-db

                                                • reply
                                                • like

                                                November 19, 2020 at 3:54pm

                                                Does it give any errors? docker logs wekan-db

                                                  sent you a huge log in private message, check please

                                                    • reply
                                                    • like

                                                    November 19, 2020 at 5:49pm

                                                    It seems there is checksum errors, so most likely that data is corrupted

                                                      • reply
                                                      • like