blob: f223a2ca7bb98cafe883677ad3a27152f981bd7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Nonsense Time
Back-end for Nonsense Time campaign
## Building
Tested for go1.23 `linux/amd64` and `darwin/amd64`
```
make build
```
## Installation
```
make install
```
## Running
The server can be started via the `nonsense-time` binary.
It accepts the following options:
```
-p <PORT> default 8080
server listening port
-b <BIND_ADDRESS> default 0.0.0.0
network address to bind to
-w <WAIT_TIME> default 2 seconds
maximum wait time for timed requests
-v
verbose output
```
## SystemD Service
A SystemD service is provided but not installed by default.
|