上个月终于等到搬瓦工的 The Plan,2 核 CPU,2 GB 内存,40 GB SSD 硬盘,每个月 1000GB 流量。利用起来!
陆陆续续把旧的 VPS 上的服务迁移到新的 VPS,最近又新加了一些服务。总结记录一下。
Nginx
不用科学上网也能使用 openai api。
https://www.jinhuaiyao.com/posts/nginx-reverse-proxy-openai-api/
Bark
Bark is an iOS App which allows you to push custom notifications to your iPhone.
需要的时候就可以调用 bark api 给 iPhone 推送消息。
Memos
An open source, lightweight note-taking service. Easily capture and share your great thoughts.
https://github.com/usememos/memos
记录日常的一些想法,事件,用于备忘。
https://www.jinhuaiyao.com/posts/about-memos/
另外, https://www.jinhuaiyao.com/memos/ 也调用了 memos 的 api 去展示一些只言片语。
Kasm
Stream your workspace directly to your web browser on any device and from any location.
主要为了在公司电脑上也可以使用 gpt4 网页版,在本地浏览器里访问 Ubuntu 云主机里的浏览器。
Planka
The realtime kanban board for workgroups built with React and Redux.
https://github.com/plankanban/planka
工作上的很多 task 放到 things 里展示还是很不直观,在以前的公司里使用过 Trello,现在使用 planka 可以实现类似的效果,数据还在自己手上。
File store
提供 https://www.jinhuaiyao.com/2024/ 的数据源,定期从本地 Mac mini 上 scp 最新的 txt 文件到 VPS 上。
Aliyun oss image backup
挂载 aliyun oss 到 VPS,参考 https://imateor.com/archives/225.html ,然后配置 cron job 定期 rsync oss 里的图片到 Mac mini 用于备份。