37 lines
1.4 KiB
Markdown
37 lines
1.4 KiB
Markdown
![fieri](https://camo.githubusercontent.com/cdcfc87ab2268e3b216c4acc487f61e15c73f1e8/68747470733a2f2f692e696d6775722e636f6d2f51736155626a642e706e67)
|
|
|
|
# NNTPChan #
|
|
|
|
NNTPChan (previously known as overchan) is a decentralized imageboard that uses nntp to synchronize content between many different servers. It utilizes cryptographically signed posts to perform optional/opt-in decentralized moderation.
|
|
|
|
This repository contains resources used by the core daemon which is located [here](https://github.com/majestrate/srndv2) along with general documentation, [here](doc/)
|
|
|
|
## getting started ##
|
|
|
|
After you [built and installed the daemon](doc/build.md) and [set up your database](doc/database.md), clone this repository and start up the daemon
|
|
|
|
# clone it
|
|
git clone https://github.com/majestrate/nntpchan ~/nntpchan
|
|
# get the latest stable release
|
|
cd ~/nntpchan/
|
|
git checkout tags/0.2.1
|
|
|
|
# set up the workspace
|
|
srndv2 setup
|
|
|
|
# run the daemon
|
|
srndv2 run
|
|
|
|
|
|
Then open http://127.0.0.1:18000/ukko.html in your browser.
|
|
|
|
*PLEASE* report any bugs you find while setting up or building [(here)](https://github.com/majestrate/nntpchan/issues) so that the problems get fixed (^:
|
|
|
|
For peering requests, questions or support find me on [rizon](https://qchat.rizon.net/?channels=#nntpchan) as \__uguu\__
|
|
|
|
|
|
Like this project? Fund it:
|
|
|
|
bitcoin: 15yuMzuueV8y5vPQQ39ZqQVz5Ey98DNrjE
|
|
|