We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apache版本: docker run --name typecho-server -p 82:9000 -v /mnt/typecho-https:/app/usr -e TYPECHO_SITE_URL=https://192.168.5.8 -d joyqi/typecho:nightly-php8.0-apache https://192.168.5.8:82 无法访问(提示此网站无法提供安全连接),config.inc.php 增加了define('TYPECHO_SECURE',true); 必须使用http 才行。猜想 是不是docker内没有证书相关内容,导致浏览器不让访问
能否在apache2 设置文件中增加 证书 内容,并将证书目录 映射到 /app/usr 目录。 这样 对我这种小白 更友好啊。。。这样,就只需要在路由上 作端口转发就行了。。。
也尝试过fpm版本: docker run --name typecho-server -p 82:9000 -v /mnt/typecho-https:/app/usr -e TYPECHO_SITE_URL=https://192.168.5.8 -d joyqi/typecho:nightly-php8.0-fpm
通过网址无法打开页面。改为http 也无法访问(有将 内网IP 改过域名,也是不行)本来还想研究下,直接无访问,实在是不知道哪里出问题了
The text was updated successfully, but these errors were encountered:
fpm版本所有的版本好像都不能打开网页。
Sorry, something went wrong.
No branches or pull requests
apache版本:
docker run --name typecho-server -p 82:9000 -v /mnt/typecho-https:/app/usr -e TYPECHO_SITE_URL=https://192.168.5.8 -d joyqi/typecho:nightly-php8.0-apache
https://192.168.5.8:82 无法访问(提示此网站无法提供安全连接),config.inc.php 增加了define('TYPECHO_SECURE',true);
必须使用http 才行。猜想 是不是docker内没有证书相关内容,导致浏览器不让访问
能否在apache2 设置文件中增加 证书 内容,并将证书目录 映射到 /app/usr 目录。
这样 对我这种小白 更友好啊。。。这样,就只需要在路由上 作端口转发就行了。。。
也尝试过fpm版本:
docker run --name typecho-server -p 82:9000 -v /mnt/typecho-https:/app/usr -e TYPECHO_SITE_URL=https://192.168.5.8 -d joyqi/typecho:nightly-php8.0-fpm
通过网址无法打开页面。改为http 也无法访问(有将 内网IP 改过域名,也是不行)本来还想研究下,直接无访问,实在是不知道哪里出问题了
The text was updated successfully, but these errors were encountered: