https://github.com/just5ky/rubberglue
I'm rubber and you're glue. Everything you say bounces off of me and sticks to you.
https://github.com/just5ky/rubberglue
active-defense adhd docker honeypot
Last synced: 3 months ago
JSON representation
I'm rubber and you're glue. Everything you say bounces off of me and sticks to you.
- Host: GitHub
- URL: https://github.com/just5ky/rubberglue
- Owner: just5ky
- Created: 2022-06-07T07:23:34.000Z (almost 4 years ago)
- Default Branch: latest
- Last Pushed: 2025-03-15T01:27:20.000Z (about 1 year ago)
- Last Synced: 2025-04-10T10:45:07.067Z (about 1 year ago)
- Topics: active-defense, adhd, docker, honeypot
- Language: Python
- Homepage:
- Size: 151 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Rubberglue](https://github.com/adhdproject/rubberglue) dockerized
I'm rubber and you're glue. Everything you say bounces off of me and sticks to you.

[](https://github.com/Just5KY/rubberglue/actions/workflows/docker.yml)



## Run
`python3 rubberglue.py`
#### Docker Run
`docker run --rm --name rubberglue -v .:/rubberglue/log -p 80:80 justsky/rubberglue`
#### Docker compose
```yml
version: "3"
services:
rubberglue
name: rubberglue
restart: unless-stopped
image: justsky/rubberglue
ports:
- 80:80
volumes:
- .:/rubberlgue/log
```