Releases: jhotmann/pinpoint
v1.0.1
v1.0.0
The standout feature of 1.0 is notification support. Under the hood, Pinpoint uses Apprise which supports a wide array of notification methods and APIs. In order for notifications to be enabled you will need to set the APPRISE_EMAIL_URL
environment variable on your Pinpoint container. This environment variable should be set to one of the following providers: AWS SES, Mailgun, OneSignal, SendGrid, or SMTP2Go. With that variable set, users will be able to add their email address on their user settings page and receive emails when someone adds them as a friend or invites them to a group. The users email address will be appended to APPRISE_EMAIL_URL
to generate the final URI. If users prefer a different notification method to email, they can input an Apprise URI for any of the other supported notification methods.
Other features:
- Added HTMX to most pages to make page elements more responsive without the need for full page refreshes.
- Option to use either MQTT or HTTP mode in Owntracks instead of just a single option (
MQTT_HOST
must be set for MQTT to be enabled) - Added
arm64
andarm/v7
docker images
v1.0.0-beta.4
HTTP and MQTT modes can now live harmoniously
v1.0.0-beta.3
Multi-platform build
v1.0.0-beta.2
Multi-platform docker build
v1.0.0-beta.1
- Notification Support
- Card support in MQTT mode
- HTMX utilized on many elements for more responsiveness without full-page reloads
- Bump dependencies