Questions tagged [mayanedms]

Questions about Mayan EDMS should be marked with this tag.

Mayan EDMS is a document management system for managing documents within an organization. Learn more at https://docs.mayan-edms.com/

27 questions
4
votes
1 answer

Mayan EDMS install, seems ok, but not working

I follow the steps on the below link, and build it on my ubuntu cloud, it seems ok, but not working on my browser. https://mayan.readthedocs.io/en/v2.1.4/topics/installation.html no matter on local: http://127.0.0.1:8000/ or on my cloud server:…
wong ian
  • 123
  • 9
3
votes
0 answers

Getting error at starting mayan "No module named 'sqlalchemy'"

I try to use the Mayan-EDMS for my project. In my Django project, I have Postgres and Redis containers so I made changes in Mayan-EDMS docker-compose.yml file to work with my Postgres and Redis. Following is the Mayan docker-compose.yaml…
Ravindra Gupta
  • 1,256
  • 12
  • 42
2
votes
0 answers

django Project: JsTree disappears when running with docker

I have an issue with a Jstree instance in my Django project. When I run the project using ./manage.py runserver the Jstree works perfectly fine, but when I run it with docker-compose up the Tree is shown for a few seconds and then disappears. No…
Dan
  • 21
  • 2
2
votes
1 answer

rest request for search content in mayan

I have uploaded some files on the Mayan EDMS and trying to search the content of the document from the dashboard. And I am getting the files from the search result, can we get the file from the Rest Call by passing the param for search. I found one…
Ravindra Gupta
  • 1,256
  • 12
  • 42
2
votes
0 answers

Mayan-EDMS not working with default values of Redis

The following is the Mayan-EDMS docker-compose.yaml redis part redis: command: - redis-server - --appendonly - "no" - --databases - "2" - --maxmemory - "100mb" - --maxclients - "500" -…
Ravindra Gupta
  • 1,256
  • 12
  • 42
2
votes
1 answer

How to properly serve a Django site under a Sub URI in Apache?

I am trying to serve Mayan EDMS (a Django project) in a sub URI of another site. already checked and followed instructions from these posts: 1) https://gitlab.com/mayan-edms/mayan-edms/issues/350 2) How to host a Django project in a subpath? 3)…
JMill
  • 21
  • 2
2
votes
0 answers

Mayan EDMS \n character showing in main menu

I am new to Django programming so I don't understand why is this happening. The problem is when I load the home page of the website in the first second everything loads fine like it should. You can see at the picture below: After that it loads a…
Nikola C
  • 322
  • 6
  • 22
2
votes
1 answer

Using Mayan edms

I want to use mayan edms as a storage backend for documents where I can retrieve documents based on 2 metadata keys. I know this is possible with the index capability, but I fail to understand how to do this in the rest api. So I need an example…
Dick Kniep
  • 518
  • 4
  • 11
2
votes
1 answer

Mayan edms with s3

I am setting up the mayan edms with s3 according to 2nd message of Roberto Rosario on this link (https://groups.google.com/forum/#!topic/mayan-edms/tZjmn5u4y2A) but I am now having some errors. Even though I added the s3 bucket settings on…
1
vote
0 answers

parsing /mnt/c/docker-compose.yaml: yaml: unknown anchor 'mayan-container' referenced

I am working on a rather large and complex docker-compose.yaml file to orchestrate multiple services in Docker. When I try to run docker-compose up -d, I get the following error: "yaml: unknown anchor 'mayan-container' referenced". I am confused…
1
vote
0 answers

Problem when Managing Emails and Metadata in Mayan EDMS

We are facing a challenge in trying to manage multiple email addresses and their metadata. Currently, we are extracting data from the emails and adding additional metadata to facilitate their management. However, we are having difficulty achieving…
1
vote
0 answers

How do I enable HTTPS redirect in Mayan EDMS

I have a session of Mayan in docker with traefik for hosting on the local network. I want to use my keycloak with oidc. Following this forum post works, but the redirect_uri is http and not https. As is the case with case django project I have tried…
1
vote
0 answers

Mayan EDMS ,Calling the API remotely using AJAX getting CORS error

I am creating a new webapp that is going to be making calls to the Mayan EDMS API with javascript/ajax Currently i am getting a CORS error. My mayan installation is running inside a docker container. I did find in the settings for Django in the…
randy
  • 1,685
  • 3
  • 34
  • 74
1
vote
0 answers

ModuleNotFoundError: No module named 'actstream'

want to setup Mayan-EDMS framework to my laptop I read a lot of document but still I face problem to run this server on my laptop. I need someone who have a good experience and work on this platforms.
Fadhel
  • 23
  • 2
1
vote
0 answers

How to reflect changes in mayan edms?

I have restart the server using "make runserver" after customizing Mayan Edms. But I dont see the changes. I am using the developer installation. Development installation link Here is the repo - Link to Mayan-Edms Mayan is using Python Django…
Jix Tang
  • 49
  • 1
  • 6
1
2