Unraid 9 优化 IPv6 访问(LANraragi 示例)
2022/3/27 6:23:07
本文主要是介绍Unraid 9 优化 IPv6 访问(LANraragi 示例),对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
Ubuntu Server 虚拟机
在完成了 Unraid 8 虚拟机 KVM(Ubuntu Server、Windows 10) 之后,因 LANraragi 容器无法在 Unraid 中通过 [IPv6]:[Port]
方式访问,所以这里使用 虚拟机 + 宝塔面板
对外提供 [IPv6]:[Port]
服务。
宝塔面板
- 参考 官方教程 。
- 源码安装 Nginx 等工具。
待 Docker 容器正常启动进行反向代理。
Docker Compose
DDns
具体请参考:Unraid 7 IPv6 DDns 。
version: '3.2' services: newfuture-ddns-local: image: newfuture/ddns container_name: newfuture-ddns-local network_mode: "host" volumes: - /mnt/user/appdata/newfuture-ddns-local/config.json:/config.json
具体数据卷请参考 Unraid 8 虚拟机 KVM(Ubuntu Server、Windows 10) 。
version: '3.4' services: lanraragi: image: difegue/lanraragi container_name: lanraragi network_mode: "bridge" ports: - 3000:3000 volumes: - /mnt/lanraragi/content:/home/koyomi/lanraragi/content - /mnt/lanraragi/comic:/home/koyomi/lanraragi/content/comic - /mnt/lanraragi/database:/home/koyomi/lanraragi/database
注意:虚拟机对外端口不要改变,经过测试,改变端口后无法通过 [IPv6]:[Port]
方式访问。
这篇关于Unraid 9 优化 IPv6 访问(LANraragi 示例)的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-15Tailwind开发入门教程:从零开始搭建第一个项目
- 2024-11-14Emotion教程:新手入门必备指南
- 2024-11-14音频生成的秘密武器:扩散模型在音乐创作中的应用
- 2024-11-14从数据科学家到AI开发者:2023年构建生成式AI网站应用的经验谈
- 2024-11-14基于AI的智能调试助手创业点子:用代码样例打造你的调试神器!
- 2024-11-14受控组件学习:从入门到初步掌握
- 2024-11-14Emotion学习入门指南
- 2024-11-14Emotion学习入门指南
- 2024-11-14获取参数学习:初学者指南
- 2024-11-14受控组件学习:从入门到实践