apiary/README.md

36 lines
539 B
Markdown
Raw Permalink Normal View History

2021-04-10 05:58:01 +00:00
# Apiary
SSH honeypot with web-frontend.
2021-04-10 09:29:55 +00:00
## TODO
* Fix janky ass Makefile
2021-04-10 05:58:01 +00:00
## Requirements
2021-04-10 09:44:38 +00:00
* `go >= 1.16`
2021-04-10 09:29:55 +00:00
Requires a postgres database if you want data to persist through server restart.
2021-04-10 05:58:01 +00:00
## Build
2021-04-10 09:29:55 +00:00
```text
# make frontend
# make build
```
2021-04-10 05:58:01 +00:00
## Install
2021-04-10 09:29:55 +00:00
```text
# Build and install
INSTALL_PREFIX=/ sudo make install
# Edit config file
vim /etc/apiary/apiary.toml
# Run
/usr/bin/apiary serve
# 2021-04-10T11:27:42.783+0200 INFO APP Starting SSH server
# 2021-04-10T11:27:42.783+0200 INFO APP Starting web server
```