There’s a problem that Slack login is required for Slack integration, but sometimes we want to use OIDC for login: this will make the application vomit. Steps to fix it:… Read more »
Outline what? Outline is a nice personal wiki tool that Supports Markdown natively Self hosting option Fast Nice searching function Not overly complicated Supports live collaboration making it great for… Read more »
In the light of recent news that Docker Desktop for Windows and macOS is no longer free, efforts have been put in to search for a replacement. Docker Desktop? Docker… Read more »
engage.cloudflareclient.com is always resolving to 162.159.192.1, even on IPv6 DNS. Warp is available on 162.159.192.1 to 162.159.192.9 and 2606:4700:d0::a29f:c001 to 2606:4700:d0::a29f:c009. ALL IPv4 addresses are blackholed on GFW. NOT FOR… Read more »
SearX is a great meta search engine that aggrgate multiple engine’s result together, giving you privacy during searching. A list of public instances can be found at searx.space/ – however… Read more »
由于SS挂的厉害,网上的教程又语焉不详,这里记录一下。 原理:用Nginx(Caddy)解TLS,V2Ray处理里面的连接。 不建议初学者直接上手搞WebSocket+TLS+Web+Nginx+CDN:容易出错的地方太多。 请务必读完全文再操作,特别是注意部分。 Preparation SSL: freessl.cn 域名:https://www.freenom.com ,或者自己找一个 WebSocket WebSocket可以直接连接,或者套CDN。 Server { “inbounds”: [ { “port”: 10001, # 本地端口,不冲突即可 “listen”:”127.0.0.1″, # V2Ray只监听本机 “protocol”: “vmess”, “settings”: { “clients”: [ {… Read more »
The problem We always want to do continus integration and deployment with our repo. Bitbucket comes with handy build function. Version releasing with Zappa is easy: zappa update xxx will… Read more »
TLDR Step-by-step guide of how FleetOps migrate the Docker-based Flask API to AWS Lambda. History At FleetOps.ai we use Docker extensively when building APIs. Our API is built on Flask,… Read more »