https://interceptor.marconitschke.de/thread-125.html
5.6K
run as ugreen-docker-project.
PATH MUST MATCH DOCKER-COMPOSE IN DOCKER PROJECT FOLDER!
DO NOT EDIT YAML only change HTTPS, TZ and ALLOWED_IPS ;-)
PROJECTNAME MUST MATCH: ugreen_crowdsec_gui
In UGOS the terminal (SSH) service must be enabled on port 22 and the admin user must have a HOME directory.
Visit: https://interceptor.marconitschke.de/thread-125.html
# Ma Ni - v1.0
#
# UGOS - Projekt - bridge
#
# DO NOT CHANGE PATH OR NAMES
#
# PROJECTNAME MUST MATCH: ugreen_crowdsec_gui
#
services:
ugreen_crowdsec_gui:
image: nitje/ugreen_crowdsec_gui:latest
container_name: ugreen_crowdsec_gui
ports:
- "5001:5001"
- "7686:7686"
volumes:
- ./host-scripts:/app/host-scripts:rw
- ./bouncer-keys:/app/bouncer-keys:rw
- ./root/.ssh:/root/.ssh:rw
- ./zertifikat:/app/zertifikat:rw
environment:
- HTTPS=false # oder true
- TZ=Europe/Berlin
- ALLOWED_IPS=192.168.1.200,192.168.1.20 # NAS-IP und PC-IP für Web-Oberflaeche
network_mode: bridge
Content type
Image
Digest
sha256:532fc3339…
Size
74.3 MB
Last updated
23 days ago
docker pull nitje/ugreen_crowdsec_gui