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

Stuck at wekan-ldap: updating npm dependencies -- ldapjs...

Stuck at wekan-ldap: updating npm dependencies -- ldapjs...

Wekan/Bugs · July 19, 2020 at 10:17am

Stuck at wekan-ldap: updating npm dependencies -- ldapjs...

Wekan / Bugs · July 19, 2020 at 10:17am (Edited 4 years ago)

I am trying to run wekan from source

I followed the instructions on the wiki and have uncommented the build section from the docker-compose file and did docker-compose up -d --build

I am running it on windows 10 machine

anyone facing / faces similar issue ?

Load previous messages

July 20, 2020 at 7:30am

so right now we have to take a loner route to fetch all the boards, filter them based on title, find the right one and then fetch all info related to it with the id

    • reply
    • like

    thats a real pain point right now

      • reply
      • like

      also one more pain point is fetching labels and custom fields for cards

        • reply
        • like

        Fetching for what purpose?

          • reply
          • like

          Well, I have thinked a little about one crazy idea, of adding Wekan directly to Gitea, with Go code. Well, it could be time consuming, but would there be some benefit?

            • reply
            • like

            Currently Wekan Snap also includes Caddy, that is made with Go.

              • reply
              • like

              Anyway, for current Wekan, if there is something missing from API, you can add it https://github.com/wekan/wekan/tree/master/models

                • reply
                • like

                I think it does not make sense to fetch all

                  • reply
                  • like

                  @dineshsalunke BTW, does mirroring from GitHub currently work in Gitea? When I tried, I did not get it working yet.

                    • reply
                    • like

                    July 20, 2020 at 9:47am

                    BTW the gitea that we have is self hosted

                      • reply
                      • like

                      I dont know by mirroring if you mean keeping repos on both of them in sync, but I have directly tranferred a few my repos from github to gitea

                        • reply
                        • like

                        and that works out of the box

                          • reply
                          • like

                          and thats migration, are you talking about this ?

                            • reply
                            • like

                            Yes, I tried building Gitea from source and migration did work

                              • reply
                              • like

                              It seems previously when I tried it was old Gitea version

                                • reply
                                • like

                                yes migration was added recently i think

                                  • reply
                                  • like

                                  Migration did clone repo, but did not clone issues

                                    • reply
                                    • like

                                    ohh issues I dont think that works yet let me check

                                      • reply
                                      • like

                                      I will try to mirror the wekan repo

                                        • reply
                                        • like

                                        Mirroring wekan repos did work

                                          • reply
                                          • like

                                          Here is some other issue mirroring code https://github.com/MichaelMure/git-bug but I don't know is there something for Gitea

                                            • reply
                                            • like

                                            Sometimes GitHub is down, so I would like to mirror all to Gitea

                                              • reply
                                              • like

                                              Sometimes GitHub is down does that happen :-O

                                                • reply
                                                • like

                                                I did mirror wekan repo by adding my Wekan GitHub API key to Gitea migration username field. I have not tried does migration work without API key.

                                                  • reply
                                                  • like