christiangierschner
christiangierschner
same here 0.9.5 MacBook Air M2 on Monterey 12.6
Same issue here on v6.2.3 vanilla system Try this...it worked for me... I think, restore should create folders itself... ``` mkdir -p /var/www/html/public/uploads/assets/ php artisan snipeit:restore /full/path/to/your/backup.zip ``` Greets Chris...
> FWIW, you can force python to use the system certificate store via `REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt` in the environment. > > My (trimmed down) docker-compose.yml looks like this: > > ```yaml >...
``` services: ollama: image: ghcr.io/open-webui/open-webui:v0.3.11 volumes: - ollama-webui:/app/backend/data - /usr/local/share/ca-certificates/rootca.crt:/etc/ssl/certs/ca-certificates.crt:ro environment: OLLAMA_BASE_URL: http://ollama-api:11434 ENABLE_OAUTH_SIGNUP: true ENABLE_LOGIN_FORM: false ENABLE_SIGNUP: false OAUTH_MERGE_ACCOUNTS_BY_EMAIL: true OAUTH_USERNAME_CLAIM: name OAUTH_CLIENT_ID: ollama OAUTH_CLIENT_SECRET: OPENID_PROVIDER_URL: https://$KEYCLOAKURL/auth/realms/$REALMNAME/.well-known/openid-configuration OAUTH_PROVIDER_NAME: Keycloak...
i tried both...none works our hosts all have our rootca implmented with ```update-ca-certificates``` i get Internal Server Error and SSL: CERTIFICATE_VERIFY_FAILED ``` services: ollama: image: ghcr.io/open-webui/open-webui:v0.3.12 volumes: - ollama-webui:/app/backend/data -...
> * Can you manually check that `/etcssl/certs/ca-certificates.crt` contains the cert in rootca.crt? > > * How did you obtain `rootca.crt`? > > * Do you can SSL error only...