minnixtx

Results 16 comments of minnixtx

> Also: > > `vim config.yaml # modify the logging parameters, increase logging` > > See in the log output helps you further. Ok I changed to DEBUG instead of...

Ok the bot.db directory is there but is empty. If I try to write to the directory as a regular user there is a permission error, but using sudo is...

So I removed the bot.db directory that was created from docker compose and just created a blank bot.db file to see what would happen than ran docker compose up again....

Dockerfile ``` FROM python:3.7-slim RUN apt update && apt upgrade -y && \ apt install -y \ wget \ libmagic1 \ build-essential WORKDIR /bot COPY *.py /bot/ COPY *.yaml /bot/...

Ok, trying to run it without docker. I'm having problems understanding what the paths should be in the systemctl file. ``` [Unit] Description=matrix-eno-bot [Service] # change user name to fit...

> @minnixtx see: [#591 (comment)](https://github.com/Automattic/wordpress-activitypub/issues/591#issuecomment-2201329297) Brilliant. It worked. I have no recollection of changing post URLs to include index.php but after changing the format to just include the post title...