Compare commits
2 Commits
a4756377b4
...
8df7c00a14
| Author | SHA1 | Date | |
|---|---|---|---|
|
8df7c00a14
|
|||
|
1f34459091
|
@@ -1,5 +1,5 @@
|
||||
node.default["strfry"]["repo"] = "https://github.com/hoytech/strfry.git"
|
||||
node.default["strfry"]["revision"] = "master"
|
||||
node.default["strfry"]["revision"] = "1.0.1"
|
||||
node.default["strfry"]["download_url"] = nil
|
||||
node.default["strfry"]["checksum"] = nil
|
||||
node.default["strfry"]["user"] = "strfry"
|
||||
|
||||
@@ -48,18 +48,22 @@ relay {
|
||||
# HTTP header that contains the client's real IP, before reverse proxying (ie x-real-ip) (MUST be all lower-case)
|
||||
realIpHeader = "<%= @config[:real_ip_header] %>"
|
||||
|
||||
# NIP-11
|
||||
info {
|
||||
# NIP-11: Name of this server. Short/descriptive (< 30 characters)
|
||||
# Name of this server. Short/descriptive (< 30 characters)
|
||||
name = "<%= @config[:info][:name] || "strfry default" %>"
|
||||
|
||||
# NIP-11: Detailed information about relay, free-form
|
||||
# Detailed information about relay, free-form
|
||||
description = "<%= @config[:info][:description] || "This is a strfry instance." %>"
|
||||
|
||||
# NIP-11: Administrative nostr pubkey, for contact purposes
|
||||
# Administrative nostr pubkey, for contact purposes
|
||||
pubkey = "<%= @config[:info][:pubkey] || "" %>"
|
||||
|
||||
# NIP-11: Alternative administrative contact (email, website, etc)
|
||||
# Alternative administrative contact (email, website, etc)
|
||||
contact = "<%= @config[:info][:contact] || "" %>"
|
||||
|
||||
# URL pointing to an image to be used as an icon for the relay
|
||||
icon = "<%= @config[:info][:icon] || "" %>"
|
||||
}
|
||||
|
||||
# Maximum accepted incoming websocket frame size (should be larger than max event) (restart required)
|
||||
@@ -95,7 +99,7 @@ relay {
|
||||
|
||||
logging {
|
||||
# Dump all incoming messages
|
||||
dumpInAll = false
|
||||
dumpInAll = true
|
||||
|
||||
# Dump all incoming EVENT messages
|
||||
dumpInEvents = false
|
||||
|
||||
Reference in New Issue
Block a user