bunkerity / bunkerity/bunkerweb

[FEATURE] add regex checker for args from docker-compose

Open
#738 0 comments 0 reactions 1 assignee Claimed by @TheophileDiot View on GitHub
bunkerweb-v2 docker enhancement
Dominant language
Python
Stars
10.9k
Forks
643
Avg merge
1d 10h
Merged PRs (30d)
42

Description

### What's needed and why?

Hi,
could it be possible to add a regexp checker for environment variable set thought docker.

i've got this in my config :
```
- bitwarden.test.te_CORS_ALLOW_ORIGIN=^(chrome-extension://(nngceckbapebfimnlniiiahkandclblb|jbkfoedolllekgbhcbcoahefnbanhhlh)|https://bitwarden.test.te)$

```
which it's incorrect, and should be :
```
- bitwarden.test.te_CORS_ALLOW_ORIGIN=^(chrome-extension:\/\/(nngceckbapebfimnlniiiahkandclblb|jbkfoedolllekgbhcbcoahefnbanhhlh)|https:\/\/bitwarden.test.te)$

```

but no warning in bw-scheduler logs help me.

### Implementations ideas (optional)

_No response_

### Code of Conduct

- [X] I agree to follow this project's Code of Conduct

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.