一、docker服务安装
memos安装
sh
docker run -d --restart=always --init --name memos --publish 5230:5230 --volume /volume1/homes/xplly/linux/memos/:/var/opt/memos ghcr.io/usememos/memos:latestxiaoya安装
sh
/volume1/homes/xplly/linux/xiaoya_upOrIn.sh小雅清理
sh
# 添加开机运行的脚本
<NolebasePageProperties />
bash -c "$(curl -s https://xiaoyahelper.zengge99.eu.org/aliyun_clear.sh | tail -n +2)" -s 0 -tg小雅每日重启
sh
# 添加每天3点重启得定时任务
docker restart xiaoyaaria2安装
sh
docker run -d \
--name aria2\
--restart unless-stopped \
--log-opt max-size=1m \
--network host \
-e PUID=$UID \
-e PGID=$GID \
-e RPC_SECRET=qwer1234 \
-e RPC_PORT=6800 \
-e LISTEN_PORT=6888 \
-v /volume1/homes/xplly/linux/aria2/config:/config \
-v /volume1/homes/xplly/linux/aria2/downloads:/downloads \
p3terx/aria2-proariang
sh
docker run -d \
--name ariang \
--log-opt max-size=1m \
--restart=always \
-p 6880:6880 \
p3terx/ariang:latest