Compare commits

...

2 Commits

2 changed files with 9 additions and 9 deletions

View File

@ -4,12 +4,6 @@ FROM docker.io/archlinux/archlinux:latest
#### ####
# Init # Init
# Add tl-repo.conf to the filesystem
ADD tl-repo.conf /etc/pacman.d/tl-repo.conf
# Add the tl repo to the pacman config
RUN printf "\nInclude = /etc/pacman.d/tl-repo.conf" >> /etc/pacman.conf
# Initialize pacman keyring # Initialize pacman keyring
RUN pacman-key --init RUN pacman-key --init

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