Compare commits
2 Commits
37c921f6c6
...
e39a31809f
Author | SHA1 | Date |
---|---|---|
David Thurstenson | e39a31809f | |
David Thurstenson | 59d7df6d14 |
|
@ -4,12 +4,6 @@ FROM docker.io/archlinux/archlinux:latest
|
|||
####
|
||||
# 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
|
||||
RUN pacman-key --init
|
||||
|
||||
|
|
12
README.md
12
README.md
|
@ -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
|
||||
|
||||
- tl-weechat-ztnetaddr
|
||||
- tl-weechat-pass
|
||||
- tl-weechat-authorizedkeys
|
||||
- `tl-weechat-ztnetaddr`: ZeroTier network address that the container should be connected to
|
||||
- type: string
|
||||
- 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
|
||||
|
||||
|
|
Loading…
Reference in New Issue