roybi
roybi
### Summary When cms has a page of "article", **aldryn_newsblog** plugin. serve django with gunicorn use SCRIPT_NAME ``` export SCRIPT_NAME=/myprefix/aaa ``` url is "http://localhost:8000/myprefix/aaa/article/", in request head ``` PATH_INFO :'/article/'...
现在在使用官方docker镜像,对于当前使用的数据库版本,有不少限制,想更换新的db版本。感觉比较好的做法是使用dockercompose分别启动,但是没有发现相关的dockerfile。能提供下方便修改么?
目前默认的ace编辑器,不能很好的支持中英文混排,光标定位有问题,会偏移
当前镜像版本的gitit版本还是比较旧的,不能正确的支持gitit-bigger相关配置。自己编译的0.12.2.1版本能够正常使用。 ``` root@0854d5f4269c:/data/gitit# gitit --version gitit version 0.10.0.1 +plugins Copyright (C) 2008 John MacFarlane This is free software; see the source for copying conditions. There is no warranty, not even...
我使用了一个包含子模块的spring boot项目,无论如何配置Included sources路径,都不能让他扫描mybatis目录 执行命令 ``` mvn sonar:sonar \ -Dsonar.projectName=qxx_server_master \ -Dsonar.projectKey=qxx_server_master \ -Dsonar.host.url=http://192.168.0.101:9000 \ -Dsonar.login=xxxxxxx ``` 日志相关 ``` SonarQube version: 7.9.4 ... [INFO] Project configuration: [INFO] Included sources: */src/main/**, */src/main/resources/**...
目前个人觉得可以改进的几个地方 1. 不采用host网络,尽量少的暴露端口 2. 补充了客户端的shadowsocks部分,并统一相关配置(这里是shadowsocks-libev镜像根本没考虑client部分,不采用额外配置文件的情况下,个人感觉这样最统一),这样也有socks5h proxy使用了 3. 明确最小修改项,只用替换几处,就能直接使用。后续可能变更的只有映射的port和TLS 4. 采用了compose 3,更成熟、方便 ``` ## Example Compose Files Here is a sample server(a shadowsocks with a shadow-tls), user only need to replace...
kube prometheus version: release-0.12 k8s version: v1.25.6 prometheus log ``` ts=2023-08-23T06:46:26.464Z caller=klog.go:116 level=error component=k8s_client_runtime func=ErrorDepth msg="pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:169: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User \"system:serviceaccount:monitoring:prometheus-k8s\" cannot...