{"id":13409066,"url":"https://github.com/rramiachraf/dumb","last_synced_at":"2025-03-17T19:20:08.492Z","repository":{"id":41479512,"uuid":"509225805","full_name":"rramiachraf/dumb","owner":"rramiachraf","description":"Private alternative front-end for Genius.","archived":false,"fork":false,"pushed_at":"2024-09-18T13:34:28.000Z","size":1869,"stargazers_count":172,"open_issues_count":5,"forks_count":17,"subscribers_count":8,"default_branch":"main","last_synced_at":"2024-09-18T16:44:45.450Z","etag":null,"topics":["alternative","alternative-frontends","privacy","tracking-protection"],"latest_commit_sha":null,"homepage":"","language":"Go","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/rramiachraf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-06-30T20:35:09.000Z","updated_at":"2024-09-18T14:51:47.000Z","dependencies_parsed_at":"2024-01-19T20:39:48.308Z","dependency_job_id":"f70afdf9-c560-4cf2-863f-3a2ed5f63ce8","html_url":"https://github.com/rramiachraf/dumb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rramiachraf%2Fdumb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rramiachraf%2Fdumb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rramiachraf%2Fdumb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rramiachraf%2Fdumb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rramiachraf","download_url":"https://codeload.github.com/rramiachraf/dumb/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244094267,"owners_count":20397020,"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":["alternative","alternative-frontends","privacy","tracking-protection"],"created_at":"2024-07-30T20:00:57.747Z","updated_at":"2025-03-17T19:20:08.469Z","avatar_url":"https://github.com/rramiachraf.png","language":"Go","funding_links":[],"categories":["Go","Alternative Frontends","Alternative Web Front-ends","List"],"sub_categories":["Genius"],"readme":"# dumb\nWith the massive daily increase of useless scripts on Genius's web frontend, and having to download megabytes of clutter, [dumb](https://github.com/rramiachraf/dumb) tries to make reading lyrics from Genius a pleasant experience, and as lightweight as possible.\n\n\u003ca href=\"https://codeberg.org/rramiachraf/dumb\"\u003e\u003cimg src=\"https://img.shields.io/badge/Codeberg-%232185d0\" /\u003e\u003c/a\u003e\n\n![Screenshot](https://raw.githubusercontent.com/rramiachraf/dumb/main/screenshot.png)\n\n## Installation \u0026 Usage\n### Docker\n```bash\ndocker run -p 8080:5555 --name dumb ghcr.io/rramiachraf/dumb:latest\n```\n\n### Build from source\n[Go 1.22+](https://go.dev/dl) is required.\n```bash\ngit clone https://github.com/rramiachraf/dumb\ncd dumb\nmake build\n./dumb\n```\n\n#### Notes:\n- The default port is 5555, you can use other ports by setting the `PORT` environment variable.\n- Genius servers are behind a Cloudflare reverse proxy, which means certain IPs won't be able to send requests, to partially mitigate this, you can specify a proxy by setting the `PROXY` variable (must be a valid URI).\n\n## Public Instances\n| URL | Tor | I2P | Region | CDN? | Operator |\n| --- | :----: | :----: | :----: | :----: | --- |\n| \u003chttps://dumb.ducks.party\u003e | No | No | NL | No | https://ducks.party |\n| \u003chttps://dumb.privacydev.net\u003e | [Yes](http://dumb.g4c3eya4clenolymqbpgwz3q3tawoxw56yhzk4vugqrl6dtu3ejvhjid.onion) | No | FR | No | https://privacydev.net |\n| \u003chttps://dumb.hyperreal.coffee\u003e | No | No | US | No | https://hyperreal.coffee |\n| \u003chttps://dm.vern.cc\u003e | [Yes](http://dm.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion) | [Yes](http://vernxpcpqi2y4uhu7to4rnjmyjjgzh3x3qxyzpmkhykefchkmleq.b32.i2p) | US | No | https://vern.cc |\n| \u003chttps://dumb.lunar.icu\u003e | No | No | DE | Yes | @MaximilianGT500 |\n| \u003chttps://dumb.privacyfucking.rocks\u003e | No | No | DE | - | https://privacyfucking.rocks |\n| \u003chttps://sing.whatever.social\u003e | No | No | US/DE | Yes | Whatever Social |\n| \u003chttps://dumb.bloat.cat\u003e | No | No | DE | No | https://bloat.cat |\n| \u003chttps://dumb.gitro.xyz\u003e | No | No | DE | No | https://gitro.xyz |\n| \u003chttps://dumb.jeikobu.net\u003e | No | No | DE | Yes | https://jeikobu.net |\n\n[Status Page](https://github.com/rramiachraf/dumb-instances)\n\n#### Notes:\n- Instances list in JSON format can be found in [instances.json](instances.json) file.\n- For people who might be capable and interested in hosting a public instance feel free to do so, and don't forget to open a pull request, so your instance can be included here.\n\n## Contributing\nContributions are welcome.\n\n## License\n[MIT](https://github.com/rramiachraf/dumb/blob/main/LICENCE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frramiachraf%2Fdumb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frramiachraf%2Fdumb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frramiachraf%2Fdumb/lists"}