-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
我这边在安装以及使用中碰见了三个问题,还需要麻烦看下,谢谢 #14
Comments
第一个是你docker命令弄错了吧,多个环境变量要多次 第二个问题确实是个bug,已经在此修复 typecho/typecho#1356 第三个问题应该是经过反向代理后,系统没有识别https,你可以打开 define('__TYPECHO_SECURE__', true); |
解决没 |
一样的问题,加了这个代码还是不行,而且评论也是有问题的。 |
不要加缓存 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
环境:
joyqi/typecho:1.2.0-php7.4-apache
Debian GNU/Linux 10(Py3.7.9)
Docker version 18.09.1, build 4c52b90
问题1:
在Linux中执行:
docker run --name typecho-server -p 6951:80 -e TYPECHO_SITE_URL=https://your-domain.com TYPECHO_USER_NAME=admin TYPECHO_USER_PASSWORD=admin -d joyqi/typecho:nightly-php7.4-apache
提示:
docker: invalid reference format: repository name must be lowercase. See 'docker run --help'.
问题2:
安装成功之后,提示最新版本为1.2.0;
问题3:
服务器 Nginx开启方向代理并开通的SSL;域名解析使用Cloudflare,并且使用其解析自动SSL代理服务;
已知:使用宿主机+端口,全程页面时没有被拦截的,因为都是http
已知:Cloudflare解析代理关闭下,还是存在同样问题
已知:纯http情况下无此问题
与其 #12 问题一致
谢谢!
The text was updated successfully, but these errors were encountered: