You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"success" : "A new version of <a href='{repository_url}'>{name}</a> has been released. Current version is <b>{version}</b>"
20
+
"success" : "A {release_type} version of <a href='{repository_url}'>{name}</a> has been released. Current version is <b>{version}</b>\n{release_notes}"
Copy file name to clipboardExpand all lines: CONFIGURATION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The following environment variables can be set:
23
23
24
24
# Settings
25
25
26
-
Running `nostr-ts-relay` for the first time creates the settings file in `<project_root>/.nostr/settings.json`. If the file is not created and an error is thrown ensure that the `<project_root>/.nostr` folder exists. The configuration directory can be changed by setting the `NOSTR_CONFIG_DIR` environment variable.
26
+
Running `nostream` for the first time creates the settings file in `<project_root>/.nostr/settings.json`. If the file is not created and an error is thrown ensure that the `<project_root>/.nostr` folder exists. The configuration directory can be changed by setting the `NOSTR_CONFIG_DIR` environment variable.
@@ -115,10 +115,10 @@ By default this server will run continuously until you stop it with Ctrl+C or un
115
115
You can [install as a systemd service](https://www.swissrouting.com/nostr.html#installing-as-a-service) if you want the server to run again automatically whenever the system is restarted. For example:
116
116
117
117
```
118
-
$ nano /etc/systemd/system/nostr-ts-relay.service
118
+
$ nano /etc/systemd/system/nostream.service
119
119
120
120
# Note: replace "User=..." with your username, and
121
-
# "/home/nostr/nostr-ts-relay" with the directory where you cloned the repo.
121
+
# "/home/nostr/nostream" with the directory where you cloned the repo.
122
122
123
123
[Unit]
124
124
Description=Nostr TS Relay
@@ -130,9 +130,9 @@ You can [install as a systemd service](https://www.swissrouting.com/nostr.html#i
0 commit comments