docker


Mar. 12, 2026

Linkwarden with docker compose and nginx proxy manager

[Linkwarden(https://github.com/linkwarden/linkwarden) is a tool for better managing bookmarks. If you’re nything like me, you keep 1000 browser tabs open across a series of profiles, with full intention of revisiting them later, and then never do. A colleague shpoed me linkwarden and I was interested straight away. I did have a few hangups, however: I don’t want to rely on a cloud service if I don’t have to I prefer to control my own content I am not a big fan of docker, which is required for self hosting I god over the docker hangup since it wasn’t really an option to do any other way and got straight to it.

Dec. 22, 2025

Reset admin password for sftpgo docker container

I have recently run into some odd behavior using the docker application sftpgo on my unraid NAS. I use this to do motion capture backup of my external security cameras, and it was a bit of a pain to figure out. Essentially, the admin account password seems to have reset itself, and I was in need of a way to set it back to what I had documented. In order to do so, open a connsole for the container and typew the command sftpgo resetpwd --admin admin Where admin is whatever you have set the adminstrative account to.