DFeed Question
Vladimir Panteleev
thecybershadow.lists at gmail.com
Tue Nov 25 17:05:39 UTC 2025
On Tuesday, 25 November 2025 at 03:18:11 UTC, Entropy wrote:
> I came across the D language and DFeed by chance. I am deeply
> impressed with DFeed, especially the forum aspect of it which
> is most salient to me.
>
> Is it viable for a non-D user like myself to be able to set up
> and utilize DFeed to run a forum on my VPS, or is that not
> really the intention behind releasing the code? Are there any
> examples of anyone else using this very well-made forum
> elsewhere? Any tutorials on how to get it up and running?
Hi,
I pushed out two tweaks to https://github.com/CyberShadow/DFeed
master:
1. Moved remaining dlang.org-specific behavior to a separate
repository (its dlang.org fork)
2. Added ability to run without a backing NNTP or mailing list
So, you should now be able to simply `git clone` and `dub run` to
get a working unbranded forum.
You can customize your instance by copying example files from
`site-default/` to `site/`.
I've put up a demo instance of what it looks like with zero
configuration here: https://dfeed-demo.cy.md/
Let me know how it goes - this is brand new functionality so
feedback is welcome.
More information about the Digitalmars-d
mailing list