Add details to secrets list

This commit is contained in:
David Thurstenson 2022-05-30 16:11:17 -05:00
parent 59d7df6d14
commit e39a31809f
1 changed files with 9 additions and 3 deletions

View File

@ -17,9 +17,15 @@ These directories should be volumes to persistent storage
These Secrets should be set up on first start for the init to work properly These Secrets should be set up on first start for the init to work properly
- tl-weechat-ztnetaddr - `tl-weechat-ztnetaddr`: ZeroTier network address that the container should be connected to
- tl-weechat-pass - type: string
- tl-weechat-authorizedkeys - format: [ZeroTier Network Address](https://docs.zerotier.com/zerotier/manual/#221networkidentifiersandcontrollersaname2_2_1a)
- notes: This address is used during container runtime startup to check that it's joined to the specified network, and to automatically join the specified network if it isn't already.
- `tl-weechat-pass`: [Weechat Secured Data](https://weechat.org/files/doc/stable/weechat_user.en.html#secured_data) passphrase
- type: string
- `tl-weechat-authorizedkeys`: Content of the container user's `~/.ssh/authorized_keys`
- type: text file
- format: [OpenSSH authorized_keys](https://www.ssh.com/academy/ssh/authorized_keys/openssh#format-of-the-authorized-keys-file)
# Notes # Notes