Limour's Blog
  • Home
  • Archives

Docker:搭建AList和Rclone,挂载OneDrive

淘宝上了一辆6人家庭共享office365的车,来试试1T的OneDrive空间好不好用😆 AList12345678910version: '3.3'services: alist: restart: always volumes: - './alist:/opt/alist/data'
2022-07-12
uncategorized

树莓派:Docker安装dokuwiki

来源https://blog.csdn.net/baozi_xiaoge/article/details/103642758 https://hub.docker.com/r/linuxserver/dokuwiki https://www.jianshu.com/p/729d755ace65 https://www.jianshu.com/p/80a9308e958
2022-07-11
uncategorized

树莓派:Docker搭建calibre-web

来源https://github.com/janeczku/calibre-web https://www.bilibili.com/video/BV1CN4y137F3 https://hub.docker.com/r/johngong/calibre-web 部署12345678910111213141516171819version: '3.3'services:
2022-07-11
uncategorized

Docker:安装nps服务端与客户端

来源https://github.com/ehang-io/nps https://ehang-io.github.io/nps/#/install https://wangchujiang.com/docker-tutorial/nps/index.html 服务端123456789version: '3.3'services: nps: containe
2022-07-11
uncategorized

NPM面板:反代grpc连接

在~/ngpm/data/nginx/proxy_host下找到对应的conf文件 添加以下代码 后续使用NPM后台面板上修改原来的配置需要重复以上步骤 123456789location /serviceName { if ($content_type !~ "application/grpc") { r
2022-07-11
uncategorized

【转载】Wallabag+TTRSS+FeedMe

来源咕咕鸽:https://blog.laoda.de/archives/docker-compose-install-wallabag TTRSS部署 mkdir ttrss && cd ttrss wget https://raw.githubusercontent.com/HenryQW/Awesome-TTRSS/main/docker-compose.yml 修改 Pos
2022-07-11
uncategorized

【转载】Docker搭建访问统计工具Matomo

来源咕咕鸽:https://blog.laoda.de/archives/docker-compose-install-matomo 部署12345678910111213141516171819202122232425262728version: "3"services: matomo_db: image: mariadb command: --max-allo
2022-07-11
uncategorized

NPM面板:反代阿里云OSS

新建反向代理 修正Host
2022-07-10
uncategorized

【转载】WordPress文章发布后自动同步wordpress

来源https://blog.csdn.net/u012241616/article/details/110563637 思路是:在另一个 WordPress 站点创建一个API,文章发布时用cURL模拟 POST 请求 API 利用wp_insert_post()函数来创建文章。支持同步文章标题、内容、类型。 同步站点的设置在同步博客站点的根目录创建一个文件,命名为GNRq3qU3Fjs4qA3
2022-07-09
转载

jsDelivr域名污染解决方案

第一步 反代JSD12345678910111213141516171819202122#PROXY-START/location ^~ /{ expires 30d; valid_referers limour.top *.limour.top; if ($invalid_referer){ return 403; } g
2022-05-16
建站探索
1…1920212223…39

Search

湘公网安备 43130202000203号 湘ICP备20008299号 萌ICP备20210128号

Hexo Fluid SRC