celevra

Results 92 comments of celevra

you don't have to track the connected sockets you can use io.sockets.connected like this: ``` ss(socket).on('file', function(incomingstream, data) { for(var i in io.sockets.connected) { //don't send the stream back to...

any progress on this?

> We would also need OIDC for Auth via Keycloak. > > Can I do something to support this PR being merged? Oidc is supported by keycloak, keycloak is also...

if you need german translation i can help

is there allready an option for coloring or do i have to customize it via javascript on my own?

newly created project with this docker compose: ``` version: "3.5" services: bunkerweb: image: bunkerity/bunkerweb:1.5.6 ports: - 127.0.0.1:8080:8080 volumes: - ./errors:/errors labels: - "bunkerweb.INSTANCE=yes" environment: - SERVER_NAME= - MULTISITE=yes - API_WHITELIST_IP=127.0.0.0/8...

i can't reproduce it anymore with new installations, but i have it with my running installations. I can give you access to one if you want to

all my data from mounted bw-data is also gone, all custom modsec rules and so on... here is my compose.yaml ``` version: "3.5" services: bunkerweb: image: bunkerity/bunkerweb:1.5.5 ports: - 80:8080...

i appreciate your work, thank you. But i allready started over (now with backups ;-))