Skip to content
Silverweed edited this page Mar 12, 2015 · 3 revisions

Config related

  • Passwords for admin.conf are basic SHA256. echo -n YOUR_PASSWORD | sha256sum should suffice
  • Incorrect JSON inside the conf files will cause maud to panic and crash, so be careful with it (typical errors are leaving trailing commas or forgetting fields within the JSON objects). If you don't need a specific mod (e.g. you're not interested in the blacklist), just remove or rename the corresponding .conf file: a missing conf file won't cause maud to crash.

Dev related

  • grunt watch is your best friend
  • git config --global core.autocrlf true on Windows
    git config --global core.autocrlf input everywhere else
Clone this wiki locally