自建code-server

code-server可以在浏览器中打开VS Code 我们通过Docker来部署code-server,通过nginx进行代理访问 Docker部署c...

2024-03-13 · 2 分钟 · 791 字 · liweitao

自建docker registry和ui

安装register和register-ui 通过docker-compose安装register和docker-register-ui version: "3" networks:...

2024-01-12 · 2 分钟 · 646 字 · liweitao

自建Tabby-Web服务端同步

注册Github OAuth应用 访问https://github.com/settings/applications/new进行注册 调整配置文...

2023-12-27 · 1 分钟 · 441 字 · liweitao

利用Hugo+Obsidian+Gitea+Drone搭建博客并自动部署

创建博客 安装Hugo brew install hugo git-lfs git lfs install 创建一个新的博客目录 hugo new site blog.liwt.top --format yaml 设置PaperMod主题 cd blog.liwt.top git init git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod echo 'theme: PaperMod' >> hugo.yaml # 重新clone仓库...

2023-12-08 · 4 分钟 · 1534 字 · liweitao

记一次重装Mac的记录

备份 mkdir backup cd backup brew list > brew-liwt.txt ls /Applications > Applications.txt rsync -rR ~/.bash_profile ~/.config/clash ~/.docker/{config.json,daemon.json} ~/.gitconfig ~/.gitignore_global ~/.gradle/init.gradle ~/.jetbrains ~/.jetbrains.vmoptions.sh ~/.kube ~/.m2/settings.xml ~/.npmrc ~/.ssh ~/.yarnrc ~/.zshrc . 重...

2023-12-08 · 1 分钟 · 344 字 · liweitao