Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update instructions #6

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 1 addition & 18 deletions instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,4 @@
- Create a new account or access an existing account by using a nip-07 browser extension. If creating a new account, be sure to securely back up the private key, preferably using Vaultwarden on your Start9 server
- Select the relays you want to use to browse nostr or use your existing relays from other nostr apps

## Using Your Local Nostr RS Relay (Optional)

1. **Install Nostr RS Relay**:
- If you have Nostr RS Relay installed, you're all set!

2. **Enable the "Use Local Relay for Caching" Option**:
- In your settings, enable the option that says "Use local relay for caching."
- This allows the relay to act as a cache.

3. **Set the Relay to "Public" Mode**:
- Make sure the relay is configured in "Public" mode.
- Otherwise, it will only cache your own events.

4. **Adjust the "Messages Per Second Limit"**:
- For optimal performance, set the "Messages Per Second Limit" to a value greater than 1000.
- NoStrudel writes a maximum of 1000 events per second to the cache.

That's it! Your local relay should now work effectively as a cache. 🚀
Done.
6 changes: 1 addition & 5 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,7 @@ health-checks:
name: Web UI
success-message: noStrudel is ready
type: script
config:
get:
type: script
set:
type: script
config: ~
properties: ~
volumes:
main:
Expand Down
Loading