Update README with Gitea and WordPress SQL config
Add database configuration variables for Gitea and WordPress.
This commit is contained in:
13
README.md
13
README.md
@@ -27,7 +27,18 @@ CERTBOT_APP_DOMAIN=*APP_DOMAIN*
|
|||||||
CERTBOT_API_DOMAIN=*API_DOMAIN*
|
CERTBOT_API_DOMAIN=*API_DOMAIN*
|
||||||
CERTBOT_STORAGE_DOMAIN=*STORAGE_DOMAIN*
|
CERTBOT_STORAGE_DOMAIN=*STORAGE_DOMAIN*
|
||||||
CERTBOT_MONITOR_DOMAIN=*MONITOR_DOMAIN*
|
CERTBOT_MONITOR_DOMAIN=*MONITOR_DOMAIN*
|
||||||
CERTBOT_AI_DOMAIN=*AI_DOMAIN*</code></pre></li>
|
CERTBOT_AI_DOMAIN=*AI_DOMAIN*
|
||||||
|
|
||||||
|
GITEA_SQL_ROOT_PW=*GITEA_SQL_ROOT_PW*
|
||||||
|
GITEA_SQL_USER=*GITEA_SQL_USER*
|
||||||
|
GITEA_SQL_PW=*GITEA_SQL_PW*
|
||||||
|
GITEA_SQL_DB=*GITEA_SQL_DB*
|
||||||
|
|
||||||
|
WP_SQL_DB=*WP_SQL_DB*
|
||||||
|
WP_SQL_ROOT_PW=*WP_SQL_ROOT_PW*
|
||||||
|
WP_SQL_USER=*WP_SQL_USER*
|
||||||
|
WP_SQL_USER_PW=*WP_SQL_USER_PW*
|
||||||
|
</code></pre></li>
|
||||||
<li>Configure MIH-AI.</li>
|
<li>Configure MIH-AI.</li>
|
||||||
<ol>
|
<ol>
|
||||||
<li>If your server hardware has an Nvidia GPU, follow the instructions below "How to enable MIH-AI GPU usage"</li>
|
<li>If your server hardware has an Nvidia GPU, follow the instructions below "How to enable MIH-AI GPU usage"</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user