fix: readme
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 4m26s
All checks were successful
Release to Gitea Container Registry / build_and_push (push) Successful in 4m26s
This commit is contained in:
parent
d637b4f422
commit
c33aefd0f5
29
README.md
29
README.md
@ -7,30 +7,17 @@ The app is [not yet in the Cloudron App Store](https://forum.cloudron.io/topic/1
|
|||||||
### Prerequisites
|
### Prerequisites
|
||||||
Install the [Cloudron CLI](https://docs.cloudron.io/packaging/cli/) - `npm install -g cloudron`
|
Install the [Cloudron CLI](https://docs.cloudron.io/packaging/cli/) - `npm install -g cloudron`
|
||||||
|
|
||||||
### Installing
|
### Installation
|
||||||
|
|
||||||
**Authenticate the CLI with your Cloudron instance**
|
```bash
|
||||||
```
|
# Authenticate the CLI with your Cloudron instance
|
||||||
cloudron login your.instance.com
|
cloudron login your.instance.com
|
||||||
```
|
|
||||||
|
|
||||||
**Clone the project and change into it**
|
# Clone the project and change into it
|
||||||
```
|
git clone https://git.nostrdev.com/stuff/strfry-cloudron
|
||||||
git clone https://github.com/sebdeveloper6952/strfry-cloudron.git
|
|
||||||
cd strfry-cloudron
|
cd strfry-cloudron
|
||||||
|
|
||||||
|
# Install latest version
|
||||||
|
cloudron install --image git.nostrdev.com/stuff/strfry-cloudron:latest -l strfry.YOURDOMAIN.com
|
||||||
```
|
```
|
||||||
|
|
||||||
**Install the app**
|
|
||||||
|
|
||||||
Requires the latest package version hash from [this page](https://github.com/sebdeveloper6952/strfry-cloudron/pkgs/container/strfry-cloudron)
|
|
||||||
```
|
|
||||||
cloudron install --image ghcr.io/sebdeveloper6952/strfry-cloudron:<version>
|
|
||||||
cloudron install --image ghcr.io/sebdeveloper6952/strfry-cloudron:sha256-1440e0d1c812504ab707515fb174b8d8dfc403bfd1398107c20df50311031f2b -l artclock-relay.nostrdev.com
|
|
||||||
```
|
|
||||||
|
|
||||||
For example:
|
|
||||||
```
|
|
||||||
cloudron install --image ghcr.io/sebdeveloper6952/strfry-cloudron:d7593aea5ac40baa84ef27cd78cca218c0fdf195
|
|
||||||
```
|
|
||||||
|
|
||||||
You will then be prompted for a location - so put the domain, eg `strfry.yourdomain.com`
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user