ocis

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
ocis [14/07/2021 - 12:39] thommie4ocis [05/03/2024 - 10:52] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
-====== OCIS owncloud infinite scale ======+====== Owncloud OCIS (owncloud infinite scale======
  
-Server+===== Docs =====
  
-''ocis.netzwissen.de >> cloud3.netzwissen.de +  * General Docs: [[https://doc.owncloud.com/ocis/next/|https://doc.owncloud.com/ocis/next]] 
-CX11 hel1-dc2 Helsinki +  * Development Rules: The Twelve Factor App [[https://12factor.net/|https://12factor.net/]] 
-IPv4 95.217.188.165 +  * Binary Setup: [[https://doc.owncloud.com/ocis/next/deployment/binary/binary-setup.html|https://doc.owncloud.com/ocis/next/deployment/binary/binary-setup.html]] 
-IPv6 2a01:4f9:c011:28bc::/64''+  * Container Setup: [[https://doc.owncloud.com/ocis/next/deployment/container/orchestration/orchestration.html|https://doc.owncloud.com/ocis/next/deployment/container/orchestration/orchestration.html]] 
 +  * Bare Metal with Systemd [[https://doc.owncloud.com/ocis/next/depl-examples/bare-metal.html|https://doc.owncloud.com/ocis/next/depl-examples/bare-metal.html]] 
 +  * OIDC Example (Keycloak) [[https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_keycloak|https://github.com/owncloud/ocis/tree/master/deployments/examples/ocis_keycloak]] 
 +  * Environment variables [[https://doc.owncloud.com/ocis/next/deployment/services/env-vars-special-scope.html|https://doc.owncloud.com/ocis/next/deployment/services/env-vars-special-scope.html]] 
 +  * WOPI/Collabora [[https://doc.owncloud.com/ocis/next/deployment/wopi/wopi.html|https://doc.owncloud.com/ocis/next/deployment/wopi/wopi.html]]
  
-General Docs: https://owncloud.dev/ocis/+===== Initialisation =====
  
-General Rules: https://12factor.net/+"ocis init" creates yamlFor the admin user, use the same credentias as in the realm of the IDP 
 +<code>
  
-Migration to OIDC https://owncloud.com/de/news/openid-connect-oidc-app/+root@ocis:/etc# sudo -u ocis ocis init --admin-password=xxxxxxxxx --insecure=false --config-path=/etc/ocis --
  
-===== Deployment with traefik in Front: =====+========================================= 
 + generated OCIS Config 
 +========================================= 
 + configpath : /etc/ocis/ocis.yaml 
 + user       : admin 
 + password   : xxxxxxxxxxx
  
-https://owncloud.dev/ocis/deployment/ocis_traefik/+-------------------------------
  
-Disable internal https (for the use with external ssl accelerator) 
- 
-<code> 
-PROXY_TLS=false 
 </code> </code>
  
-Graph explorer+===== Basic data structures and config prepared for haproxy =====
  
 <code> <code>
-GRAPH_OIDC_INSECURE=true +sudo -u ocis OCIS_INSECURE=false OCIS_CONFIG_DIR=/etc/ocis PROXY_HTTP_ADDR=10.10.10.23:9200 \ 
-GRAPH_EXPLORER_GRAPH_URL="https://cloud.ocis.test/graph+PROXY_TLS=false OCIS_URL=https://ocis.netzwissen.de OCIS_BASE_DATA_PATH=/mnt/data/ocis \ 
 +OCIS_LOG_LEVEL=debug OCIS_LOG_FILE=/var/log/ocis/ocis.log ocis server 
 </code> </code>
  
-API for GRAPH will appear at https://cloud.ocis.test/graph-explorer 
  
-Code at https://github.com/owncloud/open-graph-api +===== Version info =====
- +
-If thumbnails don't work+
  
 <code> <code>
-THUMBNAILS_WEBDAVSOURCE_BASEURL="https://cloud.ocis.test/remote.php/webdav/"  + <font inherit/monospace;;inherit;;#000000background-color:#ffffff;>root@ocis:~# ocis version</font Version: 4.0.5 
-</code>+Compiled: 2023-12-21 00:00:00 +0000 UTC
  
-Start with docker compose in ~/ocis/deployments/examples/ocis_traefik 
- 
-<code> 
-docker-compose up -d 
 </code> </code>
  
-Kill containers+===== List running services =====
  
 <code> <code>
-docker kill $(docker ps -q) + <font inherit/monospace;;inherit;;#000000background-color:#ffffff;>root@ocis:~# ocis list</font +--------------------+ 
-</code>+|      SERVICE       | 
 ++--------------------+ 
 +| app-provider       | 
 +| app-registry       | 
 +| auth-basic         | 
 +| auth-machine       | 
 +| eventhistory       | 
 +| frontend           | 
 +| gateway            | 
 +| graph              | 
 +| groups             | 
 +| idm                | 
 +| idp                | 
 +| invitations        | 
 +| nats               | 
 +| notifications      | 
 +| ocdav              | 
 +| ocs                | 
 +| postprocessing     | 
 +| proxy              | 
 +| search             | 
 +| settings           | 
 +| sharing            | 
 +| storage-publiclink | 
 +| storage-shares     | 
 +| storage-system     | 
 +| storage-users      | 
 +| store              | 
 +| thumbnails         | 
 +| userlog            | 
 +| users              | 
 +| web                | 
 +| webdav             | 
 +| webfinger          | 
 ++--------------------+
  
->> https://typeofnan.dev/how-to-stop-all-docker-containers/ 
- 
-====== Current GO environment ====== 
- 
-https://www.systutorials.com/how-to-install-go-1-13-x-on-ubuntu-18-04/ 
- 
-====== YARN ====== 
- 
-https://linuxize.com/post/how-to-install-yarn-on-ubuntu-18-04/ 
- 
-NODEJS 
- 
-https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-18-04-de 
- 
- 
-====== IDP: Kopano connect ====== 
- 
- 
-https://github.com/Kopano-dev/konnect 
- 
-<code> 
-docker run --rm=true --name=konnectd --read-only --user=$(id -u kopano):$(id -g kopano) --volume /etc/ssl/certs:/etc/ssl/certs:ro --volume /etc/kopano/konnectd-tokens-signing-key.pem:/run/secrets/konnectd_signing_private_key:ro --volume /etc/kopano/konnectd-encryption.key:/run/secrets/konnectd_encryption_secret:ro --env KOPANO_SERVER_DEFAULT_URI=file:///run/kopano/server.sock --volume /run/kopano:/run/kopano:rw --publish 127.0.0.1:8777:8777 kopano/konnectd serve --iss=https://idp.netzwissen.de kc 
 </code> </code>
- 
  
  
  • ocis.1626266394.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)