sharelinks

Minimalistic website for link sharing

Pure Nim score 15/100 · last commit 2021-05-14 · 2 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 2
Forks 1
Open Issues 0
Last Commit 2021-05-14
Downloads 0
Last Indexed 2026-07-24 13:03

Installation

nimble install sharelinks
choosenim install sharelinks
git clone https://gitlab.com/gilmi/sharelinks

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
sharelinks - - - - - - -

Source

Repository https://gitlab.com/gilmi/sharelinks
Homepage https://gitlab.com/gilmi/sharelinks
Registry Source gitlab

README

Minimalistic website for link sharing

Get the latest Linux binary here: Build status

Example

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.

Build & Run

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.