Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
4cdn 3c8fa13ffe block-inline --> inline-block & cater to firefox
19:03:41.183 Error in parsing value for 'display'.  Declaration dropped.1 site.css:44:13
19:03:41.183 Unknown property 'overflow-wrap'.  Declaration dropped.1 site.css:45:14
"You might as well use word-wrap as well because as the spec says, they are literally just alternate names for each other. Some browsers support one and not the other. Firefox (tested v43) only supports word-wrap"
—https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/
2015-11-07 19:09:34 -05:00
2015-08-04 09:48:29 -04:00
2015-08-22 19:46:32 -04:00
2015-10-21 10:56:54 -04:00
2015-10-10 10:22:00 -04:00

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 along with general documentation, here

getting started

Get the dependancies

sudo apt-get update
sudo apt-get --no-install-recommends install imagemagick libsodium-dev ffmpegthumbnailer sox build-essential git golang ca-certificates

Check out this repo and build it

git clone https://github.com/majestrate/nntpchan
cd nntpchan
./build.sh

Now configure the database. Next


PLEASE report any bugs you find while setting up or building (here) so that the problems get fixed :^)

For peering requests, questions or support find me on rizon as _uguu_

Like this project? Fund it:

bitcoin: 15yuMzuueV8y5vPQQ39ZqQVz5Ey98DNrjE

Description
No description provided
Readme 21 MiB
Languages
Go 57.2%
Mustache 16.4%
JavaScript 9.7%
C++ 6.7%
Python 3.8%
Other 6.1%