Nils Brinkmann

Results 53 issues of Nils Brinkmann

Like discussed in Issue #2 I added EventVisualization using the code from [MephestoKhaan/UnityEventVisualizer](https://github.com/MephestoKhaan/UnityEventVisualizer) as a base. This PR also contains the changes regarding NPM packaging, as I updated the package...

Had a look onto [UnityEventVisualizer](https://github.com/MephestoKhaan/UnityEventVisualizer), which looks very useful especially for bigger projects. Tried porting it, the issue was that this EventManager is dynamic instead of static and connections are...

**Is your feature request related to a problem? Please describe.** When configuring a standup there is a toggle "Standup Schedule". It seems that this switch is not documented anywhere. It...

enhancement
help wanted
webapp
hacktoberfest

It would be nice if the user could toggle between brush and eraser with the same button. Graphic tablets do not have lots of buttons available, so this would help...

feature backlog

I'd like to run GPM behind my traefik reverse proxy using a subpath like https://mydomain.com/gpm. Unfortunately this does not seem to be supported right now, as the main page tries...

bug
good first issue

**Is your feature request related to a problem? Please describe.** For initial, automatic provisioning of a Rundeck instance I'd like to be able to add a Node Source via REST...

enhancement

**Is your feature request related to a problem? Please describe.** As part of initial provisioning, and to limit any necessary user-interaction, I'd like to automatically upload a custom plugin (via...

### Deployment Type Self-hosted ### NetBox Version v3.7.2 ### Python Version 3.11 ### Steps to Reproduce 1. Install netbox via Docker image netboxcommunity/netbox:v3.7.2-2.8.0 * with BASE_PATH = 'netbox/' * with...

type: bug

Added a var that enables to exposure of the docker API via TCP Issue #344

I'd like to add support for exposing the Docker API via TCP like it is [documented in the docker docs](https://docs.docker.com/engine/security/rootless/#expose-docker-api-socket-through-tcp). So far I tried extending templates/docker_rootless.service.j2: * Add `-H tcp://0.0.0.0:2376`...