template for logging into stuff
Go to file Use this template
SadlyNotSappho 82a42ad0df 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
src 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
web finish admin panel 2024-02-13 14:55:21 -08:00
.env.example add port to .env.example 2024-02-20 09:52:25 -08:00
.gitignore create admin user, partially rebrand to login template 2024-02-06 11:35:25 -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
docker-compose.yml GET /images/<image>.<filetype> works, pulls images from ./images/<image>.png 2024-02-23 11:21:07 -08:00
imagesplan.txt start implementing images 2024-02-20 11:56:18 -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