Shortnr is a tiny self-hosted url shortener.
Go to file
mitchell a021daf62f Refactor main.tf and add infra mix tasks
Refactor main.tf to use the correct project name (oops).

Add terraform infra(structure) tasks to projects mix file:
  - infra.apply: Deploys the infra. according using terraform
  - infra.destroy: Destroys the currently deployed infrastructure
  - infra.plan: Plans a deployment using terraform
2020-03-12 23:20:20 -04:00
config Break apart config by stage; refactor project structure 2020-02-07 23:53:08 -05:00
infra Refactor main.tf and add infra mix tasks 2020-03-12 23:20:20 -04:00
lib Add terraform configuration; Modify dockerfile workdirs; 2020-02-17 00:51:00 -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 terraform configuration; Modify dockerfile workdirs; 2020-02-17 00:51:00 -05:00
Dockerfile Add terraform configuration; Modify dockerfile workdirs; 2020-02-17 00:51:00 -05:00
Dockerfile.dev 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
dialyzer.ignore-warnings Add Endpoints behaviour and refactor router and related methods 2020-01-05 14:54:55 -05:00
mix.exs Refactor main.tf and add infra mix tasks 2020-03-12 23:20:20 -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.