Sign inSign up

nitje/ugreen_crowdsec_gui

By nitje

Updated 23 days ago

https://interceptor.marconitschke.de/thread-125.html

Image
0

5.6K

nitje/ugreen_crowdsec_gui repository overview

crowdsec_gui and it is Optimize for uGreen NAS.

  1. run as ugreen-docker-project.

  2. PATH MUST MATCH DOCKER-COMPOSE IN DOCKER PROJECT FOLDER!

  3. DO NOT EDIT YAML only change HTTPS, TZ and ALLOWED_IPS ;-)

  4. PROJECTNAME MUST MATCH: ugreen_crowdsec_gui

  5. 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


docker-compose.yaml
# 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




Screenshot1

Tag summary

Content type

Image

Digest

sha256:532fc3339

Size

74.3 MB

Last updated

23 days ago

docker pull nitje/ugreen_crowdsec_gui