Compare commits

..

2 Commits

Author SHA1 Message Date
ngn
af8c26511a
add gitea workflow badges
All checks were successful
Build the docker image for the API / build (push) Successful in 8s
Build the docker image for the frontend application / build (push) Successful in 8s
Build the docker image for the doc server / build (push) Successful in 9s
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-20 19:24:47 +03:00
ngn
5813338232
get rid of the readme badges
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-20 19:23:01 +03:00

View File

@ -1,7 +1,8 @@
# website | my personal website
![Version](https://img.shields.io/github/package-json/v/ngn13/ngn13.fun?filename=app%2Fpackage.json&color=blue)
![Website Status](https://img.shields.io/website?up_color=green&down_color=red&url=https%3A%2F%2Fngn.tf&label=Website%20Status)
![API Status](https://img.shields.io/website?up_color=green&down_color=red&url=https%3A%2F%2Fapi.ngn.tf&label=API%20Status)
![](https://git.ngn.tf/ngn/libremdb/actions/workflows/build-app.yml/badge.svg)
![](https://git.ngn.tf/ngn/libremdb/actions/workflows/build-api.yml/badge.svg)
![](https://git.ngn.tf/ngn/libremdb/actions/workflows/build-doc.yml/badge.svg)
This repo contains all the source code for my personal website, [ngn.tf](https://ngn.tf)
All code is licensed under AGPL version 3 (see [LICENSE.txt](LICENSE.txt))