vault: session notes 2026-07-13

This commit is contained in:
Jared Swanson 2026-07-13 16:01:53 -04:00
parent a9b0fe83e0
commit c8488c5ce5
3 changed files with 35 additions and 2 deletions

26
apprise-api.md Normal file
View File

@ -0,0 +1,26 @@
---
type: hub
title: apprise-api
summary: Hub note for the apprise-api Ruby gem project — a client library wrapping caronc/apprise-api's HTTP endpoints for stateless/stateful notifications and config management.
tags:
- type/hub
- project/apprise-api
- tool/apprise-api
scope: project
last_updated: 2026-07-13
date: 2026-07-13
source: apprise-api
---
# apprise-api
Ruby client gem for [caronc/apprise-api](https://github.com/caronc/apprise-api), the HTTP
server wrapper around the Apprise notification library. Provides a typed interface for
stateless and stateful notifications, persistent per-key configuration, URL inspection, and
server status.
Repo: `~/dev/ruby-gems/apprise-api`
## Related
(No related notes yet — this hub will link out as project-specific knowledge accumulates.)

View File

@ -1702,3 +1702,10 @@ tags: [scope/global, type/log]
**Reason:** prompt_input_exit **Reason:** prompt_input_exit
**Vault notes touched:** **Vault notes touched:**
(none) (none)
## Session — 2026-07-13T20:01:53Z
**Project:** /home/jared/dev/ruby-gems/apprise-api
**Reason:** prompt_input_exit
**Vault notes touched:**
/home/jared/Documents/SecondBrain/apprise-api.md

View File

@ -1,12 +1,12 @@
--- ---
summary: Deployment gotchas for the self-hosted apprise-api Docker container — config-dir ownership (uid 1000 workers), stateful config format, and the tailnet-bind pattern used on ovh-vps. summary: Deployment/testing gotchas for the self-hosted apprise-api Docker container — correct image name (caronc/apprise, NOT caronc/apprise-api), config-dir ownership (uid 1000 workers), stateful config format, container-localhost delivery-test trap, and the tailnet-bind pattern used on ovh-vps.
tags: tags:
- type/reference - type/reference
- tool/apprise - tool/apprise
- domain/notifications - domain/notifications
scope: global scope: global
date: 2026-07-10 date: 2026-07-10
last_updated: 2026-07-10 last_updated: 2026-07-13
--- ---
# apprise-api self-hosted deployment gotchas # apprise-api self-hosted deployment gotchas