侧边栏壁纸
博主头像
laoliyun

生活总是这样,不能叫人处处都满意,但我们还要热情地活下去,人活一生值得爱的东西很多,不要因为一个不满意就灰心。

  • 累计撰写 137 篇文章
  • 累计创建 44 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

2023-04-14-11-18-50

laoliyun
2023-04-14 / 0 评论 / 0 点赞 / 294 阅读 / 777 字
温馨提示:
本文最后更新于 2023-04-23,若内容或图片失效,请留言反馈。部分素材来自网络,若不小心影响到您的利益,请联系我们删除。

svnadmin

仓库:https://hub.docker.com/r/witersencom/svnadmin
教程:https://blog.csdn.net/jisuanji111111/article/details/129463144?spm=1001.2101.3001.6650.2&utm_medium=distribute.pc_relevant.none-task-blog-2

portainer-ce中文版

源码仓库 https://github.com/eysp/portainer-ce
汉化仓库 https://hub.docker.com/r/6053537/portainer-ce

一键安装代码

docker run -d --restart=always --name="portainer" -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock 6053537/portainer-ce

Nginx Proxy Manager - Docker 建站最佳伴侣

官网 https://nginxproxymanager.com/
原版 https://github.com/NginxProxyManager/nginx-proxy-manager
汉化 https://github.com/xiaoxinpro/nginx-proxy-manager-zh

version: '3'
services:
  app:
    image: 'chishin/nginx-proxy-manager-zh:latest'
    restart: always
    ports:
      - '80:80'
      - '81:81'
      - '443:443'
    volumes:
      - ./data:/data
      - ./letsencrypt:/etc/letsencrypt

引用

https://sspai.com/post/76910

spug 灵活、强大、易用的开源运维平台

官网 https://www.spug.cc/
Github https://github.com/openspug/spug

1Panel 是一个现代化、开源的 Linux 服务器运维管理面板

官网 https://1panel.cn/docs/
GitHub https://github.com/1Panel-dev/1Panel

小雅的分类

官网 http://alist.xiaoya.pro/
帮助文档 https://xiaoyaliu.notion.site/xiaoya-docker-69404af849504fa5bcf9f2dd5ecaa75f
docker自建容器使用

一键安装和更新容器
bash -c "$(curl -s http://docker.xiaoya.pro/update_new.sh)"

端口:5678
访问: http://xxxxx:5678/ (xxxx 为你alist所在设备的 IP)

webdav 账号密码
用户: guest 密码: guest_Api789

重启就会自动更新数据库及搜索索引文件
docker restart xiaoya

alist 一个支持多存储的文件列表程序,使用 Gin 和 Solidjs。

GitHub https://github.com/alist-org/alist
官网 https://alist.nn.ci/zh/

qinglong 支持 Python3、JavaScript、Shell、Typescript 的定时任务管理平台

GitHub https://github.com/whyour/qinglong

Halo 强大易用的开源建站工具

官网 https://halo.run/
仓库 https://github.com/halo-dev/halo

aliyundrive-webdav

aliyundrive-webdav仓库
aliyundrive-webdav Github:https://github.com/messense/aliyundrive-webdav
aliyundrive-webdav dockerHub:https://hub.docker.com/r/messense/aliyundrive-webdav

PicHome 图片展示门户软件

欧奥PicHome-Eagle图片共享展示,门户,搜索系统
地址:https://oaooa.com/pichome.html

watchtower 自动更新 Docker 镜像与容器

官网 https://containrrr.dev/watchtower/
仓库 https://github.com/containrrr/watchtower
教程 https://developer.aliyun.com/article/981001
自动更新与删除教程 https://zhuanlan.zhihu.com/p/69346483?from_voters_page=true

每10分钟更新一次并删除旧镜像

docker run -d \
	--name watchtower \
	-v /var/run/docker.sock:/var/run/docker.sock \
	containrrr/watchtower --cleanup --interval 600 \
	qinglong xiaoya halo alistv3 alistv2 portainer npm-app-1

通过列表每天更新镜像

$ cat ~/.watchtower.list
nginx
mysql
redis

启动容器

docker run -d \
    --name watchtower \
    --restart unless-stopped \
    -v /var/run/docker.sock:/var/run/docker.sock \
    containrrr/watchtower -c \
    $(cat ~/.watchtower.list)

BBdoc-文件管理助手,文件搜索、共享及整理必备工具!

http://www.bbdoc.cn/

AnyTXT Searcher内置了一个强大的文档解析引擎

https://anytxt.cbewin.com/

开源电子书阅读工具 支持15种格式

https://koodo.960960.xyz/zh
https://reader.960960.xyz/#/manager/home

link3.cc 一个万能名片推广二维码

https://link3.cc/tuo

在线万能格式转换

https://convertio.co/zh/

在线电影

https://cupfox.app/
https://www.dianyinggou.com/
国内Netflix站点,浏览器打开
鸭奈飞: YaNaiFei.com
备用 1 : YaNaiFei.tv
备用 2 : YaNaiFei.net
备用 3 : YaNetflix.one
备用 4 : YaNetflix.me

0

评论区