dalaolala

Results 53 comments of 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地址不要为匿名 ![image](https://github.com/dalaolala/blog/assets/45582866/5e38091f-4bfc-43ce-be04-3286aaf85b44) ##### 设置更准确的地理位置信息 根据上面的提示去指定的网站下载,然后放到对应的目录即可 ![image](https://github.com/dalaolala/blog/assets/45582866/cdc7cb33-6d27-4bd4-a5ba-3b917ae4cd5d)

#### 补充新的有效的代码 ``` 注意网址不要带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** ![image](https://github.com/dalaolala/blog/assets/45582866/ae8c4556-d610-40db-abc4-caa5da8ac77c) **点击创建应用程序** ![image](https://github.com/dalaolala/blog/assets/45582866/58c0c84c-eb47-433e-98c2-69fe27434bfe) **点击创建Worker** ![image](https://github.com/dalaolala/blog/assets/45582866/002e2ae4-1a17-4151-8ce8-5d19c565cd23) **部署Worker** ![image](https://github.com/dalaolala/blog/assets/45582866/a92e9134-4864-472f-b97a-b15a17920103) **编辑代码** ![image](https://github.com/dalaolala/blog/assets/45582866/b3002c93-342c-48f4-a0fa-6704103ab8ce) **复制代码** ``` 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