dalaolala
dalaolala
##### 文章参考 https://ibcl.us/Heroku-V2Ray_20191014
#### Matomo 统计平台 这个统计功能更加强大,完全可以替代谷歌统计,支持私有化部署,自带的免费功能足够用 安装文档参考如下 https://matomo.org/faq/on-premise/installing-matomo/#start-the-installation 支持通过cloudflare添加统计代码 https://matomo.org/faq/new-to-piwik/how-do-i-install-the-matomo-tracking-code-on-my-cloudflare-setup/ #### 几个重要的设置 ##### 设置IP地址不要为匿名  ##### 设置更准确的地理位置信息 根据上面的提示去指定的网站下载,然后放到对应的目录即可 
#### 补充新的有效的代码 ``` 注意网址不要带https ``` ``` // Website you intended to retrieve for users. const upstream = 'www.google.com' // Custom pathname for the upstream website. const upstream_path = '/' //...
#### 2023年最新方法如下 **点击Workers 和 Page**  **点击创建应用程序**  **点击创建Worker**  **部署Worker**  **编辑代码**  **复制代码** ``` addEventListener('fetch', event => { event.respondWith(handleRequest(event.request)); }); // 准备反代的目的域名,域名自己更改为想要的 let target_url = "https://hostloc.com"; // 要替换内容的正则表达式...
##### 通过CF Worker对json对象进行免费的存储和获取 https://github.com/huhuhang/jsonbase
frp配置多个内网服务参考如下地址 ``` https://www.cnblogs.com/JasonCeng/p/14375087.html ```` 关于配置多个web访问的讨论 ``` https://github.com/fatedier/frp/issues/914 ```
https://discuss.flarum.org.cn/d/1216 中文语言支持 要求数据库采用mysql5.7 支持中文搜索
新版本chrome浏览器输入法有问题,关闭markdown插件的mdarea功能
安装视频插件 ``` composer require peartown/plusplugin ``` https://bbs.imashen.cn/d/56-plusplayercha-jian-flarumzong-he-gong-neng-cha-jian/3
#### 增加cloudflare page配置vmess的方法 参考项目 https://github.com/Misaka-blog/cf-wkrs-pages-vless