# arimelody.me home to your local SPACEGIRL! 💫 --- built up from the initial [static](https://git.arimelody.me/ari/arimelody.me-static) branch, this powerful, server-side rendered version comes complete with live updates, powered by a new database and handy admin panel! the admin panel currently facilitates live updating of my music discography, though i plan to expand it towards art portfolio and blog posts in the future. if all goes well, i'd like to later separate these components into their own library for others to use in their own sites. exciting stuff! ## build - `git clone` this repo, and `cd` into it. - `go build -o arimelody-web .` ## running the server should be run once to generate a default `config.toml` file. configure as needed. note that a valid DB connection is required, and the admin panel will be disabled without valid discord app credentials (this can however be bypassed by running the server with `-adminBypass`). the configuration may be overridden using environment variables in the format `ARIMELODY_
_`. for example, `db.host` in the config may be overridden with `ARIMELODY_DB_HOST`. the location of the configuration file can also be overridden with `ARIMELODY_CONFIG`. ## database the server requires a postgres database to run. you can use the [schema.sql](schema.sql) provided in this repo to generate the required tables. automatic schema building/migration may come in a future update.