template for logging into stuff
Go to file Use this template
SadlyNotSappho 8e1d34595a fix crash on first startup due to making admin account, and allow creation of new users through a ui 2024-02-06 14:41:29 -08:00
src fix crash on first startup due to making admin account, and allow creation of new users through a ui 2024-02-06 14:41:29 -08:00
web fix crash on first startup due to making admin account, and allow creation of new users through a ui 2024-02-06 14:41:29 -08:00
.env.example create admin user, partially rebrand to login template 2024-02-06 11:35:25 -08:00
.gitignore create admin user, partially rebrand to login template 2024-02-06 11:35:25 -08:00
Cargo.lock fix logging in 2024-02-02 12:05:39 -08:00
Cargo.toml fix logging in 2024-02-02 12:05:39 -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
docker-compose.yml create admin user, partially rebrand to login template 2024-02-06 11:35:25 -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