cybershef

This commit is contained in:
Pavel 2026-02-27 12:26:54 +03:00
parent 177a4bf6ff
commit 5ea2eb6c77
2 changed files with 11 additions and 0 deletions

View File

@ -13,3 +13,6 @@ https://remnawave.lan {
tls internal
reverse_proxy 127.0.0.1:4000
}
http://cyberchef.lan {
reverse_proxy 127.0.0.1:8085
}

View File

@ -0,0 +1,8 @@
services:
cyberchef:
image: ghcr.io/gchq/cyberchef:latest
container_name: cyberchef
restart: unless-stopped
ports:
- "127.0.0.1:8085:80"