decforum

command module
v0.0.0-...-7139908 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2022 License: MIT Imports: 35 Imported by: 0

README

Welcome to DECForum
===================

This is a forum where the conversation is backed by a git repository. Each message is a separate commit which is referenced by it’s hash. You can use markdown to write posts, and they will be rendered back to you as HTML. There is no login, posters are identified by the base32 address of the client which they use to connect to the server.

Build Dependencies:

Node, NPM, Gulp.

sudo apt-get install nodejs npm gulp

Docker Setup:

docker build -t eyedeekay/decforum https://github.com/eyedeekay/decforum.git
docker run \
    --detach \
    --name=decforum \
    --net=host \
    --restart=always \
    --volume=decforum:/var/lib/decforum \
    eyedeekay/decforum
echo "https://$(docker exec decforum cat gitforum.i2p.public.txt)"
docker build -t eyedeekay/decforum https://github.com/eyedeekay/decforum.git
docker rm -f decforum; true
docker run \
    --detach \
    --name=decforum \
    --net=host \
    --restart=always \
    --volume=decforum:/var/lib/decforum \
    eyedeekay/decforum /bin/decforum -readOnly=true
echo "https://$(docker exec decforum cat gitforum.i2p.public.txt)" > "$HOME/gitforum.i2p.public.txt"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL