Hi! This is a little pastebin application with colourful HTML support!
Building and running the thing has a few requirements:
- A working Rust environment
- An account with a PostgreSQL server with credentials in.. an environment variable called DATABASE_URL
- An account with Amazon S3 or a compatible service, credentials in config.toml
- An account with Cloudflare Turnstile with site key and secret key noted in config.toml
Optional, nice to have things but not strictly required:
- An account with Cloudflare with an API Token scoped for
Zone.Cache Purge, credentials in config.toml - An application registered with Discord, credentials in config.toml
- Be signed into GitHub and click on the green
Codebutton in the top right corner of the repository - Select Codespaces tab and click on the
Create codespace - Let the thing wriggle and build for a bit! It takes a while for the first time
- Copy config.toml.sample to a file called config.toml
- The codespace domain for port 2024 goes in
static_domainin config.toml - The codespace address+
pastebin/for port 9000 goes ins3_bucket_urlin config.toml - Open the terminal and type
make bucket-- run this only once! - Open the terminal and type
make migrate,make check, and thenmake run - Make the forward address for port 9000 public in the codespace
- Open the address for the forwarded port 2024 in your browser!
- Tada! You have a working pastebin!
- Clone the repository with
git clone https://github.com/adayoung/ada-pastebin - Copy config.toml.sample to a file called config.toml and edit for correct values
- Export the DATABASE_URL in the form
DATABASE_URL=postgres://<username>:<password>@<host>/<db> - Setup database with
cargo install sqlx-cliand thensqlx db createfollowed withsqlx migrate run - Run it with
cargo run(or build it withcargo build --release) - Point your browser to http://localhost:2024/
We have pretty icons from Feather!