mirror of
https://github.com/mitchell/shortnr.git
synced 2025-10-27 03:55:26 +00:00
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 |
||
|---|---|---|
| config | ||
| infra | ||
| lib | ||
| test | ||
| .credo.exs | ||
| .gitignore | ||
| dialyzer.ignore-warnings | ||
| Dockerfile | ||
| Dockerfile.dev | ||
| mix.exs | ||
| mix.lock | ||
| 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.