From 4118407b5f7a7597ab66c315e04383cb4463f8f3 Mon Sep 17 00:00:00 2001 From: b <> Date: Tue, 5 Nov 2024 15:47:58 +0000 Subject: [PATCH 1/3] chore: adding update command --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 082fd6a..f8e5a8b 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,15 @@ git clone https://git.nostrdev.com/stuff/blossom-cloudron cd blossom-cloudron # Install latest version -cloudron install --image git.nostrdev.com/stuff/blossom-cloudron:latest +cloudron install --image git.nostrdev.com/stuff/blossom-cloudron:latest -l blossom.YOURDOMAIN.com +``` + +To update, the command would be: + +``` +cloudron update --app blossom.YOURDOMAIN.com --image git.nostrdev.com/stuff/blossom-cloudron:latest ``` -You will then be prompted for a location - so put the domain, eg `blossom.yourdomain.com` ## Configuration From dbacb4fc9fcd87141aefed432905dbf2ce540c55 Mon Sep 17 00:00:00 2001 From: b <> Date: Tue, 5 Nov 2024 15:57:21 +0000 Subject: [PATCH 2/3] chore: readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8e5a8b..90719ef 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [Blossom Server](https://git.nostrdev.com/stuff/blossom-cloudron) packaged to run as a [cloudron](https://www.cloudron.io/)app. Supports policies through the `/app/data/config.yaml` file. -The app is not yet in the Cloudron App Store, so for now you have to use the Cloudron CLI to install. +The app is [not yet in the Cloudron App Store](https://forum.cloudron.io/topic/12741/blossom-server-package), so for now you have to use the Cloudron CLI to install. ### Prerequisites From d4ef1e190463895267cd4dc8ebb56eb99c2a149d Mon Sep 17 00:00:00 2001 From: b <> Date: Tue, 5 Nov 2024 16:01:56 +0000 Subject: [PATCH 3/3] chore: spacing in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90719ef..e70b020 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🌸 Blossom-server -[Blossom Server](https://git.nostrdev.com/stuff/blossom-cloudron) packaged to run as a [cloudron](https://www.cloudron.io/)app. Supports policies through the `/app/data/config.yaml` file. +[Blossom Server](https://git.nostrdev.com/stuff/blossom-cloudron) packaged to run as a [cloudron](https://www.cloudron.io/) app. Supports policies through the `/app/data/config.yaml` file. The app is [not yet in the Cloudron App Store](https://forum.cloudron.io/topic/12741/blossom-server-package), so for now you have to use the Cloudron CLI to install.