|
7 months ago | |
---|---|---|
app | 7 months ago | |
src/Web | 7 months ago | |
.gitignore | 8 months ago | |
.gitlab-ci.yml | 7 months ago | |
LICENSE | 8 months ago | |
README.md | 7 months ago | |
example.png | 7 months ago | |
sharelinks.cabal | 7 months ago | |
stack.yaml | 8 months ago | |
stack.yaml.lock | 8 months ago |
Get the latest Linux binary here:
This website will let anyone with access to it to add and delete links.
It can also be configured to use http basic authorization using the --username
and --password
flags.
It uses a single json file as the database.
By default it wll write to ~/.local/sharelinks/db.json
but this is configurable with the --json
flag.
Prerequisites: Stack (Could probably also be built with Cabal+GHC instead).
stack build && stack exec -- sharelinks-server
Will run the website on port 3000 and without http basic auth.
For additional configuration options run --help
.