mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-07-28 05:23:14 +00:00
@ -96,7 +96,7 @@ interfaces:
|
|||||||
dependencies: {}
|
dependencies: {}
|
||||||
alerts:
|
alerts:
|
||||||
start: |
|
start: |
|
||||||
ATTENTION: You must have a Tor supported browser to use this service.
|
ATTENTION: Your browser must have Tor support to use this service.
|
||||||
# Specifies how backups should be run for this service. The default EmbassyOS provided option is to use the duplicity backup library on a system image (compat)
|
# Specifies how backups should be run for this service. The default EmbassyOS provided option is to use the duplicity backup library on a system image (compat)
|
||||||
backup:
|
backup:
|
||||||
create:
|
create:
|
||||||
|
@ -23,8 +23,8 @@ export const getConfig: T.ExpectedExports.getConfig = compat.getConfig({
|
|||||||
},
|
},
|
||||||
"rs-hash": {
|
"rs-hash": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"name": "Robosats Unique Hash",
|
"name": "Robosats Unique Token",
|
||||||
"description": "TBD",
|
"description": "This is just a place that you can store your unique token if you choose. This is the nym identity that is randomly generated at boot for you on each startup.",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"copyable": true,
|
"copyable": true,
|
||||||
"masked": false,
|
"masked": false,
|
||||||
|
Reference in New Issue
Block a user