Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > rocksolid.programming > #232 > unrolled thread
| Started by | Retro Guy <retro_guy@retrobbs.rocksolidbbs.com> |
|---|---|
| First post | 2021-01-13 18:19 -0700 |
| Last post | 2021-01-13 18:19 -0700 |
| Articles | 1 — 1 participant |
Back to article view | Back to rocksolid.programming
standalone rslight nntp server Retro Guy <retro_guy@retrobbs.rocksolidbbs.com> - 2021-01-13 18:19 -0700
| From | Retro Guy <retro_guy@retrobbs.rocksolidbbs.com> |
|---|---|
| Date | 2021-01-13 18:19 -0700 |
| Subject | standalone 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
Back to top | Article view | rocksolid.programming
csiph-web