{"id":38213216,"url":"https://github.com/gaseous-project/hasheous","last_synced_at":"2026-01-17T00:45:16.692Z","repository":{"id":213845480,"uuid":"696277758","full_name":"gaseous-project/hasheous","owner":"gaseous-project","description":"Public server to proxy and cache IGDB queries and provide hash matching and lookups for the Gaseous server and other projects.","archived":false,"fork":false,"pushed_at":"2026-01-11T12:19:38.000Z","size":4171,"stargazers_count":38,"open_issues_count":29,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T13:48:37.540Z","etag":null,"topics":["metadata","metadata-api","open-source","retrogaming","rom-matching"],"latest_commit_sha":null,"homepage":"https://hasheous.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gaseous-project.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":".github/funding.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"michaelgreen23528","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"polar":null,"custom":null}},"created_at":"2023-09-25T12:48:24.000Z","updated_at":"2026-01-08T09:24:14.000Z","dependencies_parsed_at":"2024-01-08T02:54:22.202Z","dependency_job_id":"2464e9e3-6b1e-4163-8a62-960d5b45f667","html_url":"https://github.com/gaseous-project/hasheous","commit_stats":null,"previous_names":["gaseous-project/hasheous"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/gaseous-project/hasheous","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaseous-project%2Fhasheous","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaseous-project%2Fhasheous/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaseous-project%2Fhasheous/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaseous-project%2Fhasheous/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gaseous-project","download_url":"https://codeload.github.com/gaseous-project/hasheous/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gaseous-project%2Fhasheous/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28490534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T23:55:29.509Z","status":"ssl_error","status_checked_at":"2026-01-16T23:55:29.108Z","response_time":107,"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":["metadata","metadata-api","open-source","retrogaming","rom-matching"],"created_at":"2026-01-17T00:45:16.083Z","updated_at":"2026-01-17T00:45:16.684Z","avatar_url":"https://github.com/gaseous-project.png","language":"JavaScript","readme":"# \u003cimg src=\"./hasheous/wwwroot/images/logo.svg\" height=\"28\" style=\"float: right;\" /\u003e Hasheous Server\n\nThis project aims to match the content of DAT's like those provided by TOSEC and No-Intro to metadata provided by various vendors (IGDB only at present), to simplify identifying ROMs and other images when adding to ROM managers such as Hasheous's sister project Gaseous (https://github.com/gaseous-project/gaseous-server)\n\nHasheous is hosted at https://hasheous.org/\n\n## Features\n* Supports TOSEC, MAME, MESS, Redump, and No-Intro\n* Matches to the following metadata sources:\n  * IGDB\n  * VIMMS Lair Manual Project (provides scans of game manuals)\n* Proxies the following metadata sources:\n  * IGDB\n* Provides an API for developers to submit fixes to data matching\n* Is completely free to use\n\n## Discord Server\nJoin our Discord server: https://discord.gg/Nhu7wpT3k4\n\n## Requirements\n* MariaDB 11.1.2 or greater\n  * This is the database version Hasheous has been tested and developed against. Your mileage may vary with earlier versions.\n* Internet Game Database API Key. See: https://api-docs.igdb.com/#account-creation\n\n## Third Party Projects\nThe following projects are used by Hasheous\n* https://dotnet.microsoft.com/en-us/apps/aspnet\n* https://github.com/JamesNK/Newtonsoft.Json\n* https://www.nuget.org/packages/MySql.Data/8.0.32.1\n* https://github.com/kamranayub/igdb-dotnet\n\n## Configuration File\nWhen Hasheous-Server is started for the first time, it creates a configuration file at ~/.hasheous-server/config.json if it doesn't exist. Some values can be filled in using environment variables (such as in the case of using docker).\n\n### DatabaseConfiguration\n| Attribute | Environment Variable |\n| --------- | -------------------- |\n| HostName  | dbhost               |\n| UserName  | dbuser               |\n| Password  | dbpass               |\n\n### IGDBConfiguration\n| Attribute | Environment Variable |\n| --------- | -------------------- |\n| ClientId  | igdbclientid         |\n| Secret.   | igdbclientsecret     |\n\n### config.json\n```json\n{\n  \"DatabaseConfiguration\": {\n    \"HostName\": \"localhost\",\n    \"UserName\": \"hasheous\",\n    \"Password\": \"hasheous\",\n    \"DatabaseName\": \"hasheous\",\n    \"Port\": 3306\n  },\n  \"IGDBConfiguration\": {\n    \"ClientId\": \"\u003cclientid\u003e\",\n    \"Secret\": \"\u003csecret\u003e\"\n  },\n  \"LoggingConfiguration\": {\n    \"DebugLogging\": false,\n    \"LogRetention\": 7\n  }\n}\n```\n\n## Docker\n### Build and deploy a Docker image from source\nDockerfile and docker-compose-build.yml files have been provided to make deployment of the server as easy as possible.\n1. Clone the repo with ```git clone https://github.com/gaseous-project/hasheous.git```\n2. Change into the hasheous directory\n3. Open the docker-compose--build.yml file and edit the igdbclientid and igdbclientsecret to the values retrieved from your IGDB account\n4. Run the command ```docker-compose --file docker-compose-build.yml up -d```\n5. Connect to the host on port 7157\n\n# Adding Content\nCurrently supported DAT's:\n* TOSEC: https://www.tosecdev.org/downloads/category/56-2023-01-23\n* MAME Arcade and MAME Mess: https://www.progettosnaps.net/dats/MAME\n* Redump: http://redump.org\n* No-Intro: https://no-intro.org\n\nIf there are other DAT's you'd like to see support for, please raise an issue with a link to the DAT's.\n\n## Adding signature DAT files\n### TOSEC\n1. Download the DAT files from the source website. For example; from https://www.tosecdev.org/downloads/category/56-2023-01-23\n2. Extract the archive\n3. Copy the DAT files to `~/.hasheous-server/Data/Signatures/TOSEC/`\n\n### MAME Arcade\n1. Download the DAT files from the source website. For example; from https://www.progettosnaps.net/dats/MAME\n2. Extract the archive\n3. Copy the file name `MAME 0.257 (arcade).dat` files to `~/.hasheous-server/Data/Signatures/MAME Arcade/`\n\n### MAME MESS\n1. Download the DAT files from the source website. For example; from https://www.progettosnaps.net/dats/MAME\n2. Extract the archive\n3. Copy the file name `MAME 0.257 (mess).dat` files to `~/.hasheous-server/Data/Signatures/MAME MESS/`\n\n### Redump\n1. Download the DAT files from the source website. For example; from http://redump.org/downloads/\n2. Copy the DAT files to `~/.hasheous-server/Data/Signatures/Redump/`\n\n### No-Intro\n1. Download the DAT files from the source website. For example; from https://datomatic.no-intro.org/index.php?page=download\u0026op=daily\u0026s=64\n2. Set `Type` to `Standard DAT` and click Request\n3. Extract the archive and copy the `*.dat` files from the `./No-Intro` directory to `~/.hasheous-server/Data/Signatures/NoIntro/DAT`\n4. Download the DB files from the source website.\n5. Set `Type` to `DB` and click Request\n6. Extract the archive and copy the `*.xml` files from the `./No-Intro` directory to `~/.hasheous-server/Data/Signatures/NoIntro/DB`\n","funding_links":["https://ko-fi.com/michaelgreen23528"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaseous-project%2Fhasheous","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgaseous-project%2Fhasheous","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgaseous-project%2Fhasheous/lists"}