kutt/README.md

27 lines
729 B
Markdown
Raw Normal View History

2020-11-15 17:58:52 +00:00
# Kutt
2021-03-02 18:09:39 +00:00
Free Modern URL Shortener • https://github.com/thedevs-network/kutt
<!-- metadata -->
* **Category**: Apps
2021-11-23 10:19:05 +00:00
* **Status**: 1, alpha
* **Image**: [`kutt/kutt`](https://hub.docker.com/r/kutt/kutt), 4, upstream
* **Healthcheck**: No
* **Backups**: No
* **Email**: No
* **Tests**: No
* **SSO**: No
<!-- endmetadata -->
2020-11-15 17:58:52 +00:00
## Basic usage
2021-03-02 18:09:39 +00:00
1. Set up Docker Swarm and [`abra`][abra]
2. Deploy [`coop-cloud/traefik`][cc-traefik]
3. `abra app new kutt`
4. `abra app config YOURAPPDOMAIN` - be sure to change `$DOMAIN` to something that resolves to
2020-11-15 17:58:52 +00:00
your Docker swarm box
5. `abra app deploy YOURAPPDOMAIN`
2020-11-15 17:58:52 +00:00
2021-03-02 18:09:39 +00:00
[abra]: https://git.autonomic.zone/autonomic-cooperative/abra
[cc-traefik]: https://git.autonomic.zone/coop-cloud/traefik