basilhendroff / truenas-iocage-wordpress

Script to install WordPress in an iocage jail including MariaDB, the PHP scripting language, Caddy, Redis and phpMyAdmin.
GNU General Public License v3.0
6 stars 6 forks source link

Wordpress should be available at ... #1

Closed NasKar2 closed 4 years ago

NasKar2 commented 4 years ago

Well done script. Minor addition.

basilhendroff commented 4 years ago

Thanks NasKar. My concern here is the natural tendency of the individual to try to access the jail at that point. If they do, they run into the problem described in point 3 of WordPress Script: Opportunities for Improvement. What I really need the individual to get to is the section Configure the Reverse Proxy towards the bottom of the post WordPress Script: Post-Installation Tasks. Once they access the jail via the jail FQDN, they get past the issue.

I need to find ways to further mitigate the issue. Of course, the problem disappears if I can resolve the issue, but so far, I've been frustrated in my attempts to do so.

NasKar2 commented 4 years ago

I see your point. I have a script that installs wordpress with nginx but don't have it exposed to the internet so I have not had to deal with some of your issues.