Immánuel!
Immánuel!
After starting the stack with docker-compose with all services enabled, 3 containers are in restart loop: ``` CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 27011dbf2916 nginx "/docker-entrypoint.…" 3 minutes...
I've found some keys and comments in this old PR, maybe it helps: https://github.com/mozilla/fxa-oauth-server/pull/368/files
> Again That's so sad. However, until it is open-source and can be debugged how it works and reproducible locally, we can keep up with their changes! :) And maybe...
Question: the Notes app is although enabled in the config, it is not yet compiled into the docker-compose? Suggestion: maybe when Send is enabled, the `identity.fxaccounts.service.sendLoginUrl` could be in the...
Hmm, the Send login doesn't work with a final redirect to `/error` "Something went wrong". I've set `anon_max_file_size: "0"`, so you always need to login to use Send, and that's...
Send loads with this CSP header, and as it doesn't contain the custom self-hosted URL, it blocks the login: `default-src 'self'; connect-src 'self' wss://*.dev.lcip.org wss://*.send.nonprod.cloudops.mozgcp.net wss://send.firefox.com https://*.dev.lcip.org https://accounts.firefox.com https://*.accounts.firefox.com https://sentry.prod.mozaws.net;...
> do you mean note webextension/android client ? I don't know, I meant no running containers for https://github.com/mozilla/notes/ I thought this is why there is a note block in the...
Oh, and one thing, the postgres_data folder is not on gitignore :D
Yes, through the Lua module, we can modify headers on the fly. However, the Lua module is not included in the original nginx image, so I needed to add it...
Updated the previous diff with another Lua block to replace the img-src as well, otherwise, the profile picture would not show up after login.