PBooru

command module
v0.0.0-...-31ad618 Latest Latest
Warning

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

Go to latest
Published: May 30, 2023 License: Unlicense Imports: 14 Imported by: 0

README

The Permanent Booru

The Permanent Booru is an image board web server which takes leverage of the decentralization of IPFS to distribute its content.

Requirements

Golang

Ipfs

Postgresql

ImageMagick

Optional

FFmpeg For video thumbnails

Mupdf For pdf and epub thumbnails

Gnome-epub-thumbnailer For mobi thumbnails

Installing

Go get and build PBooru

go get -u -d github.com/kycklingar/PBooru
cd $GOPATH/src/github.com/kycklingar/PBooru
make
cp out ~/pbooru

Go get and install Ipfs

go get -u -d github.com/ipfs/go-ipfs
cd $GOPATH/src/github.com/ipfs/go-ipfs
make install

Download and setup Postgresql. Create a user and a database for PBooru.

Running
cd ~/pbooru
./pbooru -init-cfg

Edit the config.cfg file, mainly change the DBCfg.ConnectionString and HTTPAddress. Run ./pbooru

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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