test patch
(8.17 KB, 0x0)
megudemo1 webm
(6.46 MB, 1600x800 vp9)
for anons who want to try meguca but cant fix the code heres a patch file for meowmin repo
> docker container working
> fixes anti-spam for new instance
> stop claude running at startup and crashing
commands I use in the video:
sudo dnf install -y git epel-release
sudo dnf install -y podman-compose
git clone https://github.com/meowmin/meguca/
cd meguca
git apply ../test.patch
sudo podman-compose build
sudo podman-compose up -d
meguca will be running on http://your-ip:8000
it will also work as rootless pod
hope you find it useful!