No description
All checks were successful
ci/woodpecker/push/99-release-bot Pipeline was successful
ci/woodpecker/tag/0-pre Pipeline was successful
ci/woodpecker/push/0-pre Pipeline was successful
ci/woodpecker/push/1-build-check Pipeline was successful
ci/woodpecker/push/10-build-dev Pipeline was successful
ci/woodpecker/tag/20-build-tag Pipeline was successful
This PR was opened by the [ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go) plugin. When you're ready to do a release, you can merge this pull-request and a new release with version `1.0.2` will be created automatically. If you're not ready to do a release yet, that's fine, whenever you add more changes to `main` this pull-request will be updated. ## Options - [ ] Mark this version as a release candidate ## [1.0.2](https://git.hackmi.ch/Phil/goshorly/releases/tag/v1.0.2) - 2025-04-08 ### 🐛 Bug Fixes - [CI/Tag] Wait for release when build is success [[#16](#16)] Co-authored-by: oauth <release_mail> Reviewed-on: #17 Co-authored-by: release-bot <release-bot@noreply.email> Co-committed-by: release-bot <release-bot@noreply.email> |
||
---|---|---|
.woodpecker | ||
db | ||
routes | ||
utils | ||
views | ||
.gitignore | ||
CHANGELOG.md | ||
docker-compose-proxy.yml | ||
docker-compose.yml | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md | ||
renovate.json |
Goshorly
Easy-to-use, self-hosted link shortener built with Golang and Redis.
Lightweight, fast, and Docker-compatible for seamless deployment. ❤️
Features
- Self-hosted: Take control of your link shortening service.
- Built with Golang: High performance and reliability.
- Redis Integration: Efficient data storage.
- Easy Deployment: Docker, Binary, Build it yourself
- Docker Support: ( linux/amd64, linux/arm64 )
Installation
Using Docker
(please refer to the example files!)
git clone https://github.com/yourusername/goshorly.git
cd goshorly
docker-compose up -d
To simplify your deployment, we offer the following Docker tags:
- 🔥 Versioned Tags (X, X.X, X.X.X): Specific release versions. (⚠️ Recommended ⚠️)
- 🔴 latest: Latest stable release (may include breaking changes).
- ⚠️ dev: Latest code from the main branch (experimental).
Using Binary
- Download the latest binary from the releases.
- Create an .env file. and change the values for your environment.
- Run the binary the terminal.
Contributing
We welcome contributions! If you have feature requests, bug reports, or improvements, feel free to:
- Open an issue.
- Fork the repository.
- Create a new branch (feature/awesome-feature).
- Submit a pull request with detailed explanations.
- Submit a review.