Search found 213 matches
- Mon Mar 30, 2020 12:18 pm
- Forum: General topics
- Topic: Mayan community
- Replies: 4
- Views: 3567
Re: Mayan community
I also wanted to add from my perspective, traditionally I was dealing with processing a lot of the forum spam/banning spambots and trolls etc, but since the COVID-19 outbreak, I've been dedicating 120% of the time supporting the villages in which I live (running our Call Centre for help requests, ma...
- Wed Mar 18, 2020 8:49 pm
- Forum: Issues or Errors
- Topic: Error - Thumbnail Generation on Staging
- Replies: 1
- Views: 1024
Re: Error - Thumbnail Generation on Staging
We do not support the Mayan Turnkey Container here. The version of mayan you've deployed there is very very old. We highly recommend you use the latest version of the official Mayan EDMS containers. Instructions can be found in our official documentation . We'll be able to help you more effectively ...
- Wed Mar 18, 2020 8:43 pm
- Forum: Releases
- Topic: Version 3.3.16
- Replies: 0
- Views: 1519
Version 3.3.16
Released: March 17th, 2020 Please read the release notes before upgrading: https://docs.mayan-edms.com/releases/3.3.16.html Changes: Documentation Several minor release notes typographical errors were fixed. Dependencies Multiple dependencies were updated following security advisories: psutil was up...
- Wed Mar 18, 2020 8:39 pm
- Forum: General topics
- Topic: How can i configure or change the storage path?
- Replies: 2
- Views: 1323
Re: How can i configure or change the storage path?
Hi Ricardo.
Yes, you can change the location of the storage using the config.yml file inside your mayan media root directory.
If you are using docker, then you can just change the location of the directory you mount inside the container with the -v option.
Yes, you can change the location of the storage using the config.yml file inside your mayan media root directory.
If you are using docker, then you can just change the location of the directory you mount inside the container with the -v option.
- Mon Mar 16, 2020 11:58 pm
- Forum: Issues or Errors
- Topic: Error entering a workflow state that has a POST action
- Replies: 9
- Views: 2603
Re: Workflow always fails entering a state with a POST action.
As per the other thread, please log a gitlab issue for the developers to investigate referencing these forum threads. As it could potentially be a bug, it needs to be logged there as it will likely be seen much quicker than on the forum. I would normally do this myself, but stuck on a mobile device.
- Mon Mar 16, 2020 1:58 pm
- Forum: API
- Topic: Using Mayan EDMS on jBPM
- Replies: 1
- Views: 1396
Re: Using Mayan EDMS on jBPM
To my knowledge, no one has published such a library so far or done work in that area. Neither for jBPM or Keycloak (currently only LDAP is supported, there is no support for SAML or OIDC, but there is a feature request for such). In terms of sharing knowledge on how to do this, this is exactly what...
- Mon Mar 16, 2020 1:55 pm
- Forum: General topics
- Topic: Permission on particular cabinet
- Replies: 4
- Views: 6188
Re: Permission on particular cabinet
You can assign the permissions on document_types or on top-level cabinets.
You can not restrict sub-level cabinets though (and this will likely not be changed).
So as long as you're only requiring to set permissions at the top-most level of cabinet then yes this will work fine.
You can not restrict sub-level cabinets though (and this will likely not be changed).
So as long as you're only requiring to set permissions at the top-most level of cabinet then yes this will work fine.
- Mon Mar 16, 2020 1:53 pm
- Forum: Issues or Errors
- Topic: Bad Gateway when uploading documents
- Replies: 4
- Views: 1818
Re: Bad Gateway when uploading documents
That error usually occurs because of incorrect environment variables being passed in. Are you using RabbitMQ? - as Mayan is trying to connect to a Rabbit instance. If you're only using redis, then the BROKER_URL environment variable is likely the culprit (we see this issue a lot). How are you starti...
- Mon Mar 16, 2020 1:51 pm
- Forum: Issues or Errors
- Topic: Error entering a workflow state that has a POST action
- Replies: 9
- Views: 2603
Re: Error entering a workflow state that has a POST action
I think you should log a gitlab issue for this. I do wonder if it's in some way related to https://gitlab.com/mayan-edms/mayan-edms/-/issues/720
- Thu Mar 12, 2020 10:55 pm
- Forum: Issues or Errors
- Topic: Bad Gateway when uploading documents
- Replies: 4
- Views: 1818
Re: Bad Gateway when uploading documents
You can enable the uploading of documents for a normal user by granting them the right ACLs/permissions (either across the whole platform or for the specific document type you want them to have permissions at). Usually we'd recommend creating a group, and a role (with the right ACLs) and then add th...