Useful Links
Git Server Platforms
Forgejo
Forgejo is a self-hosted lightweight software forge. It’s a community-driven fork of Gitea and is the primary platform that Bovine Pages Server is designed for.
- Website: https://forgejo.org
- Documentation: https://forgejo.org/docs/latest/
- User Guide: https://forgejo.org/docs/latest/user/
- Admin Guide: https://forgejo.org/docs/latest/admin/
Gitea
Gitea is a painless self-hosted Git service. Bovine Pages Server also works with Gitea installations.
- Website: https://gitea.io
- Documentation: https://docs.gitea.io/
- Installation Guide: https://docs.gitea.io/installation/
Reverse Proxy & Load Balancing
Traefik
Traefik is a modern HTTP reverse proxy and load balancer. Bovine Pages Server runs as a Traefik middleware plugin.
- Website: https://traefik.io
- Documentation: https://doc.traefik.io/traefik/
- Middleware Documentation: https://doc.traefik.io/traefik/middlewares/overview/
- Plugins: https://doc.traefik.io/traefik/plugins/overview/
Caching
Redis
Redis is an in-memory data structure store used as a database, cache, and message broker. Bovine Pages Server uses Redis for caching.
- Website: https://redis.io
- Documentation: https://redis.io/docs/
- Commands Reference: https://redis.io/commands/
- Getting Started: https://redis.io/docs/getting-started/
Valkey
Valkey is an open source, high-performance key/value datastore. It’s a Redis-compatible alternative that can be used with Bovine Pages Server.
Valkey is the primary datastore used for testing Bovine Pages Server, ensuring guaranteed compatibility and support.
- Website: https://valkey.io
- Documentation: https://valkey.io/docs/
- GitHub: https://github.com/valkey-io/valkey