UP: Add common proxies tip.

This commit is contained in:
tastytea 2021-12-11 13:19:22 +01:00
parent cb011e8a32
commit 1b3f23dbbb
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,7 @@ toc: true
:url-android: https://github.com/UnifiedPush/gotify-android
:url-gotify: https://gotify.net/
:url-push-examples: https://gotify.net/docs/pushmsg
:url-common-proxies: https://github.com/UnifiedPush/common-proxies
I set up UnifiedPush because I wanted push notifications in FluffyChat without
talking to Google. This was a bit more difficult than I imagined, so I'm writing
@ -77,6 +78,11 @@ You will need the link:{url-nginx-lua}[lua module] for nginx and
link:{url-lua-cjson}[lua-cjson]. I will not cover TLS certificates here, there
are many good guides about that already.
[TIP]
If you don't want to deal with the lua stuff, there is also the
link:{url-common-proxies}[UnifiedPush Common-Proxies] project that provides a
rewrite proxy that does the same.
.Reinstall nginx with lua support and install lua-cjson in Gentoo
[source,shell]
--------------------------------------------------------------------------------