chore(git): Merge branch 'master' of ssh://stixx.git.nostrdev.com:29418/stuff/blossom-cloudron
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 8s
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 8s
This commit is contained in:
commit
cb913c3a5c
11
README.md
11
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.
|
[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
|
### Prerequisites
|
||||||
|
|
||||||
@ -19,10 +19,15 @@ git clone https://git.nostrdev.com/stuff/blossom-cloudron
|
|||||||
cd blossom-cloudron
|
cd blossom-cloudron
|
||||||
|
|
||||||
# Install latest version
|
# 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
|
## Configuration
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user