1
0
Fork 0

db path in cron

main
Jeff Moe 2023-01-09 11:03:08 -07:00
parent 93c8de556c
commit ab4ef978ca
1 changed files with 18 additions and 0 deletions

View File

@ -171,6 +171,24 @@ logs, but I don't see the actual list of blocked domains
in the admin interface.
To get it working with cron, this file will likely need to be edited:
```
sudo $EDITOR /etc/default/rapidblock
```
Then change this line:
```
"mastodon-4.x|postgresql:///mastodon?host=/run/postgresql&port=5433" \
```
To something like this:
```
"mastodon-4.x|postgresql:///mastodon_production" \
```
Issues with Rapidblock:
* Uses proprietary github.