You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Eric Yen 1f1146e66b
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline failed Details
upgrade to ntfy 1.31.0 and cloudron base image 4.0
1 month ago
.gitignore Initial commit 5 months ago
.woodpecker.yml create a backup before pushing 4 months ago
CloudronManifest.json upgrade to ntfy 1.31.0 and cloudron base image 4.0 1 month ago
Dockerfile upgrade to ntfy 1.31.0 and cloudron base image 4.0 1 month ago
LICENCE added LICENCES from original repo 11 months ago
LICENCE.GPLv2 added LICENCES from original repo 11 months ago
README.md add build status 5 months ago
cld.sh add cld.sh build script 11 months ago
ntfy.png added app icon 11 months ago
start.sh clean up the docker file and add sensible defaults to the server configuration 5 months ago

README.md

ntfy-for-cloudron

This is a first attempt to package https://ntfy.sh for Cloudron. It's working, subject to the following :

  • server is (intentionally) closed: a default user of admin/changeme is created. To change it, you will need to open a terminal and follow the instructions here
  • contrary to most examples in ntfy.sh docs, notifications should include https curl -d "Hi" https://server.name/topicname
  • if you change the domain address, you will need to manually update the /app/data/config/server.yml file or delete it to let it be recreated.

Help to sort those issues out will be gratefully appreciated.

build script cld.sh

cld.sh is an optional utility script to simplify build and deployment. Just type at Terminal ./cld.sh <yourreponame>/<appname>:<tag> Script will :

  • perform docker build
  • perform docker push
  • initiate cloudron install

You will be asked for Location: : this is where the app will be available, e.g. app.domain.tld.

Requirements :

  • have Docker installed and be logged in
  • have a Docker repo
  • have cloudron CLI installed and be logged in