Results 620 comments of Grant

We are no longer using mod_evasive. If we return to it, then likely this ticket should be revisited.

I have upgraded the firmware cross the 6x Samsung SSD 860 1TB disks.

I have rebuilt the SSD disk array (discarded too). I have built it as RAID0 to allow maximum performance.

root password matches that stored in gpg store.

The machine is pending IPv6 which will come in a few days.

@pnorman I think this machine is allocated as the test bed for vector tiles.

The block isn't 100%, but will block the tiles for most users. It depends on client browser settings.

> I prefer this over #9883 I don't mind which gets accepted. The outcome is the same for me.

I don't have a technical opinion on how the backend is best implemented (DB / Data File / YAML / etc), I only care about the outcome in having a...

I've found it much easier not to use any action dependencies. eg: ``` name: Push on: push: branches: - main jobs: push: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - name:...