{"id":36550590,"url":"https://github.com/nireo/booru","last_synced_at":"2026-01-12T06:33:42.738Z","repository":{"id":45075397,"uuid":"291135804","full_name":"nireo/booru","owner":"nireo","description":"A imageboard built with golang","archived":false,"fork":false,"pushed_at":"2022-03-15T19:19:42.000Z","size":2267,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-19T11:29:29.318Z","etag":null,"topics":["authentication","boards","comments","imageboard","images","posts"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nireo.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}},"created_at":"2020-08-28T20:03:35.000Z","updated_at":"2023-08-03T22:43:07.000Z","dependencies_parsed_at":"2022-08-27T19:01:00.436Z","dependency_job_id":null,"html_url":"https://github.com/nireo/booru","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nireo/booru","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nireo%2Fbooru","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nireo%2Fbooru/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nireo%2Fbooru/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nireo%2Fbooru/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nireo","download_url":"https://codeload.github.com/nireo/booru/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nireo%2Fbooru/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28336316,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["authentication","boards","comments","imageboard","images","posts"],"created_at":"2026-01-12T06:33:42.109Z","updated_at":"2026-01-12T06:33:42.734Z","avatar_url":"https://github.com/nireo.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# booru: A Classic Imageboard\n\n## Setup\n\n###### Docker\n\n```bash\n$ docker-compose up\n```\n\nNote that this command use default installation configuration described in the docker_config.json. **There are default admin credentials in there**, so make sure to change it. \n\n###### Standalone\n\nThe project is built with golang, but you can create a custom client in any language you want, since booru also works as a rest api. By default booru will serve html which leverages golang templates.\n\n```bash\n# Creating database (postgresql)\nsu - postgres\ncreatedb dbname\n```\n\n### Configuration file\n\nMost of the fields are quite self explanatory. But the `restApi` field means that the server won't serve html templates, but instead JSON. This means you can build your own client, but use booru as the back-end.\n\n```json\n// config.json\n{\n    \"port\": \"8080\",\n    \"adminAccess\": true,\n    \"databaseHost\": \"localhost\",\n    \"databasePort\": \"5432\",\n    \"databaseUser\": \"postgres\",\n    \"databasePass\": \"postgres\",\n    \"databaseName\": \"dbname\",\n    \"adminLogin\": {\n        \"username\": \"admin\",\n        \"password\": \"password\"\n    },\n    \"restApi\": true\n}\n```\n\n### Running the code\n\n```\ngo run main.go\n```\n\n## Contributions\n\nFeel free to create a pull request if you want to change anything, we can go from there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnireo%2Fbooru","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnireo%2Fbooru","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnireo%2Fbooru/lists"}