ctmiller.net

A blog about stuff

Articles tagged with tech

Resetting the Owncast Admin PW in a Docker Container

So I did a dumb. I lost/misplaced/forgot/ate my Owncast server's admin password. Note for myself (and other who might need to know this), here is how to fix that when you are using the Docker container.

Pop into the docker container's shell.

sudo docker exec -it <container_id …

Customizing the Font in Firefox Reader Mode

(this is a repost from a previous iteration of this blog)

I was surprised that there was no easily found way to customize the font inside Reader mode in Firefox. None in the about:config, anyway. However, you CAN do it in the userContent.css file, which might not exist …