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

What is the default wekan Mongo DB user/pass

What is the default wekan Mongo DB user/pass

Wekan/General · December 17, 2020 at 4:22pm

What is the default wekan Mongo DB user/pass

Wekan / General · December 17, 2020 at 4:22pm

Just looked out the documentation. I cannot see where to find this information.

Load previous messages

December 18, 2020 at 3:16am

This way you can use mongo command from Wekan Snap, so you don't need to install mongo:

    • reply
    • like

    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/snap/wekan/current/lib/x86_64-linux-gnu

      • reply
      • like

      export PATH="$PATH:/snap/wekan/current/bin"

        • reply
        • like

        mongo --port 27019

          • reply
          • like

          or: /snap/wekan/current/bin/mongo --port 27019

            • reply
            • like

            or use nosqlbooster GUI to graphically edit database, at top of that Backup wiki page is info

              • reply
              • like

              But that means attachments are in files.json and chunks.json files, so one file can be in one or more base64 encoded chunk, in same chunks.json

                • reply
                • like

                It's possible to save those to files with nosqlbooster or some mongodb gridfs driver

                  • reply
                  • like

                  Sometime I'll make API for file upload/download

                    • reply
                    • like

                    depends when I get it working

                      • reply
                      • like