Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oppiliappan/isostatic
minimal url shortner
https://github.com/oppiliappan/isostatic
Last synced: 3 months ago
JSON representation
minimal url shortner
- Host: GitHub
- URL: https://github.com/oppiliappan/isostatic
- Owner: oppiliappan
- License: mit
- Created: 2020-08-24T05:02:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T04:24:45.000Z (over 4 years ago)
- Last Synced: 2024-06-30T03:58:53.266Z (6 months ago)
- Language: Rust
- Homepage: https://isosta.tk
- Size: 72.3 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
### isostatic
> minimal url shortner
hosted instance: [isosta.tk](https://isosta.tk).
### build
```
$ crate2nix generate
$ nix-build
```### usage
```
Usage
-----isostatic [-h | --help] [--port ] [--database ]
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
```