{"id":20530277,"url":"https://github.com/zoomten/toybooru","last_synced_at":"2026-07-19T03:38:28.564Z","repository":{"id":191674786,"uuid":"685157855","full_name":"ZoomTen/toybooru","owner":"ZoomTen","description":"Toy booru-like web app. DON'T USE IN PRODUCTION!","archived":false,"fork":false,"pushed_at":"2024-04-27T07:25:16.000Z","size":712,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-16T11:52:26.200Z","etag":null,"topics":["booru","jester","karax-vdom","nim"],"latest_commit_sha":null,"homepage":"","language":"Nim","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZoomTen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-30T16:29:02.000Z","updated_at":"2024-04-27T07:25:19.000Z","dependencies_parsed_at":"2023-08-31T04:09:33.245Z","dependency_job_id":"6c775676-8979-47d2-bfad-d315f1ceebcc","html_url":"https://github.com/ZoomTen/toybooru","commit_stats":null,"previous_names":["zoomten/toybooru"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZoomTen%2Ftoybooru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZoomTen%2Ftoybooru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZoomTen%2Ftoybooru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZoomTen%2Ftoybooru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZoomTen","download_url":"https://codeload.github.com/ZoomTen/toybooru/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242133968,"owners_count":20077171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["booru","jester","karax-vdom","nim"],"created_at":"2024-11-15T23:36:07.657Z","updated_at":"2025-10-14T04:20:30.599Z","avatar_url":"https://github.com/ZoomTen.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toybooru\n\n![](preview.png)\n\nExactly what it says on the tin: a toy booru-like web app.\n\nHas not been fuzzed yet and I'm not even sure the queries are secure yet—**do not use in production!**\n\nYou should put it behind something like Nginx, maybe to enforce file size limits?\n\n```\nnimble start\n```\n\nClean the database by\n```\nnimble cleanDb\n```\n\n**Requires devel packages for: libsodium**\n\nDatabase support:\n\n* SQLite ≥ 3.39.0 (default)\n* PostgreSQL (use `nimble -d:usePostgres start`)\n\nConfiguration is hard-coded for now, look at `src/settings.nim`.\n\nUsage with SQLite requires `libsqlite3-dev` to be installed on Debian, at least.\n\n## What's here?\n\n- Basic [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete)\n- Tag searching: unprefixed keywords signify an AND relation, keywords prefixed with `-` signify a NOT relation to be applied on top.\n- Pagination\n- (JS-only) Tag autocomplete, available on the following forms: Search, upload, edit.\n- \"Namespaced\" tags—really just decorated tags if there's a : separating the two parts. Decorations are applied with CSS. Predefined in `screen.css`: `author`, `character_owner`, `character`, `rating`.\n- Responsive layout\n- Rolling a random picture. Will also be limited to a subset of pictures provided you have an existing tag search query (GET parameter: `q`)\n- Utility for importing from [Hydrus Network](https://hydrusnetwork.github.io/hydrus/)… provided you've exported with tags to a corresponding text file.\n- Find similar images\n\n## Todo\n\n- User accounts (getting there)\n- Wiki\n- Adding source to images\n- Comments, maybe?\n- …\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoomten%2Ftoybooru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzoomten%2Ftoybooru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzoomten%2Ftoybooru/lists"}