projetosfsi
projetosfsi
I have the same problem
> You may use the link with parameters as the meeting address or you may customize [this code](https://github.com/jitsi-contrib/jitas/blob/main/templates/debian-bullseye-mate/usr/local/bin/connect-meeting#L60-L101) to add permanent parameters. could you show an example?
> Exactly the same case for me. Is there any work-around? I implemented it in docker and changed the port, that was the way I managed to make it work
ADD in your compose: services: langflow: image: langflowai/langflow user: root
> Can you share your .env file (and replace any sensitive information)? ``` # Configurações do AppFlowy Cloud APPFLOWY_GOTRUE_BASE_URL=http://gotrue:9999 APPFLOWY_DATABASE_URL=postgres://postgres:password@appflowy_postgres:5432/appflowy_db APPFLOWY_ACCESS_CONTROL=true APPFLOWY_WEBSOCKET_MAILBOX_SIZE=6000 APPFLOWY_DATABASE_MAX_CONNECTIONS=40 # Configurações do Admin Frontend ADMIN_FRONTEND_REDIS_URL=redis://redis:6379 ADMIN_FRONTEND_GOTRUE_URL=http://gotrue:9999...