Compare commits
No commits in common. "e39a31809f8057b5945aac1b30661e194aa810e9" and "37c921f6c61e42229e3844fd77adfb5f98623660" have entirely different histories.
e39a31809f
...
37c921f6c6
|
@ -4,6 +4,12 @@ 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,15 +17,9 @@ 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`: 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)
|
||||
- tl-weechat-ztnetaddr
|
||||
- tl-weechat-pass
|
||||
- tl-weechat-authorizedkeys
|
||||
|
||||
# Notes
|
||||
|
||||
|
|
Loading…
Reference in New Issue