Shortnr is a tiny self-hosted url shortener.
Go to file
mitchell 21728d883f Remove some characters from id char list 2022-01-25 20:56:02 -05:00
config General cleanups and refactor endpoints 2020-04-13 05:11:52 -04:00
infra Refactor terraform config and remove deletion protection var 2020-04-13 05:13:27 -04:00
lib Remove some characters from id char list 2022-01-25 20:56:02 -05:00
test Project architecture boilerplate 2019-12-07 21:34:58 -05:00
.credo.exs Setup Dialyxir and Credo code analyzers: 2019-12-30 21:50:39 -05:00
.gitignore Add vagrant config and remove dev dockerfile 2020-04-13 05:10:37 -04:00
Dockerfile Add terraform configuration; Modify dockerfile workdirs; 2020-02-17 00:51:00 -05:00
README.md Add README.md 2019-12-26 16:19:36 -05:00
Vagrantfile Refactor to delegate pattern 2020-10-05 18:45:56 -04:00
dialyzer.ignore-warnings Add Endpoints behaviour and refactor router and related methods 2020-01-05 14:54:55 -05:00
mix.exs Add vagrant config and remove dev dockerfile 2020-04-13 05:10:37 -04:00
mix.lock Add Dockerfile.dev; remove Makefile; add more some mix tasks; 2020-02-10 01:23:56 -05:00

README.md

shortnr

Shortnr is a tiny self-hosted and elixir-based docker image. You can deploy it to your own server and have a personal url shortener attached to your website. Most functionality is finished, but the rest is still under development.