Friday, 26th February 2021
TIL
Adding extra read-only information to a Django admin change page
— I figured out this pattern today for adding templated extra blocks of information to the Django admin change page for an object.
TIL
Granting a PostgreSQL user read-only access to some tables
— I wanted to grant a PostgreSQL user (or role) read-only access to a specific list of tables.
How to secure an Ubuntu server using Tailscale and UFW. This is the Tailscale tutorial I’ve always wanted: it explains in detail how you can run an Ubuntu server (from any cloud provider) such that only devices on your personal Tailscale network can access it.