Search found 2 matches
- Thu Feb 11, 2021 7:26 pm
- Forum: General topics
- Topic: Control access to document based on index?
- Replies: 0
- Views: 46
Control access to document based on index?
A added a metatdata value called case_number to my documents (representing a legal case, for example) Then I created an index that displays a categorized view based on case_number. This works fine. What I need to do now (if possible) is provide the ability to only let users see the documents for cer...
- Wed Feb 10, 2021 7:20 pm
- Forum: Deployments
- Topic: Mayan and Nextcloud
- Replies: 0
- Views: 59
Mayan and Nextcloud
Hi, I've set up a docker-compose with both Mayan and Nextcloud working with LetsEncrypt (using nginx proxy). Both apps are up and running. I have a volume created called ncdata and reference it as follows: - ncdata:/var/www/html/data (for NextCloud) - ncdata:/staging_files (for Mayan) I'd like to be...