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. App Wishlist
  3. ntfy.sh : self-hostable notifications

ntfy.sh : self-hostable notifications

Scheduled Pinned Locked Moved Solved App Wishlist
40 Posts 12 Posters 12.1k Views 14 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.
  • T thetomester13

    Came searching for ntfy.sh and was not disappointed! I've been keeping track of this project's progress with their updates on r/selfhosted and it looks like they just released the first version of the iOS app!

    Is this image being kept up to date with releases? I think the server.yml file can be adjusted to automatically grab the CLOUDRON_APP_ORIGIN env variable so the user doesn't have to update it after install. Would love to see this published since it seems like it's already pretty close to the finish line. Let me know if I can help with getting this across!

    timconsidineT Offline
    timconsidineT Offline
    timconsidine
    App Dev
    wrote on last edited by timconsidine
    #17

    @thetomester13 : I haven't kept it up to date, but I will do so in my repo.

    Good news on the iOS app - will check it out

    EDIT : Just checked my self-package repo and I see that it just runs apt install ntfy into the base container.
    So for fresh installs you get the latest deployed apt package.

    For updates of previously deployed instances, I am not sure. Will try and learn.

    1 Reply Last reply
    2
    • T thetomester13

      Came searching for ntfy.sh and was not disappointed! I've been keeping track of this project's progress with their updates on r/selfhosted and it looks like they just released the first version of the iOS app!

      Is this image being kept up to date with releases? I think the server.yml file can be adjusted to automatically grab the CLOUDRON_APP_ORIGIN env variable so the user doesn't have to update it after install. Would love to see this published since it seems like it's already pretty close to the finish line. Let me know if I can help with getting this across!

      timconsidineT Offline
      timconsidineT Offline
      timconsidine
      App Dev
      wrote on last edited by
      #18

      @thetomester13 good point on the base_url

      Feel free to do a proper packaging.
      Mine was a bit of a hack for my own purposes.

      Would be great to see a proper version in the App Store.
      It's so just darned useful.
      I get morning reports from a variety of servers and machines. and also enquiries to things like Hetzner Storage Box, Scaleway and Wasabi so I can monitor status in 5 mins over a coffee.

      1 Reply Last reply
      7
      • ericdrgnE Offline
        ericdrgnE Offline
        ericdrgn
        wrote on last edited by
        #19

        Would be excited to see this in the cloudron store proper myself! Thanks for all the work on it @timconsidine, good enough for now 🙂

        1 Reply Last reply
        4
        • ericdrgnE Offline
          ericdrgnE Offline
          ericdrgn
          wrote on last edited by
          #20

          For anyone wondering it makes a great notification backend (on Android at least as that was all I tested) in coordination with self hosted matrix/element. The Android app has an option to use it as the backend, it doesn't change anything functionally about notifications but it does keep from using FCM which is the best part imo.

          jdaviescoatesJ 1 Reply Last reply
          2
          • ericdrgnE ericdrgn

            For anyone wondering it makes a great notification backend (on Android at least as that was all I tested) in coordination with self hosted matrix/element. The Android app has an option to use it as the backend, it doesn't change anything functionally about notifications but it does keep from using FCM which is the best part imo.

            jdaviescoatesJ Online
            jdaviescoatesJ Online
            jdaviescoates
            wrote on last edited by
            #21

            @ericdrgn said in ntfy.sh : self-hostable notifications:

            it doesn't change anything functionally about notifications but it does keep from using FCM which is the best part imo.

            Firebase Cloud Messaging?

            I use Cloudron with Gandi & Hetzner

            ericdrgnE 2 Replies Last reply
            0
            • girishG girish

              @timconsidine do you think you can add a LICENSE file to both your repos? We just use MIT license for our other packages, but any open source license will do.

              ericdrgnE Offline
              ericdrgnE Offline
              ericdrgn
              wrote on last edited by
              #22

              @girish any chance you had a chance to take a look at this to get an official package of it going? Just checking in, know you all have a lot going on these days.

              1 Reply Last reply
              1
              • jdaviescoatesJ jdaviescoates

                @ericdrgn said in ntfy.sh : self-hostable notifications:

                it doesn't change anything functionally about notifications but it does keep from using FCM which is the best part imo.

                Firebase Cloud Messaging?

                ericdrgnE Offline
                ericdrgnE Offline
                ericdrgn
                wrote on last edited by
                #23
                This post is deleted!
                1 Reply Last reply
                0
                • jdaviescoatesJ jdaviescoates

                  @ericdrgn said in ntfy.sh : self-hostable notifications:

                  it doesn't change anything functionally about notifications but it does keep from using FCM which is the best part imo.

                  Firebase Cloud Messaging?

                  ericdrgnE Offline
                  ericdrgnE Offline
                  ericdrgn
                  wrote on last edited by
                  #24

                  @jdaviescoates said in ntfy.sh : self-hostable notifications:

                  @ericdrgn said in ntfy.sh : self-hostable notifications:

                  it doesn't change anything functionally about notifications but it does keep from using FCM which is the best part imo.

                  Firebase Cloud Messaging?

                  yes

                  1 Reply Last reply
                  1
                  • R Offline
                    R Offline
                    random_eric
                    App Dev
                    wrote on last edited by
                    #25

                    @timconsidine
                    I updated the default server settings to have something more sensible and cleaned up the dockerfile a little bit.

                    You can find the repo here:
                    https://git.eyen.ca/cloudron/nfty.sh

                    Let me know what you think.

                    The email should work, but I don't know how to trigger it. The logs always says 0 emails sent. So I don't know how to test that.

                    timconsidineT 2 Replies Last reply
                    6
                    • R random_eric

                      @timconsidine
                      I updated the default server settings to have something more sensible and cleaned up the dockerfile a little bit.

                      You can find the repo here:
                      https://git.eyen.ca/cloudron/nfty.sh

                      Let me know what you think.

                      The email should work, but I don't know how to trigger it. The logs always says 0 emails sent. So I don't know how to test that.

                      timconsidineT Offline
                      timconsidineT Offline
                      timconsidine
                      App Dev
                      wrote on last edited by
                      #26

                      @random_eric wow great, thank you.
                      Will take a look

                      1 Reply Last reply
                      2
                      • R random_eric

                        @timconsidine
                        I updated the default server settings to have something more sensible and cleaned up the dockerfile a little bit.

                        You can find the repo here:
                        https://git.eyen.ca/cloudron/nfty.sh

                        Let me know what you think.

                        The email should work, but I don't know how to trigger it. The logs always says 0 emails sent. So I don't know how to test that.

                        timconsidineT Offline
                        timconsidineT Offline
                        timconsidine
                        App Dev
                        wrote on last edited by
                        #27

                        @random_eric good job, better than mine.
                        I wonder if it is now more ready to be in the Cloudron appstore ?

                        I never bother with emails, too many, prefer alerts or dashboard, so missing email functionality is a bonus not a hindrance 😄

                        jdaviescoatesJ R 2 Replies Last reply
                        3
                        • timconsidineT timconsidine

                          @random_eric good job, better than mine.
                          I wonder if it is now more ready to be in the Cloudron appstore ?

                          I never bother with emails, too many, prefer alerts or dashboard, so missing email functionality is a bonus not a hindrance 😄

                          jdaviescoatesJ Online
                          jdaviescoatesJ Online
                          jdaviescoates
                          wrote on last edited by
                          #28

                          @timconsidine said in ntfy.sh : self-hostable notifications:

                          I wonder if it is now more ready to be in the Cloudron appstore ?

                          @girish said in ntfy.sh : self-hostable notifications:

                          @timconsidine you are on a roll, I will look into both your packages this week. Thanks!

                          Did you ever manage to take a look @girish

                          ntfy.sh would be neat to have in the app store! 🙂

                          I use Cloudron with Gandi & Hetzner

                          1 Reply Last reply
                          1
                          • timconsidineT timconsidine

                            @random_eric good job, better than mine.
                            I wonder if it is now more ready to be in the Cloudron appstore ?

                            I never bother with emails, too many, prefer alerts or dashboard, so missing email functionality is a bonus not a hindrance 😄

                            R Offline
                            R Offline
                            random_eric
                            App Dev
                            wrote on last edited by
                            #29

                            @timconsidine
                            I haven't been on the forums in a little while.
                            Is the appstore ready?

                            J 1 Reply Last reply
                            0
                            • R random_eric

                              @timconsidine
                              I haven't been on the forums in a little while.
                              Is the appstore ready?

                              J Offline
                              J Offline
                              jayonrails
                              translator
                              wrote on last edited by
                              #30

                              It is not on the official Cloduron App Store, but it might be possible to install it manually.

                              Pretty sure @random_eric can tell you more about it.

                              timconsidineT R 2 Replies Last reply
                              0
                              • J jayonrails

                                It is not on the official Cloduron App Store, but it might be possible to install it manually.

                                Pretty sure @random_eric can tell you more about it.

                                timconsidineT Offline
                                timconsidineT Offline
                                timconsidine
                                App Dev
                                wrote on last edited by
                                #31

                                @jayonrails

                                You can find the repo here:
                                https://git.eyen.ca/cloudron/nfty.sh

                                1 Reply Last reply
                                3
                                • J jayonrails

                                  It is not on the official Cloduron App Store, but it might be possible to install it manually.

                                  Pretty sure @random_eric can tell you more about it.

                                  R Offline
                                  R Offline
                                  random_eric
                                  App Dev
                                  wrote on last edited by
                                  #32

                                  @jayonrails
                                  I was getting mixed up with the annoucement of the upcoming 7.4 release and maybe I missed the community repos.

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

                                    Trying to get this published on unstable. I get auth-file does not exist; please start the server at least once to create it when I install the app. What gives?

                                    edit: will take a close look tomorrow...

                                    R 1 Reply Last reply
                                    3
                                    • girishG girish

                                      Trying to get this published on unstable. I get auth-file does not exist; please start the server at least once to create it when I install the app. What gives?

                                      edit: will take a close look tomorrow...

                                      R Offline
                                      R Offline
                                      random_eric
                                      App Dev
                                      wrote on last edited by
                                      #34

                                      @girish
                                      Were you able to resolve it? I haven't seen that specific error in the passed.

                                      girishG 1 Reply Last reply
                                      2
                                      • R random_eric

                                        @girish
                                        Were you able to resolve it? I haven't seen that specific error in the passed.

                                        girishG Offline
                                        girishG Offline
                                        girish
                                        Staff
                                        wrote on last edited by
                                        #35

                                        @random_eric thanks, I see you updated the base image as well now. I will clean up a bit and publish at https://git.cloudron.io/cloudron/ntfy-app . I assume https://git.cloudron.io/Countdown1948 is you? I invited you to the project.

                                        1 Reply Last reply
                                        1
                                        • girishG Offline
                                          girishG Offline
                                          girish
                                          Staff
                                          wrote on last edited by
                                          #36

                                          I have published an initial version. Still cleaning up post app store. Let's continue at https://forum.cloudron.io/category/158/ntfy for issues.

                                          R 1 Reply Last reply
                                          4
                                          • girishG girish marked this topic as a question on
                                          • girishG girish has marked this topic as solved on
                                          • girishG girish pinned this topic on
                                          • girishG girish unpinned this topic on
                                          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