Changes for page Owncloud Infinite Scale

Last modified by chrisby on 2024/03/03 14:53

From version 2.6
edited by chrisby
on 2023/09/22 14:18
Change comment: There is no comment for this version
To version 2.10
edited by chrisby
on 2024/03/03 14:53
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Owncloud Infinite Scale (with Full Text Search and OCR)
1 +Owncloud Infinite Scale
Content
... ... @@ -1,9 +1,9 @@
1 -Owncloud Infinite Scale (OCIS) can be used as a file cloud and it is very easy to integrate full text search using a "tika" server. It is recommended that you use this setup in conjunction with the [[Owncloud client>>https://owncloud.com/desktop-app/]] to synchronize data between the cloud and your PC.
1 +Owncloud Infinite Scale (OCIS) can be used as a file cloud and it is very easy to integrate **full text search and OCR** using a "tika" server. It is recommended that you use this setup in conjunction with the [[Owncloud client>>https://owncloud.com/desktop-app/]] to synchronize data between the cloud and your PC.
2 2  
3 3  
4 -**docker-compose.yml**
4 +====== docker-compose.yml ======
5 5  
6 -{{code language="yaml"}}
6 +{{code language="none"}}
7 7  version: "3.3"
8 8  
9 9  volumes:
... ... @@ -64,6 +64,8 @@
64 64   restart: unless-stopped
65 65  {{/code}}
66 66  
67 +====== Instructions ======
68 +
67 67  * Obtain the admin password via {{code language="bash"}}docker logs ocis 2>&1 | grep password{{/code}}.
68 68  * Go to  {{code language="none"}}https://<subdomain>{{/code}} and login as "admin" using the password you have just received.
69 69  * (((