diff options
author | Freya Murphy <freya@freyacat.org> | 2024-05-16 09:56:22 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-05-16 09:56:22 -0400 |
commit | ecae444e6b9f7b7b03350efcbcb601cc77234ac8 (patch) | |
tree | 6b76fb6203520fa7d65d94c2b540c7ef79dc80d1 /README.md | |
parent | aaa (diff) | |
download | scripts-ecae444e6b9f7b7b03350efcbcb601cc77234ac8.tar.gz scripts-ecae444e6b9f7b7b03350efcbcb601cc77234ac8.tar.bz2 scripts-ecae444e6b9f7b7b03350efcbcb601cc77234ac8.zip |
recert, fconv
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -9,3 +9,13 @@ gives you the url to a mc jar file with a given version and server type as input #### aconv converts a directory of any music file to all be one codec and container in the output + +#### fconv + +converts one font type to another with fontforge, (just an alias posing as a bash script) + +#### recert + +using lets encrypt, allows checking and renewal of lets encrypt certificates. usefull for cron jobs + +this uses certbot with webroot, so make sure to have DOMAIN/.well-known/acme-challenge pointed to /var/www/html/.well-known/acme-challenge on your system |