why did i not make this be its own repo
Go to file
SadlyNotSappho 24f22db7b7 Initial commit 2025-01-31 12:59:23 -08:00
images Initial commit 2025-01-31 12:59:23 -08:00
src Initial commit 2025-01-31 12:59:23 -08:00
tmpimages Initial commit 2025-01-31 12:59:23 -08:00
web Initial commit 2025-01-31 12:59:23 -08:00
.env.example Initial commit 2025-01-31 12:59:23 -08:00
.gitignore Initial commit 2025-01-31 12:59:23 -08:00
Cargo.lock Initial commit 2025-01-31 12:59:23 -08:00
Cargo.toml Initial commit 2025-01-31 12:59:23 -08:00
Dockerfile Initial commit 2025-01-31 12:59:23 -08:00
LICENSE Initial commit 2025-01-31 12:59:23 -08:00
README.md Initial commit 2025-01-31 12:59:23 -08:00
build.sh Initial commit 2025-01-31 12:59:23 -08:00
docker-compose.yml Initial commit 2025-01-31 12:59:23 -08:00

README.md

login template

this is pretty much just some shitty code that'll handle logging into and out of a website, with the default features being a blog, but it should be easy to change to something else

setup: remove .example from .env.example \nfill it with the correct values (for ROCKET_SECRET_KEY, run that command to generate it) \nrun docker compose build to build it, docker compose run to run, and docker compose run -d to run it in the background