# Use $http_cf_connecting_ip instead of $binary_remote_addr when behind Cloudflare
limit_req_zone $http_cf_connecting_ip zone=php_limit:10m rate=10r/s;
limit_req_log_level warn;
location ~ \.php$ {
limit_req zone=php_limit burst=50;
}
# Test using bash
for i in $(seq 1 30); do curl -I -s "https://[HOST]/" | head -n 1; done
Real IP
To get current IPv4 Cloudflare ranges see the official list.
```
# Set rotation of daily backups. VALUE*24hours
# If you want to keep only today's backups, you could choose 1, i.e. everything older than 24hours will be removed.
CONFIG_rotation_daily=6
# Set rotation for weekly backups. VALUE*24hours
CONFIG_rotation_weekly=30
# Set rotation for monthly backups. VALUE*24hours
CONFIG_rotation_monthly=90
```
I used to install Kodi with TVHeadend plugin. But on a new Google TV I had issues with Kodi not starting under child profile, because of some bug with permission issues to the storage.
TiviMate seams to be working fine, you just need to add Playlist URL and EPG URL.
If you run Bitwarden eg. in Proxmox LXC you need to make sure Bitwarden start automatically. Create a configuration file in /etc/systemd/system/bitwarden.service with the following contents.