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 / Feature Request

Hi, I have some questions for wekan please , Im a new user for wekan, i just instaled it localy, now i want to install it on the server (deployment on the server) also i want to integrate it into may applicattion, if you can help me or guide me to de this . I await your response.

Hi, I have some questions for wekan please , Im a new user for wekan, i just instaled it localy, now i want to install it on the server (deployment on the server) also i want to integrate it into may applicattion, if you can help me or guide me to de this . I await your response.

Wekan/Feature Request · July 1, 2020 at 12:05pm

Hi, I have some questions for wekan please , Im a new user for wekan, i just instaled it localy, now i want to install it on the server (deployment on the server) also i want to integrate it into may applicattion, if you can help me or guide me to de this . I await your response.

Wekan / Feature Request · July 1, 2020 at 12:05pm
Load previous messages

July 15, 2020 at 4:03pm

usually login password and sudo password are the same

    • reply
    • like

    so first you login to server with your username/password, then write sudo apt install snapd and then write your same password and enter

      • reply
      • like

      If after that it asks Y/N to continue, answer Y and enter

        • reply
        • like

        and then sudo reboot

          • reply
          • like

          after rebooting install wekan with sudo snap install wekan

            • reply
            • like

            July 16, 2020 at 8:09am

            Hello, I want to know some information about wekan for example the structure of wekan database? What are the web services it calls and how does it call these web services? L the server also how does it work? if there are links they can help me to have these rewards please send me.

              • reply
              • like

              July 16, 2020 at 10:56am

              You can view the database directly using Mongodb on the server or via ssh. Its one database with 34 collections.

                • reply
                • like

                If you interested in structure and integration I would also look at the wekan api and webhooks.

                  • reply
                  • like

                  yes i m very interested

                    • reply
                    • like

                    July 16, 2020 at 12:24pm

                    also, as you see at that wiki, at right menu is more links to API and webhooks

                      • reply
                      • like

                      Is there an api doc version (unified) for webhooks? Before I just turned on everything on a board level web hook and while I played with the interface, when it froze (not kidding) I knew I had just created a web hook and since my software had no handlers if never return anything to answer the web hook so the web hook never completed. I would then see my logs and add the handlers one by one. There are NOT web hooks for all operations for example, like editing a card etc. Is there a doc like the api that shows the current list of web hooks, now?

                        • reply
                        • like

                        BTW, thanks for adding the edit card api function :)

                          • reply
                          • like

                          July 16, 2020 at 7:15pm

                          Hmm? I don't remember who added edit card api function.

                            • reply
                            • like

                            Thanks anyway to all of Wekan Community :)

                              • reply
                              • like

                              At Wekan GitHub wiki and at Wekan source code is info about webhooks, there are some GitHub issues about missing webhooks. I don't know about any other docs.

                                • reply
                                • like

                                July 22, 2020 at 12:45pm

                                hello, I hope you are doing well, I am very satisfied with your guide, now I have an angular application that displays an embeded screen with react-iframe, I want to replace this react with the wekan dashbord, so how do I can I start?

                                  • reply
                                  • like
                                  • reply
                                  • like

                                  July 23, 2020 at 8:11am

                                  For Wekan Snap, you need to run this command on server: sudo snap set wekan browser-policy-enabled='false'

                                    • reply
                                    • like

                                    so that Wekan is allowed to be in iframe

                                      • reply
                                      • like
                                      • reply
                                      • like

                                      you add URL of your board, that you have changed from Private to Public by clicking at top of the board where is text Private

                                        • reply
                                        • like

                                        you copy from browser URL bar that board URL to that iframe src tag

                                          • reply
                                          • like

                                          then your board is publicly visible at internet, it's read-only. Only those that have logged in and are members of board can edit that board.

                                            • reply
                                            • like

                                            at public board anonymous users can not edit board

                                              • reply
                                              • like