More breadcrumb stuff
cleaning up the breadcrumb section, might need more work in the future
Allow to delete boards, forums and fix deleting users
Simple message board software.
In order to compile vpub, you need to have:
Here is how to build vpub:
git clone git.sr.ht/~m15o/vpub
cd vpub
make
You should now have vpub
in ./bin/
. You can keep it there, or move it to /usr/sbin
or anywhere else.
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