From c8488c5ce576ae463ae95838607208c62b0b935c Mon Sep 17 00:00:00 2001 From: jared Date: Mon, 13 Jul 2026 16:01:53 -0400 Subject: [PATCH] vault: session notes 2026-07-13 --- apprise-api.md | 26 +++++++++++++++++++++ journal/2026-07-13.md | 7 ++++++ reference/apprise-api-selfhosted-gotchas.md | 4 ++-- 3 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 apprise-api.md diff --git a/apprise-api.md b/apprise-api.md new file mode 100644 index 0000000..3b68142 --- /dev/null +++ b/apprise-api.md @@ -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.) diff --git a/journal/2026-07-13.md b/journal/2026-07-13.md index 1b2d276..88949a3 100644 --- a/journal/2026-07-13.md +++ b/journal/2026-07-13.md @@ -1702,3 +1702,10 @@ tags: [scope/global, type/log] **Reason:** prompt_input_exit **Vault notes touched:** (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 diff --git a/reference/apprise-api-selfhosted-gotchas.md b/reference/apprise-api-selfhosted-gotchas.md index e8ecb4e..a3e71e9 100644 --- a/reference/apprise-api-selfhosted-gotchas.md +++ b/reference/apprise-api-selfhosted-gotchas.md @@ -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: - type/reference - tool/apprise - domain/notifications scope: global date: 2026-07-10 -last_updated: 2026-07-10 +last_updated: 2026-07-13 --- # apprise-api self-hosted deployment gotchas