GlitchWitch

Results 43 comments of 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`. ![Screenshot_2022-08-12_22-31-35](https://user-images.githubusercontent.com/32590246/184452840-e115ef35-59b1-4b92-8a4b-3f46b2bc16c4.png)

@morozov I did run `composer update` and `composer update doctrine/dbal` after setting `^3.4@dev` in my `composer.json` file. ![Screenshot_2022-08-12_22-48-17](https://user-images.githubusercontent.com/32590246/184454073-ca58eb04-e2f3-4442-b42d-9be63b31f3a9.png) This caused the following to get added to the lock file. ```...