All public logs

Jump to navigation Jump to search

Combined display of all available logs of Essential. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 19:07, 14 August 2024 Tcepo talk contribs created page Onyxia-openid-install (Created page with "== onyxia + openid install == #Official : https://docs.onyxia.sh * Configurez : <pre> #https://docs.onyxia.sh/ domainRoot=example.com appName=datalab s3Url=https://s3.example.com </pre> * Executez : <pre> mv ~/${appName} ~/${appName}-$(date '+%Y%m%d') mkdir ~/${appName} cd ~/${appName} #values cat <<EOT >${appName}-values.yaml ingress: enabled: true hosts: - host: "${appName}.${domainRoot}" annotations: cert-manager.io/cluster-issuer: letsencrypt-prod...")