```bash mkdir -p /opt/simpleshortener/ cd /opt/simpleshortener curl -fsSl https://raw.githubusercontent.com/randomairborne/SimpleShortener/master/docker-compose.yml -o docker-compose.yml echo "users = { admin = \"fc8252c8dc55839967c58b9ad755a59b61b67c13227ddae4bd3f78a38bf394f7\"}" > config.toml
nano config.toml docker-compose up -d ```
Create this config file: ```toml
PORT
environment variable.port = 24529
database = "postgres://username:password@localhost/database"
users = { admin = "fc8252c8dc55839967c58b9ad755a59b61b67c13227ddae4bd3f78a38bf394f7" }
Build with [rust](https://rust-lang.org)
bash
git clone https://github.com/randomairborne/SimpleShortener.git
SQLXOFFLINE="true" cargo build --release
``
then run with
./target/bin/simpleshortener /path/to/config.toml`
If you have any issues you can contact me on discord, valkyrie_pilot#2707
The panel does not in fact work, if someone feels like writing that feel free