Quick start
monbooru on its own needs no quick start beyond its install page. This page is for the next step: adding monloader (downloads and lookups) and the monsender extension to a monbooru you already run.
1. Start with monbooru
If it is not running yet, follow
installing monbooru, then
open http://localhost:8080 and check that you can access it.
2. Start monloader
monloader ships as a commented-out service in monbooru’s
docker/docker-compose.yml, already on the same network. Uncomment it
and start it:
docker compose up -d monloader
Then open http://localhost:8081.
3. Pair monloader with monbooru
- In monloader, go to Settings -> monbooru. The default api url
http://monbooru:8080is right for the shared compose network. - Click connect to monbooru.
- In monbooru, open Settings -> Monloader and approve the request.
- Back in monloader, pick a default gallery and save.
That is the whole handshake; the apps exchange tokens themselves. From now on monloader pushes downloads into that gallery, and monbooru’s footer shows a “connected to monloader” light.
To try it: paste a post URL from a booru site into monloader’s queue page and watch it arrive in monbooru, tags included.
4. Add the browser extension
- Install monsender in Firefox or Chrome.
- In the extension options, set the monloader URL - the address your
browser reaches it at, so
http://localhost:8081on the same machine, or your server’s LAN address likehttp://monloader.lan:8081. - Click connect to monloader, then approve the request in monloader under Settings -> monsender.
Now browse to a post on a supported site and press the toolbar button (or Ctrl+Shift+L). The page goes to monloader, downloads, and lands in monbooru.
