My website works on Vercel.
Command | Description |
---|---|
make build |
Build static files using hugo. |
make serve |
Run hugo server on local. |
make release |
Push changes to main branch. |
This web-server depends on following repositories.
- This repo
-
Source
Generate libraries for Logbook API using OpenAPI.
-
Libraries
Libraries will be invoked from Logbook CLI and a router of Logbook API.
-
API
Serve divelogs.
-
Sources
Generate libraries for ATMOS Platform API using OpenAPI.
-
Libraries
Libraries will be invoked from ATMOS CLI.
- umatare5/atmos-go
- umatare5/atmos-login-go (Private)
-
CLI
Fetch divelogs from ATMOS Platform.
- umatare5/atmos-cli
- umatare5/atmos-login-cli (Private)
-
Public Cloud
Publish Logbook API using GCP.
- umatare5/my-cloud-terraform (Private)
-
On Premises
Run monitoring system using On-Premises.
-
Monitoring
Monitor each status of Logbook API using Prometheus.
- umatare5/my-prometheus-etc (Private)
- umatare5/my-alertmanager-etc (Private)
- umatare5/my-blackbox-exporter-etc (Private)