Temp

7805 bookmarks
Custom sorting
Traefik 2 升级日志 - Jalin's Blog
Traefik 2 升级日志 - Jalin's Blog
距离 2.0 版本发布已经有一段时间了,一直没有升级主要是 traefik 的配置太折腾了,文档示例又太少,本来 toml 格式的配置文件阅读性算比较好的了,用到 traefik 上有点惨目忍睹,还好也支持 yaml 格式,索性趁这次升级就换过去了。 因为国内用户还不是很多,要是还不清楚 traefik 是何奇物,强烈安利 去了解一下。 Migration tool 2.x 版本相比 1.x 配置改动特别大, Traefik 的文档中也提供了 升级方案,和 一键升级的工具 traefik-migration-tool,但是效果堪忧,个人感觉生成的结果仅供参考。 # 升级静态配置 会同时生成 toml,yaml 格式新的配置文件 docker run --rm -v (PWD):/data containous/traefik-migration-tool static -i /data/old/traefik.toml -d /data/new/ # output logs Redirect on entry point "http" must be converted manually. See https://docs.traefik.io/middlewares/redirectscheme/ TLS on entry point "https" must be converted manually. See https://docs.traefik.io/routing/routers/#tls The domain (xxx) defined in the Docker provider must be converted manually.
·blog.pjialin.com·
Traefik 2 升级日志 - Jalin's Blog
Mozilla SSL Configuration Generator
Mozilla SSL Configuration Generator
An easy-to-use secure configuration generator for web, database, and mail software. Simply select the software you are using and receive a configuration file that is both safe and compatible.
·ssl-config.mozilla.org·
Mozilla SSL Configuration Generator
Rust Web 框架 Rocket
Rust Web 框架 Rocket
version: 0.4 参考: https://rocket.rs/ 一、介绍 Rust 的 web 框架,Rocket的设计围绕着三个核心理念: 安全性,正确性和开发体验最重要 All request handling information should be typed and self-contained. Decisions should not be forced. 模板、序列化
·rectcircle.cn·
Rust Web 框架 Rocket
How to Backup and Restore Your GPG Key
How to Backup and Restore Your GPG Key
A couple of weeks ago I upgraded my MacBook to Catalina—the latest version of macOS. Once the upgrade was completed, I couldn’t sign my Git commits because my GPG key was missing. Somehow the upgrade wiped out my entire .gnupg directory where I stored all my GPG keys. Luckily I’ve made a backup of my private GPG keys. Backup GPG Key What you need to backup is your GPG private key.
·risanb.com·
How to Backup and Restore Your GPG Key
How to Back Up and Restore Your GPG Keys on Linux
How to Back Up and Restore Your GPG Keys on Linux
Privacy is an increasingly hot topic. On Linux, the gpg command lets users encrypt files using public-key cryptography, in which case losing your encryption keys would be catastrophic. Here’s how to back them up.
·howtogeek.com·
How to Back Up and Restore Your GPG Keys on Linux
Backup and Restore a GPG Key
Backup and Restore a GPG Key
Gnu Privacy Guard, also known as GnuPG and GPG, is a handy tool for managing OpenPGP keys. While don’t use PGP keys for email encryption as many people do, I do use a PGP key to sign my work when using Git. PGP keys can be a bit nastier to replace than an SSH key, so making backups is critical for reducing future headaches.
·jwillikers.com·
Backup and Restore a GPG Key
自己动手做的了命令搜索的网站, cmdhelp.com - V2EX
自己动手做的了命令搜索的网站, cmdhelp.com - V2EX
分享创造 - @Cmdhelp - 上次被 csdn 恶心吐了,找个命令急用,点进去那人连接到别人的博客,然后有链接到下一个博客,内容你复制我我复制你,我就想找个命令急用,给我将讲一大堆,没事的朋友可以来添加自己常用的命令,方便下次
·v2ex.com·
自己动手做的了命令搜索的网站, cmdhelp.com - V2EX