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
WELCOME_MSG="""THIS SOFTWARE IS USED WITHOUT WARRANTY OR LIABILITY TO ITS AUTHOR.
3
+
"""
4
+
INFO_HELP=f"""This is the help for the safebox info command.
5
+
6
+
Safebox release is: {SAFEBOX_RELEASE}.
7
+
8
+
The info function displays general information and confirms that the command line interface is working properly."""
9
+
10
+
SET_HELP=f"""This is the help for the safebox set command.
11
+
12
+
The set function sets local configuration options. All configuration information is stored UNENCRYPTED in your home directory of ~/.safebox/config.yml .
13
+
"""
14
+
15
+
NSEC_HELP="""
16
+
This option to set to an existing nsec. Be sure you know what you are doing when using this option, and never set it to your personal nsec.
17
+
"""
18
+
19
+
RELAYS_HELP="""
20
+
Relays that are used to read posts and profiles.
21
+
"""
22
+
HOME_RELAY_HELP="""
23
+
The home relay is where safebox events are published to and retrieved from. Be sure to use a relay that you trust for availabilty. Relay operators cannot see your data but may decide to block your access. Be ready to replicate your data should your home relay become unreliable or adversarial.
24
+
"""
25
+
26
+
MINTS_HELP="""
27
+
The mints that are used by safebox. The first mint specified in the list is the home mint.
0 commit comments