2 Commits

Author SHA1 Message Date
aa5b9588d1 Remove build requirements from README 2025-03-19 22:40:10 +01:00
858c11b853 Minor README improvements 2025-03-19 22:39:04 +01:00

View File

@@ -2,13 +2,6 @@
SSH honeypot with web-frontend. SSH honeypot with web-frontend.
## Requirements
* `go >= 1.16`
* `node >= 22`
Requires a postgres database if you want data to persist through server restart.
## Build using nix ## Build using nix
```console ```console
@@ -25,15 +18,14 @@ and copy binary from image.
## Install ## Install
```text ```console
# Build or download binary Build or download binary
$ cp ./apiary /usr/local/bin/apiary $ cp ./apiary /usr/local/bin/apiary
# Edit config file, should use postgres if you want persistent storage. Edit config file, should use postgres if you want persistent storage.
# See example config for the different options. See example config for the different options.
$ vim /etc/apiary/apiary.toml $ vim /etc/apiary/apiary.toml
# Run
$ /usr/bin/apiary serve $ /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 SSH server
2021-04-10T11:27:42.783+0200 INFO APP Starting web server 2021-04-10T11:27:42.783+0200 INFO APP Starting web server