add GNU freefont

This commit is contained in:
Your Name 2025-10-13 14:45:33 -04:00
parent b4060ece54
commit 5ae683fccd
4 changed files with 4 additions and 2 deletions

2
.gitignore vendored
View file

@ -2,4 +2,4 @@
#*
*.secret
*.db
*.ttf

View file

@ -6,7 +6,6 @@ Needs php imagemagick & sqlite modules.
* `mkdir secrets`
* Make sure the directory is writable by the web server. `chown -R www-data:www-data EternalWinter`
* Run `./password.sh <password>` to generate the moderation password's hash.
* Put a ttf font in the directory and name it `captchafont.ttf`
* Edit `config.php` to customize.
* To moderate, visit a url and add `?manage=<your password>` to the end of the url
IMPORTANT: You need to add a line to your server configuration to block `/secrets/` since it contains sensitive data like the database and your password hash.

View file

@ -1 +1,4 @@
/css/img/bg.png:
https://commons.wikimedia.org/wiki/File:Snowflake11_2.png
Captcha font:
https://www.gnu.org/software/freefont/

BIN
captchafont.ttf Normal file

Binary file not shown.