small typo + README

This commit is contained in:
kitzman 2021-11-15 01:38:01 +02:00
parent 06a32c652f
commit 88749b4ce6
Signed by: kitzman
GPG Key ID: 83289D84AA7C9A54
2 changed files with 7 additions and 2 deletions

View File

@ -17,6 +17,8 @@ to run ZNC without Podman.
# OpenRC containers
The first step would be copying the container init script from the `scripts` directory.
The code can easily serve as documentation: one only has to link
`/etc/init.d/container.mycontainer` to `/etc/init.d/container`.
@ -32,7 +34,10 @@ A sample configuration can be found in `./scripts/znc/container.znc.conf`.
## INN (NNTP newsserver)
Coming soon ™.
Another image which comes with an example configuration. One would have to take
care of configuring INN beforehand, though.
The APKBUILD will be sent to the aports repo... one day™.
## Lieferhund + sinntp scripts

View File

@ -35,4 +35,4 @@ WORKDIR /tmp
COPY innd.sh .
ENTRYPOINT ["innd.sh"]
ENTRYPOINT ["./innd.sh"]