GlitchWitch
GlitchWitch
@danderson Can you comment on the above? [This section](https://tailscale.com/kb/1018/acls/#subnet-routers-and-exit-nodes) of the documentation links back to this issue. Is adding the ability to restrict use of specific exit nodes using ACLs...
Thanks for the reply @DentonGentry. While that isn't our use case here, I think even in the example you provide that begins to fall apart for a lot of SaaS...
I'm running into the same issues noted by @drwb and @Frank-Wiebeler on a fresh and up to date install of Ubuntu 22.04 server using the [latest docker install](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository). ``` $...
This is the same issue we are seeing on #121
Is there currently a way to create an additional user? I did not see anything in the documentation, and the link on the login page only goes to the root...
Thanks @ocervell, this is more or less what I ended up doing. ``` COMPOSE_DOCKER_CLI_BUILD=1 docker-compose -f docker-compose.yml exec web python3 manage.py createsuperuser ```
> Exit nodes redirect a firehose in order to get a glass of water. Clearly people want and need that firehose. Users are telling you they're not just getting that...
> Also having this issue. Did you manage to resolve it? Since this happened on a freshly deployed install with nearly no data –and since I only needed one company–...
@morozov We ran into the same issue noted in #5572 The issue appears to persist when using `^3.4@dev` as the version constraint for `doctrine/dbal` but does not impact `3.3.7`. 
@morozov I did run `composer update` and `composer update doctrine/dbal` after setting `^3.4@dev` in my `composer.json` file.  This caused the following to get added to the lock file. ```...