GitHunt
SH

shroom00/random_discogs

Random Discogs

This site allows users to find random releases on Discogs.

Note: there should be a file called .token in the repo root, containing your Discogs token. Assuming you do cargo run -r from the repo root, an error should be raised if it doesn't exist.

Config

bind_address: The address to bind to (e.g. localhost, 0.0.0.0)

port: The port the webserver will listen at (e.g. 80, 443)

scope: The base url/scope of the site. If the site is running at the root of the domain, use "/". Otherwise, use "/random_discogs", for example.

TODO

  • Make the site look nice
  • Add filtering options for specific genres etc.

An image of the site

Languages

Rust90.8%CSS9.2%

Contributors

Created November 22, 2024
Updated November 23, 2024
shroom00/random_discogs | GitHunt