我使用的自建在线服务

在服务器上搭建自己所需要的服务,易于使用,便于管理,保护隐私。

AList

  • 一个支持多存储的文件列表程序,使用 Gin 和 Solidjs。https://github.com/alist-org/alist
  • 一键搭建脚本 curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install

Memos

  • 具有知识管理和社交功能的开源自托管备忘录中心。https://github.com/usememos/memos
  • Docker docker run -d --name memos -p 5230:5230 -v ~/.memos/:/var/opt/memos neosmemo/memos:latest

Cloudreve

  • 支持多家云存储的云盘系统。https://github.com/cloudreve/Cloudreve
  • 使用二进制包安装,同时要使用进程守护。

Koodo Reader

  • 多平台现代电子书阅读器。https://github.com/troyeguo/koodo-reader
  • Docker docker run -d --name koodo --restart always -p 8765:80 wbsu2003/koodo-reader:latest

思源笔记

  • 本地优先的个人知识管理系统,支持端到端加密。https://github.com/siyuan-note/siyuan
  • Docker docker run -v /siyuan/workspace:/siyuan/workspace -p 6806:6806 -u 1000:1000 b3log/siyuan --workspace=/siyuan/workspace/

Tiny Tiny RSS

  • RSS feed阅读器

  • Docker Compose,并需要配置域名。参考

    1
    2
    3
    4
    5
    
    git clone https://git.tt-rss.org/fox/ttrss-docker-compose.git ttrss-docker
    cd ttrss-docker
    git checkout static-dockerhub
    ......
    docker-compose pull && docker-compose up -d
    

Hugo

  • 静态站点生成器。https://github.com/gohugoio/hugo
  • 使用二进制包安装。

aaPanel

  • 服务器管理工具,宝塔国际版。https://www.aapanel.com/new/index.html

  • 一键脚本,需要干净的操作系统。

    1
    2
    3
    
    yum install -y wget && wget -O install.sh http://www.aapanel.com/script/install_6.0_en.sh && bash install.sh aapanel # CentOS
    wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && sudo bash install.sh aapanel # Ubuntu/Deepin
    wget -O install.sh http://www.aapanel.com/script/install-ubuntu_6.0_en.sh && bash install.sh aapanel # Debian
    

Watchtower

Licensed under CC BY-NC-SA 4.0