Commit Graph

5 Commits

Author SHA1 Message Date
lolcat 130358a9e0 v8 2024-04-21 19:31:56 -04:00
lolcat e4c23493a9 added dependency in readme 2023-11-27 19:39:20 -05:00
lolcat bef83bb3c8 readme 2023-09-03 22:44:46 -04:00
lolcat c8ab934b10 soundcloud lolllllll 2023-09-03 22:41:44 -04:00
cynic 77293818cd [DANGEROUS] untrack all banners, replace with default banner (#9)
if this git repo is meant for all instances, it doesn't make sense that 4get.ca banners are stored here.
instead, I've added `banner/*` to a .gitignore file, so instances can clone/pull/push the repo without grabbing other people's banners or uploading their own.

making this change required deleting all the currently tracked banners from the repo. an unfortunate side-effect of this is that **if you have any of these tracked banners in your local version, pulling this commit WILL DELETE ALL OF THEM!!!!!!** pulling this commit properly while preserving tracked banners should be done by temporarily copying them to another directory, `git pull`ing, then copying them back.

I also added a default banner based on the default nginx page so new instances aren't bannerless.

Co-authored-by: cynic <kurisufag1@gmail.com>
Reviewed-on: #9
Co-authored-by: cynic <admin@cynic.moe>
Co-committed-by: cynic <admin@cynic.moe>
2023-08-30 19:04:53 -05:00