Matthew Esposito
Matthew Esposito
Oops. I just tried deploying it and hit the same problem :p it seems my .env config is not being picked up in the docker-compose.
Okay so. Basic setup, just cloned the repo, edited .env to have different URL's for the API, but it still sends requests to http://local.revolt.chat:8000/auth/account/create. This seems to me like a...
For example, try changing REVOLT_APP_URL in the .env to some random domain and see if that's where the network requests go when you restart it. (Press F12 and try registering)...
https://asciinema.org/a/fqCutcwDYY2jK4mMcI6ewj1W8 Okay, so I re-pulled the docker container on my local PC rather than my VPS (`sudo docker pull revoltchat/server:master`) and did this to the .env file (even though it's...
Starting from a fresh Docker install, my Fedora box can follow the directuions and persist config changes, but my Debian box cannot. Side by side, completely brand new environment... What...
> > [asciinema.org/a/fqCutcwDYY2jK4mMcI6ewj1W8](https://asciinema.org/a/fqCutcwDYY2jK4mMcI6ewj1W8) > > Okay, so I re-pulled the docker container on my local PC rather than my VPS (`sudo docker pull revoltchat/server:master`) and did this to the .env...
A few things I can think of: Are you editing the .env.example? Make sure you `cp .env.example .env` and change the config in .env. Then, try in incognito mode or...
Thanks, that makes me happy, hopefully some of these fixes can be upstreamed. :D
Hi @xvxx, I have not implemented compression correctly and as-is it's disabled (the code is set to use compression if the feature is enabled but I've removed the feature in...
Something like this is already similar with Mermaid graphs: https://github.com/zadam/trilium/pull/2187 Have you tried implementing a mind map within a Mermaid graph?