Hi,
Mayan is like any other web app in this regard. You will need to register a domain name and create a DNS entry that points to the IP address of your VPS in order to be able to access your installation from across the internet.
Search found 624 matches
- Thu Feb 11, 2021 10:32 pm
- Forum: General topics
- Topic: How to use for a VPS?
- Replies: 2
- Views: 69
- Thu Feb 11, 2021 10:28 pm
- Forum: Feature requests
- Topic: Sort by X
- Replies: 4
- Views: 6663
Re: Sort by X
Hi, sorting is available since version 3.2 (https://www.mayan-edms.com/post/mayan-edms-version-3.2-released/) (https://docs.mayan-edms.com/releases/3.2.html). Switch to list mode and click in the column heading name. Only database fields are sortable. For efficiency reasons we also try to index sort...
- Thu Feb 11, 2021 10:20 pm
- Forum: Under the hood
- Topic: Create custom quota
- Replies: 1
- Views: 88
Re: Create custom quota
Hi, Quotas work by intercepting signals, this way it is possible to add quotas to existing or third party apps without directly modifying them. The quota app was created to control usage for users at the app level, what you are describing is a platform or deployment quota and it is beyond the scope ...
- Thu Feb 11, 2021 10:13 pm
- Forum: Under the hood
- Topic: no access to context['document']
- Replies: 2
- Views: 69
Re: no access to context['document']
This is the reason we added events. You can subscribe to the event which is committed when the processing ends. From the instance passed to you by this event you can also infer the document with .
Code: Select all
event_ocr_document_version_finish
Code: Select all
instance.document
- Thu Feb 11, 2021 10:11 pm
- Forum: Under the hood
- Topic: Docker Development Environment
- Replies: 1
- Views: 44
Re: Docker Development Environment
Are you referring to generating custom Docker images or deploying the entire development stack using Docker?
- Thu Feb 11, 2021 10:02 pm
- Forum: Issues or Errors
- Topic: Automatic document import from watch folder sources falls (sometimes)
- Replies: 4
- Views: 118
Re: Automatic document import from watch folder sources falls (sometimes)
Thanks for the report. We have tried replicating the issue without success. The error seems to occur in the Whoosh driver but could be itself caused by another source. We added more debug information to the error in hopes of obtaining more details: https://gitlab.com/mayan-edms/mayan-edms/-/commit/d...
- Wed Feb 10, 2021 10:30 pm
- Forum: General topics
- Topic: Extract metadata from email
- Replies: 5
- Views: 7888
Re: Extract metadata from email
This is an impressive workflow setup @spirkaa. Thanks for sharing it!
- Wed Feb 03, 2021 7:06 am
- Forum: Issues or Errors
- Topic: Cannot clean reinstall with docker-compose.
- Replies: 2
- Views: 67
Re: Cannot clean reinstall with docker-compose.
I am wondering why mayan does not use the psql that is shipped with it by default? Shouldn't containers use some kind of an internal socketry to communicate, than to raise the communication to the host level? This is indeed the case when using Docker Compose. The Compose file for Mayan creates its ...
- Thu Jan 28, 2021 8:25 am
- Forum: Feature requests
- Topic: Date of signing the document [SOLVED]
- Replies: 3
- Views: 317
Re: Date of signing the document
Solved with commit 138b3881880735f466b46f376f29bb9d77cf30b1 (https://gitlab.com/mayan-edms/mayan-edm ... 9d77cf30b1)
Thanks for the request!
Thanks for the request!
- Tue Jan 19, 2021 3:54 am
- Forum: Help wanted
- Topic: Translations
- Replies: 6
- Views: 2298
Re: Translations
Hi,
The unused variations have been deleted. Thanks for the heads up and for the translation work, it will be included in the next bug fix release.
The unused variations have been deleted. Thanks for the heads up and for the translation work, it will be included in the next bug fix release.