template for logging into stuff
Go to file Use this template
SadlyNotSappho ab7b102045 update GET /perms/<username> error messages 2024-03-19 13:23:38 -07:00
images FUCK 2024-03-01 14:02:37 -08:00
src update GET /perms/<username> error messages 2024-03-19 13:23:38 -07:00
tmpimages FUCK 2024-03-01 14:02:37 -08:00
web FUCK 2024-03-01 14:02:37 -08: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 uploading stuff sorta works but also permissions dont, i'll fix that later when i'm not fighting with my parents 2024-02-23 12:12:15 -08:00
Cargo.toml uploading stuff sorta works but also permissions dont, i'll fix that later when i'm not fighting with my parents 2024-02-23 12:12:15 -08: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 finish image paths, you can now create, delete, etc. images 2024-03-01 13:11:09 -08: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