Licenses
We gratefully acknowledge the open source community. Ocelot-Cloud and its ecosystem rely on a number of open source projects and libraries. This page lists the major components we use.
Core tools and infrastructure
| Name | License | Used for |
|---|---|---|
| Caddy | Apache-2.0 | Web server / reverse proxy |
| Docker Engine | Apache-2.0 | Running containers |
| Go | BSD-3-Clause | Development platform |
| Hugo | Apache-2.0 | Website generation |
| Ubuntu | Various OSS licenses | Server OS |
Services / components
| Name | License | Used for |
|---|---|---|
| Grafana | AGPL-3.0 | Dashboards |
| OpenSSH | SSH-OpenSSH | Secure remote access |
| PostgreSQL | PostgreSQL | Database |
| restic | BSD-2-Clause | Backups |
| VictoriaLogs | Apache-2.0 | Log storage |
| VictoriaMetrics | Apache-2.0 | Metrics / time series |
Selected Go libraries
| Name | License | Used for |
|---|---|---|
| go-chi/chi | MIT | HTTP routing |
| coreos/go-oidc | Apache-2.0 | OpenID Connect |
| go-rod/rod | MIT | Acceptance testing |
| google/wire | Apache-2.0 | Dependency injection |
| stretchr/testify | MIT | Testing helpers |
| lib/pq | MIT | PostgreSQL driver |
| Pico CSS | MIT | Website styling |
License references
| License |
|---|
| Apache-2.0 |
| MIT |
| BSD-3-Clause |
| BSD-2-Clause |
| PostgreSQL |
| AGPL-3.0 |
| SSH-OpenSSH |