login-template/README.md

8 lines
464 B
Markdown
Raw Permalink Normal View History

# login template
2023-11-14 10:52:16 -08:00
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
2023-11-14 10:52:33 -08:00
setup: remove .example from `.env.example`
\nfill it with the correct values (for `ROCKET_SECRET_KEY`, run that command to generate it)
2023-12-12 12:16:09 -08:00
\nrun `docker compose build` to build it, `docker compose run` to run, and `docker compose run -d` to run it in the background