Username
7063f8718e
CI / Lint & Format (push) Failing after 16s
CI / Tests (push) Has been skipped
CI / Security Scan (push) Failing after 20s
feat: add observability and CLI enhancements
Audit logging:
- audit_log table with event tracking
- app/audit.py module with log_event(), query_audit_log()
- GET /audit endpoint (admin only)
- configurable retention and cleanup
Prometheus metrics:
- app/metrics.py with custom counters
- paste create/access/delete, rate limit, PoW, dedup metrics
- instrumentation in API routes
CLI clipboard integration:
- fpaste create -C/--clipboard (read from clipboard)
- fpaste create --copy-url (copy result URL)
- fpaste get -c/--copy (copy content)
- cross-platform: xclip, xsel, pbcopy, wl-copy
Shell completions:
- completions/ directory with bash/zsh/fish scripts
- fpaste completion --shell command
2025-12-23 22:39:50 +01:00
..
2025-12-16 04:42:18 +01:00
2025-12-20 20:13:00 +01:00
2025-12-22 20:04:46 +01:00
2025-12-20 17:20:27 +01:00
2025-12-23 22:39:50 +01:00
2025-12-22 20:06:51 +01:00
2025-12-20 17:20:27 +01:00
2025-12-23 22:39:50 +01:00
2025-12-16 04:42:18 +01:00
2025-12-20 20:13:00 +01:00
2025-12-22 20:04:46 +01:00
2025-12-21 21:55:30 +01:00
2025-12-20 20:13:00 +01:00
2025-12-21 21:30:50 +01:00
2025-12-20 17:20:27 +01:00
2025-12-20 20:13:00 +01:00
2025-12-21 13:45:05 +01:00
2025-12-22 00:25:18 +01:00