template for logging into stuff
Go to file Use this template
SadlyNotSappho 518dd26b0f start working on routes for posts 2024-04-05 11:55:00 -07:00
images FUCK 2024-03-01 14:02:37 -08:00
src start working on routes for posts 2024-04-05 11:55:00 -07:00
tmpimages FUCK 2024-03-01 14:02:37 -08:00
web add delete button to GET /myimages 2024-03-29 11:16:27 -07:00
.env.example add port to .env.example 2024-02-20 09:52:25 -08:00
.gitignore finish image paths, you can now create, delete, etc. images 2024-03-01 13:11:09 -08:00
Cargo.lock start working on routes for posts 2024-04-05 11:55:00 -07:00
Cargo.toml start working on routes for posts 2024-04-05 11:55:00 -07:00
Dockerfile technically, this can be used as a blogging software now. please do not do that though. 2024-01-26 11:59:39 -08:00
LICENSE Initial commit 2023-11-14 10:52:16 -08:00
README.md create admin user, partially rebrand to login template 2024-02-06 11:35:25 -08:00
build.sh FUCK 2024-03-01 14:02:37 -08:00
docker-compose.yml rewrite GET /account and add GET /myimages 2024-03-26 11:43:57 -07:00
imagesplan.txt finish image paths, you can now create, delete, etc. images 2024-03-01 13:11:09 -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