strfry-cloudron/README.md

24 lines
871 B
Markdown
Raw Permalink Normal View History

2025-03-05 12:17:50 +00:00
# strfry-cloudron
2025-03-06 13:53:33 +00:00
[strfry - a nostr relay](https://github.com/hoytech/strfry) packaged to run as a [cloudron](https://www.cloudron.io/) app. Supports event policies through the [chief plugin](https://github.com/0xtrr/chief/tree/master).
2025-03-05 12:17:50 +00:00
The app is [not yet in the Cloudron App Store](https://forum.cloudron.io/topic/12056/strfry-a-nostr-relay) so for now you have to use the Cloudron CLI to install.
### Prerequisites
Install the [Cloudron CLI](https://docs.cloudron.io/packaging/cli/) - `npm install -g cloudron`
2025-03-06 13:53:33 +00:00
### Installation
2025-03-05 12:17:50 +00:00
2025-03-06 13:53:33 +00:00
```bash
# Authenticate the CLI with your Cloudron instance
2025-03-05 12:17:50 +00:00
cloudron login your.instance.com
2025-03-06 13:53:33 +00:00
# Clone the project and change into it
git clone https://git.nostrdev.com/stuff/strfry-cloudron
2025-03-05 12:17:50 +00:00
cd strfry-cloudron
2025-03-06 13:53:33 +00:00
# Install latest version
cloudron install --image git.nostrdev.com/stuff/strfry-cloudron:latest -l strfry.YOURDOMAIN.com
2025-03-05 12:17:50 +00:00
```