tweaking honeysap, rdpy, editions, installer

move honeysap, rdpy to deprecated as currently no Py3 version available
remove honeysap, rdpy from editions
adjust installer for running on ARM64 (post-install)
This commit is contained in:
t3chn0m4g3
2022-01-31 16:59:36 +00:00
parent 778c6c6a70
commit b37178ba98
17 changed files with 3 additions and 178 deletions

View File

@ -14,10 +14,8 @@ networks:
dionaea_local:
elasticpot_local:
heralding_local:
honeysap_local:
mailoney_local:
medpot_local:
rdpy_local:
tanner_local:
ewsposter_local:
spiderfoot_local:
@ -273,18 +271,6 @@ services:
volumes:
- /data/heralding/log:/var/log/heralding
# HoneySAP service
honeysap:
container_name: honeysap
restart: always
networks:
- honeysap_local
ports:
- "3299:3299"
image: "dtagdevsec/honeysap:2203"
volumes:
- /data/honeysap/log:/opt/honeysap/log
# Honeytrap service
honeytrap:
container_name: honeytrap
@ -333,27 +319,6 @@ services:
volumes:
- /data/medpot/log/:/var/log/medpot
# Rdpy service
rdpy:
container_name: rdpy
extra_hosts:
- hpfeeds.example.com:127.0.0.1
restart: always
environment:
- HPFEEDS_SERVER=hpfeeds.example.com
- HPFEEDS_IDENT=user
- HPFEEDS_SECRET=pass
- HPFEEDS_PORT=65000
- SERVERID=id
networks:
- rdpy_local
ports:
- "3389:3389"
image: "dtagdevsec/rdpy:2203"
read_only: true
volumes:
- /data/rdpy/log:/var/log/rdpy
#### Snare / Tanner
## Tanner Redis Service
tanner_redis: