From 3ac315a9e7a1c3f8d023b62d40b2da45f455c938 Mon Sep 17 00:00:00 2001 From: binwiederhier Date: Tue, 7 Feb 2023 23:41:30 -0500 Subject: [PATCH] FAQs --- docs/faq.md | 5 +++++ docs/releases.md | 7 +++++++ 2 files changed, 12 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 4eb17b98..b6bf5173 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -47,6 +47,11 @@ or you use *instant delivery* (Android only), the app has to maintain a constant about 0-1% of battery in 17h of use (on my phone). There has been a ton of testing and improvement around this. I think it's pretty decent now. +## Paid plans? I thought it was open source? +All of ntfy will remain open source, with a free software license (Apache 2.0 and GPLv2). If you'd like to self-host, you +can (and should do that). The paid plans I am offering are for people that do not want to self-host, and/or need higher +limits. + ## What is instant delivery? [Instant delivery](subscribe/phone.md#instant-delivery) is a feature in the Android app. If turned on, the app maintains a constant connection to the server and listens for incoming notifications. This consumes additional battery (see above), diff --git a/docs/releases.md b/docs/releases.md index c29c0b50..cfe2d6d7 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -3,9 +3,15 @@ Binaries for all releases can be found on the GitHub releases pages for the [ntf and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/releases). ## ntfy server v1.31.0 (UNRELEASED) +Released XXXX + +This is the biggest ntfy server release I've ever done. This release adds the ability to sign-up for accounts, log-in +via the web app, synchronize accounts between devices (web only for now), introduces user access tokens, user tiers, +and Stripe payments integration to support paid tiers (don't worry, [everything will stay open source](https://ntfy.sh/docs/faq/)). **Features:** +* ⭐ User account signup, login, topic reservations, access tokens, tiers etc. ⭐ ([#522](https://github.com/binwiederhier/ntfy/issues/522)) * Preliminary `/v1/health` API endpoint for service monitoring (no ticket) * Add basic health check to `Dockerfile` ([#555](https://github.com/binwiederhier/ntfy/pull/555), thanks to [@bt90](https://github.com/bt90)) @@ -13,6 +19,7 @@ and the [ntfy Android app](https://github.com/binwiederhier/ntfy-android/release * Fix `chown` issues with RHEL-like based systems ([#566](https://github.com/binwiederhier/ntfy/issues/566)/[#565](https://github.com/binwiederhier/ntfy/pull/565), thanks to [@danieldemus](https://github.com/danieldemus)) * Removed `upx` (binary packing) for all builds due to false virus warnings ([#576](https://github.com/binwiederhier/ntfy/issues/576), thanks to [@shawnhwei](https://github.com/shawnhwei) for reporting) +* `OPTIONS` method calls are not serviced when the UI is disabled ([#598](https://github.com/binwiederhier/ntfy/issues/598), thanks to [@enticedwanderer](https://github.com/enticedwanderer) for reporting) **Documentation:**