Skip to content

v1.0.0

Compare
Choose a tag to compare
@jhotmann jhotmann released this 27 May 11:27
4af77d4

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 and arm/v7 docker images