cleanfeed installation, stale pids script fix, start-innd script removal.
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
This repository holds files neccessary to build inn2 (InterNet News 2), a NNTP server.
|
||||
|
||||
This container is based on [greenbender's image](https://github.com/greenbender/inn-docker).
|
||||
This container is based on [greenbender's image](https://github.com/greenbender/inn-docker) and includes enabled nocems processing and cleanfeed.
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -27,6 +27,7 @@ services:
|
||||
- "./data/spool:/inn2/spool"
|
||||
- "./data/tmp:/inn2/tmp"
|
||||
- "./data/syslog:/var/log"
|
||||
- "./data/www:/var/www"
|
||||
ulimits:
|
||||
nofile:
|
||||
soft: 65535
|
||||
@@ -49,6 +50,7 @@ services:
|
||||
- "./data/spool:/inn2/spool"
|
||||
- "./data/tmp:/inn2/tmp"
|
||||
- "./data/syslog:/var/log"
|
||||
- "./data/www:/var/www"
|
||||
networks:
|
||||
inn2-ipvlan:
|
||||
ipv4_address: 192.168.168.168 # ip address from real LAN.
|
||||
@@ -99,6 +101,12 @@ As this container has no postfix installed (why do you might ever need it here?)
|
||||
|
||||
This container has nocem enabled and neccessary data will be loaded on first start from [NoCeM registry](https://rosalind.home.xs4all.nl/nocemreg/nocemreg.html).
|
||||
|
||||
Make sure you have `news.lists.filters` group created.
|
||||
|
||||
## Cleanfeed
|
||||
|
||||
Cleanfeed is automatically installed from [infybofh's repository](https://github.com/infybofh/cleanfeed-ng). Configuration is located in `/inn2/etc/cleanfeed` directory within container, please configure it according to your needs.
|
||||
|
||||
## Versioning
|
||||
|
||||
Image versioning follows official inn2 versions with additional optional version postfix added to indicate image fixes for particular version.
|
||||
|
||||
Reference in New Issue
Block a user