~m15o/vpub

virtual pub software
More breadcrumb stuff
cleaning up the breadcrumb section, might need more work in the future
Allow to delete boards, forums and fix deleting users

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~m15o/vpub
read/write
git@git.sr.ht:~m15o/vpub

You can also use your local clone with git send-email.

#vpub

Simple message board software.

#Installation

In order to compile vpub, you need to have:

  • go
  • git
  • make
  • gcc

Here is how to build vpub:

  1. git clone git.sr.ht/~m15o/vpub
  2. cd vpub
  3. make

You should now have vpub in ./bin/. You can keep it there, or move it to /usr/sbin or anywhere else.

#systemd service

Here's an example service file. Create it on /etc/systemd/system/vpub.service.

[Install]
WantedBy=multi-user.target

[Unit]
Description=vpub

[Service]
ExecStart=/usr/sbin/vpub
Do not follow this link