Added images and services document
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Siisi Nketsiah 2023-04-27 00:12:26 +00:00
parent dc06312bbf
commit eed1d82a78
13 changed files with 303 additions and 0 deletions

119
docs/services/index.md Normal file
View file

@ -0,0 +1,119 @@
### Tech stack
<table>
<tr>
<th>Logo</th>
<th>Name</th>
<th>Description</th>
</tr>
<tr>
<td><img width="32" src="../assets/docker_logo.svg"></td>
<td><a href="https://www.docker.com">Docker</a></td>
<td>Tool for packaging and running applications in virtualized containers</td>
</tr>
<tr>
<td><img width="32" src="../assets/traefik_logo.svg"></td>
<td><a href="https://traefik.io">Traefik</a></td>
<td>Open source edge router, reverse proxy and load balancer that simplifies publishing your services</td>
</tr>
<tr>
<td><img width="32" src="../assets/graylog_logo.svg"></td>
<td><a href="https://graylog.com">Graylog</a></td>
<td>Open-source log management platform for collecting, processing, and analyzing log data in real-time</td>
</tr>
<tr>
<td><img width="32" src="https://avatars.githubusercontent.com/u/314135?s=200&v=4"></td>
<td><a href="https://www.cloudflare.com">Cloudflare</a></td>
<td>DNS and Tunnel</td>
</tr>
<tr>
<td><img width="32" src="../assets/mariadb_logo.svg"></td>
<td><a href="https://www.mariadb.com">MariaDB</a></td>
<td>Open-source relational database management system</td>
</tr>
<tr>
<td><img width="32" src="../assets/mongodb_logo.svg"></td>
<td><a href="https://www.mongodb.com/">MongoDB</a></td>
<td>Open-source NoSQL document-oriented database management system</td>
</tr>
<tr>
<td><img width="32" src="../assets/nginx_logo.svg"></td>
<td><a href="https://www.nginx.com">Nginx</a></td>
<td>Open-source web server and reverse proxy software</td>
</tr>
<tr>
<td><img width="32" src="../assets/gitea_logo.svg"></td>
<td><a href="https://gitea.com">Gitea</a></td>
<td>Self-hosted Git service</td>
</tr>
<tr>
<td><img width="32" src="../assets/bitwarden_logo.svg"></td>
<td><a href="https://github.com/dani-garcia/vaultwarden">Vaultwarden</a></td>
<td>open-source password manager and digital vault for secure storage and management of sensitive information</td>
</tr>
<tr>
<td><img width="32" src="../assets/elasticsearch_logo.svg"></td>
<td><a href="https://www.elastic.co">Elastic Search</a></td>
<td>Open-source search and analytics engine for scalable and distributed search, analysis, and visualization of various types of data.</td>
</tr>
<tr>
<td><img width="32" src="../assets/drone_logo.svg"></td>
<td><a href="https://www.drone.io/">K3s</a></td>
<td>Open-source CI/CD platform for automating software testing and deployment processes in a containerized environment</td>
</tr>
<tr>
<td><img width="32" src="../assets/uptime_kuma_logo.svg"></td>
<td><a href="https://uptime.kuma.pet">Uptime Kuma</a></td>
<td>Open-source monitoring solution for tracking the availability and performance of servers and applications with real-time alerts and reporting</td>
</tr>
<tr>
<td><img width="32" src="https://github.com/grafana/loki/blob/main/docs/sources/logo.png?raw=true"></td>
<td><a href="https://grafana.com/oss/loki">Loki</a></td>
<td>Log aggregation system</td>
</tr>
<tr>
<td><img width="32" src="https://cncf-branding.netlify.app/img/projects/longhorn/icon/color/longhorn-icon-color.svg"></td>
<td><a href="https://longhorn.io">Longhorn</a></td>
<td>Cloud native distributed block storage for Kubernetes</td>
</tr>
<tr>
<td><img width="32" src="https://avatars.githubusercontent.com/u/60239468?s=200&v=4"></td>
<td><a href="https://metallb.org">MetalLB</a></td>
<td>Bare metal load-balancer for Kubernetes</td>
</tr>
<tr>
<td><img width="32" src="https://avatars.githubusercontent.com/u/1412239?s=200&v=4"></td>
<td><a href="https://www.nginx.com">NGINX</a></td>
<td>Kubernetes Ingress Controller</td>
</tr>
<tr>
<td><img width="32" src="https://cncf-branding.netlify.app/img/projects/prometheus/icon/color/prometheus-icon-color.svg"></td>
<td><a href="https://prometheus.io">Prometheus</a></td>
<td>Systems monitoring and alerting toolkit</td>
</tr>
<tr>
<td><img width="32" src="https://docs.renovatebot.com/assets/images/logo.png"></td>
<td><a href="https://www.whitesourcesoftware.com/free-developer-tools/renovate">Renovate</a></td>
<td>Automatically update dependencies</td>
</tr>
<tr>
<td><img width="32" src="https://avatars.githubusercontent.com/u/47602533?s=200&v=4"></td>
<td><a href="https://tekton.dev">Tekton</a></td>
<td>Cloud native solution for building CI/CD systems</td>
</tr>
<tr>
<td><img width="32" src="https://trow.io/trow.png"></td>
<td><a href="https://trow.io">Trow</a></td>
<td>Private container registry</td>
</tr>
<tr>
<td><img width="32" src="https://simpleicons.org/icons/vault.svg"></td>
<td><a href="https://www.vaultproject.io">Vault</a></td>
<td>Secrets and encryption management system</td>
</tr>
<tr>
<td><img width="32" src="https://docs.zerotier.com/img/ZeroTierIcon.png"></td>
<td><a href="https://zerotier.com">ZeroTier</a></td>
<td>VPN without port forwarding</td>
</tr>
</table>