Olares/platform/tapr
eball 01324970b4
daemon: Implement DSR Proxy for handling DNS requests and responses (#2057)
* daemon: Implement DSR Proxy for handling DNS requests and responses

* fix: update DSR proxy logging and improve DNS pod configuration handling

* fix: update sys-event deployment to include additional permissions and bump image version

* fix: update install step to include pcap-devel package

* fix: correct spelling in install step for udev-devel and pcap-devel

* fix: refactor DSRProxy implementation for better clarity and organization

* fix: build arm64

* fix: update sys-event image version to 0.2.12

---------

Co-authored-by: liuyu <>
2025-11-13 11:59:46 +08:00
..
.olares daemon: Implement DSR Proxy for handling DNS requests and responses (#2057) 2025-11-13 11:59:46 +08:00
README.md docs: add readmes for Olares components (#1522) 2025-07-08 21:34:05 +08:00

tapr

Overview

The Olares application runtime that includes core sidecars & operators that solve the “boring but critical” plumbing required by most self-hosted apps—file uploads, secret storage, event streaming, WebSockets, and turnkey data services.

image-uploader

An HTTP gateway that lets any authenticated component upload images directly to the requesting users $HOME directory (~/Pictures by default).

secret-vault

A thin wrapper around Infisical that exposes per-user secret management (create, get, list, delete) through a REST interface.

sys-event

An event bus that emits structured system events—user.created, app.installed, cpu.high_load, and more.

upload-sidecar

A general-purpose file-upload sidecar for in-cluster applications.

ws-gateway

A drop-in WebSocket gateway that upgrades HTTP connections and proxies bidirectional traffic to your service.

middleware-operator

A Kubernetes operator that provisions common middleware—PostgreSQL, Redis, MongoDB, Elasticsearch, and more—as first-class CRDs.