goshorly/docs/index.md

22 lines
760 B
Markdown
Raw Normal View History

2022-01-27 15:47:14 +00:00
# Welcome to goshorly
2022-01-27 16:10:20 +00:00
![](https://git.ucode.space/Phil/goshorly/badges/main/pipeline.svg)
2022-01-27 15:47:14 +00:00
goshorly is an easy to use and self-hostable link shortener. It is based on the Golang programming language. Redis is used as the database.
2022-01-27 16:10:20 +00:00
If you have an feature request, please do not hesitate to open an issue or merge request.
**WARNING:**
- goshorly is in an early stage, it is not an Final Version! (Pre-Release Status v0.1.X)
2022-01-27 15:47:14 +00:00
## Disclaimer
2022-01-27 16:10:20 +00:00
This site is work in progress and does not contain the full docs.
## Supported architectures
### Docker
- amd64, arm64
- other versions can be build manually (via docker build / buildx)
### Binary Build
- linux (amd64,arm64)
- darwin (amd64,arm64)
- windows (amd64)
- other versions can be build manually (via go build)