Search found 14 matches
- Sun Jan 23, 2022 2:39 am
- Forum: Guides
- Topic: Mayan EDMS Workflow Concepts Introduction and an Example Workflow to Send an Email on Every Document Upload
- Replies: 10
- Views: 11449
Re: Mayan EDMS Workflow Concepts Introduction and an Example Workflow to Send an Email on Every Document Upload
The images have all disappeared. Can we get them back?
- Mon Jan 17, 2022 10:02 pm
- Forum: General topics
- Topic: public read only url link
- Replies: 0
- Views: 257
public read only url link
Hello, I've searched through the forum and the docs, but I can't find an answer to this question. We use the help ticketing program Zammad. It allows attachments and links inside tickets. I would like to have my users scan files into Mayan, but have a link to the file for our customers in the ticket...
- Sun Jan 16, 2022 8:28 pm
- Forum: General topics
- Topic: Version 4.2a1 released
- Replies: 7
- Views: 657
Re: Version 4.2a1 released
The problem was my fault. I didn't understand about the gitlab repository for pulling the docker container from. For anyone else, here's a description on gitlab's docs. https://docs.gitlab.com/ee/user/packages/container_registry/ and here's a link to that part of the project https://gitlab.com/mayan...
- Sun Jan 16, 2022 6:36 pm
- Forum: Deployments
- Topic: Nginx Reverse Proxy for Mayan 4.2
- Replies: 3
- Views: 673
Re: Nginx Reverse Proxy for Mayan 4.2
Thanks for sharing your insight on this. Since posting, I've come to pretty much the same conclusion. Right now I'm stuck, waiting for 4.2a1 to be uploaded to Docker. When I try to pull it, it says the manifest for that version doesn't exist. Which is fine, this is an alpha release and is to be expe...
- Sun Jan 16, 2022 4:07 am
- Forum: General topics
- Topic: Version 4.2a1 released
- Replies: 7
- Views: 657
Re: Version 4.2a1 released
This doesn't seem to be available as a docker image. When I run docker-compose pull, the following errors occur ERROR: for app manifest for mayanedms/mayanedms:s4.2 not found: manifest unknown: manifest unknown ERROR: manifest for mayanedms/mayanedms:s4.2 not found: manifest unknown: manifest unknown
- Mon Jan 10, 2022 8:56 pm
- Forum: General topics
- Topic: Version 4.2a1 released
- Replies: 7
- Views: 657
Re: Version 4.2a1 released
Hello,7cinquante wrote: ↑Mon Jan 10, 2022 9:56 am Hello Daniel
I'm new to Mayan EDMS
Do you use the docker version in production ?
Thanks
I use Docker for quite a few server projects, but I haven't used it for Mayan yet. I'm in the process of learning how.
- Mon Jan 10, 2022 2:10 pm
- Forum: General topics
- Topic: Version 4.2a1 released
- Replies: 7
- Views: 657
Re: Version 4.2a1 released
Hi Michael, Thank you for the answer. I will read up on profiles. Your link in the original post doesn't seem to work. I think I found the compose file. Is this the correct version? https://gitlab.com/mayan-edms/mayan-edms/-/blob/0f2a483b60fced5e997fa08e1a42168d2c4238d1/docker/docker-compose.yml Tha...
- Sun Jan 09, 2022 8:27 pm
- Forum: General topics
- Topic: Version 4.2a1 released
- Replies: 7
- Views: 657
Re: Version 4.2a1 released
This looks very exciting.
One quick question. Is it possible to disable Traefik?
I already use nginx for reverse proxy, and I usually just add it's network to my containers, to tie it all together.
I manage nginx with Nginx Proxy Manager (NPM).
Thanks,
Daniel
One quick question. Is it possible to disable Traefik?
I already use nginx for reverse proxy, and I usually just add it's network to my containers, to tie it all together.
I manage nginx with Nginx Proxy Manager (NPM).
Thanks,
Daniel
- Sat Dec 18, 2021 4:15 pm
- Forum: Feature requests
- Topic: QR / Barcode generation for Physical document management
- Replies: 3
- Views: 769
Re: QR / Barcode generation for Physical document management
I too am curious if there has been any progress on the Zone OCR issue?
- Fri Dec 17, 2021 2:08 am
- Forum: Deployments
- Topic: Nginx Reverse Proxy for Mayan 4.2
- Replies: 3
- Views: 673
Nginx Reverse Proxy for Mayan 4.2
Hello, I've been perusing the upcoming changes to Mayan 4.2. Specifically I noticed the docker-compose.yml file seems to be integrating Traefik into most of the containers for a reverse proxy. I'm wondering how I can use Nginx for a reverse proxy with these changes. I already use Nginx for a reverse...