Everything posted by fejich
-
[Support] fejich - ctop, fclones, webhookd, easytier
Sorry I haven't browsed the forum for a while. I have updated the fclones plugin to the latest version v0.35.0. Thank you for your feedback.
-
[Support] fejich - ctop, fclones, webhookd, easytier
I apologize for my oversight; I had a habit of typing the full "scriptName.sh" in the URL by default during testing, and I didn't notice this issue until now. Thank you for the feedback. I will correct this error right away.
-
[Support] fejich - ctop, fclones, webhookd, easytier
You need to use the /etc/rc.d/rc.webhookd script to manage the service. # Start the webhookd service /etc/rc.d/rc.webhookd start # Stop the webhookd service /etc/rc.d/rc.webhookd stop # Restart the webhookd service /etc/rc.d/rc.webhookd restart
-
[Support] fejich - ctop, fclones, webhookd, easytier
<enter> - open container menu │ │ │ │ [a] - toggle display of all containers │ │ [f] - filter displayed containers │ │ [h] - open this help dialog │ │ [H] - toggle ctop header │ │ [s] - select container sort field │ │ [r] - reverse container sort order │ │ [o] - open single view │ │ [l] - view container logs ([t] to toggle timestamp when open) │ │ [e] - exec shell │ │ [w] - open browser (first port is http) │ │ [c] - configure columns │ │ [S] - save current configuration to file │ │ [q] - exit ctop You can press 's' to select the sorting method.
-
unraid关机卡在重试卸载用户共享
-
在cache内生成硬链接,使用mover转移到阵列内是否回导致空间的重复占用?
unRAID 的 mover 应该是用 rsync 来操作文件的 硬链接按理说能正常识别,不会重复占用空间的呢 不过没用过 缓存盘 ,具体就没测试过这类情况了
-
[Support] fejich - ctop, fclones, webhookd, easytier
Based on my tests, I couldn't reproduce the issue.
-
[Support] fejich - ctop, fclones, webhookd, easytier
应该是的,这部分功能在 unRAID 上不正常
-
[Support] fejich - ctop, fclones, webhookd, easytier
Please accept my apologies for the late reply. Due to the prolonged Chinese New Year break, I inadvertently missed your forum post. The problem you mentioned has now been fixed in version 2025.02.04. 🙂
-
unraid无法重启、关机了,怎么解决?谢谢
-
[Support] fejich - ctop, fclones, webhookd, easytier
输入 ctop 即可,打开后 按 h 是显示帮助 s 是选择排序方式 unRAID 的终端显示不出条状图,都是按文字显示
-
[Support] fejich - ctop, fclones, webhookd, easytier
Thank you for your feedback.🤝 Your modified script has been integrated into the 2025.01.17 version The script works very well. # /etc/rc.d/rc.webhookdd start Starting webhookd ... Creating config directory at /mnt/user/appdata/webhookd Creating webhookd environment file at /mnt/user/appdata/webhookd/webhookd.env Creating hook scripts directory at /mnt/user/appdata/webhookd/scripts Loaded environment variables from /mnt/user/appdata/webhookd/webhookd.env: time=2025-01-17T16:12:31.219+08:00 level=INFO msg="server started" addr=:8080 Started!
-
怎么从/mnt/user/下的文件夹往Unassigned Devices挂载的盘复制东西?
-
unRAID 充当 ”SNMP UPS“服务器,共享 UPS 给群晖 NAS
0)💡工作原理 unRAID 内建有 apcupsd 创建 sh脚本 收集USP电源状态的信息。 然后通过 snmpd 扩展给其他设备或软件使用 1)🔦连接并配置好 UPS 2)🗃️下载 UPS电源状态 监控脚本 终端内输入命令 cd /mnt/user/appdata && \ wget https://raw.githubusercontent.com/0awe/rpi-snmp-ups-synology-nas/master/apcupsd.sh && \ chmod +x apcupsd.sh 脚本 Github 仓库: 3)🏵️安装并配置 SNMP 插件 插件设置添加一行,保存 pass .1.3.6.1.4.1.318.1.1.1 /bin/sh /mnt/user/appdata/apcupsd.sh 4)🪄测试是否工作 终端内输入命令,注意按实际情况替换为 unRAID 的内网ip snmpwalk -v 2c -c public 192.168.168.4 .1.3.6.1.4.1.318.1.1.1 正常的话,会输出类似内容 5)🔗群晖 DSM系统 设置
-
[Support] fejich - ctop, fclones, webhookd, easytier
这是我第一次为 unRAID 打包插件。 我在自己和朋友的机器上测试了几天,目前一切正常。 如今正申请将其添加到 CA市场 中。 This is my first time packaging a plugin for unRAID. I've been testing it for a few days on my own and my friends' machines, and it's working fine so far. I'm now applying to get it added to CA / Appstore. 插件使用上有任何问题,可以于此贴讨论。 If you have any questions about the use of the plugin, you can discuss it in this post. --- github repo:ctop Plugin github repo:fclones Plugin github repo:webhookd Plugin github repo:easytier Plugin --- 2026.05.09 新增 easytier 插件 2025.01.15 已经正式上架CA商店
-
How to set the terminal locale in unRAID?
root@unRAID:~# locale -av locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: en_US.utf8 directory: /usr/lib64/locale/en_US.utf8 ------------------------------------------------------------------------------- title | English locale for the USA source | Free Software Foundation, Inc. address | https://www.gnu.org/software/libc/ email | [email protected] language | American English territory | United States revision | 1.0 date | 2000-06-24 I need to set the terminal language to Chinese LC_ALL="zh_CN.utf8" This works on Synology DSM systems
-
Proxy Editor | 提供可视化页面,方便快捷设置、切换代理
记录一下思路,感谢楼主的分享
- 被磁盘问题搞崩溃了
-
Docker的启动延迟?
要不你让特定一个 VM 启动后,再通过 SSH 连接 unRAID 启动特定 Docker 容器 1)在 VM 上设置好 SSH 密钥,实现免密登录 unRAID 2)设置开机执行 ssh [email protected] "docker start 容器名"
- UNRAID下有没有好用的解压缩软件?
-
从根本上解决unraid从github之类网站下载包经常失败问题
思路不错,感谢楼主的分享 直接把脚本写到 local/bin 目录相对更简单些 tee /usr/local/bin/wget <<-'EOF' #!/bin/bash opts=$@ opts=`echo $opts | sed -e 's;raw.githubusercontent.com;raw.staticdn.net;g' -e 's;https://raw.github.com/;https://raw.staticdn.net/;g' -e 's;https://github.com/;https://github.com.cnpmjs.org/;g' -e 's;https://;http://;g' ` /usr/bin/wget ${opts} EOF chmod +x /usr/local/bin/wget