Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
ocis [13/01/2024 - 16:49] – thommie4 | ocis [17/08/2024 - 07:06] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
---|---|---|---|
Zeile 14: | Zeile 14: | ||
===== Initialisation ===== | ===== Initialisation ===== | ||
- | init creates yaml \\ ------------------- | + | " |
- | + | ||
- | For the admin user, use the credentias | + | |
< | < | ||
Zeile 31: | Zeile 29: | ||
</ | </ | ||
+ | |||
===== Basic data structures and config prepared for haproxy ===== | ===== Basic data structures and config prepared for haproxy ===== | ||
< | < | ||
- | sudo -u ocis OCIS_INSECURE=false OCIS_CONFIG_DIR=/ | + | sudo -u ocis OCIS_INSECURE=false OCIS_CONFIG_DIR=/ |
- | PROXY_TLS=false OCIS_URL=https:// | + | PROXY_TLS=false OCIS_URL=https:// |
OCIS_LOG_LEVEL=debug OCIS_LOG_FILE=/ | OCIS_LOG_LEVEL=debug OCIS_LOG_FILE=/ | ||
</ | </ | ||
+ | |||
+ | |||
+ | ===== Version info ===== | ||
+ | |||
+ | < | ||
+ | < | ||
+ | Compiled: 2023-12-21 00:00:00 +0000 UTC | ||
+ | |||
+ | </ | ||
+ | |||
+ | ===== List running services ===== | ||
+ | |||
+ | < | ||
+ | < | ||
+ | | 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 | ||
+ | +--------------------+ | ||
+ | |||
+ | </ | ||
+ | |||