mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-14 11:26:24 +00:00
Add link to PGP tutorial in chatbox
This commit is contained in:
parent
bd97148132
commit
6887eed6e3
@ -37,6 +37,7 @@ services:
|
|||||||
command: python3 manage.py clean_orders
|
command: python3 manage.py clean_orders
|
||||||
volumes:
|
volumes:
|
||||||
- .:/usr/src/robosats
|
- .:/usr/src/robosats
|
||||||
|
- /mnt/development/lnd:/lnd
|
||||||
network_mode: service:tor
|
network_mode: service:tor
|
||||||
|
|
||||||
follow-invoices:
|
follow-invoices:
|
||||||
@ -71,7 +72,6 @@ services:
|
|||||||
REDIS_URL: redis://localhost:6379
|
REDIS_URL: redis://localhost:6379
|
||||||
volumes:
|
volumes:
|
||||||
- .:/usr/src/robosats
|
- .:/usr/src/robosats
|
||||||
- /mnt/development/database:/usr/src/database
|
|
||||||
network_mode: service:tor
|
network_mode: service:tor
|
||||||
|
|
||||||
tor:
|
tor:
|
||||||
|
@ -111,7 +111,9 @@ export default class Chat extends Component {
|
|||||||
</Grid>
|
</Grid>
|
||||||
</Grid>
|
</Grid>
|
||||||
</form>
|
</form>
|
||||||
<FormHelperText>This chat has no memory. If you leave and come back the messages are lost.</FormHelperText>
|
<FormHelperText>
|
||||||
|
The chat has no memory: if you leave, messages are lost. <a target="_blank" href="https://diverter.hostyourown.tools/as-easy-as-pgp/"> Learn easy PGP encryption.</a>
|
||||||
|
</FormHelperText>
|
||||||
</Container>
|
</Container>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user