Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Feature Requests
  3. Apprise Notifications

Apprise Notifications

Scheduled Pinned Locked Moved Feature Requests
notificationsslackdiscordtelelgram
16 Posts 8 Posters 2.5k Views 7 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • girishG girish

    Very nice. It seem this library is in python, I guess it will be easier for us if we have it in node.js

    marcusquinnM Offline
    marcusquinnM Offline
    marcusquinn
    wrote on last edited by
    #3

    Maybe interesting:

    • http://nuxref.com/2019/02/19/apprise-notifications-cli/

    Maybe a NodeJS alternative:

    • https://github.com/notifme/notifme-sdk
    • https://github.com/notifme/notifme-sdk/issues

    Web Design https://www.evergreen.je
    Development https://brandlight.org
    Life https://marcusquinn.com

    1 Reply Last reply
    1
    • M Offline
      M Offline
      mazarian
      wrote on last edited by
      #4

      @marcusquinn said in Apprise Notifications:

      https://github.com/caronc/apprise

      Hey all! It might be worthwhile circling back on this. Seems like there's a docker image now. I'm not a developer by trade and don't really know if it's any more feasible to integrate into Cloudron, but testing the docker container locally has worked flawlessly!

      https://github.com/caronc/apprise-api

      T 1 Reply Last reply
      2
      • M mazarian

        @marcusquinn said in Apprise Notifications:

        https://github.com/caronc/apprise

        Hey all! It might be worthwhile circling back on this. Seems like there's a docker image now. I'm not a developer by trade and don't really know if it's any more feasible to integrate into Cloudron, but testing the docker container locally has worked flawlessly!

        https://github.com/caronc/apprise-api

        T Offline
        T Offline
        thetomester13
        App Dev
        wrote on last edited by
        #5

        @mazarian this looks great! I could see this potentially even being packaged as a standalone app.

        1 Reply Last reply
        2
        • jdaviescoatesJ Offline
          jdaviescoatesJ Offline
          jdaviescoates
          wrote on last edited by
          #6

          I just came across this again because I've started playing with Uptime Kuma.

          And because @timconsidine has been writing about (and working on packaging) Ntfy I clicked on this issue https://github.com/louislam/uptime-kuma/issues/1622 which lead me to this https://github.com/louislam/uptime-kuma/issues/1601 which led me to https://github.com/caronc/apprise/wiki/Notify_ntfy and then https://github.com/caronc/apprise 🙂

          I'd love to see both Apprise and Ntfy on Cloudron! 🙂

          I use Cloudron with Gandi & Hetzner

          robiR 1 Reply Last reply
          3
          • jdaviescoatesJ jdaviescoates

            I just came across this again because I've started playing with Uptime Kuma.

            And because @timconsidine has been writing about (and working on packaging) Ntfy I clicked on this issue https://github.com/louislam/uptime-kuma/issues/1622 which lead me to this https://github.com/louislam/uptime-kuma/issues/1601 which led me to https://github.com/caronc/apprise/wiki/Notify_ntfy and then https://github.com/caronc/apprise 🙂

            I'd love to see both Apprise and Ntfy on Cloudron! 🙂

            robiR Offline
            robiR Offline
            robi
            wrote on last edited by robi
            #7

            @jdaviescoates that's a great circle find! well done 😄

            It could be a nice sidecar type container that box runs for all it's notifications which makes cloudron that much better by default..

            Conscious tech

            1 Reply Last reply
            1
            • marcusquinnM Offline
              marcusquinnM Offline
              marcusquinn
              wrote on last edited by
              #8

              The Change Detection app also uses Apprise:

              • https://github.com/dgtlmoon/changedetection.io#notifications
              • https://forum.cloudron.io/category/149/change-detection

              Web Design https://www.evergreen.je
              Development https://brandlight.org
              Life https://marcusquinn.com

              1 Reply Last reply
              3
              • marcusquinnM marcusquinn referenced this topic on
              • nebulonN nebulon referenced this topic on
              • ? Offline
                ? Offline
                A Former User
                wrote on last edited by
                #9

                Miniflux also uses apprise ! I'm interested to have it on Cloudron 😌

                1 Reply Last reply
                1
                • M Offline
                  M Offline
                  malvim
                  wrote last edited by malvim
                  #10

                  Hi, everyone!

                  Is there still interest in this? I took a stab at packaging it just for personal use it and got it to work. And when I say "got it to work" I mean literally just got it to work:

                  • initialized a new cloudron app
                  • looked at apprise-api's code and other packaged apps for inspiration
                  • bashed everything into submission until it worked

                  I paid no attention whatsoever to documentation, production settings and the like. Also, the way it works now, there's no authentication or anything, it's just open on the internet. If anyone wanna take a look, give feedback and maybe help out ou the packaging, it's here:

                  https://github.com/malvim/apprise-api-cloudron-app

                  No sure what to do about authentication, maybe just use the proxyAuth addon, and keep open just the needed URLs for POSTing notifications? Have to think about that.

                  Thanks!

                  1 Reply Last reply
                  3
                  • girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote last edited by
                    #11

                    Trying to wrap my head around this.. so Apprise is also a web service ? and not some python library?

                    1 Reply Last reply
                    1
                    • M Offline
                      M Offline
                      malvim
                      wrote last edited by malvim
                      #12

                      Hi, @girish! So, there's apprise the lib, and Apprise API, a lightweight REST API that is essentially a wrapper around apprise.

                      Here:
                      This is apprise the lib: https://github.com/caronc/apprise
                      And this is apprise API: https://github.com/caronc/apprise-api

                      The cloudron app is my attempt at packaging it, which is working fine, although it's completely open to the internet, need to think about it a bit better.

                      Maybe on the next days I can open a proper app wishlist post, to get more visibility and see what people think about it.

                      1 Reply Last reply
                      1
                      • M Offline
                        M Offline
                        malvim
                        wrote last edited by malvim
                        #13

                        Now that I read this thread properly, I don't think the packaged app will work as people are asking for here, which is for cloudron to use it for it's own notifications. Maybe if cloudron ran it as an internal container and add-on for other apps...

                        I still think it is a useful app to have packaged for Cloudron, so I'll keep working on the packaging effort.

                        marcusquinnM 1 Reply Last reply
                        0
                        • M malvim

                          Now that I read this thread properly, I don't think the packaged app will work as people are asking for here, which is for cloudron to use it for it's own notifications. Maybe if cloudron ran it as an internal container and add-on for other apps...

                          I still think it is a useful app to have packaged for Cloudron, so I'll keep working on the packaging effort.

                          marcusquinnM Offline
                          marcusquinnM Offline
                          marcusquinn
                          wrote last edited by
                          #14

                          @malvim Yeah, would need to be an add-on service.

                          Web Design https://www.evergreen.je
                          Development https://brandlight.org
                          Life https://marcusquinn.com

                          1 Reply Last reply
                          0
                          • girishG Offline
                            girishG Offline
                            girish
                            Staff
                            wrote last edited by
                            #15

                            @malvim yeah, I think there are separate things... One is for Cloudron to use Apprise library and send notifications . Another is a separate app package (that you have made one) that some other app can use.

                            I am quite surprised though that an API server is just open . I would have expected the upstream project to have some configuration options for auth .

                            1 Reply Last reply
                            1
                            • M Offline
                              M Offline
                              malvim
                              wrote last edited by
                              #16

                              @girish yep, separate things indeed. That said, it'll be pretty useful for me, that's why I packaged it.

                              About being open, yeah, I don't like that as well, but I'll try to make it work either with basic auth as they suggest (insecure, but better than nothing), or with cloudron's own ProxyAuth, not sure if it would work.

                              1 Reply Last reply
                              2
                              Reply
                              • Reply as topic
                              Log in to reply
                              • Oldest to Newest
                              • Newest to Oldest
                              • Most Votes


                              • Login

                              • Don't have an account? Register

                              • Login or register to search.
                              • First post
                                Last post
                              0
                              • Categories
                              • Recent
                              • Tags
                              • Popular
                              • Bookmarks
                              • Search