├── README.md.bk ├── choices.sh ├── compose.sh ├── get_compose_file.sh ├── templates ├── 10-Emby │ └── EmbyServer_latest.xml ├── 11-Redis │ └── Redis_latest.xml ├── 12-Jellyfin │ └── Jellyfin_latest-nyanmisaka.xml ├── 13-MemCached │ └── MemCached_latest.xml ├── 14-UnblockMusic │ └── UnblockMusic_latest.xml ├── 15-Kodbox │ └── Kodbox_latest.xml ├── 18-Nginx │ └── Nginx_latest.xml ├── 19-Dim │ └── Dim_dev.xml ├── 2-Portainer │ └── Portainer_latest-alpine.xml ├── 20-Amule │ └── Amule_latest.xml ├── 21-WebDAV │ └── WebDAV_latest.xml ├── 22-Snap2html │ ├── Snap2html_latest-321661.xml │ └── Snap2html_latest-nathan21hz.xml ├── 23-Qbittorrent │ ├── Qbittorrent_v4.3.9-chisbread.xml │ ├── Qbittorrent_v4.4.5-80x86.conf │ └── Qbittorrent_v4.4.5-80x86.xml ├── 24-Transmission │ ├── Transmission_latest-chisbread.json │ └── Transmission_latest-chisbread.xml ├── 25-Aria2 │ └── Aria2NG_latest.xml ├── 26-QbittorrentEE │ └── QbittorrentEE_latest-superng6.xml ├── 28-Lskypro-v2.x │ └── Lskypro_v2.x-latest.xml ├── 29-Composerize │ └── Composerize_latest.xml ├── 3-FileBrowser │ └── FileBrowser_80x86_v2.9.4-amd64.xml ├── 30-BaiduNetDisk │ └── BaiduNetdisk_latest.xml ├── 31-Drawio │ └── Drawio_latest.xml ├── 32-JellyfinVue │ └── JellyfinVueStatic_unstable.xml ├── 33-RustDesk │ └── RustDeskAIO_latest-chips777.xml ├── 34-Xunlei │ └── Xunlei_latest.xml ├── 35-FreenomRenewal │ └── FreenomRenewal_latest.xml ├── 36-CodeServer │ └── CodeServer_latest.xml ├── 37-IYUU │ └── IYUU-Plus_latest.xml ├── 38-Navidrome │ └── Navidrome_latest.xml ├── 39-Qiandao │ └── Qiandao_latest.xml ├── 4-KoodoReader │ └── KoodoReader_latest.xml ├── 41-JfaGo │ └── JfaGo_latest.xml ├── 42-Plex │ └── Plex_latest.xml ├── 43-Heimdall │ └── Heimdall_latest.xml ├── 44-ExcaliDraw │ └── Excalidraw_latest.xml ├── 46-Tautulli │ └── Tautulli_latest.xml ├── 47-Epicgames │ └── FreeGamesClaimer_latest.xml ├── 48-Dashdot │ └── Dashdot_latest.xml ├── 49-SwingMusic │ └── SwingMusic_latest.xml ├── 5-Qinglong │ └── Qinglong_latest.xml ├── 50-SubPlayer │ └── SubPlayer_latest.xml ├── 51-Homarr │ └── Homarr_latest.xml ├── 52-SubConverter │ └── SubConverter_latest.xml ├── 53-SubWeb │ └── SubWeb_latest.xml ├── 54-Clash │ └── Clash_latest.xml ├── 55-ClashWeb │ ├── ClashDashboard_centralx-latest.xml │ └── ClashYacd_haishanh-latest.xml ├── 56-Nascab │ └── Nascab_latest.xml ├── 57-LinkEase │ └── LinkEase_latest.xml ├── 58-StirlingPDF │ └── StirlingPDF_latest.xml ├── 59-Wangxin │ └── WX-Edge_latest.xml ├── 6-WhiteBophir │ └── WhiteBophir_latest.xml ├── 60-CookieCloud │ └── CookieCloud_latest.xml ├── 61-Scrutiny │ └── Scrutiny_master-omnibus.xml ├── 62-Adminer │ └── Adminer_4.8.1.xml ├── 63-PostgreSQL │ └── PostgreSQL_15.xml ├── 64-IT-Tools │ └── IT-Tools_latest.xml ├── 65-Cyberchef │ └── Cyberchef_latest.xml ├── 66-Syncthing │ └── Syncthing_latest.xml ├── 7-UnlockMusic │ └── UnlockMusic_v1.9.0.xml ├── 8-Chrome │ ├── Chrome_latest-ich777.xml │ └── Chrome_latest-oldiy.xml ├── 9-MariaDB │ └── MariaDB_latest-alpine.xml ├── Alist_latest.xml ├── AliyunWebDAV_latest-messense.xml ├── my-Clash_Dreamacro.xml ├── my-Qbittorrent_LS.xml ├── my-Qbittorrent_NVEE.xml └── my-Transmission_LS.xml └── templates_compose ├── Joplin ├── .env ├── autostart ├── description ├── docker-compose.override.yml ├── docker-compose.yml └── name ├── Kanboard ├── .env ├── autostart ├── description ├── docker-compose.override.yml ├── docker-compose.yml └── name ├── Kodcloud ├── .env ├── autostart ├── description ├── docker-compose.override.yml ├── docker-compose.yml └── name ├── Odoo ├── .env ├── autostart ├── description ├── docker-compose.override.yml ├── docker-compose.yml └── name ├── OnlyOffice-Community-Server ├── .env ├── autostart ├── description ├── docker-compose.override.yml ├── docker-compose.yml └── name ├── OnlyOffice-Document-Server ├── .env ├── autostart ├── description ├── docker-compose.override.yml ├── docker-compose.yml └── name ├── Planka ├── .env ├── autostart ├── description ├── docker-compose.override.yml ├── docker-compose.yml └── name ├── Rocketchat ├── .env ├── autostart ├── description ├── docker-compose.override.yml ├── docker-compose.yml └── name ├── Unimus ├── .env ├── autostart ├── description ├── docker-compose.override.yml ├── docker-compose.yml └── name ├── Vaultwarden ├── .env ├── autostart ├── description ├── docker-compose.override.yml ├── docker-compose.yml └── name ├── Wallabag ├── .env ├── autostart ├── description ├── docker-compose.override.yml ├── docker-compose.yml └── name └── Wekan ├── .env ├── autostart ├── description ├── docker-compose.override.yml ├── docker-compose.yml └── name /README.md.bk: -------------------------------------------------------------------------------- 1 | # Unraid Nas 容器安装模板获取脚本 2 | 3 | 1. 模板内置另外一个项目的高清图标。 4 | 2. 图标项目地址:[HD-Icons](https://github.com/xushier/HD-Icons) 若打不开访问加速地址:[HD-Icons](https://cdn.jsdelivr.net/gh/xushier/HD-Icons/) 5 | 3. 更新:图标使用加速代理地址,无需再下载。 6 | 7 | # 使用方法 8 | ## 单容器 9 | 第一次使用,在 unraid 命令行 Ctrl+Shift+V 粘贴以下内容下载脚本: 10 | ``` 11 | curl -#O https://raw.githubusercontent.com/xushier/Unraid-Docker-Templates/main/choices.sh && sh choices.sh 12 | ``` 13 | 14 | 如果没有梯子的话使用加速地址: 15 | ``` 16 | curl -#O https://ghproxy.com/https://raw.githubusercontent.com/xushier/Unraid-Docker-Templates/main/choices.sh && sh choices.sh 17 | ``` 18 | **下载完后脚本会自动运行,然后根据提示选择对应的模板,完成之后在 Unraid Docker 界面添加容器,找到并选择模板,根据实际需要修改部分参数即可。** 19 | 20 | **注意:模板需修改的一般是路径和端口。若修改端口和网络模式,对应 WEBUI 端口也需要修改(非必须)。** 21 | 22 | 后续下载模板时,因为脚本已经下载,在终端命令行同目录执行 `sh choices.sh` 即可。 23 | ## 多容器 24 | 25 | 第一次使用,在 unraid 命令行 Ctrl+Shift+V 粘贴以下内容下载脚本: 26 | ``` 27 | curl -#O https://raw.githubusercontent.com/xushier/Unraid-Docker-Templates/main/compose.sh && sh compose.sh 28 | ``` 29 | 30 | 如果没有梯子的话使用加速地址: 31 | ``` 32 | curl -#O https://ghproxy.com/https://raw.githubusercontent.com/xushier/Unraid-Docker-Templates/main/compose.sh && sh compose.sh 33 | ``` 34 | 下载完后脚本会自动运行。 35 | 36 | - **多容器模板需要配合使用 `compose.manager` 插件来安装,脚本运行时会先检测插件是否安装。** 37 | 38 | - **若安装,根据提示选择对应的模板,会继续进行后续的模板下载,完成之后在 Unraid `compose.manager` 界面对应的容器就已经出现,点击 `COMPOSE UP` 按钮,等待自动拉取镜像、安装启动即可。** 39 | 40 | - **若未安装,则会自动退出脚本。安装方法:在 Unraid 应用商店搜索 `compose.manager` 安装。** 41 | 42 | - **若需修改端口或目录,点击容器名称,点击 `EDIT STACK` > `COMPOSE FILE` 进入编辑;** 43 | 44 | - **若需修改 `WEBUI` 或图标地址,点击容器名称,点击 `EDIT STACK` > `UI LABELS` 进入编辑;** 45 | 46 | 后续下载模板时,在终端命令行同目录执行 `sh compose.sh` 即可。 47 | 48 | # 脚本更新 49 | - 传入参数 2 更新脚本:`sh choices.sh 2` 50 | - 传入参数 1 使用镜像地址:`sh choices.sh 1` 51 | 52 | # 当前可用容器模板 53 | 54 | |模板|模板|模板|模板|模板|模板|模板|模板| 55 | |:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:| 56 | |**Qbittorrent**|**Transmission**|**Aria2**|**115网盘**|**百度网盘**|**阿里云盘**|**Alist**|**Filebrowser**| 57 | |80x86|ChisBread|oldiy||Johngong||官方版|80x86| 58 | |Linuxserver|Linuxserver||||||官方版| 59 | |Nevinee|||||||| 60 | |EnhancedEdition|||||||| 61 | |ChisBread|||||||| 62 | |**Snap2Html**|**IYUU-Plus**|**KoodoReader**|**Clash**|**CodeServer**|**Draw.io**|**Composerize**|**AliyunWebdav**| 63 | |321661|官方版|xushier|dreamacro|官方版|官方版|官方版|messense| 64 | -------------------------------------------------------------------------------- /choices.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | declare -A container template 4 | xdtx_template_dir="/boot/config/plugins/dockerMan/templates-user" 5 | raw_domain="https://raw.githubusercontent.com/xushier/Unraid-Docker-Templates/main" 6 | raw_mirror="https://ghproxy.com/$raw_domain" 7 | 8 | container=(\ 9 | [1]="【PT 下载器 QB】【荒野无灯版】" \ 10 | [2]="【PT 下载器 QB】【LS 版】" \ 11 | [3]="【PT 下载器 QB】【多功能版】" \ 12 | [4]="【PT 下载器 QB】【快检版】" \ 13 | [5]="【BT 下载器 QB】【BT 增强版】" \ 14 | [6]="【PT 下载器 TR】【LS 版】" \ 15 | [7]="【PT 下载器 TR】【快检版】" \ 16 | [8]="【BT 下载器 Aria2NG】【Oldiy 版】" \ 17 | [9]="【密码管理器 Vaultwarden】【SQLite 版】" \ 18 | [10]="【文件管理器 Filebrowser】【荒野无灯版】" \ 19 | [11]="【文件管理器 Filebrowser】【官方版】" \ 20 | [12]="【青龙面板】【官方版】" \ 21 | [13]="【容器指令转换 Composerize】【官方版】" \ 22 | [14]="【流程图绘制 Draw.io】【官方版】" \ 23 | [15]="【电子书阅读器 KoodoReader】【xushier 版】" \ 24 | [16]="【目录及文件结构信息记录 Snap2Html】【321661 版】" \ 25 | [17]="【网盘挂载文件管理器 Alist】【官方版】" \ 26 | [18]="【阿里云 WEBDAV】【messense 版】" \ 27 | [19]="【百度网盘】【johngong 版】" \ 28 | [20]="【小猫咪魔法代理 Clash】【dreamacro 版】" \ 29 | [21]="【代码服务器 CodeServer】【官方版】" \ 30 | [22]="【辅种神器 IYUU-Plus】【官方版】" \ 31 | [23]="【容器管理器 Portainer】【官方版】" \ 32 | [24]="【网易云灰色歌曲解锁 UnblockMusic】 版" \ 33 | [25]="【加密音乐格式转换 UnlockMusic】 版" \ 34 | [26]="【影音服务 Emby】【LS 版】" \ 35 | [27]="【影音服务 Jellyfin】【LS 版】" \ 36 | [28]="【影音服务 Dim】【官方版】" \ 37 | [29]="【协作白板 WhiteBophir】【官方版】" \ 38 | [30]="【谷歌浏览器 Chrome】【官方版】" \ 39 | [31]="【数据库 MariaDB】【LS 版】" \ 40 | [32]="【缓存数据库 Redis】【LS 版】" \ 41 | [33]="【缓存数据库 Memcached】【LS 版】" \ 42 | [34]="【可道云 Kodbox】【Sqlite 版】" \ 43 | [35]="【网易云音乐 YesplayMusic】【官方版】" \ 44 | [36]="【图床 Lskypro】【版】" \ 45 | [37]="【网页服务器 Nginx】【LS 版】" \ 46 | [38]="【远程文件服务 WEBDAV】【版】" \ 47 | [39]="【对象存储服务 Minio】【官方版】" \ 48 | [40]="【Jellyfin 前端界面 Jellyfin-Vue】【官方版】" \ 49 | [41]="【电驴下载器 Amule】【版】" \ 50 | [42]="【远程控制服务 RustDesk】【官方版】" \ 51 | [43]="【迅雷远程下载 Xunlei】【cnk3x 版】" \ 52 | ) 53 | 54 | template=(\ 55 | [1]="Qbittorrent_80x86" \ 56 | [2]="Qbittorrent_LS" \ 57 | [3]="Qbittorrent_NVEE" \ 58 | [4]="Qbittorrent_CB" \ 59 | [5]="Qbittorrent_EE" \ 60 | [6]="Transmission_LS" \ 61 | [7]="Transmission_CB" \ 62 | [8]="Aria2NG_Oldiy" \ 63 | [9]="Vaultwarden_SQLite" \ 64 | [10]="Filebrowser_80x86" \ 65 | [11]="Filebrowser_OF" \ 66 | [12]="Qinglong" \ 67 | [13]="Composerize" \ 68 | [14]="Draw.io_OF" \ 69 | [15]="KoodoReader_Xushier" \ 70 | [16]="Snap2Html_321661" \ 71 | [17]="Alist_OF" \ 72 | [18]="AliyunWebdav_Messense" \ 73 | [19]="BaiduNetdisk_Johngong" \ 74 | [20]="Clash_Dreamacro" \ 75 | [21]="CodeServer_OF" \ 76 | [22]="IYUU-Plus_OF" \ 77 | [23]="Portainer_OF" \ 78 | [24]="UnblockMusic" \ 79 | [25]="UnlockMusic" \ 80 | [26]="Emby_LS" \ 81 | [27]="Jellyfin_LS" \ 82 | [28]="Dim_OF" \ 83 | [29]="Wbo" \ 84 | [30]="Chrome" \ 85 | [31]="MariaDB_LS" \ 86 | [32]="Redis" \ 87 | [33]="Memcached" \ 88 | [34]="Kodbox" \ 89 | [35]="YesplayMusic" \ 90 | [36]="Lskypro" \ 91 | [37]="Nginx" \ 92 | [38]="WEBDAV" \ 93 | [39]="Minio" \ 94 | [40]="Jellyfin-Vue" \ 95 | [41]="Amule" \ 96 | [42]="RustDesk" \ 97 | [43]="Xunlei" \ 98 | ) 99 | 100 | str=$'\n' 101 | hr="\n------------------------------------------\n" 102 | 103 | echo -e "\n若下载失败,使用镜像加速地址:sh compose.sh 1\n更新脚本:sh compose.sh 2\n" 104 | echo -e "开始执行$hr" 105 | 106 | if [[ $1 == 1 ]];then domain=$raw_mirror;echo -e "使用 Github 镜像加速地址\n";else domain=$raw_domain;fi 107 | if [[ $1 == 2 ]];then curl -#O $raw_mirror/choices.sh > choices.sh;fi 108 | 109 | while : 110 | do 111 | echo -e "$hr" 112 | for key in $(seq ${#container[@]}) 113 | do 114 | echo "$key : ${container[$key]}" 115 | done 116 | echo -e "$hr" 117 | 118 | read -p "请选择模板序号( 1 到 ${#container[@]},回车直接退出):" container_num 119 | 120 | if test x$container_num = x$str;then 121 | echo -e "\n手动退出......" 122 | break 123 | fi 124 | 125 | if [[ "$container_num" =~ [0-9]+ ]];then 126 | if [ $container_num -gt ${#container[@]} ] > /dev/null 2>&1;then 127 | echo -e "\n请输入正确的模板序号!" 128 | continue 129 | fi 130 | else 131 | echo -e "\n输入错误,请重新选择!" 132 | continue 133 | fi 134 | 135 | read -p "$str你选择的是:${container[$container_num]},确定吗?(是输入 y,否输入 n,回车直接退出)" conf 136 | 137 | if [[ "$conf" =~ [Yy]+[Ee]?[Ss]? ]];then 138 | cd $xdtx_template_dir && \ 139 | echo -e "$hr开始下载模板文件\n路径 $xdtx_template_dir/my-${template[$container_num]}.xml\n" 140 | curl -s --head "$domain/templates/my-${template[$container_num]}.xml" | head -n 1 | egrep -o "404" 141 | if test $? = 0;then 142 | echo -e "远端模板文件不存在!请等待更新或联系小迪更新。QQ群:647605169" 143 | continue 144 | else 145 | curl -#O --retry 3 --retry-delay 3 --retry-max-time 15 "$domain/templates/my-${template[$container_num]}.xml" && echo -e "\n模板文件下载完毕。在容器界面点击添加容器,选择该模板即可。$hr" 146 | fi 147 | 148 | if [[ $container_num -eq 1 ]];then 149 | mkdir -p /mnt/user/appdata/Qbittorrent_80x86/config && cd $_ 150 | echo -e "开始下载配置文件" 151 | curl -#o qBittorrent.conf --retry 3 --retry-delay 3 --retry-max-time 15 "$domain/templates/my-${template[$container_num]}.conf" 152 | fi 153 | if [[ $container_num -eq 7 ]];then 154 | mkdir -p /mnt/user/appdata/Transmission_CB/transmission-web-control && cd $_ 155 | echo -e "开始下载主题包" 156 | curl -#o web_control.zip --retry 3 --retry-delay 3 --retry-max-time 15 https://ghproxy.com/https://github.com/ronggang/transmission-web-control/archive/refs/tags/v1.6.1-update1.zip 157 | unzip -q web_control.zip && cp -r transmission-web-control-1.6.1-update1/src/* ./ && rm -rf transmission-web-control-1.6.1-update1 158 | mkdir -p /mnt/user/appdata/Transmission_CB/config && cd $_ 159 | echo -e "开始下载配置文件" 160 | curl -#o settings.json --retry 3 --retry-delay 3 --retry-max-time 15 "$domain/templates/my-${template[$container_num]}.json" 161 | fi 162 | 163 | echo -e "$hr图标库地址:https://github.com/xushier/HD-Icons\n公众号:小迪同学\n B 站:煦诗儿$hr" 164 | break 165 | fi 166 | 167 | if [[ "$conf" =~ [Nn]+[Oo]? ]];then 168 | echo -e "\n )~!~( 这都能输错,小迪一脸嫌弃 )~!~(" 169 | continue 170 | fi 171 | 172 | if test x$conf = x$str;then 173 | echo -e "\n手动退出......" 174 | break 175 | fi 176 | 177 | echo -e "\n瞪大眼睛瞅瞅👀你输的是个啥!" 178 | continue 179 | done 180 | -------------------------------------------------------------------------------- /compose.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | declare -A container_edition compose_name 3 | compose_dir="/boot/config/plugins/compose.manager/projects" 4 | raw_domain="https://raw.githubusercontent.com/xushier/Unraid-Docker-Templates/main" 5 | raw_mirror="https://ghproxy.com/$raw_domain" 6 | 7 | container_edition=(\ 8 | [1]="【密码管理器】Vaultwarde Compose版" \ 9 | [2]="【文件管理器】Kodcloud Compose版" \ 10 | [3]="【看板】Planka Compose版" \ 11 | [4]="【稍后阅读】Wallabag Compose版" \ 12 | [5]="【看板】Wekan Compose版" \ 13 | [6]="【聊天平台】RocketChat Compose版" \ 14 | [7]="测试" \ 15 | [8]="测试" \ 16 | [9]="测试" \ 17 | ) 18 | 19 | compose_name=(\ 20 | [1]="Vaultwarden" \ 21 | [2]="Kodcloud" \ 22 | [3]="Planka" \ 23 | [4]="Wallabag" \ 24 | [5]="Wekan" \ 25 | [6]="Rocketchat" \ 26 | [7]="Odoo" \ 27 | [8]="Unimus" \ 28 | [9]="Kanboard" \ 29 | ) 30 | 31 | file=("name" "description" "autostart" "docker-compose.yml" "docker-compose.override.yml" ".env") 32 | str=$'\n' 33 | hr="\n------------------------------------------\n" 34 | 35 | echo -e "\n若下载失败,使用镜像加速地址:sh compose.sh 1\n更新脚本:sh compose.sh 2\n" 36 | echo -e "开始执行$hr" 37 | 38 | if [ "$1" = "1" ];then domain=$raw_mirror/templates_compose;echo -e "使用 Github 镜像加速地址\n";else domain=$raw_domain/templates_compose;fi 39 | if [ "$1" = "2" ];then curl -#O $raw_mirror/compose.sh > compose.sh;fi 40 | 41 | if [[ ! -f "/boot/config/plugins/compose.manager.plg" ]] && [[ ! -d "/usr/local/emhttp/plugins/compose.manager" ]];then 42 | echo -e "compose.manager 插件未安装!在应用市场搜索 compose 安装重试!\n注意:使用该脚本模板,需要安装 compose.manager 插件,方可使用!\n注意:使用该脚本模板,需要安装 compose.manager 插件,方可使用!\n注意:使用该脚本模板,需要安装 compose.manager 插件,方可使用!" && exit 43 | else 44 | echo -e "检测到 compose.manager 插件已安装!" 45 | fi 46 | 47 | while : 48 | do 49 | echo -e "$hr" 50 | for key in $(seq ${#container_edition[@]}) 51 | do 52 | echo "$key : ${container_edition[$key]}" 53 | done 54 | echo -e "$hr" 55 | 56 | read -p "请选择模板序号( 1 到 ${#container_edition[@]},回车直接退出):" container_num 57 | 58 | if test x$container_num = x$str;then 59 | echo -e "\n手动退出......" 60 | break 61 | fi 62 | 63 | if [[ "$container_num" =~ [0-9]+ ]];then 64 | if [ $container_num -gt ${#container_edition[@]} ] > /dev/null 2>&1;then 65 | echo -e "\n请输入正确的模板序号!" 66 | continue 67 | fi 68 | else 69 | echo -e "\n输入错误,请重新选择!" 70 | continue 71 | fi 72 | 73 | read -p "$str你选择的是:${container_edition[$container_num]},确定吗?(是输入 y,否输入 n,回车直接退出)" conf 74 | 75 | if [[ "$conf" =~ [Yy]+[Ee]?[Ss]? ]];then 76 | echo -e "$hr" 77 | mkdir -p $compose_dir/${compose_name[$container_num]} && cd $_ 78 | for f in ${file[@]} 79 | do 80 | curl -s --head "$domain/${compose_name[$container_num]}/$f" | head -n 1 | egrep -o "404" 81 | if test $? = 0;then 82 | touch "$compose_dir/${compose_name[$container_num]}/$f" && echo -e "$f 创建完成" 83 | else 84 | curl -#O --retry 3 --retry-delay 3 --retry-max-time 15 "$domain/${compose_name[$container_num]}/$f" && echo -e "下载 ${compose_name[$container_num]}--$f 完成" 85 | # wget -Nq "$domain/${compose_name[$container_num]}/$f" && echo -e "下载 ${compose_name[$container_num]}--$f 完成" 86 | fi 87 | done 88 | echo -e "$hr" 89 | echo -e "下载完毕,进入 compsoe.manager 插件界面启动即可。" 90 | echo -e "\n执行结束$hr" 91 | continue 92 | fi 93 | 94 | if [[ "$conf" =~ [Nn]+[Oo]? ]];then 95 | echo -e "\n )~!~( 这都能输错,小迪一脸嫌弃 )~!~(" 96 | continue 97 | fi 98 | 99 | if test x$conf = x$str;then 100 | echo -e "\n手动退出......" 101 | break 102 | fi 103 | 104 | echo -e "\n瞪大眼睛瞅瞅👀你输的是个啥!" 105 | continue 106 | done -------------------------------------------------------------------------------- /get_compose_file.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | cd templates_compose 4 | while : 5 | do 6 | read -p "输入容器名:" container_name 7 | 8 | mkdir -p $container_name && cd $container_name 9 | 10 | echo "true" > autostart 11 | echo "$container_name" > name 12 | echo "" > description 13 | echo "" > docker-compose.yml 14 | echo "" > docker-compose.override.yml 15 | echo "" > .env 16 | cd .. 17 | done -------------------------------------------------------------------------------- /templates/10-Emby/EmbyServer_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | EmbyServer 4 | emby/embyserver:latest 5 | https://registry.hub.docker.com/r/emby/embyserver/ 6 | bridge 7 | 8 | sh 9 | true 10 | https://lime-technology.com/forum/index.php?topic=45444.0 11 | https://emby.media 12 | Emby Server is a home media server built on top of other popular open source technologies such as Service Stack, jQuery, jQuery mobile, and Mono. Bringing together movies, music, television and more in one dazzling interface. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | MediaServer:Video MediaServer:Music MediaServer:Photos 22 | http://[IP]:[PORT:2111] 23 | 24 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Emby_B.png 25 | --restart=unless-stopped 26 | 27 | 28 | 1686705060 29 | 30 | 31 | 32 | 2111 33 | Your Media Path 34 | 0 35 | 0 36 | 100 37 | /dev/dri/ 38 | CST-8 39 | http://xxx.xxx.xxx.xxx:7890 40 | http://xxx.xxx.xxx.xxx:7890 41 | /mnt/user/appdata/EmbyServer 42 | -------------------------------------------------------------------------------- /templates/11-Redis/Redis_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Redis 4 | redis:alpine 5 | https://registry.hub.docker.com/_/redis/ 6 | bridge 7 | 8 | bash 9 | false 10 | https://lime-technology.com/forums/topic/69490-support-jj9987-redis/ 11 | https://redis.io/ 12 | Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. Based on official Redis Docker image. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | Network:Management Productivity: Tools: 22 | 23 | https://raw.githubusercontent.com/juusujanar/unraid-templates/master/Redis.xml 24 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Redis_A.png 25 | --hostname=redis --restart=unless-stopped 26 | 27 | 28 | 1686705856 29 | 30 | 31 | 32 | 1211 33 | /mnt/user/appdata/Redis 34 | -------------------------------------------------------------------------------- /templates/12-Jellyfin/Jellyfin_latest-nyanmisaka.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Jellyfin 4 | nyanmisaka/jellyfin 5 | https://hub.docker.com/r/nyanmisaka/jellyfin 6 | bridge 7 | 8 | bash 9 | false 10 | https://github.com/jellyfin/jellyfin 11 | https://github.com/jellyfin/jellyfin 12 | Jellyfin(https://jellyfin.github.io/) is a Free Software Media System that puts you in control of managing and streaming your media. It is an alternative to the proprietary Emby and Plex, to provide media from a dedicated server to end-user devices via multiple apps. Jellyfin is descended from Emby's 3.5.2 release and ported to the .NET Core framework to enable full cross-platform support. There are no strings attached, no premium licenses or features, and no hidden agendas: just a team who want to build something better and work together to achieve it. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | MediaApp:Video MediaApp:Music 23 | http://[IP]:[PORT:8075] 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Jellyfin_A.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686731259 30 | 31 | 32 | 33 | 8075 34 | Your Media Path 35 | /dev/dri 36 | /mnt/user/appdata/Jellyfin 37 | 99 38 | 100 39 | 022 40 | http://xxx.xxx.xxx.xxx:7890 41 | http://xxx.xxx.xxx.xxx:7890 42 | -------------------------------------------------------------------------------- /templates/13-MemCached/MemCached_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | MemCached 4 | bitnami/memcached:latest 5 | https://hub.docker.com/r/bitnami/memcached/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://forums.unraid.net/topic/89502-support-a75g-repo/ 11 | https://memcached.org/ 12 | Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | Tools: 23 | 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Memcached_A.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686726818 30 | 31 | 32 | 33 | 11211 34 | 35 | 36 | -------------------------------------------------------------------------------- /templates/14-UnblockMusic/UnblockMusic_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | UnblockMusic 4 | nondanee/unblockneteasemusic 5 | https://hub.docker.com/r/nondanee/unblockneteasemusic/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/nondanee/UnblockNeteaseMusic 11 | https://hub.docker.com/r/nondanee/unblockneteasemusic/ 12 | Revive unavailable songs for Netease Cloud Music. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | Tools: 23 | 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/163music_A.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686725720 30 | 31 | 32 | 33 | 8007 34 | -------------------------------------------------------------------------------- /templates/15-Kodbox/Kodbox_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Kodbox 4 | kodcloud/kodbox:latest 5 | https://hub.docker.com/r/kodcloud/kodbox/ 6 | bridge 7 | 8 | bash 9 | false 10 | https://hub.docker.com/r/kodcloud/kodbox/ 11 | https://kodcloud.com 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | Tools: 20 | http://[IP]:[PORT:3911] 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Kodcloud_A.png 23 | --restart=unless-stopped 24 | 25 | 26 | 1686706756 27 | 28 | 29 | 30 | 3911 31 | /mnt/user/appdata/Kodbox 32 | Your Custom Data Path 33 | Kodbox 34 | Kodbox 35 | MYSQL_PASSWORD 36 | MYSQL_SERVER 37 | MYSQL_PORT 38 | redis 39 | REDIS_HOST 40 | REDIS_PORT 41 | KODBOX_ADMIN_USER 42 | KODBOX_ADMIN_PASSWORD 43 | -------------------------------------------------------------------------------- /templates/18-Nginx/Nginx_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Nginx 4 | linuxserver/nginx:latest 5 | https://hub.docker.com/r/linuxserver/nginx/ 6 | bridge 7 | 8 | bash 9 | false 10 | https://forums.unraid.net/topic/42784-support-linuxserverio-nginx/ 11 | https://www.nginx.com/ 12 | Nginx is a web server with a strong focus on high concurrency, performance and low memory usage. It can also act as a reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer and an HTTP cache. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | Network:Web Network:Proxy 23 | http://[IP]:[PORT:1511] 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Nginx_E.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686729941 30 | 31 | 32 | 33 | 1511 34 | /mnt/user/appdata/Nginx/www/ 35 | 99 36 | 100 37 | 1513 38 | 1512 39 | 1515 40 | 1516 41 | 1518 42 | 1519 43 | 1520 44 | -------------------------------------------------------------------------------- /templates/19-Dim/Dim_dev.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Dim 4 | ghcr.io/dusk-labs/dim:dev 5 | https://github.com/Dusk-Labs/dim/pkgs/container/dim 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/Dusk-Labs/dim 11 | https://github.com/Dusk-Labs/dim 12 | Dim is a self-hosted media manager. With minimal setup, Dim will organize and beautify your media collections, letting you access and play them anytime from anywhere. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | MediaApp:Video 23 | http://[IP]:[PORT:8003] 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Dim_B.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686726587 30 | 31 | 32 | 33 | 8003 34 | Your Media Path 35 | /dev/dri 36 | /mnt/user/appdata/Dim 37 | -------------------------------------------------------------------------------- /templates/2-Portainer/Portainer_latest-alpine.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Portainer 4 | portainer/portainer-ce:alpine 5 | https://registry.hub.docker.com/r/portainer/portainer/ 6 | bridge 7 | 8 | bash 9 | false 10 | https://lime-technology.com/forums/topic/69491-support-jj9987-portainer/ 11 | https://portainer.io 12 | Portainer is a simple management solution for Docker. It consists of a web UI that allows you to easily manage your Docker containers, images, networks and volumes. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | Network:Management Productivity: Tools: 22 | http://[IP]:[PORT:1811] 23 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Portainer_B.png 24 | --restart=unless-stopped 25 | 26 | 27 | 1686645143 28 | 29 | 30 | 31 | 1811 32 | /mnt/user/appdata/Portainer 33 | /var/run/docker.sock 34 | -------------------------------------------------------------------------------- /templates/20-Amule/Amule_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Amule 4 | tchabaud/amule 5 | https://hub.docker.com/r/tchabaud/amule 6 | bridge 7 | 8 | sh 9 | false 10 | https://forums.unraid.net/topic/120394-support-smartphonelover-amule-torrent-client/ 11 | https://github.com/t-chab/dockerfiles 12 | DESCRIPTION 13 | aMule is a free peer-to-peer file sharing utility that works with the EDonkey network and the Kad network, offering similar features to eMule and adding others such as GeoIP (country flags). 14 | 15 | VERSION 16 | 1.0 (2022-02-23) 17 | 18 | YouTube: https://www.youtube.com/@xiaoditx 19 | Templates: https://github.com/xushier/Unraid-Docker-Templates 20 | Icons: https://github.com/xushier/HD-Icons 21 | BiliBili: https://space.bilibili.com/32313260 22 | Blog: https://www.xdtx.cc 23 | QQ Group: 647605169 24 | WeChat: 小迪同学 25 | 26 | Downloaders: Productivity: Tools: 27 | http://[IP]:[PORT:4711] 28 | 29 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Amule_A.png 30 | --restart=unless-stopped 31 | 32 | 33 | 1686726115 34 | 35 | 36 | 37 | 4711 38 | 4662 39 | 4672 40 | Your Download Completed Path 41 | /mnt/user/appdata/Amule/incompleted 42 | /mnt/user/appdata/Amule/config 43 | 1000 44 | 1000 45 | Your Password 46 | default 47 | -------------------------------------------------------------------------------- /templates/21-WebDAV/WebDAV_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | WebDAV 4 | apachewebdav/apachewebdav 5 | https://github.com/mgutt/docker-apachewebdav 6 | bridge 7 | 8 | sh 9 | false 10 | https://forums.unraid.net/topic/103601-support-apache-webdav/ 11 | https://httpd.apache.org/docs/2.4/mod/mod_dav.html 12 | Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser. 13 | 14 | Specifying USERNAME and PASSWORD only supports a single user. If you want to have lots of different logins for various users, bind mount user.passwd as follows: 15 | 16 | Open the Unraid WebTerminal >_ and execute the following: 17 | mkdir /mnt/user/appdata/apachewebdav 18 | touch /mnt/user/appdata/apachewebdav/user.passwd 19 | 20 | Add a new Path to this container with the following values: 21 | Container Path: /user.passwd 22 | Host Path: /mnt/user/appdata/apachewebdav/user.passwd 23 | 24 | After starting the container, open its console and execute the following for "Basic" authentification by changing "John" to your username (it asks for your password after executing): 25 | htpasswd -B /user.passwd John 26 | 27 | or this if you choosed "Digest" authentification: 28 | htdigest user.passwd WebDAV-Login John 29 | 30 | Execute the command multiple times with different usernames to add more users. 31 | 32 | YouTube: https://www.youtube.com/@xiaoditx 33 | Templates: https://github.com/xushier/Unraid-Docker-Templates 34 | Icons: https://github.com/xushier/HD-Icons 35 | BiliBili: https://space.bilibili.com/32313260 36 | Blog: https://www.xdtx.cc 37 | QQ Group: 647605169 38 | WeChat: 小迪同学 39 | Cloud: 40 | http://[IP]:[PORT:8384] 41 | 42 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Webdav_A.png 43 | --memory=1G --restart=unless-stopped 44 | 45 | 46 | 1686720889 47 | 48 | 49 | 50 | Your WebDAV Files Path 51 | 8384 52 | localhost 53 | / 54 | Basic 55 | 登录小迪的 WebDAV 56 | Your Login Username 57 | Your Login Password 58 | 59 | 60 | /mnt/user/appdata/WebDAV 61 | 99 62 | 100 63 | 0000 64 | -------------------------------------------------------------------------------- /templates/22-Snap2html/Snap2html_latest-321661.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Snap2html-321661 4 | 321661/snap2html 5 | https://hub.docker.com/r/321661/snap2html/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://hub.docker.com/r/321661/snap2html/ 11 | https://hub.docker.com/r/321661/snap2html/ 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | 20 | Tools: 21 | 22 | 23 | 24 | 25 | 26 | 27 | 1686727474 28 | 29 | 30 | 31 | Your File Path 32 | /mnt/user/appdata/Snap2html 33 | -------------------------------------------------------------------------------- /templates/22-Snap2html/Snap2html_latest-nathan21hz.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Snap2html-nathan 4 | nathan21hz/linuxdir2html 5 | https://hub.docker.com/r/nathan21hz/linuxdir2html 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/homeisfar/LinuxDir2HTML 11 | https://github.com/homeisfar/LinuxDir2HTML 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | 20 | Tools: 21 | 22 | 23 | 24 | 25 | 26 | 27 | 1686727610 28 | 29 | 30 | 31 | Your File Path 32 | /mnt/user/appdata/Snap2html 33 | -------------------------------------------------------------------------------- /templates/23-Qbittorrent/Qbittorrent_v4.3.9-chisbread.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Qbittorrent_CB 4 | chisbread/qbittorrent:v4.3.9 5 | https://hub.docker.com/r/chisbread/qbittorrent/ 6 | host 7 | 8 | sh 9 | true 10 | https://hub.docker.com/r/chisbread/qbittorrent/ 11 | https://hub.docker.com/r/chisbread/qbittorrent/ 12 | 为pt下载定制的“快速hash校验”版qbittorrent, 相关修改见 https://github.com/ChisBread/libtorrent 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | Downloaders: 23 | http://[IP]:[PORT:1912] 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Qbittorrent_B.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686722754 30 | 31 | 32 | 33 | /mnt/user/appdata/Qbittorrent_CB 34 | 56689 35 | 56689 36 | 1912 37 | Your Download Path 38 | 1912 39 | Asia/Shanghai 40 | 99 41 | 100 42 | -------------------------------------------------------------------------------- /templates/23-Qbittorrent/Qbittorrent_v4.4.5-80x86.conf: -------------------------------------------------------------------------------- 1 | [General] 2 | ported_to_new_savepath_system=true 3 | 4 | [AutoRun] 5 | enabled=false 6 | program=/usr/local/bin/qb-auto-cat -h %I 7 | 8 | [BitTorrent] 9 | Session\AsyncIOThreadsCount=8 10 | Session\CheckingMemUsageSize=512 11 | Session\ChokingAlgorithm=FixedSlots 12 | Session\CoalesceReadWrite=false 13 | Session\FilePoolSize=40 14 | Session\PieceExtentAffinity=false 15 | Session\SSRFMitigation=false 16 | Session\SendBufferLowWatermark=10 17 | Session\SendBufferWatermark=500 18 | Session\SendBufferWatermarkFactor=50 19 | Session\SlowTorrentsDownloadRate=100 20 | Session\SlowTorrentsUploadRate=100 21 | Session\SuggestMode=false 22 | Session\ValidateHTTPSTrackerCertificate=false 23 | 24 | [Core] 25 | AutoDeleteAddedTorrentFile=Never 26 | 27 | [LegalNotice] 28 | Accepted=true 29 | 30 | [Preferences] 31 | Advanced\AnnounceToAllTrackers=false 32 | Advanced\IgnoreLimitsLAN=false 33 | Advanced\IncludeOverhead=true 34 | Advanced\RecheckOnCompletion=false 35 | Advanced\osCache=true 36 | Advanced\trackerPort=9000 37 | Bittorrent\DHT=false 38 | Bittorrent\LSD=false 39 | Bittorrent\MaxConnecs=1100 40 | Bittorrent\MaxConnecsPerTorrent=-1 41 | Bittorrent\MaxUploads=-1 42 | Bittorrent\MaxUploadsPerTorrent=-1 43 | Bittorrent\PeX=false 44 | Bittorrent\uTP_rate_limited=true 45 | Connection\GlobalDLLimit=92160 46 | Connection\GlobalDLLimitAlt=0 47 | Connection\GlobalUPLimit=92160 48 | Connection\GlobalUPLimitAlt=0 49 | Connection\PortRangeMin=56688 50 | Connection\ResolvePeerCountries=true 51 | Connection\UPnP=true 52 | Connection\alt_speeds_on=false 53 | Downloads\DiskWriteCacheSize=3072 54 | Downloads\DiskWriteCacheTTL=60 55 | Downloads\PreAllocation=false 56 | Downloads\SavePath=/downloads/ 57 | Downloads\SaveResumeDataInterval=10 58 | Downloads\ScanDirsV2=@Variant(\0\0\0\x1c\0\0\0\0) 59 | DynDNS\DomainName=changeme.dyndns.org 60 | DynDNS\Enabled=false 61 | DynDNS\Password= 62 | DynDNS\Service=0 63 | DynDNS\Username= 64 | General\Locale=zh 65 | General\UseRandomPort=false 66 | MailNotification\email= 67 | MailNotification\enabled=false 68 | MailNotification\password= 69 | MailNotification\req_auth=true 70 | MailNotification\req_ssl=false 71 | MailNotification\sender=qBittorrent_notification@example.com 72 | MailNotification\smtp_server=smtp.changeme.com 73 | MailNotification\username= 74 | Queueing\IgnoreSlowTorrents=true 75 | Queueing\MaxActiveDownloads=8 76 | Queueing\MaxActiveTorrents=10000 77 | Queueing\MaxActiveUploads=20000 78 | Queueing\QueueingEnabled=false 79 | Scheduler\Enabled=false 80 | Scheduler\days=0 81 | Scheduler\end_time=@Variant(\0\0\0\xf\x4\xb8\x7f\0) 82 | Scheduler\start_time=@Variant(\0\0\0\xf\x1I\x97\0) 83 | WebUI\Address=* 84 | WebUI\AlternativeUIEnabled=false 85 | WebUI\AuthSubnetWhitelist=@Invalid() 86 | WebUI\AuthSubnetWhitelistEnabled=false 87 | WebUI\BanDuration=3600 88 | WebUI\CSRFProtection=false 89 | WebUI\ClickjackingProtection=false 90 | WebUI\CustomHTTPHeaders= 91 | WebUI\CustomHTTPHeadersEnabled=false 92 | WebUI\Enabled=true 93 | WebUI\HTTPS\CertificatePath= 94 | WebUI\HTTPS\Enabled=false 95 | WebUI\HTTPS\KeyPath= 96 | WebUI\HostHeaderValidation=false 97 | WebUI\LocalHostAuth=true 98 | WebUI\MaxAuthenticationFailCount=5 99 | WebUI\Port=1911 100 | WebUI\RootFolder=/config/web 101 | WebUI\SecureCookie=true 102 | WebUI\ServerDomains=* 103 | WebUI\SessionTimeout=3600 104 | WebUI\UseUPnP=false 105 | WebUI\Username=admin 106 | -------------------------------------------------------------------------------- /templates/23-Qbittorrent/Qbittorrent_v4.4.5-80x86.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Qbittorrent_80x86 4 | 80x86/qbittorrent:4.4.5-37-minimal-amd64-full 5 | https://hub.docker.com/r/80x86/qbittorrent 6 | host 7 | 8 | sh 9 | false 10 | https://hub.docker.com/r/80x86/qbittorrent 11 | https://hub.docker.com/r/80x86/qbittorrent 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | Downloaders: 20 | http://[IP]:[PORT:1911] 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Qbittorrent_B.png 23 | --restart=unless-stopped 24 | 25 | 26 | 1686722421 27 | 28 | 29 | 30 | Your Download Path 31 | /mnt/user/appdata/Qbittorrent_80x86/config 32 | 1911 33 | 56688 34 | 56688 35 | 99 36 | 100 37 | 1911 38 | Asia/Shanghai 39 | 000 40 | 56688 41 | Your Server Address 42 | /mnt/user/appdata/Qbittorrent_80x86/data 43 | 44 | -------------------------------------------------------------------------------- /templates/24-Transmission/Transmission_latest-chisbread.json: -------------------------------------------------------------------------------- 1 | { 2 | "bind-address-ipv4": "0.0.0.0", 3 | "bind-address-ipv6": "::", 4 | "blocklist-enabled": false, 5 | "blocklist-url": "http://www.example.com/blocklist", 6 | "cache-size-mb": 4, 7 | "dht-enabled": false, 8 | "download-dir": "/downloads", 9 | "encryption": 1, 10 | "idle-seeding-limit": 30, 11 | "idle-seeding-limit-enabled": false, 12 | "incomplete-dir": "/downloads/incomplete", 13 | "incomplete-dir-enabled": false, 14 | "lpd-enabled": false, 15 | "message-level": 2, 16 | "peer-congestion-algorithm": "", 17 | "peer-id-ttl-hours": 6, 18 | "peer-port": 51413, 19 | "peer-port-random-high": 65535, 20 | "peer-port-random-low": 49152, 21 | "peer-port-random-on-start": false, 22 | "peer-socket-tos": "default", 23 | "pex-enabled": false, 24 | "pidfile": "/var/transmission.pid", 25 | "port-forwarding-enabled": false, 26 | "preallocation": 1, 27 | "prefetch-enabled": true, 28 | "queue-stalled-enabled": false, 29 | "queue-stalled-minutes": 30, 30 | "ratio-limit": 2, 31 | "ratio-limit-enabled": false, 32 | "rename-partial-files": true, 33 | "rpc-authentication-required": true, 34 | "rpc-bind-address": "0.0.0.0", 35 | "rpc-enabled": true, 36 | "rpc-host-whitelist": "", 37 | "rpc-host-whitelist-enabled": false, 38 | "rpc-port": 2211, 39 | "rpc-url": "/transmission/", 40 | "rpc-whitelist": "", 41 | "rpc-whitelist-enabled": false, 42 | "scrape-paused-torrents-enabled": true, 43 | "script-torrent-done-enabled": false, 44 | "script-torrent-done-filename": "", 45 | "seed-queue-enabled": false, 46 | "seed-queue-size": 10, 47 | "speed-limit-down": 100, 48 | "speed-limit-down-enabled": false, 49 | "speed-limit-up": 100, 50 | "speed-limit-up-enabled": false, 51 | "start-added-torrents": true, 52 | "trash-original-torrent-files": false, 53 | "umask": 2, 54 | "utp-enabled": false, 55 | "watch-dir": "/watch", 56 | "watch-dir-enabled": true 57 | } 58 | -------------------------------------------------------------------------------- /templates/24-Transmission/Transmission_latest-chisbread.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Transmission-CB 4 | chisbread/transmission:latest 5 | https://hub.docker.com/r/chisbread/transmission 6 | host 7 | 8 | sh 9 | false 10 | https://github.com/ChisBread/transmission_skip_patch 11 | https://transmissionbt.com 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | 20 | Downloaders: 21 | http://[IP]:[PORT:2211] 22 | 23 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Transmission_A.png 24 | --restart=unless-stopped 25 | 26 | 27 | 1686723886 28 | 29 | 30 | 31 | 2211 32 | 51413 33 | 51413 34 | /mnt/user/appdata/Transmission-CB/config 35 | Your Download Path 36 | /mnt/user/appdata/Transmission-CB/watch 37 | 0 38 | 0 39 | Asia/Shanghai 40 | /transmission-web-control 41 | /mnt/user/appdata/Transmission-CB/transmission-web-control 42 | 2211 43 | 51413 44 | Your Username 45 | Your Password 46 | -------------------------------------------------------------------------------- /templates/25-Aria2/Aria2NG_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Aria2NG 4 | oldiy/aria2-ui-ng:latest 5 | https://hub.docker.com/r/oldiy/aria2-ui-ng/ 6 | bridge 7 | 8 | bash 9 | false 10 | https://github.com/oldiy/Docker-Aria2NG 11 | https://github.com/oldiy/Docker-Aria2NG 12 | 群晖可用的Aria2+WebUI+AriaNG+FilesWeb,中文安装说明——支持群晖,威联通等一切X86系统docker部署 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | Downloaders: 22 | http://[IP]:[PORT:3611] 23 | 24 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Aria2_A.png 25 | --restart=unless-stopped 26 | 27 | 28 | 1686720308 29 | 30 | 31 | 32 | Your Download Path 33 | /mnt/user/appdata/Aria2NG 34 | 3611 35 | 3622 36 | 3655 37 | 3666 38 | Your SECRET TOKEN 39 | -------------------------------------------------------------------------------- /templates/26-QbittorrentEE/QbittorrentEE_latest-superng6.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | QbittorrentEE 4 | superng6/qbittorrentee 5 | https://hub.docker.com/r/superng6/qbittorrentee/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/SuperNG6/Docker-qBittorrent-Enhanced-Edition 11 | https://github.com/SuperNG6/Docker-qBittorrent-Enhanced-Edition 12 | qBittorrent增强版,防吸血 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | Downloaders: 23 | http://[IP]:[PORT:1922] 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Qbittorrent_B.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686723058 30 | 31 | 32 | 33 | /mnt/user/appdata/QbittorrentEE_Superng6 34 | Your Download Path 35 | 6888 36 | 6888 37 | 1922 38 | 1922 39 | Asia/Shanghai 40 | -------------------------------------------------------------------------------- /templates/28-Lskypro-v2.x/Lskypro_v2.x-latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Lskypro 4 | coldpig/lskypro-docker:latest 5 | https://hub.docker.com/r/coldpig/lskypro-docker 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/lsky-org/lsky-pro 11 | https://www.lsky.pro 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | Tools: 20 | http://[IP]:[PORT:5611] 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Lskypro_A.png 23 | --hostname=lskypro --restart=unless-stopped 24 | 25 | 26 | 1686707353 27 | 28 | 29 | 30 | 5611 31 | /mnt/user/appdata/Lskypro 32 | -------------------------------------------------------------------------------- /templates/29-Composerize/Composerize_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Composerize 4 | icedream/composerize 5 | https://hub.docker.com/r/icedream/composerize 6 | bridge 7 | 8 | sh 9 | false 10 | https://forums.unraid.net/topic/116669-support-smartphonelover-composerize-docker-compose-generator/ 11 | https://github.com/icedream/docker-composerize 12 | DESCRIPTION 13 | Turns docker run commands into docker-compose files. 14 | 15 | Here is a live demo: 16 | http://composerize.com/ 17 | 18 | VERSION 19 | 1.0 (2021-12-01) 20 | 21 | YouTube: https://www.youtube.com/@xiaoditx 22 | Templates: https://github.com/xushier/Unraid-Docker-Templates 23 | Icons: https://github.com/xushier/HD-Icons 24 | BiliBili: https://space.bilibili.com/32313260 25 | Blog: https://www.xdtx.cc 26 | QQ Group: 647605169 27 | WeChat: 小迪同学 28 | 29 | Productivity: 30 | http://[IP]:[PORT:12337] 31 | 32 | https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/composerize_200x200.png 33 | --restart=unless-stopped 34 | 35 | 36 | 1686724737 37 | 38 | 39 | 40 | 12337 41 | 42 | -------------------------------------------------------------------------------- /templates/3-FileBrowser/FileBrowser_80x86_v2.9.4-amd64.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | FileBrowser 4 | 80x86/filebrowser:2.10.3-amd64 5 | https://hub.docker.com/r/80x86/filebrowser/ 6 | bridge 7 | 8 | bash 9 | false 10 | https://hub.docker.com/r/80x86/filebrowser/ 11 | https://filebrowser.org 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | 20 | Tools: 21 | http://[IP]:[PORT:1611] 22 | 23 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Filebrowser_A.png 24 | --restart=unless-stopped 25 | 26 | 27 | 1686705587 28 | 29 | 30 | 31 | 000 32 | Your File Path 33 | /mnt/user/appdata/Filebrowser/config 34 | 0 35 | 0 36 | 1611 37 | /dev/dri/ 38 | Your Custom File Path 39 | -------------------------------------------------------------------------------- /templates/30-BaiduNetDisk/BaiduNetdisk_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | BaiduNetDisk 4 | johngong/baidunetdisk 5 | https://hub.docker.com/r/johngong/baidunetdisk/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://hub.docker.com/r/johngong/baidunetdisk/ 11 | https://hub.docker.com/r/johngong/baidunetdisk/ 12 | 官方百度网盘客户端VNC版:(baidunetdisk:4.10.5) 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | Cloud: 23 | http://[IP]:[PORT:7888] 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Baidudrive_A.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686728701 30 | 31 | 32 | 33 | /mnt/user/appdata/BaiduNetDisk 34 | 7888 35 | 7889 36 | 0 37 | 0 38 | 1366 39 | 768 40 | Your Download Path 41 | Your Password 42 | -------------------------------------------------------------------------------- /templates/31-Drawio/Drawio_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Drawio 4 | jgraph/drawio 5 | https://hub.docker.com/r/jgraph/drawio 6 | bridge 7 | 8 | sh 9 | false 10 | https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/ 11 | https://github.com/jgraph/drawio 12 | A lightweight diagram drawing application. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | Productivity: 23 | http://[IP]:[PORT:3311] 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Drawio_A.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686725128 30 | 31 | 32 | 33 | 3311 34 | 3322 35 | false 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /templates/32-JellyfinVue/JellyfinVueStatic_unstable.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | JellyfinVueStatic 4 | jellyfin/jellyfin-vue:unstable-static 5 | https://hub.docker.com/r/jellyfin/jellyfin-vue 6 | bridge 7 | 8 | bash 9 | false 10 | https://github.com/jellyfin/jellyfin-vue 11 | https://jellyfin.org 12 | A modern web client for Jellyfin based on Vue. It relies on Jellyfin to store and manage your media. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | MediaServer:Video MediaServer:Music MediaServer:Books MediaServer:Photos MediaServer:Other 23 | http://[IP]:[PORT:2999] 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Jellyfin_C.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686729510 30 | 31 | 32 | 33 | 2999 34 | -------------------------------------------------------------------------------- /templates/33-RustDesk/RustDeskAIO_latest-chips777.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | RustDesk-AIO 4 | ich777/rustdesk-server-aio 5 | https://hub.docker.com/r/ich777/rustdesk-server-aio/ 6 | host 7 | 8 | bash 9 | false 10 | https://forums.unraid.net/topic/83786-support-ich777-application-dockers/ 11 | https://rustdesk.com/ 12 | Self-host your own RustDesk Server, it is free and open source. This container includes both the RustDesk Server and the RustDesk Relay in one and starts it. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | Network:Other Other: Productivity: Tools:Utilities 23 | 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Rustdesk_A.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686645739 30 | 31 | 32 | 33 | /mnt/user/appdata/RustDesk-AIO 34 | true 35 | 36 | true 37 | 38 | 21115-21119 39 | 21116 40 | 99 41 | 100 42 | 770 43 | 000 44 | -------------------------------------------------------------------------------- /templates/34-Xunlei/Xunlei_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Xunlei 4 | cnk3x/xunlei 5 | https://hub.docker.com/r/cnk3x/xunlei/ 6 | host 7 | 8 | sh 9 | true 10 | https://github.com/cnk3x/xunlei 11 | https://github.com/cnk3x/xunlei 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | Downloaders: 20 | http://[IP]:[PORT:2345] 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Xunlei_A.png 23 | --restart=unless-stopped 24 | 25 | 26 | 1686711427 27 | 28 | 29 | 30 | Your Download Path 31 | /mnt/user/appdata/Xunlei 32 | 2345 33 | 0 34 | -------------------------------------------------------------------------------- /templates/35-FreenomRenewal/FreenomRenewal_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Freenom 4 | luolongfei/freenom 5 | https://hub.docker.com/r/luolongfei/freenom/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/luolongfei/freenom 11 | https://github.com/luolongfei/freenom 12 | Freenom 域名自动续期(Docker 版本)。Automatically renew your freenom domain. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | Tools: 22 | 23 | 24 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Freenom_A.png 25 | --restart=unless-stopped 26 | 27 | 28 | 1686719930 29 | 30 | 31 | 32 | /mnt/user/appdata/Freenom/logs 33 | /mnt/user/appdata/Freenom/conf 34 | -------------------------------------------------------------------------------- /templates/36-CodeServer/CodeServer_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | CodeServer 4 | linuxserver/code-server 5 | https://github.com/orgs/linuxserver/packages/container/package/code-server 6 | bridge 7 | 8 | bash 9 | false 10 | https://github.com/linuxserver/docker-code-server/issues/new/choose 11 | https://coder.com 12 | Code-server(https://coder.com) is VS Code running on a remote server, accessible through the browser. 13 | - Code on your Chromebook, tablet, and laptop with a consistent dev environment. 14 | - If you have a Windows or Mac workstation, more easily develop for Linux. 15 | - Take advantage of large cloud servers to speed up tests, compilations, downloads, and more. 16 | - Preserve battery life when you're on the go. 17 | - All intensive computation runs on your server. 18 | - You're no longer running excess instances of Chrome. 19 | 20 | YouTube: https://www.youtube.com/@xiaoditx 21 | Templates: https://github.com/xushier/Unraid-Docker-Templates 22 | Icons: https://github.com/xushier/HD-Icons 23 | BiliBili: https://space.bilibili.com/32313260 24 | Blog: https://www.xdtx.cc 25 | QQ Group: 647605169 26 | WeChat: 小迪同学 27 | Cloud: Productivity: Tools:Utilities 28 | http://[IP]:[PORT:8443] 29 | 30 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Codeserver_A.png 31 | --restart=unless-stopped 32 | 33 | 34 | 1686707838 35 | 36 | 37 | 38 | 8443 39 | PASSWORD 40 | 41 | SUDO_PASSWORD 42 | 43 | cs.xushier.cc 44 | /ws 45 | http://xxx.xxx.xxx.xxx:7890 46 | http://xxx.xxx.xxx.xxx:7890 47 | /mnt/user/appdata/ 48 | /mnt/user/appdata/CodeServer 49 | 0 50 | 0 51 | 000 52 | 53 | -------------------------------------------------------------------------------- /templates/37-IYUU/IYUU-Plus_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | IYUU-Plus 4 | iyuucn/iyuuplus:latest 5 | https://hub.docker.com/r/iyuucn/iyuuplus 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/ledccn/IYUUPlus 11 | http://iyuu.cn 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | Tools: 20 | http://[IP]:[PORT:2911] 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Iyuu_A.png 23 | --restart=unless-stopped 24 | 25 | 26 | 1686711154 27 | 28 | 29 | 30 | 2911 31 | /mnt/user/appdata/IYUU-Plus 32 | Your Qbittorrent BT_backup Path 33 | Your Transmission torrents Path 34 | -------------------------------------------------------------------------------- /templates/38-Navidrome/Navidrome_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Navidrome 4 | deluan/navidrome 5 | https://hub.docker.com/r/deluan/navidrome/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/ 11 | https://github.com/deluan/navidrome 12 | Modern Music Server and Streamer compatible with Subsonic/Airsonic. 13 | 14 | https://www.navidrome.org 15 | 16 | YouTube: https://www.youtube.com/@xiaoditx 17 | Templates: https://github.com/xushier/Unraid-Docker-Templates 18 | Icons: https://github.com/xushier/HD-Icons 19 | BiliBili: https://space.bilibili.com/32313260 20 | Blog: https://www.xdtx.cc 21 | QQ Group: 647605169 22 | WeChat: 小迪同学 23 | MediaServer:Music 24 | http://[IP]:[PORT:8032] 25 | 26 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Navidrome_B.png 27 | --restart=unless-stopped 28 | 29 | 30 | 1686712355 31 | 32 | 33 | 34 | 8032 35 | /mnt/user/appdata/Navidrome 36 | Your Music Media Path 37 | info 38 | 24h 39 | 200MB 40 | true 41 | -------------------------------------------------------------------------------- /templates/39-Qiandao/Qiandao_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Qiandao 4 | asdaragon/qiandao:latest 5 | https://hub.docker.com/r/asdaragon/qiandao 6 | bridge 7 | 8 | sh 9 | false 10 | https://qd-today.github.io/qd 11 | https://github.com/qd-today/qd 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | Tools: 20 | http://[IP]:[PORT:3111] 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Qiandao_A.png 23 | --restart=unless-stopped 24 | 25 | 26 | 1686712058 27 | 28 | 29 | 30 | 3111 31 | /mnt/user/appdata/Qiandao 32 | smtp.163.com 33 | 25 34 | MAIL USER 35 | MAIL PASSWORD 36 | 163.com 37 | -------------------------------------------------------------------------------- /templates/4-KoodoReader/KoodoReader_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | KoodoReader 4 | xushier/koodo-reader:latest 5 | https://hub.docker.com/r/xushier/koodo-reader/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/troyeguo/koodo-reader 11 | https://koodo.960960.xyz 12 | Koodo Reader 是一个跨平台的电子书阅读器 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | MediaApp:Books 23 | http://[IP]:[PORT:8015] 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Koodoreader_A.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686725416 30 | 31 | 32 | 33 | 8015 34 | -------------------------------------------------------------------------------- /templates/41-JfaGo/JfaGo_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Jfa-Go 4 | hrfee/jfa-go 5 | https://hub.docker.com/r/hrfee/jfa-go/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/hrfee/jfa-go 11 | https://github.com/hrfee/jfa-go 12 | jfa-go is a user management app for Jellyfin (and now Emby) that provides invite-based account creation as well as other features that make one's instance much easier to manage. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | Tools: 23 | http://[IP]:[PORT:8056] 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Jfago_A.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686730150 30 | 31 | 32 | Jellyfin or Emby 33 | 8056 34 | /mnt/user/appdata/Jfa-Go/ 35 | /etc/localtime 36 | -------------------------------------------------------------------------------- /templates/42-Plex/Plex_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Plex 4 | linuxserver/plex:latest 5 | https://github.com/orgs/linuxserver/packages/container/package/plex 6 | host 7 | 8 | bash 9 | false 10 | https://github.com/linuxserver/docker-plex/issues/new/choose 11 | https://plex.tv 12 | Plex(https://plex.tv) organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone Plex Media Server. has always been a top priority. Straightforward design and bulk actions mean getting things done faster. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | MediaServer:Video MediaServer:Music MediaServer:Photos 22 | http://[IP]:[PORT:32400]/web/index.html 23 | 24 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Plex_A.png 25 | --restart=unless-stopped 26 | 27 | 28 | 1686719621 29 | 30 | 31 | 32 | Your Media Path 33 | public 34 | Your PLEX CLAIM 35 | /dev/dri 36 | 2266 37 | 32410 38 | 32412-32414 39 | 32415 40 | 32416 41 | 32417 42 | 32418 43 | /mnt/user/appdata/Plex 44 | 99 45 | 100 46 | 022 47 | -------------------------------------------------------------------------------- /templates/43-Heimdall/Heimdall_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Heimdall 4 | linuxserver/heimdall:latest 5 | https://github.com/orgs/linuxserver/packages/container/package/heimdall 6 | bridge 7 | 8 | bash 9 | false 10 | https://github.com/linuxserver/docker-heimdall/issues/new/choose 11 | https://heimdall.site 12 | Heimdall(https://heimdall.site) is a way to organise all those links to your most used web sites and web applications in a simple way. 13 | Simplicity is the key to Heimdall. 14 | Why not use it as your browser start page? It even has the ability to include a search bar using either Google, Bing or DuckDuckGo. 15 | 16 | YouTube: https://www.youtube.com/@xiaoditx 17 | Templates: https://github.com/xushier/Unraid-Docker-Templates 18 | Icons: https://github.com/xushier/HD-Icons 19 | BiliBili: https://space.bilibili.com/32313260 20 | Blog: https://www.xdtx.cc 21 | QQ Group: 647605169 22 | WeChat: 小迪同学 23 | Tools:Utilities Network:Web Network:Other spotlight: 24 | http://[IP]:[PORT:8434] 25 | 26 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Heimdall_A.png 27 | --restart=unless-stopped 28 | 29 | 30 | 1686713091 31 | 32 | 33 | 34 | 8434 35 | /mnt/user/appdata/Heimdall 36 | 99 37 | 100 38 | 022 39 | -------------------------------------------------------------------------------- /templates/44-ExcaliDraw/Excalidraw_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Excalidraw 4 | excalidraw/excalidraw 5 | https://hub.docker.com/r/excalidraw/excalidraw 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/excalidraw/excalidraw/issues 11 | https://github.com/excalidraw/excalidraw 12 | Virtual whiteboard for sketching hand-drawn like diagrams. 13 | Collaborative and end-to-end encrypted.(1) 14 | The Docker image is free of analytics and other tracking libraries. 15 | --- 16 | 1. At the moment, self-hosting your own instance doesn't support sharing or collaboration features. 17 | We are working towards providing a full-fledged solution for self-hosting your own Excalidraw. 18 | 19 | YouTube: https://www.youtube.com/@xiaoditx 20 | Templates: https://github.com/xushier/Unraid-Docker-Templates 21 | Icons: https://github.com/xushier/HD-Icons 22 | BiliBili: https://space.bilibili.com/32313260 23 | Blog: https://www.xdtx.cc 24 | QQ Group: 647605169 25 | WeChat: 小迪同学 26 | Productivity: 27 | http://[IP]:[PORT:54326] 28 | 29 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Excalidraw_A.png 30 | --restart=unless-stopped 31 | 32 | 33 | 1686713980 34 | 35 | 36 | 37 | 54326 38 | -------------------------------------------------------------------------------- /templates/46-Tautulli/Tautulli_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Tautulli 4 | linuxserver/tautulli:latest 5 | https://github.com/orgs/linuxserver/packages/container/package/tautulli 6 | bridge 7 | 8 | bash 9 | false 10 | https://github.com/linuxserver/docker-tautulli/issues/new/choose 11 | http://tautulli.com 12 | Tautulli(http://tautulli.com) is a python based web application for monitoring, analytics and notifications for Plex Media Server. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | MediaServer:Other Tools:Utilities 22 | http://[IP]:[PORT:8181] 23 | 24 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Tautulli_A.png 25 | --restart=unless-stopped 26 | 27 | 28 | 1686712949 29 | 30 | 31 | 32 | 8181 33 | Asia/Shanghai 34 | /mnt/user/appdata/Tautulli 35 | 99 36 | 100 37 | 022 38 | -------------------------------------------------------------------------------- /templates/47-Epicgames/FreeGamesClaimer_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | FreeGamesClaimer 4 | ghcr.io/vogler/free-games-claimer 5 | https://github.com/vogler/free-games-claimer/pkgs/container/free-games-claimer 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/Nackophilz/unraid_templates/issues 11 | https://github.com/vogler/free-games-claimer 12 | FreeGamesClaimer is a program that will allow you to retrieve your free games and add them to your library from different platforms such as: 13 | 14 | EpicGames 15 | GOG 16 | Amazon Gaming 17 | Microsoft (coming soon) 18 | 19 | If you only want to use specific store and not all, you can add this in you're post arguments: 20 | bash -c "node epic-games.js; node gog.js; node prime-gaming.js" 21 | You can choose only one of them, or two of them, remember to separate each node with ";" and you're good to go ! 22 | 23 | YouTube: https://www.youtube.com/@xiaoditx 24 | Templates: https://github.com/xushier/Unraid-Docker-Templates 25 | Icons: https://github.com/xushier/HD-Icons 26 | BiliBili: https://space.bilibili.com/32313260 27 | Blog: https://www.xdtx.cc 28 | QQ Group: 647605169 29 | WeChat: 小迪同学 30 | Tools: 31 | http://[IP]:[PORT:6183] 32 | 33 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Freegamesclaimer_A.png 34 | 35 | node epic-games.js 36 | 37 | 1686713364 38 | 39 | 40 | 41 | /mnt/user/appdata/FGC 42 | email 43 | xxxx 44 | Your Epic Games Mail 45 | Your Epic Games Password 46 | Your Epic Games MFA OTP 47 | 48 | 49 | 50 | 0 51 | 52 | 53 | 6183 54 | mailto://email-prefix:password@xxx.com 55 | 1 56 | -------------------------------------------------------------------------------- /templates/48-Dashdot/Dashdot_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Dashdot 4 | mauricenino/dashdot:latest 5 | https://hub.docker.com/r/mauricenino/dashdot 6 | bridge 7 | 8 | sh 9 | true 10 | https://forums.unraid.net/topic/123795-support-smartphonelover-dash-dashdot/ 11 | https://github.com/MauriceNino/dashdot 12 | DESCRIPTION 13 | Dash. (or Dashdot) is a modern server dashboard, developed with a simple, but performant stack and designed with glassmorphism in mind. 14 | 15 | Live demo: 16 | https://dash.mauz.io/ 17 | 18 | NOTES 19 | • You have other variables available to use, if needed. Check the official docs to know more. 20 | • The 'privileged' flag is needed to determine the memory and storage info. 21 | • There are two docker image tags available: 'latest' and 'dev'. 22 | 23 | VERSION 24 | 1.2 (2023-03-04) 25 | 26 | YouTube: https://www.youtube.com/@xiaoditx 27 | Templates: https://github.com/xushier/Unraid-Docker-Templates 28 | Icons: https://github.com/xushier/HD-Icons 29 | BiliBili: https://space.bilibili.com/32313260 30 | Blog: https://www.xdtx.cc 31 | QQ Group: 647605169 32 | WeChat: 小迪同学 33 | Tools: 34 | http://[IP]:[PORT:3001]/ 35 | 36 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Dashdot_A.png 37 | --env-file=/mnt/user/appdata/Dashdot/.env --restart=unless-stopped 38 | 39 | 40 | 1686712776 41 | 42 | 43 | 44 | 3023 45 | / 46 | -------------------------------------------------------------------------------- /templates/49-SwingMusic/SwingMusic_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | SwingMusic 4 | xiaodid/swingmusic 5 | https://hub.docker.com/r/xiaodid/swingmusic 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/swing-opensource/swingmusic 11 | https://swingmusic.vercel.app 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | MediaApp:Music 20 | http://[IP]:[PORT:1972] 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Swingmusic_A.png 23 | --restart=unless-stopped 24 | 25 | 26 | 1686712605 27 | 28 | 29 | 30 | 1972 31 | Your Music Media Path 32 | /mnt/user/appdata/SwingMusic 33 | -------------------------------------------------------------------------------- /templates/5-Qinglong/Qinglong_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | QL-Panel 4 | whyour/qinglong 5 | https://hub.docker.com/r/whyour/qinglong/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://hub.docker.com/r/whyour/qinglong/ 11 | 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | Tools: 20 | 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Qinglong_B.png 23 | --restart=unless-stopped 24 | 25 | 26 | 1686645458 27 | 28 | 29 | 30 | /mnt/user/appdata/QL-Panel 31 | 2811 32 | -------------------------------------------------------------------------------- /templates/50-SubPlayer/SubPlayer_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | SubPlayer 4 | peguerosdc/subplayer 5 | https://hub.docker.com/r/peguerosdc/subplayer/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/peguerosdc/subplayer 11 | https://github.com/peguerosdc/subplayer 12 | Subsonic's frontend player. 13 | 14 | https://subplayer.netlify.app 15 | 16 | YouTube: https://www.youtube.com/@xiaoditx 17 | Templates: https://github.com/xushier/Unraid-Docker-Templates 18 | Icons: https://github.com/xushier/HD-Icons 19 | BiliBili: https://space.bilibili.com/32313260 20 | Blog: https://www.xdtx.cc 21 | QQ Group: 647605169 22 | WeChat: 小迪同学 23 | MediaApp:Music 24 | http://[ip]:[PORT:2368] 25 | 26 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Subplayer_A.png 27 | --restart=unless-stopped 28 | 29 | 30 | 1686721231 31 | 32 | 33 | 34 | 2368 35 | -------------------------------------------------------------------------------- /templates/51-Homarr/Homarr_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Homarr 4 | ghcr.io/ajnart/homarr:latest 5 | https://hub.docker.com/r/ajnart/homarr 6 | bridge 7 | 8 | sh 9 | false 10 | https://forums.unraid.net/topic/123478-support-smartphonelover-homarr/ 11 | https://github.com/ajnart/homarr 12 | DESCRIPTION 13 | Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. 14 | 15 | Live demo: 16 | https://homarr.ajnart.fr/ 17 | 18 | NOTES 19 | • The available tags to be used for this image, are: 'latest' (recommended) and 'dev'. 20 | • If you want to use your own icons (png/svg), place them in the configured directory of 'Storage (icons)'. Then, call them from Homarr URL field as '/icons/my_icon.ext'. 21 | 22 | VERSION 23 | 1.6 (2023-04-16) 24 | 25 | YouTube: https://www.youtube.com/@xiaoditx 26 | Templates: https://github.com/xushier/Unraid-Docker-Templates 27 | Icons: https://github.com/xushier/HD-Icons 28 | BiliBili: https://space.bilibili.com/32313260 29 | Blog: https://www.xdtx.cc 30 | QQ Group: 647605169 31 | WeChat: 小迪同学 32 | Tools:Utilities Network:Other 33 | http://[IP]:[PORT:7575] 34 | 35 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Homarr_A.png 36 | --restart=unless-stopped 37 | 38 | 39 | 1686721523 40 | 41 | 42 | 43 | 7575 44 | /mnt/user/appdata/Homarr/icons 45 | /mnt/user/appdata/Homarr/configs 46 | 7575 47 | /var/run/docker.sock 48 | 49 | 50 | dark 51 | Your Password 52 | false 53 | Your Edit Mode Password 54 | -------------------------------------------------------------------------------- /templates/52-SubConverter/SubConverter_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | SubConverter 4 | tindy2013/subconverter 5 | https://hub.docker.com/r/tindy2013/subconverter/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/tindy2013/subconverter 11 | https://github.com/tindy2013/subconverter 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | Tools: Network:Proxy Network:VPN 20 | http://[IP]:[PORT:2556] 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Subconverter_A.png 23 | --restart=unless-stopped 24 | 25 | 26 | 1687146404 27 | 28 | 29 | 30 | 2556 31 | /mnt/user/appdata/SubConverter 32 | -------------------------------------------------------------------------------- /templates/53-SubWeb/SubWeb_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | SubWeb 4 | careywong/subweb 5 | https://hub.docker.com/r/careywong/subweb/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://hub.docker.com/r/careywong/subweb/ 11 | https://hub.docker.com/r/careywong/subweb/ 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | Tools: Network:Web 20 | http://[IP]:[PORT:2558] 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Subweb_A.png 23 | --restart=unless-stopped 24 | 25 | 26 | 1687146607 27 | 28 | 29 | 30 | 2558 31 | -------------------------------------------------------------------------------- /templates/54-Clash/Clash_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Clash 4 | dreamacro/clash:latest 5 | https://hub.docker.com/r/dreamacro/clash 6 | host 7 | 8 | sh 9 | false 10 | https://github.com/Dreamacro/clash 11 | https://github.com/Dreamacro/clash 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | Network:Proxy Network:VPN 20 | 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Clash_A.png 23 | --restart=unless-stopped 24 | 25 | 26 | 1687152926 27 | 28 | 29 | 30 | /mnt/user/appdata/Clash/Your-Config-File.yml 31 | 7890 32 | 7891 33 | 9090 34 | 35 | -------------------------------------------------------------------------------- /templates/55-ClashWeb/ClashDashboard_centralx-latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | ClashDashboard 4 | centralx/clash-dashboard 5 | https://hub.docker.com/r/centralx/clash-dashboard 6 | bridge 7 | 8 | sh 9 | false 10 | https://hub.docker.com/r/centralx/clash-dashboard 11 | https://hub.docker.com/r/centralx/clash-dashboard 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | 20 | Tools: Network:Web 21 | http://[IP]:[PORT:3004] 22 | 23 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Clash_B.png 24 | --restart=unless-stopped 25 | 26 | 27 | 1687153628 28 | 29 | 30 | 31 | 3004 32 | -------------------------------------------------------------------------------- /templates/55-ClashWeb/ClashYacd_haishanh-latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | ClashYacd 4 | haishanh/yacd 5 | https://hub.docker.com/r/haishanh/yacd 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/haishanh/yacd 11 | https://github.com/haishanh/yacd 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | 20 | Tools: Network:Web 21 | http://[IP]:[PORT:3013] 22 | 23 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Clash_B.png 24 | --restart=unless-stopped --log-opt="max-size=1m" 25 | 26 | 27 | 1687154126 28 | 29 | 30 | 31 | 3013 32 | -------------------------------------------------------------------------------- /templates/56-Nascab/Nascab_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Nascab 4 | ypptec/nascab:latest 5 | https://hub.docker.com/r/ypptec/nascab 6 | bridge 7 | 8 | sh 9 | false 10 | https://www.nascab.cn 11 | https://www.nascab.cn 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | Backup: Cloud: Tools: MediaApp:Video MediaApp:Photos 20 | http://[IP]:[PORT:6592] 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Nascab_A.png 23 | --restart=unless-stopped 24 | 25 | 26 | 1692539711 27 | 28 | 29 | 30 | 6592 31 | 6593 32 | 6594 33 | /mnt/user/appdata/Nascab 34 | Your Personal Data 35 | 36 | -------------------------------------------------------------------------------- /templates/57-LinkEase/LinkEase_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | LinkEase 4 | linkease/linkease 5 | https://hub.docker.com/r/linkease/linkease 6 | host 7 | 8 | sh 9 | false 10 | https://doc.linkease.com/zh/guide/linkease 11 | https://www.linkease.com 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | Backup: Cloud: 20 | http://[IP]:[PORT:8897] 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Linkease_A.png 23 | --restart=unless-stopped 24 | 25 | 26 | 1692539753 27 | 28 | 29 | 30 | 8897 31 | /mnt/user/appdata/LinkEase/data 32 | /mnt/user/appdata/LinkEase/config 33 | /etc/localtime 34 | 0 35 | 0 36 | Your Personal Data 37 | 38 | -------------------------------------------------------------------------------- /templates/58-StirlingPDF/StirlingPDF_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | StirlingPDF 4 | frooodle/s-pdf:latest 5 | https://hub.docker.com/r/frooodle/s-pdf 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/Frooodle/Stirling-PDF 11 | https://github.com/Frooodle/Stirling-PDF 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | 20 | Tools: 21 | http://[IP]:[PORT:6520] 22 | 23 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Stirlingpdf_A.png 24 | --restart=unless-stopped 25 | 26 | 27 | 1695345424 28 | 29 | 30 | 31 | 6520 32 | /mnt/user/appdata/StirlingPDF/data 33 | 小迪 PDF 34 | 小迪的 PDF 工坊 35 | 小迪 PDF 36 | false 37 | /customFiles/static 38 | zh_CN 39 | /mnt/user/appdata/StirlingPDF/configs 40 | true 41 | true 42 | false 43 | 1 44 | / 45 | true 46 | [] 47 | [] 48 | -------------------------------------------------------------------------------- /templates/59-Wangxin/WX-Edge_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | WX-Edge 4 | onething1/wxedge:latest 5 | https://hub.docker.com/r/onething1/wxedge 6 | host 7 | 8 | sh 9 | true 10 | 11 | https://www.onethingcloud.com 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | Cloud: 20 | http://[IP]:[PORT:18888] 21 | 22 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Wangxinyun_A.png 23 | --tmpfs=/run --tmpfs=/tmp --restart=unless-stopped 24 | 25 | 26 | 1695923063 27 | 28 | 29 | 30 | /mnt/user/appdata/WX-Edge 31 | 32 | -------------------------------------------------------------------------------- /templates/6-WhiteBophir/WhiteBophir_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Wbo 4 | xushier/wbo:latest 5 | https://hub.docker.com/r/xushier/wbo 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/lovasoa/whitebophir 11 | https://wbo.ophir.dev 12 | WBO is an online collaborative whiteboard that is simple, easy to use and open-source. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | Productivity: 22 | http://[IP]:[PORT:8012] 23 | 24 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Wbo_A.png 25 | --restart=unless-stopped 26 | 27 | 28 | 1686646333 29 | 30 | 31 | 32 | /mnt/user/appdata/Wbo 33 | 8012 34 | -------------------------------------------------------------------------------- /templates/60-CookieCloud/CookieCloud_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | CookieCloud 4 | easychen/cookiecloud:latest 5 | https://hub.docker.com/r/easychen/cookiecloud 6 | bridge 7 | 8 | sh 9 | false 10 | https://hub.docker.com/r/easychen/cookiecloud 11 | https://github.com/easychen/CookieCloud 12 | Cookie同步工具 CookieCloud 自架服务器端镜像 https://github.com/easychen/CookieCloud 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | Backup: Cloud: 22 | http://[IP]:[PORT:8088] 23 | 24 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Cookiecloud_A.png 25 | --restart=unless-stopped 26 | 27 | 28 | 1696729408 29 | 30 | 31 | 32 | 8088 33 | /ck 34 | /mnt/user/appdata/CookieCloud 35 | 36 | -------------------------------------------------------------------------------- /templates/61-Scrutiny/Scrutiny_master-omnibus.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Scrutiny 4 | ghcr.io/analogj/scrutiny:master-omnibus 5 | https://github.com/AnalogJ/scrutiny/pkgs/container/scrutiny 6 | bridge 7 | 8 | bash 9 | false 10 | https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository 11 | https://github.com/AnalogJ/scrutiny 12 | Hard Drive S.M.A.R.T Monitoring, Historical Trends and Real World Failure Thresholds 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | HomeAutomation: Tools:Utilities 22 | http://[IP]:[PORT:8080] 23 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Scrutiny_A.png 24 | --cap-add=SYS_RAWIO --cap-add=SYS_ADMIN 25 | 26 | 27 | 1699500465 28 | 29 | 30 | 31 | /run/udev 32 | /dev/disk 33 | 8080 34 | /mnt/user/appdata/Scrutiny/config 35 | /mnt/user/appdata/Scrutiny/influxdb 36 | -------------------------------------------------------------------------------- /templates/62-Adminer/Adminer_4.8.1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Adminer 4 | adminer:4.8.1 5 | http://hub.docker.com/_/adminer 6 | bridge 7 | 8 | bash 9 | false 10 | https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository 11 | https://github.com/vrana/adminer 12 | Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL, Oracle, Firebird, SimpleDB, Elasticsearch and MongoDB. 13 | 14 | Go to https://github.com/vrana/adminer/tree/master/designs for themes 15 | Plugins: https://github.com/vrana/adminer/tree/master/plugins 16 | 17 | YouTube: https://youtube.com/@xiaoditx 18 | Templates: https://github.com/xushier/Unraid-Docker-Templates 19 | Icons: https://github.com/xushier/HD-Icons 20 | BiliBili: https://space.bilibili.com/32313260 21 | Blog: https://www.xdtx.cc 22 | QQ Group: 647605169 23 | WeChat: 小迪同学 24 | Tools: 25 | http://[IP]:[PORT:8078] 26 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Adminer_A.png 27 | --restart=unless-stopped 28 | 29 | 30 | 1699499024 31 | 32 | 33 | 34 | 8078 35 | hydra 36 | json-column 37 | -------------------------------------------------------------------------------- /templates/63-PostgreSQL/PostgreSQL_15.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Postgresql_15 4 | postgres:15 5 | https://registry.hub.docker.com/_/postgres 6 | bridge 7 | 8 | sh 9 | false 10 | https://forums.unraid.net/topic/69483-support-jj9987-postgresql/ 11 | https://www.postgresql.org 12 | PostgreSQL 15 is a powerful, open source object-relational database system. Uses official Postgres Docker image @ https://hub.docker.com/_/postgres/ 13 | Configuration 14 | /mnt/cache/appdata/postgresql15 This is where Postgres will store it's data. For best performance, keep the files on cache drive. 15 | Port 5432 Default connection port 16 | POSTGRES_PASSWORD Superuser password. REQUIRED TO SET, otherwise connecting outside container will not be possible. 17 | POSTGRES_USER Username for the superuser. Defaults to postgres if not set. 18 | POSTGRES_DB Used to define different name for default database. Defaults to user if not set. 19 | 20 | YouTube: https://youtube.com/@xiaoditx 21 | Templates: https://github.com/xushier/Unraid-Docker-Templates 22 | Icons: https://github.com/xushier/HD-Icons 23 | BiliBili: https://space.bilibili.com/32313260 24 | Blog: https://www.xdtx.cc 25 | QQ Group: 647605169 26 | WeChat: 小迪同学 27 | Network:Management Productivity: Tools:Utilities 28 | 29 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Postgresql_A.png 30 | --restart=unless-stopped 31 | 32 | 33 | 1704172911 34 | 35 | Your Password 36 | Your Username 37 | Your Database Name 38 | /mnt/user/appdata/Postgresql_15 39 | 5432 40 | -------------------------------------------------------------------------------- /templates/64-IT-Tools/IT-Tools_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | IT-Tools 4 | corentinth/it-tools 5 | https://hub.docker.com/r/corentinth/it-tools 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/CorentinTh/it-tools/issues 11 | https://it-tools.tech 12 | Collection of handy online tools for developers, with great UX as a web app. 13 | 14 | https://it-tools.tech 15 | 16 | YouTube: https://www.youtube.com/channel/@xiaoditx 17 | Templates: https://github.com/xushier/Unraid-Docker-Templates 18 | Icons: https://github.com/xushier/HD-Icons 19 | BiliBili: https://space.bilibili.com/32313260 20 | Blog: https://www.xdtx.cc 21 | QQ Group: 647605169 22 | WeChat: 小迪同学 23 | 24 | Productivity: Tools:Utilities 25 | http://[IP]:[PORT:3084] 26 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Ittools_A.png 27 | --restart unless-stopped 28 | 29 | 30 | 1704183335 31 | 32 | 3084 33 | -------------------------------------------------------------------------------- /templates/65-Cyberchef/Cyberchef_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Cyberchef 4 | mpepping/cyberchef:latest 5 | https://hub.docker.com/r/mpepping/cyberchef 6 | bridge 7 | 8 | sh 9 | false 10 | https://forums.unraid.net/topic/89502-support-a75g-repo 11 | https://github.com/mpepping/docker-cyberchef 12 | The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | Productivity: Tools: Status:Stable 22 | http://[IP]:[PORT:8035] 23 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Cyberchef_A.png 24 | --restart=unless-stopped 25 | 26 | 27 | 1704183500 28 | 29 | 30 | 31 | 8035 32 | -------------------------------------------------------------------------------- /templates/66-Syncthing/Syncthing_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Syncthing 4 | linuxserver/syncthing:latest 5 | https://github.com/orgs/linuxserver/packages/container/package/syncthing 6 | bridge 7 | 8 | bash 9 | false 10 | https://github.com/linuxserver/docker-syncthing/issues/new/choose 11 | https://syncthing.net 12 | Syncthing(https://syncthing.net) replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. 13 | 14 | YouTube: https://youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | Backup: Cloud: Network:Other Tools:Utilities 22 | http://[IP]:[PORT:8384] 23 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Syncthing_A.png 24 | --restart=unless-stopped 25 | 26 | 27 | 1704172151 28 | Donations 29 | https://www.linuxserver.io/donate 30 | 31 | 9384 32 | 22002 33 | 22002 34 | 21228 35 | /mnt/user/Sync 36 | /mnt/user/appdata/Syncthing 37 | 1000 38 | 100 39 | 022 40 | -------------------------------------------------------------------------------- /templates/7-UnlockMusic/UnlockMusic_v1.9.0.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | UnlockMusic 4 | ix64/unlock-music:v1.9.0 5 | https://git.unlock-music.dev/um/web 6 | bridge 7 | 8 | sh 9 | false 10 | https://git.unlock-music.dev/um/web 11 | https://demo.unlock-music.dev 12 | Unlock encrypted music file in browser. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | Tools: 22 | http://[IP]:[PORT:3296] 23 | 24 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Unlockmusic_A.png 25 | --restart=unless-stopped 26 | 27 | 28 | 1686646713 29 | 30 | 31 | 32 | 3296 33 | -------------------------------------------------------------------------------- /templates/8-Chrome/Chrome_latest-ich777.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Chrome-ich777 4 | ich777/chrome:latest 5 | https://hub.docker.com/r/ich777/chrome/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://hub.docker.com/r/ich777/chrome/ 11 | https://hub.docker.com/r/ich777/chrome/ 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | 20 | Tools: Network:Web 21 | http://[IP]:[PORT:3812]/vnc.html?autoconnect=true 22 | 23 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Chrome_A.png 24 | --restart=unless-stopped 25 | 26 | 27 | 1686730872 28 | 29 | 30 | 31 | 1366 32 | 768 33 | 99 34 | 100 35 | 000 36 | 770 37 | /mnt/user/appdata/Chrome 38 | 3812 39 | -------------------------------------------------------------------------------- /templates/8-Chrome/Chrome_latest-oldiy.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Chrome-oldiy 4 | oldiy/chrome-novnc:latest 5 | https://hub.docker.com/r/oldiy/chrome-novnc/ 6 | bridge 7 | 8 | bash 9 | false 10 | https://hub.docker.com/r/oldiy/chrome-novnc/ 11 | https://hub.docker.com/r/oldiy/chrome-novnc/ 12 | YouTube: https://www.youtube.com/@xiaoditx 13 | Templates: https://github.com/xushier/Unraid-Docker-Templates 14 | Icons: https://github.com/xushier/HD-Icons 15 | BiliBili: https://space.bilibili.com/32313260 16 | Blog: https://www.xdtx.cc 17 | QQ Group: 647605169 18 | WeChat: 小迪同学 19 | 20 | Tools: Network:Web 21 | http://[IP]:[PORT:3811]/vnc.html 22 | 23 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons/border-radius/Chrome_A.png 24 | --restart=unless-stopped 25 | 26 | 27 | 1686730472 28 | 29 | 30 | 31 | 3811 32 | 3822 33 | /mnt/user/appdata/Chrome/cfg 34 | /mnt/user/appdata/Chrome/downloads 35 | 1 36 | 1366x768 37 | Asia/Shanghai 38 | -------------------------------------------------------------------------------- /templates/9-MariaDB/MariaDB_latest-alpine.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | MariaDB 4 | linuxserver/mariadb:alpine 5 | https://hub.docker.com/r/linuxserver/mariadb/ 6 | bridge 7 | 8 | bash 9 | false 10 | https://forums.unraid.net/topic/40737-support-linuxserverio-mariadb/ 11 | https://mariadb.org/ 12 | An Enhanced drop in replacement for Mysql. 13 | 14 | YouTube: https://www.youtube.com/@xiaoditx 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | Network:Other MediaApp:Other Other: Tools: 22 | http://[IP]:[PORT:1111] 23 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Mariadb_A.png 24 | --hostname=mariadb --restart=always 25 | 26 | 27 | 1686646914 28 | 29 | 30 | 31 | 1111 32 | UnMYSQL_ROOT_PASSWORD 33 | 99 34 | 100 35 | /mnt/user/appdata/MariaDB 36 | -------------------------------------------------------------------------------- /templates/Alist_latest.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Alist 4 | xhofe/alist:latest 5 | https://hub.docker.com/r/xhofe/alist/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/alist-org/alist 11 | https://alist.nn.ci 12 | A file list program that supports multiple storage, powered by gin and React. 13 | 14 | YouTube: https://www.youtube.com/channel/UCPj4GP1FxDt0I23GhctHRFA 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | 22 | Tools: 23 | http://[IP]:[PORT:5244] 24 | 25 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Alist_A.png 26 | --restart=unless-stopped 27 | 28 | 29 | 1686724422 30 | 31 | 32 | 33 | 5244 34 | /mnt/user/appdata/Alist 35 | -------------------------------------------------------------------------------- /templates/AliyunWebDAV_latest-messense.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Aliyundrive-Webdav 4 | messense/aliyundrive-webdav 5 | https://hub.docker.com/r/messense/aliyundrive-webdav/ 6 | bridge 7 | 8 | sh 9 | false 10 | https://github.com/messense/aliyundrive-webdav 11 | https://github.com/messense/aliyundrive-webdav 12 | 阿里云盘 WebDAV 13 | 14 | YouTube: https://www.youtube.com/channel/UCPj4GP1FxDt0I23GhctHRFA 15 | Templates: https://github.com/xushier/Unraid-Docker-Templates 16 | Icons: https://github.com/xushier/HD-Icons 17 | BiliBili: https://space.bilibili.com/32313260 18 | Blog: https://www.xdtx.cc 19 | QQ Group: 647605169 20 | WeChat: 小迪同学 21 | Cloud: 22 | http://[IP]:[PORT:2412] 23 | 24 | https://cdn.jsdelivr.net/gh/xushier/HD-Icons@master/border-radius/Alidrive_A.png 25 | --restart=unless-stopped 26 | 27 | 28 | 1686721846 29 | 30 | 31 | 32 | 2412 33 | /mnt/user/appdata/Aliyundrive-Webdav 34 | Your Refresh Token 35 | Your Username 36 | Your Password 37 | -------------------------------------------------------------------------------- /templates/my-Clash_Dreamacro.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Clash 4 | dreamacro/clash:latest 5 | 6 | host 7 | 8 | sh 9 | false 10 | 11 | 12 | 13 | 14 | http://[IP]:[PORT:9090] 15 | 16 | https://ghproxy.com/raw.githubusercontent.com/xushier/HD-Icons/main/border-radius/Clash_A.png 17 | 18 | 19 | 20 | 1657770413 21 | 22 | 23 | 24 | 7890 25 | 7891 26 | /mnt/user/appdata/Clash/config.yaml 27 | 7890 28 | 9090 29 | 30 | -------------------------------------------------------------------------------- /templates/my-Qbittorrent_LS.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Qbittorrent_LS 4 | linuxserver/qbittorrent:latest 5 | https://github.com/orgs/linuxserver/packages/container/package/qbittorrent 6 | bridge 7 | 8 | bash 9 | false 10 | https://github.com/linuxserver/docker-qbittorrent/issues/new/choose 11 | https://www.qbittorrent.org/ 12 | The Qbittorrent(https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library. 13 | Downloaders: 14 | http://[IP]:[PORT:1915] 15 | https://raw.githubusercontent.com/linuxserver/templates/master/unraid/qbittorrent.xml 16 | https://ghproxy.com/raw.githubusercontent.com/xushier/HD-Icons/main/border-radius/Qbittorrent_A.png 17 | 18 | 19 | 20 | 1650690775 21 | 22 | 23 | The Qbittorrent(https://www.qbittorrent.org/) project aims to provide an open-source software alternative to µTorrent. qBittorrent is based on the Qt toolkit and libtorrent-rasterbar library. 24 | 25 | bridge 26 | 27 | 28 | 1915 29 | 1915 30 | tcp 31 | 32 | 33 | 56687 34 | 56687 35 | tcp 36 | 37 | 38 | 56687 39 | 56687 40 | udp 41 | 42 | 43 | 44 | 45 | 46 | /mnt/user/XiaZai 47 | /downloads 48 | rw 49 | 50 | 51 | /mnt/user/appdata/Qbittorrent_LS 52 | /config 53 | rw 54 | 55 | 56 | 57 | 58 | 1915 59 | WEBUI_PORT 60 | {3} 61 | 62 | 63 | 0 64 | PUID 65 | {3} 66 | 67 | 68 | 0 69 | PGID 70 | {3} 71 | 72 | 73 | 022 74 | UMASK 75 | {3} 76 | 77 | 78 | 79 | 1915 80 | 56687 81 | 56687 82 | /mnt/user/XiaZai 83 | 1915 84 | /mnt/user/appdata/Qbittorrent_LS 85 | 0 86 | 0 87 | 022 88 | 89 | -------------------------------------------------------------------------------- /templates/my-Transmission_LS.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Transmission_LS 4 | linuxserver/transmission 5 | https://github.com/orgs/linuxserver/packages/container/package/transmission 6 | bridge 7 | 8 | bash 9 | false 10 | https://github.com/linuxserver/docker-transmission/issues/new/choose 11 | https://www.transmissionbt.com/ 12 | Transmission(https://www.transmissionbt.com/) is designed for easy, powerful use. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, µTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more. 13 | Downloaders: 14 | http://[IP]:[PORT:9095] 15 | https://raw.githubusercontent.com/linuxserver/templates/master/unraid/transmission.xml 16 | https://ghproxy.com/raw.githubusercontent.com/xushier/HD-Icons/main/border-radius/Transmission_A.png 17 | 18 | 19 | 20 | 1656234245 21 | Donations 22 | https://www.linuxserver.io/donate 23 | 24 | 9095 25 | 51415 26 | 51415 27 | /mnt/user/XiaZai 28 | /mnt/user/appdata/Transmission_LS/watch 29 | /transmission-web-control/ 30 | username 31 | password 32 | /mnt/user/appdata/Transmission_LS 33 | 0 34 | 0 35 | 022 36 | 37 | -------------------------------------------------------------------------------- /templates_compose/Joplin/.env: -------------------------------------------------------------------------------- 1 | COMPOSE_PROJECT_NAME=joplin 2 | POSTGRES_PASSWORD=joplin 3 | POSTGRES_DATABASE=joplin 4 | POSTGRES_USER=joplin 5 | POSTGRES_PORT=5432 6 | APP_BASE_URL=http://your.example.com/ -------------------------------------------------------------------------------- /templates_compose/Joplin/autostart: -------------------------------------------------------------------------------- 1 | true 2 | -------------------------------------------------------------------------------- /templates_compose/Joplin/description: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Joplin/docker-compose.override.yml: -------------------------------------------------------------------------------- 1 | services: 2 | db: 3 | labels: 4 | net.unraid.docker.managed: 'composeman' 5 | net.unraid.docker.icon: '' 6 | net.unraid.docker.webui: '' 7 | unimus: 8 | labels: 9 | net.unraid.docker.managed: 'composeman' 10 | net.unraid.docker.icon: '' 11 | net.unraid.docker.webui: '' 12 | -------------------------------------------------------------------------------- /templates_compose/Joplin/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3.8' 2 | 3 | services: 4 | db: 5 | image: postgres:13 6 | container_name: Postgres_Joplin 7 | restart: unless-stopped 8 | networks: 9 | - joplin 10 | volumes: 11 | - /mnt/user/appdata/Postgres_Joplin:/var/lib/postgresql/data 12 | ports: 13 | - 5432:5432 14 | environment: 15 | - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} 16 | - POSTGRES_USER=${POSTGRES_USER} 17 | - POSTGRES_DB=${POSTGRES_DATABASE} 18 | 19 | app: 20 | image: joplin/server:latest 21 | container_name: Joplin_Postgres 22 | restart: unless-stopped 23 | depends_on: 24 | - db 25 | networks: 26 | - joplin 27 | ports: 28 | - 22300:22300 29 | environment: 30 | - APP_PORT=22300 31 | - APP_BASE_URL=${APP_BASE_URL} 32 | - DB_CLIENT=pg 33 | - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} 34 | - POSTGRES_DATABASE=${POSTGRES_DATABASE} 35 | - POSTGRES_USER=${POSTGRES_USER} 36 | - POSTGRES_PORT=${POSTGRES_PORT} 37 | - POSTGRES_HOST=db 38 | 39 | networks: 40 | joplin: 41 | driver: bridge -------------------------------------------------------------------------------- /templates_compose/Joplin/name: -------------------------------------------------------------------------------- 1 | Joplin 2 | -------------------------------------------------------------------------------- /templates_compose/Kanboard/.env: -------------------------------------------------------------------------------- 1 | COMPOSE_PROJECT_NAME=kanboard 2 | MYSQL_ROOT_PASSWORD: rootxiaodi666 3 | MYSQL_DATABASE: kanboard 4 | MYSQL_USER: xiaodi 5 | MYSQL_PASSWORD: xiaodi666 -------------------------------------------------------------------------------- /templates_compose/Kanboard/autostart: -------------------------------------------------------------------------------- 1 | true 2 | -------------------------------------------------------------------------------- /templates_compose/Kanboard/description: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Kanboard/docker-compose.override.yml: -------------------------------------------------------------------------------- 1 | services: 2 | db: 3 | labels: 4 | net.unraid.docker.managed: 'composeman' 5 | net.unraid.docker.icon: '' 6 | net.unraid.docker.webui: '' 7 | unimus: 8 | labels: 9 | net.unraid.docker.managed: 'composeman' 10 | net.unraid.docker.icon: '' 11 | net.unraid.docker.webui: '' 12 | -------------------------------------------------------------------------------- /templates_compose/Kanboard/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3.8' 2 | 3 | services: 4 | kanboard: 5 | image: kanboard/kanboard:latest 6 | container_name: Kanboard_MariaDB 7 | restart: always 8 | depends_on: 9 | - db 10 | networks: 11 | - kanboard 12 | ports: 13 | - 6300:80 14 | - 6301:443 15 | volumes: 16 | - /mnt/user/appdata/Kanboard/data:/var/www/app/data 17 | - /mnt/user/appdata/Kanboard/plugins:/var/www/app/plugins 18 | - /mnt/user/appdata/Kanboard/ssl:/etc/nginx/ssl 19 | environment: 20 | DATABASE_URL: mysql://${MYSQL_USER}:${MYSQL_PASSWORD}@db/${MYSQL_DATABASE} 21 | 22 | db: 23 | image: mariadb:latest 24 | container_name: MariaDB_Kanboard 25 | restart: always 26 | command: --default-authentication-plugin=mysql_native_password 27 | networks: 28 | - kanboard 29 | environment: 30 | MYSQL_ROOT_PASSWORD: ${MYSQL_ROOT_PASSWORD} 31 | MYSQL_DATABASE: ${MYSQL_DATABASE} 32 | MYSQL_USER: ${MYSQL_USER} 33 | MYSQL_PASSWORD: ${MYSQL_PASSWORD} 34 | volumes: 35 | - /mnt/user/appdata/MariaDB_Kanboard:/var/lib/mysql 36 | 37 | networks: 38 | kanboard: 39 | driver: bridge -------------------------------------------------------------------------------- /templates_compose/Kanboard/name: -------------------------------------------------------------------------------- 1 | Kanboard 2 | -------------------------------------------------------------------------------- /templates_compose/Kodcloud/.env: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Kodcloud/autostart: -------------------------------------------------------------------------------- 1 | true 2 | -------------------------------------------------------------------------------- /templates_compose/Kodcloud/description: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Kodcloud/docker-compose.override.yml: -------------------------------------------------------------------------------- 1 | services: 2 | db: 3 | labels: 4 | net.unraid.docker.managed: 'composeman' 5 | net.unraid.docker.icon: '' 6 | net.unraid.docker.webui: '' 7 | unimus: 8 | labels: 9 | net.unraid.docker.managed: 'composeman' 10 | net.unraid.docker.icon: '' 11 | net.unraid.docker.webui: '' 12 | -------------------------------------------------------------------------------- /templates_compose/Kodcloud/docker-compose.yml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Kodcloud/name: -------------------------------------------------------------------------------- 1 | Kodcloud 2 | -------------------------------------------------------------------------------- /templates_compose/Odoo/.env: -------------------------------------------------------------------------------- 1 | COMPOSE_PROJECT_NAME=odoo 2 | POSTGRES_DB=odoo 3 | POSTGRES_PASSWORD=xushier666 4 | POSTGRES_USER=xushier 5 | USER=xushier 6 | PASSWORD=xushier666 -------------------------------------------------------------------------------- /templates_compose/Odoo/autostart: -------------------------------------------------------------------------------- 1 | true 2 | -------------------------------------------------------------------------------- /templates_compose/Odoo/description: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Odoo/docker-compose.override.yml: -------------------------------------------------------------------------------- 1 | services: 2 | db: 3 | labels: 4 | net.unraid.docker.managed: 'composeman' 5 | net.unraid.docker.icon: '' 6 | net.unraid.docker.webui: '' 7 | unimus: 8 | labels: 9 | net.unraid.docker.managed: 'composeman' 10 | net.unraid.docker.icon: '' 11 | net.unraid.docker.webui: '' 12 | -------------------------------------------------------------------------------- /templates_compose/Odoo/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3.8' 2 | 3 | services: 4 | web: 5 | image: odoo:14.0 6 | container_name: Odoo_Postgres 7 | depends_on: 8 | - db 9 | networks: 10 | - odoo 11 | ports: 12 | - 8025:8069 13 | volumes: 14 | - /mnt/user/appdata/Odoo_Test:/var/lib/odoo 15 | - /mnt/user/appdata/Odoo_Test/config:/etc/odoo 16 | - /mnt/user/appdata/Odoo_Test/addons:/mnt/extra-addons 17 | environment: 18 | - USER=${USER} 19 | - PASSWORD=${PASSWORD} 20 | 21 | db: 22 | image: postgres:13 23 | container_name: Postgres_Odoo 24 | networks: 25 | - odoo 26 | environment: 27 | - POSTGRES_DB=${POSTGRES_DB} 28 | - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} 29 | - POSTGRES_USER=${POSTGRES_USER} 30 | - PGDATA=/var/lib/postgresql/data/pgdata 31 | volumes: 32 | - /mnt/user/appdata/Odoo_DB_Test:/var/lib/postgresql/data/pgdata 33 | 34 | networks: 35 | odoo: 36 | driver: bridge -------------------------------------------------------------------------------- /templates_compose/Odoo/name: -------------------------------------------------------------------------------- 1 | Odoo 2 | -------------------------------------------------------------------------------- /templates_compose/OnlyOffice-Community-Server/.env: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/OnlyOffice-Community-Server/autostart: -------------------------------------------------------------------------------- 1 | true 2 | -------------------------------------------------------------------------------- /templates_compose/OnlyOffice-Community-Server/description: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/OnlyOffice-Community-Server/docker-compose.override.yml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/OnlyOffice-Community-Server/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3' 2 | 3 | services: 4 | onlyoffice-mysql-server: 5 | container_name: Onlyoffice-Mysql-Server 6 | image: mysql:8.0.29 7 | environment: 8 | - MYSQL_ROOT_PASSWORD=my-secret-pw 9 | networks: 10 | - onlyoffice 11 | stdin_open: true 12 | tty: true 13 | restart: always 14 | tmpfs: /var/log/mysql/ 15 | volumes: 16 | - /mnt/user/appdata/Onlyoffice-Mysql-Server/config/mysql/conf.d:/etc/mysql/conf.d 17 | - /mnt/user/appdata/Onlyoffice-Mysql-Server/config/mysql/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d 18 | - /mnt/user/appdata/Onlyoffice-Mysql-Server/mysql_data:/var/lib/mysql 19 | 20 | onlyoffice-community-server: 21 | container_name: Onlyoffice-Community-Server 22 | image: onlyoffice/communityserver:12.0.1.1748 23 | depends_on: 24 | - onlyoffice-mysql-server 25 | - onlyoffice-elasticsearch 26 | environment: 27 | - ONLYOFFICE_CORE_MACHINEKEY=core_secret 28 | - CONTROL_PANEL_PORT_80_TCP=80 29 | - CONTROL_PANEL_PORT_80_TCP_ADDR=onlyoffice-control-panel 30 | - MYSQL_SERVER_ROOT_PASSWORD=my-secret-pw 31 | - MYSQL_SERVER_DB_NAME=onlyoffice 32 | - MYSQL_SERVER_HOST=onlyoffice-mysql-server 33 | - MYSQL_SERVER_USER=onlyoffice_user 34 | - MYSQL_SERVER_PASS=onlyoffice_pass 35 | - ELASTICSEARCH_SERVER_HOST=onlyoffice-elasticsearch 36 | - ELASTICSEARCH_SERVER_HTTPPORT=9200 37 | networks: 38 | - onlyoffice 39 | ports: 40 | - 4216:80 41 | - 4217:443 42 | - 5222:5222 43 | stdin_open: true 44 | tty: true 45 | restart: always 46 | privileged: true 47 | volumes: 48 | - /mnt/user/appdata/Onlyoffice-Community-Server/community_data:/var/www/onlyoffice/Data 49 | - /mnt/user/appdata/Onlyoffice-Community-Server/community_log:/var/log/onlyoffice 50 | - /mnt/user/appdata/Onlyoffice-Community-Server/community_letsencrypt:/etc/letsencrypt 51 | - /sys/fs/cgroup:/sys/fs/cgroup:ro 52 | - /mnt/user/appdata/Onlyoffice-Community-Server/certs:/var/www/onlyoffice/Data/certs 53 | 54 | onlyoffice-elasticsearch: 55 | image: onlyoffice/elasticsearch:7.16.3 56 | container_name: Onlyoffice-Elasticsearch 57 | restart: always 58 | environment: 59 | - discovery.type=single-node 60 | - bootstrap.memory_lock=true 61 | - ES_JAVA_OPTS=-Xms1g -Xmx1g -Dlog4j2.formatMsgNoLookups=true 62 | - indices.fielddata.cache.size=30% 63 | - indices.memory.index_buffer_size=30% 64 | networks: 65 | - onlyoffice 66 | ulimits: 67 | memlock: 68 | soft: -1 69 | hard: -1 70 | nofile: 71 | soft: 65535 72 | hard: 65535 73 | volumes: 74 | - /mnt/user/appdata/Onlyoffice-Elasticsearch/es_data:/usr/share/elasticsearch/data 75 | expose: 76 | - 9200 77 | - 9300 78 | 79 | onlyoffice-control-panel: 80 | container_name: Onlyoffice-Control-Panel 81 | depends_on: 82 | - onlyoffice-community-server 83 | image: onlyoffice/controlpanel:3.1.1.467 84 | environment: 85 | - ONLYOFFICE_CORE_MACHINEKEY=core_secret 86 | expose: 87 | - 80 88 | - 443 89 | restart: always 90 | volumes: 91 | - /var/run/docker.sock:/var/run/docker.sock 92 | - /mnt/user/appdata/Onlyoffice-Control-Panel/controlpanel_data:/var/www/onlyoffice/Data 93 | - /mnt/user/appdata/Onlyoffice-Control-Panel/controlpanel_log:/var/log/onlyoffice 94 | networks: 95 | - onlyoffice 96 | stdin_open: true 97 | tty: true 98 | 99 | networks: 100 | onlyoffice: 101 | driver: bridge -------------------------------------------------------------------------------- /templates_compose/OnlyOffice-Community-Server/name: -------------------------------------------------------------------------------- 1 | OnlyOffice-Community-Server 2 | -------------------------------------------------------------------------------- /templates_compose/OnlyOffice-Document-Server/.env: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/OnlyOffice-Document-Server/autostart: -------------------------------------------------------------------------------- 1 | true 2 | -------------------------------------------------------------------------------- /templates_compose/OnlyOffice-Document-Server/description: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/OnlyOffice-Document-Server/docker-compose.override.yml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/OnlyOffice-Document-Server/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3' 2 | 3 | services: 4 | onlyoffice-documentserver: 5 | container_name: Onlyoffice-Document-Server 6 | image: onlyoffice/documentserver:latest 7 | networks: 8 | - onlyofficed 9 | depends_on: 10 | - onlyoffice-postgresql 11 | - onlyoffice-rabbitmq 12 | environment: 13 | - DB_TYPE=postgres 14 | - DB_HOST=onlyoffice-postgresql 15 | - DB_PORT=5432 16 | - DB_NAME=onlyoffice 17 | - DB_USER=onlyoffice 18 | - AMQP_URI=amqp://guest:guest@onlyoffice-rabbitmq 19 | # Uncomment strings below to enable the JSON Web Token validation. 20 | #- JWT_ENABLED=true 21 | #- JWT_SECRET=secret 22 | #- JWT_HEADER=Authorization 23 | #- JWT_IN_BODY=true 24 | ports: 25 | - 4218:80 26 | - 4219:443 27 | stdin_open: true 28 | restart: always 29 | stop_grace_period: 60s 30 | volumes: 31 | - /mnt/user/appdata/Onlyoffice-Document-Server/ssl:/var/www/onlyoffice/Data 32 | - /mnt/user/appdata/Onlyoffice-Document-Server/log:/var/log/onlyoffice 33 | - /mnt/user/appdata/Onlyoffice-Document-Server/cache:/var/lib/onlyoffice/documentserver/App_Data/cache/files 34 | - /mnt/user/appdata/Onlyoffice-Document-Server/example:/var/www/onlyoffice/documentserver-example/public/files 35 | - /mnt/user/appdata/Onlyoffice-Document-Server/fonts:/usr/share/fonts 36 | 37 | onlyoffice-rabbitmq: 38 | container_name: Onlyoffice-Document-Server-Rabbitmq 39 | image: rabbitmq 40 | networks: 41 | - onlyofficed 42 | restart: always 43 | expose: 44 | - 5672 45 | 46 | onlyoffice-postgresql: 47 | container_name: Onlyoffice-Document-Server-Postgresql 48 | image: postgres:9.5 49 | networks: 50 | - onlyofficed 51 | environment: 52 | - POSTGRES_DB=onlyoffice 53 | - POSTGRES_USER=onlyoffice 54 | - POSTGRES_HOST_AUTH_METHOD=trust 55 | restart: always 56 | expose: 57 | - 5432 58 | volumes: 59 | - /mnt/user/appdata/Onlyoffice-Document-Server-Postgresql:/var/lib/postgresql 60 | 61 | networks: 62 | onlyofficed: 63 | driver: bridge -------------------------------------------------------------------------------- /templates_compose/OnlyOffice-Document-Server/name: -------------------------------------------------------------------------------- 1 | OnlyOffice-Document-Server 2 | -------------------------------------------------------------------------------- /templates_compose/Planka/.env: -------------------------------------------------------------------------------- 1 | COMPOSE_PROJECT_NAME=planka 2 | BASE_URL=http://localhost:3000 3 | TRUST_PROXY=0 4 | SECRET_KEY=notsecretkey 5 | POSTGRES_DB=planka 6 | POSTGRES_HOST_AUTH_METHOD=trust -------------------------------------------------------------------------------- /templates_compose/Planka/autostart: -------------------------------------------------------------------------------- 1 | true 2 | -------------------------------------------------------------------------------- /templates_compose/Planka/description: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Planka/docker-compose.override.yml: -------------------------------------------------------------------------------- 1 | services: 2 | db: 3 | labels: 4 | net.unraid.docker.managed: 'composeman' 5 | net.unraid.docker.icon: '' 6 | net.unraid.docker.webui: '' 7 | unimus: 8 | labels: 9 | net.unraid.docker.managed: 'composeman' 10 | net.unraid.docker.icon: '' 11 | net.unraid.docker.webui: '' 12 | -------------------------------------------------------------------------------- /templates_compose/Planka/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3.8' 2 | 3 | services: 4 | planka: 5 | image: meltyshev/planka:latest 6 | container_name: Planka_Postgres 7 | command: > 8 | bash -c 9 | "for i in `seq 1 30`; do 10 | ./start.sh && 11 | s=$$? && break || s=$$?; 12 | echo \"Tried $$i times. Waiting 5 seconds...\"; 13 | sleep 5; 14 | done; (exit $$s)" 15 | restart: unless-stopped 16 | networks: 17 | - planka 18 | volumes: 19 | - /mnt/user/appdata/Planka_Postgres/user-avatars:/app/public/user-avatars 20 | - /mnt/user/appdata/Planka_Postgres/project-background-images:/app/public/project-background-images 21 | - /mnt/user/appdata/Planka_Postgres/attachments:/app/private/attachments 22 | ports: 23 | - 3000:1337 24 | environment: 25 | - BASE_URL=http://localhost:3000 26 | - TRUST_PROXY=0 27 | - DATABASE_URL=postgresql://postgres@postgres/planka 28 | - SECRET_KEY=notsecretkey 29 | depends_on: 30 | - postgres 31 | 32 | postgres: 33 | image: postgres:alpine 34 | restart: unless-stopped 35 | networks: 36 | - planka 37 | volumes: 38 | - /mnt/user/appdata/Postgres_Planka/db-data:/var/lib/postgresql/data 39 | environment: 40 | - POSTGRES_DB=planka 41 | - POSTGRES_HOST_AUTH_METHOD=trust 42 | 43 | networks: 44 | planka: 45 | driver: bridge -------------------------------------------------------------------------------- /templates_compose/Planka/name: -------------------------------------------------------------------------------- 1 | Planka 2 | -------------------------------------------------------------------------------- /templates_compose/Rocketchat/.env: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Rocketchat/autostart: -------------------------------------------------------------------------------- 1 | true 2 | -------------------------------------------------------------------------------- /templates_compose/Rocketchat/description: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Rocketchat/docker-compose.override.yml: -------------------------------------------------------------------------------- 1 | services: 2 | db: 3 | labels: 4 | net.unraid.docker.managed: 'composeman' 5 | net.unraid.docker.icon: '' 6 | net.unraid.docker.webui: '' 7 | unimus: 8 | labels: 9 | net.unraid.docker.managed: 'composeman' 10 | net.unraid.docker.icon: '' 11 | net.unraid.docker.webui: '' 12 | -------------------------------------------------------------------------------- /templates_compose/Rocketchat/docker-compose.yml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Rocketchat/name: -------------------------------------------------------------------------------- 1 | Rocketchat 2 | -------------------------------------------------------------------------------- /templates_compose/Unimus/.env: -------------------------------------------------------------------------------- 1 | COMPOSE_PROJECT_NAME=unimus 2 | MYSQL_ROOT_PASSWORD=xushier666 3 | MYSQL_DATABASE=unimus 4 | MYSQL_USER=xushier 5 | MYSQL_PASSWORD=xushier666 -------------------------------------------------------------------------------- /templates_compose/Unimus/autostart: -------------------------------------------------------------------------------- 1 | true 2 | -------------------------------------------------------------------------------- /templates_compose/Unimus/description: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Unimus/docker-compose.override.yml: -------------------------------------------------------------------------------- 1 | services: 2 | db: 3 | labels: 4 | net.unraid.docker.managed: 'composeman' 5 | net.unraid.docker.icon: '' 6 | net.unraid.docker.webui: '' 7 | unimus: 8 | labels: 9 | net.unraid.docker.managed: 'composeman' 10 | net.unraid.docker.icon: '' 11 | net.unraid.docker.webui: '' 12 | -------------------------------------------------------------------------------- /templates_compose/Unimus/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3.8' 2 | 3 | services: 4 | db: 5 | image: mariadb 6 | container_name: MariaDB_Unimus 7 | command: --max_allowed_packet=268M 8 | networks: 9 | - unimus 10 | environment: 11 | - MYSQL_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD} 12 | - MYSQL_DATABASE=${MYSQL_DATABASE} 13 | - MYSQL_USER=${MYSQL_USER} 14 | - MYSQL_PASSWORD=${MYSQL_PASSWORD} 15 | - TZ=Asia/Shanghai 16 | volumes: 17 | - /mnt/user/appdata/MariaDB_Unimus:/var/lib/mysql 18 | - /etc/localtime:/etc/localtime:ro 19 | restart: unless-stopped 20 | 21 | unimus: 22 | image: croc/unimus 23 | container_name: Unimus_MariaDB 24 | networks: 25 | - unimus 26 | environment: 27 | - JAVA_OPTS=-Xms256M -Xmx1024M -Dunimus.core.connect-timeout=20000 -Dunimus.core.inter-connection-delay=1000 -Dunimus.core.cli-expect-timeout=30000 28 | - TZ=Asia/Shanghai 29 | volumes: 30 | - /mnt/user/appdata/Unimus_MariaDB:/etc/unimus 31 | - /etc/localtime:/etc/localtime:ro 32 | depends_on: 33 | - db 34 | ports: 35 | - 8026:8085 36 | - 8027:5509 # for unimus-core connection if the unimus version is higher than 2.0.0 37 | restart: unless-stopped 38 | 39 | networks: 40 | unimus: 41 | driver: bridge -------------------------------------------------------------------------------- /templates_compose/Unimus/name: -------------------------------------------------------------------------------- 1 | Unimus 2 | -------------------------------------------------------------------------------- /templates_compose/Vaultwarden/.env: -------------------------------------------------------------------------------- 1 | COMPOSE_PROJECT_NAME=vaultwarden 2 | ROOT_PASSWORD=Root_Password 3 | DATABASE=vaultwarden 4 | USER=xiaodi 5 | PASSWORD=Password 6 | ADMIN_TOKEN=Xiaoditongxue -------------------------------------------------------------------------------- /templates_compose/Vaultwarden/autostart: -------------------------------------------------------------------------------- 1 | true -------------------------------------------------------------------------------- /templates_compose/Vaultwarden/description: -------------------------------------------------------------------------------- 1 | No description
(/boot/config/plugins/compose.manager/projects/Vaultwarden) -------------------------------------------------------------------------------- /templates_compose/Vaultwarden/docker-compose.override.yml: -------------------------------------------------------------------------------- 1 | services: 2 | db: 3 | labels: 4 | net.unraid.docker.managed: 'composeman' 5 | net.unraid.docker.icon: '' 6 | net.unraid.docker.webui: '' 7 | unimus: 8 | labels: 9 | net.unraid.docker.managed: 'composeman' 10 | net.unraid.docker.icon: '' 11 | net.unraid.docker.webui: '' 12 | -------------------------------------------------------------------------------- /templates_compose/Vaultwarden/docker-compose.yml: -------------------------------------------------------------------------------- 1 | version: '3.8' 2 | 3 | services: 4 | mariadb: 5 | image: mariadb 6 | container_name: MariaDB_Vaultwarden 7 | hostname: mariadb 8 | restart: always 9 | networks: 10 | - vaultwarden 11 | env_file: 12 | - .env 13 | volumes: 14 | - /mnt/user/appdata/MariaDB_Vaultwarden:/var/lib/mysql 15 | - /etc/localtime:/etc/localtime:ro 16 | environment: 17 | - MYSQL_ROOT_PASSWORD=${ROOT_PASSWORD} # 此处填数据库根密码,该密码拥有最高权限,可以访问创建的任何数据库。 18 | - MYSQL_DATABASE=${DATABASE} # 此处填本数据库的名字。 19 | - MYSQL_USER=${USER} # 此处填本数据库的用户名。使用该用户只能访问本数据库。 20 | - MYSQL_PASSWORD=${PASSWORD} # 此处填本数据库的密码,使用该密码只能访问本数据库。 21 | # healthcheck: 22 | # test: ["CMD-SHELL", "curl -sS 'http://localhost:3306' || exit 1"] 23 | # interval: 3s 24 | # timeout: 5s 25 | # retries: 6 26 | 27 | vaultwarden: 28 | image: vaultwarden/server:latest 29 | container_name: Vaultwarden_MariaDB 30 | hostname: vaultwarden 31 | restart: always 32 | depends_on: 33 | - mariadb 34 | # mariadb: 35 | # condition: service_healthy 36 | networks: 37 | - vaultwarden 38 | env_file: 39 | - .env 40 | volumes: 41 | - /mnt/user/appdata/Vaultwarden_MariaDB:/data/ 42 | environment: 43 | - DATABASE_URL=mysql://${USER}:${PASSWORD}@mariadb/${DATABASE} 44 | - ADMIN_TOKEN=${ADMIN_TOKEN} 45 | - RUST_BACKTRACE=1 46 | ports: 47 | - 8282:80 48 | 49 | networks: 50 | vaultwarden: 51 | driver: bridge -------------------------------------------------------------------------------- /templates_compose/Vaultwarden/name: -------------------------------------------------------------------------------- 1 | Vaultwarden -------------------------------------------------------------------------------- /templates_compose/Wallabag/.env: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Wallabag/autostart: -------------------------------------------------------------------------------- 1 | true 2 | -------------------------------------------------------------------------------- /templates_compose/Wallabag/description: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Wallabag/docker-compose.override.yml: -------------------------------------------------------------------------------- 1 | services: 2 | db: 3 | labels: 4 | net.unraid.docker.managed: 'composeman' 5 | net.unraid.docker.icon: '' 6 | net.unraid.docker.webui: '' 7 | unimus: 8 | labels: 9 | net.unraid.docker.managed: 'composeman' 10 | net.unraid.docker.icon: '' 11 | net.unraid.docker.webui: '' 12 | -------------------------------------------------------------------------------- /templates_compose/Wallabag/docker-compose.yml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Wallabag/name: -------------------------------------------------------------------------------- 1 | Wallabag 2 | -------------------------------------------------------------------------------- /templates_compose/Wekan/.env: -------------------------------------------------------------------------------- 1 | COMPOSE_PROJECT_NAME=wekan 2 | -------------------------------------------------------------------------------- /templates_compose/Wekan/autostart: -------------------------------------------------------------------------------- 1 | true 2 | -------------------------------------------------------------------------------- /templates_compose/Wekan/description: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /templates_compose/Wekan/docker-compose.override.yml: -------------------------------------------------------------------------------- 1 | services: 2 | db: 3 | labels: 4 | net.unraid.docker.managed: 'composeman' 5 | net.unraid.docker.icon: '' 6 | net.unraid.docker.webui: '' 7 | unimus: 8 | labels: 9 | net.unraid.docker.managed: 'composeman' 10 | net.unraid.docker.icon: '' 11 | net.unraid.docker.webui: '' 12 | -------------------------------------------------------------------------------- /templates_compose/Wekan/name: -------------------------------------------------------------------------------- 1 | Wekan 2 | --------------------------------------------------------------------------------