Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > rocksolid.programming > #232 > unrolled thread

standalone rslight nntp server

Started byRetro Guy <retro_guy@retrobbs.rocksolidbbs.com>
First post2021-01-13 18:19 -0700
Last post2021-01-13 18:19 -0700
Articles 1 — 1 participant

Back to article view | Back to rocksolid.programming


Contents

  standalone rslight nntp server Retro Guy <retro_guy@retrobbs.rocksolidbbs.com> - 2021-01-13 18:19 -0700

#232 — standalone rslight nntp server

FromRetro Guy <retro_guy@retrobbs.rocksolidbbs.com>
Date2021-01-13 18:19 -0700
Subjectstandalone rslight nntp server
Message-ID<20210113181908.5f22db21@desktop14.dt>
I've split the nntp server from rslight so that it can run without the
web interface.

This is all done with config option, no code changes. I wanted to be
able to run just the news server, which is working fine, but I didn't
want to have a separate code base for with/without web interface.

The server can be run in one directory and will create what it needs as
subdirs of that dir.

I'm using this for developing and testing putting articles into
databases instead of an inn type spool. There is a config option to
choose, so the spool is still available if wanted.

This will also make it much easier to develop any bridges between other
transports like activitypub or fms(freenet) or whatever. My goal is
that these can be added as features, without changing the way the
server works for rslight.

This will be in devel testing for a while.

Retro Guy

[toc] | [standalone]


Back to top | Article view | rocksolid.programming


csiph-web