Update README.md

This commit is contained in:
tschettervictor
2024-10-14 11:43:53 -06:00
committed by GitHub
parent 7fa8d5b7b2
commit efa5368c98

View File

@@ -14,6 +14,8 @@ chmod +x wordpress-install.sh
## Notes
- when initially setting up wordpress, make sure to access the page using the hostname you plan to use with your site
- this scirpt generates some cookie tokens, but uses base64 to do it. If you want super secure tokens, see https://api.wordpress.org/secret-key/1.1/salt/ and add them to `/usr/local/www/wordpress/wp-config.sh`
- I do not use worpress, but this script gets you to where you can visit the site, post, log in etc...
- I welcome PRs and help with additinal hardening/security
## Variables
These are the variables that are available to change along with their defaults and a description of what they do. Other variables should be left at default unless you have a good reason to change them.