| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-28 | 993 Bytes | |
| v0.7.3 source code.tar.gz | 2026-06-28 | 831.6 kB | |
| v0.7.3 source code.zip | 2026-06-28 | 904.4 kB | |
| Totals: 3 Items | 1.7 MB | 0 | |
Highlights
- Adds optional Postgres-compatible dashboard request logging while keeping SQLite as the default backend.
- Introduces
logging.driverandlogging.postgres_urlconfig for deployments that need Postgres-backed request logs. - Shares one Kysely schema and migration path across SQLite and Postgres logging backends.
- Consolidates masking/restoration helpers and moves privacy helpers into domain-owned modules without changing OSS runtime behavior.
- Refreshes public docs around Browser Chat, Apps & APIs, Coding Agents, Local-First Privacy, and Regulated Teams.
Upgrade Notes
- Existing SQLite deployments remain the default and should keep working without config changes.
- To use Postgres logging, set
logging.driver: postgresand providelogging.postgres_url. - This is the first OSS image with Postgres-compatible logging support.
Images
ghcr.io/sgasser/pasteguard:0.7.3ghcr.io/sgasser/pasteguard:latest- Platforms:
linux/amd64,linux/arm64