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

                                  so this way you create wekan dashboard

                                    • reply
                                    • like

                                    July 26, 2020 at 1:45pm

                                    I didn't understand where I have to paste the dashboard url exactly under src

                                      • reply
                                      • like
                                      • reply
                                      • like
                                      • reply
                                      • like

                                      To index.html, below your React example I think

                                        • reply
                                        • like

                                        July 27, 2020 at 8:17am

                                        I have no index.html it's an angular application

                                          • reply
                                          • like