blob: 8851cce0adbf40c7448430059d7ddf6634446445 (
plain)
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
|
### isostatic
> minimal url shortner
hosted instance: [isosta.tk](https://isosta.tk).
### build
```
$ crate2nix generate
$ nix-build
```
### usage
```
Usage
-----
isostatic [-h | --help] [--port <number>] [--database <path>]
Options
-------
-h, --help Prints help information
--port Port to start the server on (default: 3000)
--database Path to database (default: urls.db_3)
```
### logging
start with
```shell
$ RUST_LOG=isostatic=trace isostatic
```
|