From 106de8de00002da8b30e8e2f9b99c7f3ad9a6967 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Fri, 21 Mar 2025 06:29:47 +0000 Subject: [PATCH 001/198] Processed apps directory via GitHub Actions --- appstore/stash-box/README.md | 41 ++++++++++++++++++ appstore/stash-box/data.yml | 14 ++++++ appstore/stash-box/development/.env | 12 +++++ appstore/stash-box/development/data.yml | 31 +++++++++++++ .../stash-box/development/docker-compose.yml | 32 ++++++++++++++ .../stash-box/development/envs/default.env | 2 + .../stash-box/development/envs/global.env | 2 + .../stash-box/development/scripts/init.sh | 17 ++++++++ .../development/scripts/uninstall.sh | 10 +++++ .../stash-box/development/scripts/upgrade.sh | 17 ++++++++ appstore/stash-box/logo.png | Bin 0 -> 11361 bytes appstore/stash/README.md | 2 + dockge/stash-box/.env | 12 +++++ dockge/stash-box/docker-compose.yml | 32 ++++++++++++++ dockge/stash-box/envs/default.env | 2 + dockge/stash-box/envs/global.env | 2 + 16 files changed, 228 insertions(+) create mode 100644 appstore/stash-box/README.md create mode 100644 appstore/stash-box/data.yml create mode 100644 appstore/stash-box/development/.env create mode 100644 appstore/stash-box/development/data.yml create mode 100644 appstore/stash-box/development/docker-compose.yml create mode 100644 appstore/stash-box/development/envs/default.env create mode 100644 appstore/stash-box/development/envs/global.env create mode 100644 appstore/stash-box/development/scripts/init.sh create mode 100644 appstore/stash-box/development/scripts/uninstall.sh create mode 100644 appstore/stash-box/development/scripts/upgrade.sh create mode 100644 appstore/stash-box/logo.png create mode 100644 dockge/stash-box/.env create mode 100644 dockge/stash-box/docker-compose.yml create mode 100644 dockge/stash-box/envs/default.env create mode 100644 dockge/stash-box/envs/global.env diff --git a/appstore/stash-box/README.md b/appstore/stash-box/README.md new file mode 100644 index 000000000..bf5cfd335 --- /dev/null +++ b/appstore/stash-box/README.md @@ -0,0 +1,41 @@ +# Stash Box + +视频索引和感知哈希元数据API + +![Stash](https://file.lifebus.top/imgs/stasho_cover.png) + +![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue) + +## 简介 + +Stash 是一个用 Go 语言编写的网页应用程序,用于为您存储和组织色情收藏。它是自托管的,并遵循 AGPL-3.0 许可协议发布。 + ++ Stash 从互联网收集您收藏中的视频信息,并通过使用社区构建的插件扩展,支持大量内容制作者和网站。 + ++ Stash 支持多种视频和图像格式。 + ++ 您可以标记视频,稍后找到它们。 + ++ Stash 提供关于表演者、标签、工作室等统计信息。 + +## 安装说明 + +> 默认用户名与密码,请通过日志查看 + +### 配置数据库 + +Stash 使用 PostgreSQL 作为数据库。您可以在安装后前往持久化目录下的 `data/stash-box-config.yml` 修改配置 + +基本格式:`username:password@host:port/database?sslmode=disable` + +示例:`postgres:postgres@127.0.0.1:5432/stash?sslmode=disable` + +```yml +database: "填写数据库配置" +jwt_secret_key: "系统生成" +session_store_key: "系统生成" +``` + +--- + +![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png) diff --git a/appstore/stash-box/data.yml b/appstore/stash-box/data.yml new file mode 100644 index 000000000..7e51972b3 --- /dev/null +++ b/appstore/stash-box/data.yml @@ -0,0 +1,14 @@ +additionalProperties: + key: stash-box + name: Stash Box + tags: + - WebSite + - Local + shortDescZh: 视频索引和感知哈希元数据API + shortDescEn: Video indexing and perceptual hash metadata API + type: website + crossVersionUpdate: true + limit: 0 + website: https://stashapp.cc/ + github: https://github.com/stashapp/stash/ + document: https://docs.stashapp.cc/ diff --git a/appstore/stash-box/development/.env b/appstore/stash-box/development/.env new file mode 100644 index 000000000..8c050b0bf --- /dev/null +++ b/appstore/stash-box/development/.env @@ -0,0 +1,12 @@ +# 数据持久化路径 [必填] +STASH_BOX_ROOT_PATH=/home/stash-box + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=9999 + +# 网络代理地址 +HTTP_PROXY= + +# 跳过代理地址 +NO_PROXY=localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local + diff --git a/appstore/stash-box/development/data.yml b/appstore/stash-box/development/data.yml new file mode 100644 index 000000000..1628c4473 --- /dev/null +++ b/appstore/stash-box/development/data.yml @@ -0,0 +1,31 @@ +additionalProperties: + formFields: + - default: "/home/stash-box" + edit: true + envKey: STASH_BOX_ROOT_PATH + labelZh: 数据持久化路径 + labelEn: Data persistence path + required: true + type: text + - default: 9999 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelZh: WebUI 端口 + labelEn: WebUI port + required: true + rule: paramPort + type: number + - default: "" + edit: true + envKey: HTTP_PROXY + labelZh: 网络代理地址 + labelEn: Network proxy address + required: false + type: text + - default: "localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local" + edit: true + envKey: NO_PROXY + labelZh: 跳过代理地址 + labelEn: Skip proxy address + required: false + type: text diff --git a/appstore/stash-box/development/docker-compose.yml b/appstore/stash-box/development/docker-compose.yml new file mode 100644 index 000000000..f686e4445 --- /dev/null +++ b/appstore/stash-box/development/docker-compose.yml @@ -0,0 +1,32 @@ +networks: + 1panel-network: + external: true +services: + stash-box: + container_name: stash-box + env_file: + - ./envs/global.env + - .env + environment: + - HTTPS_PROXY=${HTTP_PROXY} + - HTTP_PROXY=${HTTP_PROXY:-} + - NO_PROXY=${NO_PROXY:-} + image: stashapp/stash-box:development + labels: + - createdBy=Apps + - traefik.http.routers.stash-box.rule=Host(``) + - traefik.http.routers.stash-box.tls=true + - traefik.http.routers.stash-box.tls.certresolver=stash-box + - traefik.port=9998 + logging: + driver: json-file + options: + max-file: '10' + max-size: 2m + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} + restart: always + volumes: + - ${STASH_BOX_ROOT_PATH}/data:/root/.stash-box diff --git a/appstore/stash-box/development/envs/default.env b/appstore/stash-box/development/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/appstore/stash-box/development/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/appstore/stash-box/development/envs/global.env b/appstore/stash-box/development/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/appstore/stash-box/development/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai diff --git a/appstore/stash-box/development/scripts/init.sh b/appstore/stash-box/development/scripts/init.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/stash-box/development/scripts/init.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/stash-box/development/scripts/uninstall.sh b/appstore/stash-box/development/scripts/uninstall.sh new file mode 100644 index 000000000..c86c4fbca --- /dev/null +++ b/appstore/stash-box/development/scripts/uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/stash-box/development/scripts/upgrade.sh b/appstore/stash-box/development/scripts/upgrade.sh new file mode 100644 index 000000000..07fb8c3fe --- /dev/null +++ b/appstore/stash-box/development/scripts/upgrade.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +if [ -f .env ]; then + source .env + + # setup-1 add default values + CURRENT_DIR=$(pwd) + sed -i '/^ENV_FILE=/d' .env + sed -i '/^GLOBAL_ENV_FILE=/d' .env + echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env + echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env + + echo "Check Finish." + +else + echo "Error: .env file not found." +fi diff --git a/appstore/stash-box/logo.png b/appstore/stash-box/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..ea145b18152040a0119a242e7ecfc513a05f7ffd GIT binary patch literal 11361 zcmV-nES}SeP)8^J4t9{@kfAzR5EXIMDionYs1;guFnQ@8G-*guTpR`0f`dPc zRRQHpmtPe_ zuLvLvAcm04EMrcR((tXXd+MgTOYkiJzCWv9Em#Z)h{UtZFm2)u;^|G>;Ji;9Wo20< zJ|`YC>4LCqVESxY9fRS`(Q0B)!qm;zz*1HgIv> z(Ud*lat9cCGGtSBr64V#SOnhB=$rDu;4RR%=FP2rj?)JqOS4Mf00)P_Xo<4decm1J zp4-1Y?fLxx*bH)Mv+;bz0000WV@Og>004R>004l5008;`004mK004C`008P>0026e z000+ooVrmw00006VoOIv03ZM>05h{nTx&|F^2JA<|TZV5JQ1&vBZ1{?(hxWFHxdDXDkM^wUkRrbpWzuaGyRg82N zinw5g;1>f!2fNj zY3m<^k9bo6w@>0Ox`W}#!0ss}BD^exZndPYuBz_yK94|_O5I;q)pzQA=lst3z%UHMFbu;m48t%C!!QiPFbu;m48t%C z!!QiPFbu;m48t%C!!QiPFbu;m48t%C!!QiPFbu;m48t%C!!QiPFbu;m48t%C!!QiP zFbu;m48t%C!!QiPFbu;m48t%C!!QiPFbu;m48t%C!!QiPFbu;mS`H`a0T{{9-PPfJ zr(2-6Z)MU$G7`WHK#TCz&!5G>z6rG*>_YDnGYGAK8Gt6HyDMMmR|f;f0p|jT0uKSt z0Pg^W@WF1*Wzp@clKwbG4446EGBoKOzzzO52Yd)P73ctF0Ve`SdcWTdybL@7tOnKr zzXNtgy@xFqng=rg8K=9elh9=MIRN-La2C)BoC$mksAV0n3HU9r7PudH0(c7;2p{M= zuxPOvgsfr)AcN>B?-FtOJ^-8y%tlZ8lYyfd+jZUtyaqgmyn_dU=Yg%|hiN?K9b^kL z02!dWYYq`hbAbKOQ~eAe51b85Mo<5^*b2OW48dw-7+wSR4mr|+Uh@u8jTwNHa#dG8 z+OdZtfKLH4(WIXWd>F0s8_fV(8a#=X3Tx5QVG|MSl7Tjd8*W>Xz%Y$Um;p!$-Sf`_ zcOdFlcS<9fBtLxoFa# zj*LKi(qkS0E=nst1FZ4Bo&w$`D%EJg#6&Oy&_KR&=}ZO-k#o2Wx$)B|rRk;shsQjm zO+Y^i6t>0uUVDI7fb}SL@DNHhZZA8^i)~sku`!qdh?y!+`2$hF?rfB%n}Gs)<6|6- zKMDPO|3gRvFx?wNBZ7!Nn}KJ62fVR70la|>QaQFxEPTe?v3vh+fI3j+ zDL(<2ghV)_|11};EWi?th zyox-SA(%lJJ!Sw#NtH=|Bzm&XLQm0Cfe#X2nr;w1(Vs%8xHZ5A;9Vk8al=iP3ZJVD zI0gkHJ5g}*1Qe`{o8ag3y_gNivl;UF+`%>$ExWG)!)gx90My8W`FRS_iTUxsN6`~9 zkDi#v0SCo6oE?;&kgJI438|9d$Xn!aq(zwJedcMX)}Rqug!d`cE%+YJOUU!7+h=bT z%m7rO%2WO@^aS+9IMdJ*GOkGa09qqIfn4IXz_TuF4qialad2EWmYaUTyiN*Eqy^lM z(lTcbTIPI$+G-BQiiYbA9+F4sLYe zQahUb)6r7lTx4M5jFki#0NzCB*soi7mK>YPhMPhI8z(Jc0IEFY_ebkhzh?dnw4RM? z{kof>LY$^;?+r?y4a{v;kZAg<|T7bKyeZZ zFgAh$<=1HqRj$+c{daNgjgK_++{H!H7=WwhcZ8L9K7P&o3`%00$w=rD2fI*O%73z~ z!z$t;>F&ytb6g7L*UfKVHVt_Ovrx)0?z)H|VNdO0?jE`qZV4VJahoDc949H{}||dni`(0Hs*X z8$`rv9LJ?+adsN0X379uK6e&vxyb824&4;fDT#58CqAW`FIDxU%f1k2NLL&emqmTq zxgpZPS1#>jFj{pr4#|;yZ_XE8#pTUKu@7Yu9;cM8c@AY9iWG7#xkCC|q@~^fq@-rv zFIEW(afTGDIIfH9r2nF4ji`IT9UR1IYYX>4^y4{=WE*Oc=GQGeN`;4k<3LZ!mVBu* z09Bsye$D(;N@AQi*M?h&7UB#oS9M)_m)KLj5nMGtj~g9HJb?1@>NAnI5NCOHm_d}r z_3JX$Ql&0qaKPpIJCeO`QegmUteMZFG~Gnvi4KQVWDg?Co_ZlpE2GkD!bZV=Se%B8 z!A#U(B~ImL6yeIuN4$ThrfwlI1E2_Sj)Gg3W$|m~{hIVy$i<7RWZdM}yx5Db5}ZQS3pnf?(ak3pBVz zTC4^jGI)cFgX62f{50KE;;ESr3p{)wPUIeVH!oku)}15mn_*-D3Bw4l#KRtE2kPa} zh%QKBYKl3zPL4&3m)Gr0>uLb1xL|(Gd@xNHmkxXvI+5$pq;E-yr%{>i`S}XFsc|5s z0KNPLI{50KZXx$ZeCD@C=b-+^8baH6r zSBop~j1ph&?4^*~#T_3k5Rr!xi&plXD`TJq`{oA3$m6nJD#q3h`BkHiEstH-R7dKN#)3 zI4T3seQ5_2ihp`0TK7*%`mDr&-+uc6a^azkIbB$kftFp(M3vy(0jR;q8R#j0 zruXkgRt?6@TfiTo`*PIY>F5kV>BJuc{1TnyX2yB1ktzvJwXCK2Nc z`*H2kyOJJnCaEDscNR*|O-B;nM(jtBCVmQh6|dveNR7aV3_$2&{3-B1$kv|qanX+^ z|D(t|Sc{Cq_Nar+JE%;R3GWMYrXr8?98?b8s67YL${_HaotyXl?LkLKqA-&Ct7Zcb zx-g#st|u9hPZrpMmIrH)L3kW3ABI$Y6$atDWvy)xhNGeLG?b@LN{o|MHUs|_ zSnBP0QnL}L$pBnFw}ZA^@zANjjp)J{!?O=neXU1Jg$Gbzv1Ka|s|a!YnvtLo=XmTv zQwvW6UqE#*uKZEcDSxigjX52k?VC z?nrvPb)mZ}KcpD1(4HeVP&g8~^5>!y-BcP=Gt!LQiehrxptgs}um&J7`S%0<9{5_) zpR$SAgCe-=kays36q5NC;=>4WCZV8R2TIXRCi@zaG~lAR++X26P=+%CRSiIBZT2U? z_ptR>Tm(DDWUheeTVFhf9eW~g4Zr68B+7+2arA#Mq+PiRX>)+;_ewjo;Aa*jj6bz?IIU-`^T1_vXT=50ubb1Hhm z&qUJOqiAj+PMWzJ_*clQtawjEUYvksKLYq?U|!On#wf!tV0sXF2aiypfXTt3r*Flm z-)NY98ID7d`q^krA6Lg_V{}{t{1?2oVo^q5hye&(@NvNZ0{&CdpTek0Q~}clLYtP< z+FY{A9*h3&OVcO`aZW%F2_v2CL9x4D{|DjgUv{NK*8VEs`?Q|4GVAO>-DQIXOs^AB zz~s0tJxf;6-IZrt!KFVpWa1x=CV8+{{#epmD{lltFzU-%WCUJ^axcIESa9VG3hxvvB`2d4 z!t|s^ZPcA@NGY}!8H7hsR$&UI6y2%F@MpDF-iYQp;2VTG3p-He`X7SU3tvonv_|as z1x&k9@Gg!P?M8a&2fhvbga3oxzLhwE$=?Qi7x;55bz>OK$R?B;ybH8RPf&^VN2t%3 zO@6~@PL2Zp7R7aNaEb=tY@{J>rj|*DVGLy|@IUctFLG!rq`yP!K*KPapUK!z%uogL_eZ z_)pP}NIOwwUer!E{it)%4}kADN*g^1oQE~!Xg1zPY2e44koxaX)Q#m2fD2Hg22%oN zlMQIUhNp@@aa?enPXO~#H`&vXTy!Ps?tBl56bJbN(1RI)tg{8xj4Vah`FWr}paU4P zdHPYPjPnw-GwLTX320V$2la@%bLeF)ayaV3vkl!Cdm@k0-+v4E- zkM$Uj(ntRx=?`ZN%U-1Ryc<33AH{1C7NkrG7)5tiClQYh2W1OpA!9HL6^EF1ARV~C z|3UjS4#3zOg#?Vi;YcO=xuid&F@!<1`}J}Z^nDO{fo0TG4je@VW6*}WzH}mEa5if5 zWF*JGpgrWbLw&jgU2(~5a&1Mu*vC0Nwp#TOXM z&OkxNqxQ|`p_su8tWLbqtU=pGzY5Uqw)3MU_m1rqJwn&~OcXHuMA9F)McIU!$1Vl# zLyciVyHS;w{8po0+k*$$A2ooy0A&-VlC7m;l(WWCu8TnXIf{~)fOfW8s% z5(|F<{9mjESX}HzsoXo!#D4-cdnseA*E*Kqoi>4Ram!!+aMWYq60}q}0lRs|%0A#v z2VAac_fB=(-GL)o#{EYu2wX4v(XLVVA{T!h+DHZf$0^{txw>BC*e_g#Wx~;DSJ$~H zh&UPB31&20gEnd12aRhD9=N85qIBbBNuP)e>Vg-!X~23z|5piNXB>@^=({& zWZJ(cv^|^y^u&B!6LH-_{Re$=NMO`~jKR5Rk2qr}>rv3}MNsIar@`BXg|_~hjxqzE zO!~y6oGs|u1?9Lynzc64m?yq=t6&Vqp=H6RQOw{>Y*!+m*HF6ee*XtaZ4(w+-pxZ> z#vhg7xk)3tP(8*SsOWBp92b(ihKU=1AQj>T6HwF2^HEyybXvDCWjpXy^t1&k-#Aq^ z^r(8Xjr8wA$6t*$kZtt>vVExg^4-8PB*)$A|I&5kwWVQy$5a`BAQf)J1JM>`7oq(M zPoZ_1Sq=byiHdSu7~SNr_IH85&7t#}^WJL*Rd$;Vyk9%;-%<0))ZSY$5tQRDMeF;T z~{{-CNA2W;*I0X2i_uj3*8H5 z7k-TepPNmgznHu^7Wf&e9BoE6q1~F7P(hA6)(CzjFRtDmM4Y*I|86LNQ}%(z@*(`c z?VdXaa>cC4CKO=#4HQe4FF_iENo2cp`DrA!*$C?78pTzYcHkE9C;ur(r5BXy78n`9 z<3EJ@MqY-t9ph_%d^*?u;?d#(3vXFX_xujkkE=-KnCFv7bC$^)GNq%kp5IHW4 z?cT0ZXLBeL1da3>4ojQ{;8?V==z8QLy@K4yx)_7rrOS)ocX!PRo}0ITTYy{1e(Cbt zs8#zj?S%mba_tp&`gIG%k99Pfto5FF(~wcQ9N4mN$H7Am=v}-jcx@l|#{SRVn6k(o z;2GqBEh7dwZiPwjXTfHpdv_bKfQa3n$4Z<_fD_QfKN3}_twok|4H7*Jg#WG{?oIc+ zeAK53moA@$o@#04ec<1tqMNGcCvX$(hjxCsI^wXKk#=CP#wEZiRQ?<0d%%CCO22`K zO=ka*?9_k^P%g)Pn1CENmvbl-+_;|flaUVQB6N>_7~ReHpe5bjEG+?Cq-}P9k9lAI z289nIW3U<-gZ}V|8MSAyB(kH;AaY$_Ku@H!mo693M809T^HKVY4&Yu5bXR!Ikr?}G z$9@9|SbF^T509<4Z)Nb@Uxz%g?~q=Fr;8p^tAIXWjqCEJ6FLin1Ka7n^gp_^eM+JEp3%8kKG)YBM5x3}7d*40lV9s7yEg(#aa zjdYYQ{}Off8LamC%Wo=o9_j>Cui$4TBQOE@8x;7u&t+I6Fz9`ji71enCN@$o$9)-Z zEm@rWj!W<2(FL%(yYk=`z$vqP6Ht)apY$`R%^P)VIA+AeZ2+nb+Ci@77tlrpZz6Z= zPGpIHhbNPa#~3((yBozQ)}vI{smKsqi1Y?YxUH*zKf_yVR{Fe`&+7>O^Hhcg{le69 zx#tH3zvRdp;Hs|tkf?XS2<$}5hGUVsGfB2mlH=Y@gdBG)5&Z71JdTsYb-kFBCjb7( z>+D4L)(l1#7l~!^LwYLk9N-w>v)6Kjx~Z8}mOo=@XS zmtR1Ev)6|^u&v~ueh{t8>lyT`#aK*3jY2O6wp6-9UDw6YSl^_S891r#XRbQF9M{hj zJw+YmxZPcOdheM<_xbmGpSb{<^i$A=EEggL>uBZdu^E6kgMgFKyXWSE;i`9lJ_q_- z8MB$xzjS#o@Ymq<`KN5y$zK3+T#dQ`)q+Fq27e?EhOeXRu+SghFhRk)Q9$qq)PFPD zK@?ODcE{ZqK4>hHK4P1N15q65)5y4;M*V}znOp+IG3XDXC-Eh~yT};ag)aDW-kP57 zt~~vPeT>VEAJxU~U0V8^1@rS1+~S9M1Go{T)Fx5C(&cM`9}hqIJ4&6Fa&!UzjpP-N z!Jy#18t1S^;3vp<{sr|BX}y7#Zha`2{3@aQ&jl8Z;$G00U3{D9z34$`8RJj-X+&?g zRxdJX0Ad|DT2Ec_?@a&mz&z6iOYDhbvuv812%!1t6zkMiR(L`;+a27|-WuVnb6YDFrv< zMz4$lMqn54=O{C9VU6#x11SubA!EORI>>Ra>Y9Tat+G7?$*Rvo*Yp%5%WX87^Z*() z`NJHEEcE%PUDgxmX1Nd8fa~sraw|VLP~iGIR*&dSDj0*k-upd)D&qXo<%`f$J6O8> z3X1r@1e$RR`yPpWuTaqMuf5MUQsVRgeCDG`{bxXb)KUNldepwu`CriFiee9%=)N5H zaq1w)T`+Gp1us7zn*4{NYvtcVCzHH3r0z8UK3QG@)WQ)cB0C2?WuHWz!M#Z1y#t`F zJy)D$_3#Y5{S~RE`FIDceG2o;FCTyqYgtJ%mwIa ze-d)}(?TZGfD=&~a8g`@9|PNvF}TP3dKzy#EulLsH?F|KTSn#?_?&a%Cpl?yWL)qA zNbb3TVfOC}rO)Q0mRqBZF!v$BReud>z>lMA_t8Xs!KkP&#qF zH`X-+gYFycZRNLUE>~dT?X_Q%E9Q5Sb0g=^5tL8*6G?A#nOjhNWiV@Lz_fBGsE|1#Le?{Zo-~kjWT8tOKtjhoId4OjLLOG+H9ujl6`d02Ca$yE*`eTw5CpZ@aJN zH>kEbVet%z}W&&7#u8ZljS<}ELl<4L4<;Se}i1qv64g| z1YfK0ZK?zXM=#9jqgw5fwuy4hf-qe4sLVG*8fq}21v|6JXiE3~-u0}z@ANikeY_;?qfuXs@|2mRv z&!9BvkEeNhL}pS4;19eRI1trppMf^T{4FJ8@F-q{x_}#adXHR$5)6vv1_mxgDYdxE zd*fyT@Li-7yxRq??8=Wwl^50Ir7$?2T-&}60W%z>S@WpOwpk{9kj#1j&0+w89Dv-* z=|~6v98w?Ng^Yn0;4Ae(tfjoPyS%*D5Bk+xUYe8<@GBO-vZ7yx%kfs2tHQN&Wm< z`{V08){%Aus<*N5gM$AK*z80o1*6=1Z`OYVIMa1pf6`AzEwoyN%q{_1iT%-&dn)i1 zRJObVc?RonavO0A;0BC=>xp89D*fsa^b3=QW~lQB1qFjbhtOD$0nWm8E=K9vPmp}! zQ&N}*kTE78Y3nJdo9m0Xg_X!NScjkPa!SUa&2brYoo|p#&@W6J9)Qo+ka7H>{#m?5 za;PrgY_z7Ig#<~hI_ZOC(g4Id@C>mZl9rx?8g{;jnr++(JPhtz;JAaXb1ABmkL!j{ zg9qTBkMHU{xc7iF5v5%(Mp}$Xm}eR$lLnxbJ%CD#N0QSMk*5D8a8{z?p>GmzO*y2; z2pkQ3ADqWgW@QrD-n=Dl%m6eYI!VcPh2Yi zivbu$28iuJY92uAkhUy%fiJF(Z&3%m5f;#wK)j$)o|WB|!SHYQSugNdsV{i$?AaY}A)b8UXVE zvWrdrbdgCN0GI(t6E>-{i+KP>U9e)HY@&JO)PFje2hcj$gw8H5fLj=>`wN=~U_@cY zB3-xuj#K|_Jj?@V9c)r(mrTY0VjZ|KDl7(&O)_Z!YzdGqY(i(3Od5b#2X4fQ8H;q0 zSsj4gNa?|pfY~LsYZ0db7yw@O{%@oMs|Cmw{lKHZLvg)9oZEx<1OFN511A(ek2P^?@2G#?6 zf(PVqSlG8B_JK6S4ewpLy!d^0SKj}2FYuuE^?l$X05fU^SJ$-rFT3&0Fu|D?v+Bv=ffvFt%9ykDar z_=|*uagBc3N0Ew1e9WN7+=Ehh_XAsl zzjSd})VCt(F&0UM0r2VREB6Xq*THez?P$GpColz=4}1=o3XD&B%o)Nab$s*#Pob3e zZNP6)T8{&E?BV@`C#2$OA4RGRKoI|gb{vS8-O51uV8-O52y44k9l9$0_USx!EE5Lq{o{=ECw)owgGD>33lELACRSq?~^G5 z;M2P}(kply_!$ybgat-+L)$qR4KDB!<$|5v!2`BUIGUSox+&>#j+#swfFMP$pkxU4 z01tRyVS&*>Nsl)pw0cLNUBJVX1UtVEACSeTeH58D06zW&xw5Mhr<87e6$K1`0h~!m zU^FS|@g_j4PwHBD4GDH`LJHL#!CyMK^z^MtdW?0YX$*i*Fvl7a7%fK;+n~T`IwmlR zqLmEAUKB&R83mPJAccaRxM(^95Tq0|oDFUcbYWivu3@Oa=p#vwH)dLCQrE)Uz`ZD_ zw;I?IKA@Q=zE4vd0H5B)tBc=vcX=5Ehi$+zN&=%xk-+E_npa@d>REt(;Ate-xgBXr z)UhfD6k21_2Wbfd5Tq0|?8Ni*27zb1uZ5HgjE+irymh3NbpY=HtB^c*Iq**SfZp3% zYvTK~oB{CZ?ORd&J`gL|go-y7BTwLS$TRp9ttBvOhRI(*f}O?anm$2>1v_!kvIZbX zL@Lp5#`q}k|0oHJW|3`yQ8P^J;n)tWMQi)JfH%Si*u*bk1|WccV_Y#ePp;IP=q=!< zC^d9C${x%Ejw4$WY9wRL(&zGd30R7*(<6igJC0jkf^G;i01;fbG*W4}2R&KVqAbG2 zNLO$c%_%U-f)RKhScfM4vb|g0dwIXZk1RXDp7zx-127E!4RrauS+qIDFu*IokAa^f z1Mo#;5I&alc&jiHAyC>U|LZ7wb0boG?f~#7zl+PFCKK$$g&BYvxqiw0#qR@N!A_J* zz7H)4=Ak9R>A-}f$J}J>MO~%+4m-~i+A_p!8u-U^Fi2F=vDU zq|5L->^$TB3Jiwmz@nHra zMj`}8`%qJf^^^ogUqVGmhsHddw8a3nqX@n)*m*sCfKB}PF$2&5{2TeppS_Uwf#SpM zP2eXC6&Ot>z6qFyG~mlfuyZrY;lCgJrRzE@TCyU>w>N^A0capM+`+!%l8}*u7 z1N})R|ic7Br^%BJlK*IDaUQzr$(5ql4+Fj;e)YQ}$7@fx0 z1V)Wm+wVnzJYTT$946RFEoJ~xL`2ZgMG^A92d+cy&V7N=her7FaR&k4p{ybW!Z`Z=_D>J-%FuAUT7y+a>b-#XCmVis-)|zEW!xTFh&7VWg zEe6`(L@m#M1vs_v_H!3Pr~4=kUXuS0sH3j4@&cpb5Bc@$%yL zA%W3q99H9U4N@EKs_`Y)BSF&3w9qCQt%w3c({C{f>4b!M#ayfFDZ*BlbNlj27Vs&Y3 zbS-IaAahbjLQH2t6951J6?8>dbZKK_I&EQYb!K5>bairNasWq3O;Ajpkjel601k9T jSafM)V>)ebWMymsb5ch_TVP2;00000NkvXXu0mjfr1cA~ literal 0 KcmV+b0RR6000031 diff --git a/appstore/stash/README.md b/appstore/stash/README.md index d3c2b3140..1a2442bc5 100644 --- a/appstore/stash/README.md +++ b/appstore/stash/README.md @@ -20,6 +20,8 @@ Stash 是一个用 Go 语言编写的网页应用程序,用于为您存储和 ## 安装说明 +> 默认用户名与密码,请通过日志查看 + ### 网络代理 请前往持久化目录下, 修改 `config/config.yml` 配置文件。 diff --git a/dockge/stash-box/.env b/dockge/stash-box/.env new file mode 100644 index 000000000..8c050b0bf --- /dev/null +++ b/dockge/stash-box/.env @@ -0,0 +1,12 @@ +# 数据持久化路径 [必填] +STASH_BOX_ROOT_PATH=/home/stash-box + +# WebUI 端口 [必填] +PANEL_APP_PORT_HTTP=9999 + +# 网络代理地址 +HTTP_PROXY= + +# 跳过代理地址 +NO_PROXY=localhost,127.0.0.1,::1,192.168.0.0/16,10.0.0.0/8,*.local + diff --git a/dockge/stash-box/docker-compose.yml b/dockge/stash-box/docker-compose.yml new file mode 100644 index 000000000..f686e4445 --- /dev/null +++ b/dockge/stash-box/docker-compose.yml @@ -0,0 +1,32 @@ +networks: + 1panel-network: + external: true +services: + stash-box: + container_name: stash-box + env_file: + - ./envs/global.env + - .env + environment: + - HTTPS_PROXY=${HTTP_PROXY} + - HTTP_PROXY=${HTTP_PROXY:-} + - NO_PROXY=${NO_PROXY:-} + image: stashapp/stash-box:development + labels: + - createdBy=Apps + - traefik.http.routers.stash-box.rule=Host(``) + - traefik.http.routers.stash-box.tls=true + - traefik.http.routers.stash-box.tls.certresolver=stash-box + - traefik.port=9998 + logging: + driver: json-file + options: + max-file: '10' + max-size: 2m + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP} + restart: always + volumes: + - ${STASH_BOX_ROOT_PATH}/data:/root/.stash-box diff --git a/dockge/stash-box/envs/default.env b/dockge/stash-box/envs/default.env new file mode 100644 index 000000000..cd05f46e6 --- /dev/null +++ b/dockge/stash-box/envs/default.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +ENV_FILE=.env diff --git a/dockge/stash-box/envs/global.env b/dockge/stash-box/envs/global.env new file mode 100644 index 000000000..e10989fe4 --- /dev/null +++ b/dockge/stash-box/envs/global.env @@ -0,0 +1,2 @@ +# copyright© 2024 XinJiang Ms Studio +TZ=Asia/Shanghai From 0243c76f98dc1ba4725fa6f31b812fb43f38a829 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 11:53:41 +0000 Subject: [PATCH 002/198] Update dpanel/dpanel Docker tag to v1.6.2 --- apps/dpanel-lite/1.6.1/docker-compose.yml | 2 +- apps/dpanel/1.6.1/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dpanel-lite/1.6.1/docker-compose.yml b/apps/dpanel-lite/1.6.1/docker-compose.yml index 36b900d04..14a5fc5df 100644 --- a/apps/dpanel-lite/1.6.1/docker-compose.yml +++ b/apps/dpanel-lite/1.6.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: dpanel: - image: dpanel/dpanel:1.6.1-lite + image: dpanel/dpanel:1.6.2-lite container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/dpanel/1.6.1/docker-compose.yml b/apps/dpanel/1.6.1/docker-compose.yml index 6c669c669..cefadaff4 100644 --- a/apps/dpanel/1.6.1/docker-compose.yml +++ b/apps/dpanel/1.6.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: dpanel: - image: dpanel/dpanel:1.6.1 + image: dpanel/dpanel:1.6.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From d2a8c61f525104a0834900f475b6ab7f985329c0 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 21 Mar 2025 11:53:53 +0000 Subject: [PATCH 003/198] Update app version [skip ci] --- apps/dpanel-lite/{1.6.1 => 1.6.2}/data.yml | 0 apps/dpanel-lite/{1.6.1 => 1.6.2}/docker-compose.yml | 0 apps/dpanel-lite/{1.6.1 => 1.6.2}/envs/default.env | 0 apps/dpanel-lite/{1.6.1 => 1.6.2}/envs/global.env | 0 apps/dpanel-lite/{1.6.1 => 1.6.2}/scripts/init.sh | 0 apps/dpanel-lite/{1.6.1 => 1.6.2}/scripts/uninstall.sh | 0 apps/dpanel-lite/{1.6.1 => 1.6.2}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/dpanel-lite/{1.6.1 => 1.6.2}/data.yml (100%) rename apps/dpanel-lite/{1.6.1 => 1.6.2}/docker-compose.yml (100%) rename apps/dpanel-lite/{1.6.1 => 1.6.2}/envs/default.env (100%) rename apps/dpanel-lite/{1.6.1 => 1.6.2}/envs/global.env (100%) rename apps/dpanel-lite/{1.6.1 => 1.6.2}/scripts/init.sh (100%) rename apps/dpanel-lite/{1.6.1 => 1.6.2}/scripts/uninstall.sh (100%) rename apps/dpanel-lite/{1.6.1 => 1.6.2}/scripts/upgrade.sh (100%) diff --git a/apps/dpanel-lite/1.6.1/data.yml b/apps/dpanel-lite/1.6.2/data.yml similarity index 100% rename from apps/dpanel-lite/1.6.1/data.yml rename to apps/dpanel-lite/1.6.2/data.yml diff --git a/apps/dpanel-lite/1.6.1/docker-compose.yml b/apps/dpanel-lite/1.6.2/docker-compose.yml similarity index 100% rename from apps/dpanel-lite/1.6.1/docker-compose.yml rename to apps/dpanel-lite/1.6.2/docker-compose.yml diff --git a/apps/dpanel-lite/1.6.1/envs/default.env b/apps/dpanel-lite/1.6.2/envs/default.env similarity index 100% rename from apps/dpanel-lite/1.6.1/envs/default.env rename to apps/dpanel-lite/1.6.2/envs/default.env diff --git a/apps/dpanel-lite/1.6.1/envs/global.env b/apps/dpanel-lite/1.6.2/envs/global.env similarity index 100% rename from apps/dpanel-lite/1.6.1/envs/global.env rename to apps/dpanel-lite/1.6.2/envs/global.env diff --git a/apps/dpanel-lite/1.6.1/scripts/init.sh b/apps/dpanel-lite/1.6.2/scripts/init.sh similarity index 100% rename from apps/dpanel-lite/1.6.1/scripts/init.sh rename to apps/dpanel-lite/1.6.2/scripts/init.sh diff --git a/apps/dpanel-lite/1.6.1/scripts/uninstall.sh b/apps/dpanel-lite/1.6.2/scripts/uninstall.sh similarity index 100% rename from apps/dpanel-lite/1.6.1/scripts/uninstall.sh rename to apps/dpanel-lite/1.6.2/scripts/uninstall.sh diff --git a/apps/dpanel-lite/1.6.1/scripts/upgrade.sh b/apps/dpanel-lite/1.6.2/scripts/upgrade.sh similarity index 100% rename from apps/dpanel-lite/1.6.1/scripts/upgrade.sh rename to apps/dpanel-lite/1.6.2/scripts/upgrade.sh From f7c9050e17029897536d358b803ec1efaab15368 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 21 Mar 2025 11:53:53 +0000 Subject: [PATCH 004/198] Update app version [skip ci] --- apps/dpanel/{1.6.1 => 1.6.2}/data.yml | 0 apps/dpanel/{1.6.1 => 1.6.2}/docker-compose.yml | 0 apps/dpanel/{1.6.1 => 1.6.2}/envs/default.env | 0 apps/dpanel/{1.6.1 => 1.6.2}/envs/global.env | 0 apps/dpanel/{1.6.1 => 1.6.2}/scripts/init.sh | 0 apps/dpanel/{1.6.1 => 1.6.2}/scripts/uninstall.sh | 0 apps/dpanel/{1.6.1 => 1.6.2}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/dpanel/{1.6.1 => 1.6.2}/data.yml (100%) rename apps/dpanel/{1.6.1 => 1.6.2}/docker-compose.yml (100%) rename apps/dpanel/{1.6.1 => 1.6.2}/envs/default.env (100%) rename apps/dpanel/{1.6.1 => 1.6.2}/envs/global.env (100%) rename apps/dpanel/{1.6.1 => 1.6.2}/scripts/init.sh (100%) rename apps/dpanel/{1.6.1 => 1.6.2}/scripts/uninstall.sh (100%) rename apps/dpanel/{1.6.1 => 1.6.2}/scripts/upgrade.sh (100%) diff --git a/apps/dpanel/1.6.1/data.yml b/apps/dpanel/1.6.2/data.yml similarity index 100% rename from apps/dpanel/1.6.1/data.yml rename to apps/dpanel/1.6.2/data.yml diff --git a/apps/dpanel/1.6.1/docker-compose.yml b/apps/dpanel/1.6.2/docker-compose.yml similarity index 100% rename from apps/dpanel/1.6.1/docker-compose.yml rename to apps/dpanel/1.6.2/docker-compose.yml diff --git a/apps/dpanel/1.6.1/envs/default.env b/apps/dpanel/1.6.2/envs/default.env similarity index 100% rename from apps/dpanel/1.6.1/envs/default.env rename to apps/dpanel/1.6.2/envs/default.env diff --git a/apps/dpanel/1.6.1/envs/global.env b/apps/dpanel/1.6.2/envs/global.env similarity index 100% rename from apps/dpanel/1.6.1/envs/global.env rename to apps/dpanel/1.6.2/envs/global.env diff --git a/apps/dpanel/1.6.1/scripts/init.sh b/apps/dpanel/1.6.2/scripts/init.sh similarity index 100% rename from apps/dpanel/1.6.1/scripts/init.sh rename to apps/dpanel/1.6.2/scripts/init.sh diff --git a/apps/dpanel/1.6.1/scripts/uninstall.sh b/apps/dpanel/1.6.2/scripts/uninstall.sh similarity index 100% rename from apps/dpanel/1.6.1/scripts/uninstall.sh rename to apps/dpanel/1.6.2/scripts/uninstall.sh diff --git a/apps/dpanel/1.6.1/scripts/upgrade.sh b/apps/dpanel/1.6.2/scripts/upgrade.sh similarity index 100% rename from apps/dpanel/1.6.1/scripts/upgrade.sh rename to apps/dpanel/1.6.2/scripts/upgrade.sh From 20395af7c194ab309b25b226b5a4bdaa19db1f3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:12:14 +0000 Subject: [PATCH 005/198] Update usual2970/certimate Docker tag to v0.3.5 --- apps/certimate/0.3.4/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/certimate/0.3.4/docker-compose.yml b/apps/certimate/0.3.4/docker-compose.yml index ae69b761a..2808fd583 100644 --- a/apps/certimate/0.3.4/docker-compose.yml +++ b/apps/certimate/0.3.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: certimate: - image: usual2970/certimate:v0.3.4 + image: usual2970/certimate:v0.3.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 7d81c4aaf47809c6f9dcb596a8753b14663242d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 16:12:19 +0000 Subject: [PATCH 006/198] Update photoprism/photoprism Docker tag to v250321 --- apps/photoprism/250228/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/photoprism/250228/docker-compose.yml b/apps/photoprism/250228/docker-compose.yml index 178b11716..85e05b90a 100644 --- a/apps/photoprism/250228/docker-compose.yml +++ b/apps/photoprism/250228/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: photoprism: - image: photoprism/photoprism:250228 + image: photoprism/photoprism:250321 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From e78fa4eb8e131d79248a9c2d2fb985c71d49535d Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 21 Mar 2025 16:12:28 +0000 Subject: [PATCH 007/198] Update app version [skip ci] --- apps/certimate/{0.3.4 => 0.3.5}/data.yml | 0 apps/certimate/{0.3.4 => 0.3.5}/docker-compose.yml | 0 apps/certimate/{0.3.4 => 0.3.5}/envs/default.env | 0 apps/certimate/{0.3.4 => 0.3.5}/envs/global.env | 0 apps/certimate/{0.3.4 => 0.3.5}/scripts/init.sh | 0 apps/certimate/{0.3.4 => 0.3.5}/scripts/uninstall.sh | 0 apps/certimate/{0.3.4 => 0.3.5}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/certimate/{0.3.4 => 0.3.5}/data.yml (100%) rename apps/certimate/{0.3.4 => 0.3.5}/docker-compose.yml (100%) rename apps/certimate/{0.3.4 => 0.3.5}/envs/default.env (100%) rename apps/certimate/{0.3.4 => 0.3.5}/envs/global.env (100%) rename apps/certimate/{0.3.4 => 0.3.5}/scripts/init.sh (100%) rename apps/certimate/{0.3.4 => 0.3.5}/scripts/uninstall.sh (100%) rename apps/certimate/{0.3.4 => 0.3.5}/scripts/upgrade.sh (100%) diff --git a/apps/certimate/0.3.4/data.yml b/apps/certimate/0.3.5/data.yml similarity index 100% rename from apps/certimate/0.3.4/data.yml rename to apps/certimate/0.3.5/data.yml diff --git a/apps/certimate/0.3.4/docker-compose.yml b/apps/certimate/0.3.5/docker-compose.yml similarity index 100% rename from apps/certimate/0.3.4/docker-compose.yml rename to apps/certimate/0.3.5/docker-compose.yml diff --git a/apps/certimate/0.3.4/envs/default.env b/apps/certimate/0.3.5/envs/default.env similarity index 100% rename from apps/certimate/0.3.4/envs/default.env rename to apps/certimate/0.3.5/envs/default.env diff --git a/apps/certimate/0.3.4/envs/global.env b/apps/certimate/0.3.5/envs/global.env similarity index 100% rename from apps/certimate/0.3.4/envs/global.env rename to apps/certimate/0.3.5/envs/global.env diff --git a/apps/certimate/0.3.4/scripts/init.sh b/apps/certimate/0.3.5/scripts/init.sh similarity index 100% rename from apps/certimate/0.3.4/scripts/init.sh rename to apps/certimate/0.3.5/scripts/init.sh diff --git a/apps/certimate/0.3.4/scripts/uninstall.sh b/apps/certimate/0.3.5/scripts/uninstall.sh similarity index 100% rename from apps/certimate/0.3.4/scripts/uninstall.sh rename to apps/certimate/0.3.5/scripts/uninstall.sh diff --git a/apps/certimate/0.3.4/scripts/upgrade.sh b/apps/certimate/0.3.5/scripts/upgrade.sh similarity index 100% rename from apps/certimate/0.3.4/scripts/upgrade.sh rename to apps/certimate/0.3.5/scripts/upgrade.sh From f6443b4d3f9c216d52de37745b13a11c103a047b Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 21 Mar 2025 16:12:34 +0000 Subject: [PATCH 008/198] Update app version [skip ci] --- apps/photoprism/{250228 => 250321}/data.yml | 0 apps/photoprism/{250228 => 250321}/docker-compose.yml | 0 apps/photoprism/{250228 => 250321}/envs/default.env | 0 apps/photoprism/{250228 => 250321}/envs/global.env | 0 apps/photoprism/{250228 => 250321}/envs/photoprism.env | 0 apps/photoprism/{250228 => 250321}/scripts/init.sh | 0 apps/photoprism/{250228 => 250321}/scripts/uninstall.sh | 0 apps/photoprism/{250228 => 250321}/scripts/upgrade.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename apps/photoprism/{250228 => 250321}/data.yml (100%) rename apps/photoprism/{250228 => 250321}/docker-compose.yml (100%) rename apps/photoprism/{250228 => 250321}/envs/default.env (100%) rename apps/photoprism/{250228 => 250321}/envs/global.env (100%) rename apps/photoprism/{250228 => 250321}/envs/photoprism.env (100%) rename apps/photoprism/{250228 => 250321}/scripts/init.sh (100%) rename apps/photoprism/{250228 => 250321}/scripts/uninstall.sh (100%) rename apps/photoprism/{250228 => 250321}/scripts/upgrade.sh (100%) diff --git a/apps/photoprism/250228/data.yml b/apps/photoprism/250321/data.yml similarity index 100% rename from apps/photoprism/250228/data.yml rename to apps/photoprism/250321/data.yml diff --git a/apps/photoprism/250228/docker-compose.yml b/apps/photoprism/250321/docker-compose.yml similarity index 100% rename from apps/photoprism/250228/docker-compose.yml rename to apps/photoprism/250321/docker-compose.yml diff --git a/apps/photoprism/250228/envs/default.env b/apps/photoprism/250321/envs/default.env similarity index 100% rename from apps/photoprism/250228/envs/default.env rename to apps/photoprism/250321/envs/default.env diff --git a/apps/photoprism/250228/envs/global.env b/apps/photoprism/250321/envs/global.env similarity index 100% rename from apps/photoprism/250228/envs/global.env rename to apps/photoprism/250321/envs/global.env diff --git a/apps/photoprism/250228/envs/photoprism.env b/apps/photoprism/250321/envs/photoprism.env similarity index 100% rename from apps/photoprism/250228/envs/photoprism.env rename to apps/photoprism/250321/envs/photoprism.env diff --git a/apps/photoprism/250228/scripts/init.sh b/apps/photoprism/250321/scripts/init.sh similarity index 100% rename from apps/photoprism/250228/scripts/init.sh rename to apps/photoprism/250321/scripts/init.sh diff --git a/apps/photoprism/250228/scripts/uninstall.sh b/apps/photoprism/250321/scripts/uninstall.sh similarity index 100% rename from apps/photoprism/250228/scripts/uninstall.sh rename to apps/photoprism/250321/scripts/uninstall.sh diff --git a/apps/photoprism/250228/scripts/upgrade.sh b/apps/photoprism/250321/scripts/upgrade.sh similarity index 100% rename from apps/photoprism/250228/scripts/upgrade.sh rename to apps/photoprism/250321/scripts/upgrade.sh From d200f44cc0c7e8279c957ea8e02627df69e5dba5 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Sat, 22 Mar 2025 06:26:21 +0000 Subject: [PATCH 009/198] Processed apps directory via GitHub Actions --- appstore/certimate/{0.3.4 => 0.3.5}/.env | 0 appstore/certimate/{0.3.4 => 0.3.5}/data.yml | 0 appstore/certimate/{0.3.4 => 0.3.5}/docker-compose.yml | 2 +- appstore/certimate/{0.3.4 => 0.3.5}/envs/default.env | 0 appstore/certimate/{0.3.4 => 0.3.5}/envs/global.env | 0 appstore/certimate/{0.3.4 => 0.3.5}/scripts/init.sh | 0 appstore/certimate/{0.3.4 => 0.3.5}/scripts/uninstall.sh | 0 appstore/certimate/{0.3.4 => 0.3.5}/scripts/upgrade.sh | 0 appstore/dpanel-lite/{1.6.1 => 1.6.2}/.env | 0 appstore/dpanel-lite/{1.6.1 => 1.6.2}/data.yml | 0 appstore/dpanel-lite/{1.6.1 => 1.6.2}/docker-compose.yml | 2 +- appstore/dpanel-lite/{1.6.1 => 1.6.2}/envs/default.env | 0 appstore/dpanel-lite/{1.6.1 => 1.6.2}/envs/global.env | 0 appstore/dpanel-lite/{1.6.1 => 1.6.2}/scripts/init.sh | 0 appstore/dpanel-lite/{1.6.1 => 1.6.2}/scripts/uninstall.sh | 0 appstore/dpanel-lite/{1.6.1 => 1.6.2}/scripts/upgrade.sh | 0 appstore/dpanel/{1.6.1 => 1.6.2}/.env | 0 appstore/dpanel/{1.6.1 => 1.6.2}/data.yml | 0 appstore/dpanel/{1.6.1 => 1.6.2}/docker-compose.yml | 2 +- appstore/dpanel/{1.6.1 => 1.6.2}/envs/default.env | 0 appstore/dpanel/{1.6.1 => 1.6.2}/envs/global.env | 0 appstore/dpanel/{1.6.1 => 1.6.2}/scripts/init.sh | 0 appstore/dpanel/{1.6.1 => 1.6.2}/scripts/uninstall.sh | 0 appstore/dpanel/{1.6.1 => 1.6.2}/scripts/upgrade.sh | 0 appstore/photoprism/{250228 => 250321}/.env | 0 appstore/photoprism/{250228 => 250321}/data.yml | 0 appstore/photoprism/{250228 => 250321}/docker-compose.yml | 2 +- appstore/photoprism/{250228 => 250321}/envs/default.env | 0 appstore/photoprism/{250228 => 250321}/envs/global.env | 0 appstore/photoprism/{250228 => 250321}/envs/photoprism.env | 0 appstore/photoprism/{250228 => 250321}/scripts/init.sh | 0 appstore/photoprism/{250228 => 250321}/scripts/uninstall.sh | 0 appstore/photoprism/{250228 => 250321}/scripts/upgrade.sh | 0 dockge/certimate/docker-compose.yml | 2 +- dockge/dpanel-lite/docker-compose.yml | 2 +- dockge/dpanel/docker-compose.yml | 2 +- dockge/photoprism/docker-compose.yml | 2 +- 37 files changed, 8 insertions(+), 8 deletions(-) rename appstore/certimate/{0.3.4 => 0.3.5}/.env (100%) rename appstore/certimate/{0.3.4 => 0.3.5}/data.yml (100%) rename appstore/certimate/{0.3.4 => 0.3.5}/docker-compose.yml (90%) rename appstore/certimate/{0.3.4 => 0.3.5}/envs/default.env (100%) rename appstore/certimate/{0.3.4 => 0.3.5}/envs/global.env (100%) rename appstore/certimate/{0.3.4 => 0.3.5}/scripts/init.sh (100%) rename appstore/certimate/{0.3.4 => 0.3.5}/scripts/uninstall.sh (100%) rename appstore/certimate/{0.3.4 => 0.3.5}/scripts/upgrade.sh (100%) rename appstore/dpanel-lite/{1.6.1 => 1.6.2}/.env (100%) rename appstore/dpanel-lite/{1.6.1 => 1.6.2}/data.yml (100%) rename appstore/dpanel-lite/{1.6.1 => 1.6.2}/docker-compose.yml (93%) rename appstore/dpanel-lite/{1.6.1 => 1.6.2}/envs/default.env (100%) rename appstore/dpanel-lite/{1.6.1 => 1.6.2}/envs/global.env (100%) rename appstore/dpanel-lite/{1.6.1 => 1.6.2}/scripts/init.sh (100%) rename appstore/dpanel-lite/{1.6.1 => 1.6.2}/scripts/uninstall.sh (100%) rename appstore/dpanel-lite/{1.6.1 => 1.6.2}/scripts/upgrade.sh (100%) rename appstore/dpanel/{1.6.1 => 1.6.2}/.env (100%) rename appstore/dpanel/{1.6.1 => 1.6.2}/data.yml (100%) rename appstore/dpanel/{1.6.1 => 1.6.2}/docker-compose.yml (94%) rename appstore/dpanel/{1.6.1 => 1.6.2}/envs/default.env (100%) rename appstore/dpanel/{1.6.1 => 1.6.2}/envs/global.env (100%) rename appstore/dpanel/{1.6.1 => 1.6.2}/scripts/init.sh (100%) rename appstore/dpanel/{1.6.1 => 1.6.2}/scripts/uninstall.sh (100%) rename appstore/dpanel/{1.6.1 => 1.6.2}/scripts/upgrade.sh (100%) rename appstore/photoprism/{250228 => 250321}/.env (100%) rename appstore/photoprism/{250228 => 250321}/data.yml (100%) rename appstore/photoprism/{250228 => 250321}/docker-compose.yml (96%) rename appstore/photoprism/{250228 => 250321}/envs/default.env (100%) rename appstore/photoprism/{250228 => 250321}/envs/global.env (100%) rename appstore/photoprism/{250228 => 250321}/envs/photoprism.env (100%) rename appstore/photoprism/{250228 => 250321}/scripts/init.sh (100%) rename appstore/photoprism/{250228 => 250321}/scripts/uninstall.sh (100%) rename appstore/photoprism/{250228 => 250321}/scripts/upgrade.sh (100%) diff --git a/appstore/certimate/0.3.4/.env b/appstore/certimate/0.3.5/.env similarity index 100% rename from appstore/certimate/0.3.4/.env rename to appstore/certimate/0.3.5/.env diff --git a/appstore/certimate/0.3.4/data.yml b/appstore/certimate/0.3.5/data.yml similarity index 100% rename from appstore/certimate/0.3.4/data.yml rename to appstore/certimate/0.3.5/data.yml diff --git a/appstore/certimate/0.3.4/docker-compose.yml b/appstore/certimate/0.3.5/docker-compose.yml similarity index 90% rename from appstore/certimate/0.3.4/docker-compose.yml rename to appstore/certimate/0.3.5/docker-compose.yml index d79662675..8f2531437 100644 --- a/appstore/certimate/0.3.4/docker-compose.yml +++ b/appstore/certimate/0.3.5/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: usual2970/certimate:v0.3.4 + image: usual2970/certimate:v0.3.5 labels: createdBy: Apps networks: diff --git a/appstore/certimate/0.3.4/envs/default.env b/appstore/certimate/0.3.5/envs/default.env similarity index 100% rename from appstore/certimate/0.3.4/envs/default.env rename to appstore/certimate/0.3.5/envs/default.env diff --git a/appstore/certimate/0.3.4/envs/global.env b/appstore/certimate/0.3.5/envs/global.env similarity index 100% rename from appstore/certimate/0.3.4/envs/global.env rename to appstore/certimate/0.3.5/envs/global.env diff --git a/appstore/certimate/0.3.4/scripts/init.sh b/appstore/certimate/0.3.5/scripts/init.sh similarity index 100% rename from appstore/certimate/0.3.4/scripts/init.sh rename to appstore/certimate/0.3.5/scripts/init.sh diff --git a/appstore/certimate/0.3.4/scripts/uninstall.sh b/appstore/certimate/0.3.5/scripts/uninstall.sh similarity index 100% rename from appstore/certimate/0.3.4/scripts/uninstall.sh rename to appstore/certimate/0.3.5/scripts/uninstall.sh diff --git a/appstore/certimate/0.3.4/scripts/upgrade.sh b/appstore/certimate/0.3.5/scripts/upgrade.sh similarity index 100% rename from appstore/certimate/0.3.4/scripts/upgrade.sh rename to appstore/certimate/0.3.5/scripts/upgrade.sh diff --git a/appstore/dpanel-lite/1.6.1/.env b/appstore/dpanel-lite/1.6.2/.env similarity index 100% rename from appstore/dpanel-lite/1.6.1/.env rename to appstore/dpanel-lite/1.6.2/.env diff --git a/appstore/dpanel-lite/1.6.1/data.yml b/appstore/dpanel-lite/1.6.2/data.yml similarity index 100% rename from appstore/dpanel-lite/1.6.1/data.yml rename to appstore/dpanel-lite/1.6.2/data.yml diff --git a/appstore/dpanel-lite/1.6.1/docker-compose.yml b/appstore/dpanel-lite/1.6.2/docker-compose.yml similarity index 93% rename from appstore/dpanel-lite/1.6.1/docker-compose.yml rename to appstore/dpanel-lite/1.6.2/docker-compose.yml index e64e7db9d..0145482cf 100644 --- a/appstore/dpanel-lite/1.6.1/docker-compose.yml +++ b/appstore/dpanel-lite/1.6.2/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - APP_NAME=${CONTAINER_NAME} - HTTPS_PROXY=${HTTP_PROXY} - image: dpanel/dpanel:1.6.1-lite + image: dpanel/dpanel:1.6.2-lite labels: createdBy: Apps networks: diff --git a/appstore/dpanel-lite/1.6.1/envs/default.env b/appstore/dpanel-lite/1.6.2/envs/default.env similarity index 100% rename from appstore/dpanel-lite/1.6.1/envs/default.env rename to appstore/dpanel-lite/1.6.2/envs/default.env diff --git a/appstore/dpanel-lite/1.6.1/envs/global.env b/appstore/dpanel-lite/1.6.2/envs/global.env similarity index 100% rename from appstore/dpanel-lite/1.6.1/envs/global.env rename to appstore/dpanel-lite/1.6.2/envs/global.env diff --git a/appstore/dpanel-lite/1.6.1/scripts/init.sh b/appstore/dpanel-lite/1.6.2/scripts/init.sh similarity index 100% rename from appstore/dpanel-lite/1.6.1/scripts/init.sh rename to appstore/dpanel-lite/1.6.2/scripts/init.sh diff --git a/appstore/dpanel-lite/1.6.1/scripts/uninstall.sh b/appstore/dpanel-lite/1.6.2/scripts/uninstall.sh similarity index 100% rename from appstore/dpanel-lite/1.6.1/scripts/uninstall.sh rename to appstore/dpanel-lite/1.6.2/scripts/uninstall.sh diff --git a/appstore/dpanel-lite/1.6.1/scripts/upgrade.sh b/appstore/dpanel-lite/1.6.2/scripts/upgrade.sh similarity index 100% rename from appstore/dpanel-lite/1.6.1/scripts/upgrade.sh rename to appstore/dpanel-lite/1.6.2/scripts/upgrade.sh diff --git a/appstore/dpanel/1.6.1/.env b/appstore/dpanel/1.6.2/.env similarity index 100% rename from appstore/dpanel/1.6.1/.env rename to appstore/dpanel/1.6.2/.env diff --git a/appstore/dpanel/1.6.1/data.yml b/appstore/dpanel/1.6.2/data.yml similarity index 100% rename from appstore/dpanel/1.6.1/data.yml rename to appstore/dpanel/1.6.2/data.yml diff --git a/appstore/dpanel/1.6.1/docker-compose.yml b/appstore/dpanel/1.6.2/docker-compose.yml similarity index 94% rename from appstore/dpanel/1.6.1/docker-compose.yml rename to appstore/dpanel/1.6.2/docker-compose.yml index 043db822a..3fb9614cc 100644 --- a/appstore/dpanel/1.6.1/docker-compose.yml +++ b/appstore/dpanel/1.6.2/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - APP_NAME=${CONTAINER_NAME} - HTTPS_PROXY=${HTTP_PROXY} - image: dpanel/dpanel:1.6.1 + image: dpanel/dpanel:1.6.2 labels: createdBy: Apps networks: diff --git a/appstore/dpanel/1.6.1/envs/default.env b/appstore/dpanel/1.6.2/envs/default.env similarity index 100% rename from appstore/dpanel/1.6.1/envs/default.env rename to appstore/dpanel/1.6.2/envs/default.env diff --git a/appstore/dpanel/1.6.1/envs/global.env b/appstore/dpanel/1.6.2/envs/global.env similarity index 100% rename from appstore/dpanel/1.6.1/envs/global.env rename to appstore/dpanel/1.6.2/envs/global.env diff --git a/appstore/dpanel/1.6.1/scripts/init.sh b/appstore/dpanel/1.6.2/scripts/init.sh similarity index 100% rename from appstore/dpanel/1.6.1/scripts/init.sh rename to appstore/dpanel/1.6.2/scripts/init.sh diff --git a/appstore/dpanel/1.6.1/scripts/uninstall.sh b/appstore/dpanel/1.6.2/scripts/uninstall.sh similarity index 100% rename from appstore/dpanel/1.6.1/scripts/uninstall.sh rename to appstore/dpanel/1.6.2/scripts/uninstall.sh diff --git a/appstore/dpanel/1.6.1/scripts/upgrade.sh b/appstore/dpanel/1.6.2/scripts/upgrade.sh similarity index 100% rename from appstore/dpanel/1.6.1/scripts/upgrade.sh rename to appstore/dpanel/1.6.2/scripts/upgrade.sh diff --git a/appstore/photoprism/250228/.env b/appstore/photoprism/250321/.env similarity index 100% rename from appstore/photoprism/250228/.env rename to appstore/photoprism/250321/.env diff --git a/appstore/photoprism/250228/data.yml b/appstore/photoprism/250321/data.yml similarity index 100% rename from appstore/photoprism/250228/data.yml rename to appstore/photoprism/250321/data.yml diff --git a/appstore/photoprism/250228/docker-compose.yml b/appstore/photoprism/250321/docker-compose.yml similarity index 96% rename from appstore/photoprism/250228/docker-compose.yml rename to appstore/photoprism/250321/docker-compose.yml index 33a9777ea..7fd3e482e 100644 --- a/appstore/photoprism/250228/docker-compose.yml +++ b/appstore/photoprism/250321/docker-compose.yml @@ -17,7 +17,7 @@ services: PHOTOPRISM_PASSWORD_LENGTH: 8 PHOTOPRISM_UID: 0 PHOTOPRISM_UMASK: 18 - image: photoprism/photoprism:250228 + image: photoprism/photoprism:250321 labels: createdBy: Apps networks: diff --git a/appstore/photoprism/250228/envs/default.env b/appstore/photoprism/250321/envs/default.env similarity index 100% rename from appstore/photoprism/250228/envs/default.env rename to appstore/photoprism/250321/envs/default.env diff --git a/appstore/photoprism/250228/envs/global.env b/appstore/photoprism/250321/envs/global.env similarity index 100% rename from appstore/photoprism/250228/envs/global.env rename to appstore/photoprism/250321/envs/global.env diff --git a/appstore/photoprism/250228/envs/photoprism.env b/appstore/photoprism/250321/envs/photoprism.env similarity index 100% rename from appstore/photoprism/250228/envs/photoprism.env rename to appstore/photoprism/250321/envs/photoprism.env diff --git a/appstore/photoprism/250228/scripts/init.sh b/appstore/photoprism/250321/scripts/init.sh similarity index 100% rename from appstore/photoprism/250228/scripts/init.sh rename to appstore/photoprism/250321/scripts/init.sh diff --git a/appstore/photoprism/250228/scripts/uninstall.sh b/appstore/photoprism/250321/scripts/uninstall.sh similarity index 100% rename from appstore/photoprism/250228/scripts/uninstall.sh rename to appstore/photoprism/250321/scripts/uninstall.sh diff --git a/appstore/photoprism/250228/scripts/upgrade.sh b/appstore/photoprism/250321/scripts/upgrade.sh similarity index 100% rename from appstore/photoprism/250228/scripts/upgrade.sh rename to appstore/photoprism/250321/scripts/upgrade.sh diff --git a/dockge/certimate/docker-compose.yml b/dockge/certimate/docker-compose.yml index d79662675..8f2531437 100644 --- a/dockge/certimate/docker-compose.yml +++ b/dockge/certimate/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: usual2970/certimate:v0.3.4 + image: usual2970/certimate:v0.3.5 labels: createdBy: Apps networks: diff --git a/dockge/dpanel-lite/docker-compose.yml b/dockge/dpanel-lite/docker-compose.yml index e64e7db9d..0145482cf 100644 --- a/dockge/dpanel-lite/docker-compose.yml +++ b/dockge/dpanel-lite/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - APP_NAME=${CONTAINER_NAME} - HTTPS_PROXY=${HTTP_PROXY} - image: dpanel/dpanel:1.6.1-lite + image: dpanel/dpanel:1.6.2-lite labels: createdBy: Apps networks: diff --git a/dockge/dpanel/docker-compose.yml b/dockge/dpanel/docker-compose.yml index 043db822a..3fb9614cc 100644 --- a/dockge/dpanel/docker-compose.yml +++ b/dockge/dpanel/docker-compose.yml @@ -10,7 +10,7 @@ services: environment: - APP_NAME=${CONTAINER_NAME} - HTTPS_PROXY=${HTTP_PROXY} - image: dpanel/dpanel:1.6.1 + image: dpanel/dpanel:1.6.2 labels: createdBy: Apps networks: diff --git a/dockge/photoprism/docker-compose.yml b/dockge/photoprism/docker-compose.yml index 33a9777ea..7fd3e482e 100644 --- a/dockge/photoprism/docker-compose.yml +++ b/dockge/photoprism/docker-compose.yml @@ -17,7 +17,7 @@ services: PHOTOPRISM_PASSWORD_LENGTH: 8 PHOTOPRISM_UID: 0 PHOTOPRISM_UMASK: 18 - image: photoprism/photoprism:250228 + image: photoprism/photoprism:250321 labels: createdBy: Apps networks: From fda0b204a4be9d3afa757b7504a1e369806bc0c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 09:31:14 +0000 Subject: [PATCH 010/198] Update nocodb/nocodb Docker tag to v0.262.4 --- apps/nocodb/0.262.3/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nocodb/0.262.3/docker-compose.yml b/apps/nocodb/0.262.3/docker-compose.yml index 9f3e3e59a..14720f5e5 100644 --- a/apps/nocodb/0.262.3/docker-compose.yml +++ b/apps/nocodb/0.262.3/docker-compose.yml @@ -3,7 +3,7 @@ networks: external: true services: nocodb: - image: nocodb/nocodb:0.262.3 + image: nocodb/nocodb:0.262.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 2cfbb1e0ea817ad194dabdd653cfc62203d4c9f4 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 22 Mar 2025 09:31:27 +0000 Subject: [PATCH 011/198] Update app version [skip ci] --- apps/nocodb/{0.262.3 => 0.262.4}/data.yml | 0 apps/nocodb/{0.262.3 => 0.262.4}/docker-compose.yml | 0 apps/nocodb/{0.262.3 => 0.262.4}/envs/default.env | 0 apps/nocodb/{0.262.3 => 0.262.4}/envs/global.env | 0 apps/nocodb/{0.262.3 => 0.262.4}/scripts/init.sh | 0 apps/nocodb/{0.262.3 => 0.262.4}/scripts/uninstall.sh | 0 apps/nocodb/{0.262.3 => 0.262.4}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/nocodb/{0.262.3 => 0.262.4}/data.yml (100%) rename apps/nocodb/{0.262.3 => 0.262.4}/docker-compose.yml (100%) rename apps/nocodb/{0.262.3 => 0.262.4}/envs/default.env (100%) rename apps/nocodb/{0.262.3 => 0.262.4}/envs/global.env (100%) rename apps/nocodb/{0.262.3 => 0.262.4}/scripts/init.sh (100%) rename apps/nocodb/{0.262.3 => 0.262.4}/scripts/uninstall.sh (100%) rename apps/nocodb/{0.262.3 => 0.262.4}/scripts/upgrade.sh (100%) diff --git a/apps/nocodb/0.262.3/data.yml b/apps/nocodb/0.262.4/data.yml similarity index 100% rename from apps/nocodb/0.262.3/data.yml rename to apps/nocodb/0.262.4/data.yml diff --git a/apps/nocodb/0.262.3/docker-compose.yml b/apps/nocodb/0.262.4/docker-compose.yml similarity index 100% rename from apps/nocodb/0.262.3/docker-compose.yml rename to apps/nocodb/0.262.4/docker-compose.yml diff --git a/apps/nocodb/0.262.3/envs/default.env b/apps/nocodb/0.262.4/envs/default.env similarity index 100% rename from apps/nocodb/0.262.3/envs/default.env rename to apps/nocodb/0.262.4/envs/default.env diff --git a/apps/nocodb/0.262.3/envs/global.env b/apps/nocodb/0.262.4/envs/global.env similarity index 100% rename from apps/nocodb/0.262.3/envs/global.env rename to apps/nocodb/0.262.4/envs/global.env diff --git a/apps/nocodb/0.262.3/scripts/init.sh b/apps/nocodb/0.262.4/scripts/init.sh similarity index 100% rename from apps/nocodb/0.262.3/scripts/init.sh rename to apps/nocodb/0.262.4/scripts/init.sh diff --git a/apps/nocodb/0.262.3/scripts/uninstall.sh b/apps/nocodb/0.262.4/scripts/uninstall.sh similarity index 100% rename from apps/nocodb/0.262.3/scripts/uninstall.sh rename to apps/nocodb/0.262.4/scripts/uninstall.sh diff --git a/apps/nocodb/0.262.3/scripts/upgrade.sh b/apps/nocodb/0.262.4/scripts/upgrade.sh similarity index 100% rename from apps/nocodb/0.262.3/scripts/upgrade.sh rename to apps/nocodb/0.262.4/scripts/upgrade.sh From b2404f597a473923e20ba76ac9970c7f2534b582 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 13:52:34 +0000 Subject: [PATCH 012/198] Update diygod/rsshub Docker tag to v2025-03-22 --- apps/rsshub/2025-03-20/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rsshub/2025-03-20/docker-compose.yml b/apps/rsshub/2025-03-20/docker-compose.yml index d23d8f010..e80843d48 100644 --- a/apps/rsshub/2025-03-20/docker-compose.yml +++ b/apps/rsshub/2025-03-20/docker-compose.yml @@ -23,7 +23,7 @@ services: timeout: 10s retries: 3 rsshub: - image: diygod/rsshub:2025-03-20 + image: diygod/rsshub:2025-03-22 container_name: rsshub-${CONTAINER_NAME} depends_on: - browserless From d18f1b8aa59282ff99ba3a4f397d97793f0d2218 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 22 Mar 2025 13:52:47 +0000 Subject: [PATCH 013/198] Update app version [skip ci] --- apps/rsshub/{2025-03-20 => 2025-03-22}/data.yml | 0 apps/rsshub/{2025-03-20 => 2025-03-22}/docker-compose.yml | 0 apps/rsshub/{2025-03-20 => 2025-03-22}/envs/default.env | 0 apps/rsshub/{2025-03-20 => 2025-03-22}/envs/global.env | 0 apps/rsshub/{2025-03-20 => 2025-03-22}/scripts/init.sh | 0 apps/rsshub/{2025-03-20 => 2025-03-22}/scripts/uninstall.sh | 0 apps/rsshub/{2025-03-20 => 2025-03-22}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/rsshub/{2025-03-20 => 2025-03-22}/data.yml (100%) rename apps/rsshub/{2025-03-20 => 2025-03-22}/docker-compose.yml (100%) rename apps/rsshub/{2025-03-20 => 2025-03-22}/envs/default.env (100%) rename apps/rsshub/{2025-03-20 => 2025-03-22}/envs/global.env (100%) rename apps/rsshub/{2025-03-20 => 2025-03-22}/scripts/init.sh (100%) rename apps/rsshub/{2025-03-20 => 2025-03-22}/scripts/uninstall.sh (100%) rename apps/rsshub/{2025-03-20 => 2025-03-22}/scripts/upgrade.sh (100%) diff --git a/apps/rsshub/2025-03-20/data.yml b/apps/rsshub/2025-03-22/data.yml similarity index 100% rename from apps/rsshub/2025-03-20/data.yml rename to apps/rsshub/2025-03-22/data.yml diff --git a/apps/rsshub/2025-03-20/docker-compose.yml b/apps/rsshub/2025-03-22/docker-compose.yml similarity index 100% rename from apps/rsshub/2025-03-20/docker-compose.yml rename to apps/rsshub/2025-03-22/docker-compose.yml diff --git a/apps/rsshub/2025-03-20/envs/default.env b/apps/rsshub/2025-03-22/envs/default.env similarity index 100% rename from apps/rsshub/2025-03-20/envs/default.env rename to apps/rsshub/2025-03-22/envs/default.env diff --git a/apps/rsshub/2025-03-20/envs/global.env b/apps/rsshub/2025-03-22/envs/global.env similarity index 100% rename from apps/rsshub/2025-03-20/envs/global.env rename to apps/rsshub/2025-03-22/envs/global.env diff --git a/apps/rsshub/2025-03-20/scripts/init.sh b/apps/rsshub/2025-03-22/scripts/init.sh similarity index 100% rename from apps/rsshub/2025-03-20/scripts/init.sh rename to apps/rsshub/2025-03-22/scripts/init.sh diff --git a/apps/rsshub/2025-03-20/scripts/uninstall.sh b/apps/rsshub/2025-03-22/scripts/uninstall.sh similarity index 100% rename from apps/rsshub/2025-03-20/scripts/uninstall.sh rename to apps/rsshub/2025-03-22/scripts/uninstall.sh diff --git a/apps/rsshub/2025-03-20/scripts/upgrade.sh b/apps/rsshub/2025-03-22/scripts/upgrade.sh similarity index 100% rename from apps/rsshub/2025-03-20/scripts/upgrade.sh rename to apps/rsshub/2025-03-22/scripts/upgrade.sh From de3898fd5df41089e7e612c15cc5b6979cb70872 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 18:14:31 +0000 Subject: [PATCH 014/198] Update halohub/halo Docker tag to v2.20.18 --- apps/halo-h2/2.20.17/docker-compose.yml | 2 +- apps/halo/2.20.17/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/halo-h2/2.20.17/docker-compose.yml b/apps/halo-h2/2.20.17/docker-compose.yml index 80abc74f4..59df2771e 100644 --- a/apps/halo-h2/2.20.17/docker-compose.yml +++ b/apps/halo-h2/2.20.17/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: halo: - image: halohub/halo:2.20.17 + image: halohub/halo:2.20.18 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/halo/2.20.17/docker-compose.yml b/apps/halo/2.20.17/docker-compose.yml index 121b90577..31d108e17 100644 --- a/apps/halo/2.20.17/docker-compose.yml +++ b/apps/halo/2.20.17/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: halo: - image: halohub/halo:2.20.17 + image: halohub/halo:2.20.18 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From ee20bcb85fa2e24a83c300ee1c921d18418f6682 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 22 Mar 2025 18:14:43 +0000 Subject: [PATCH 015/198] Update app version [skip ci] --- apps/halo-h2/{2.20.17 => 2.20.18}/data.yml | 0 apps/halo-h2/{2.20.17 => 2.20.18}/docker-compose.yml | 0 apps/halo-h2/{2.20.17 => 2.20.18}/envs/default.env | 0 apps/halo-h2/{2.20.17 => 2.20.18}/envs/global.env | 0 apps/halo-h2/{2.20.17 => 2.20.18}/scripts/init.sh | 0 apps/halo-h2/{2.20.17 => 2.20.18}/scripts/uninstall.sh | 0 apps/halo-h2/{2.20.17 => 2.20.18}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/halo-h2/{2.20.17 => 2.20.18}/data.yml (100%) rename apps/halo-h2/{2.20.17 => 2.20.18}/docker-compose.yml (100%) rename apps/halo-h2/{2.20.17 => 2.20.18}/envs/default.env (100%) rename apps/halo-h2/{2.20.17 => 2.20.18}/envs/global.env (100%) rename apps/halo-h2/{2.20.17 => 2.20.18}/scripts/init.sh (100%) rename apps/halo-h2/{2.20.17 => 2.20.18}/scripts/uninstall.sh (100%) rename apps/halo-h2/{2.20.17 => 2.20.18}/scripts/upgrade.sh (100%) diff --git a/apps/halo-h2/2.20.17/data.yml b/apps/halo-h2/2.20.18/data.yml similarity index 100% rename from apps/halo-h2/2.20.17/data.yml rename to apps/halo-h2/2.20.18/data.yml diff --git a/apps/halo-h2/2.20.17/docker-compose.yml b/apps/halo-h2/2.20.18/docker-compose.yml similarity index 100% rename from apps/halo-h2/2.20.17/docker-compose.yml rename to apps/halo-h2/2.20.18/docker-compose.yml diff --git a/apps/halo-h2/2.20.17/envs/default.env b/apps/halo-h2/2.20.18/envs/default.env similarity index 100% rename from apps/halo-h2/2.20.17/envs/default.env rename to apps/halo-h2/2.20.18/envs/default.env diff --git a/apps/halo-h2/2.20.17/envs/global.env b/apps/halo-h2/2.20.18/envs/global.env similarity index 100% rename from apps/halo-h2/2.20.17/envs/global.env rename to apps/halo-h2/2.20.18/envs/global.env diff --git a/apps/halo-h2/2.20.17/scripts/init.sh b/apps/halo-h2/2.20.18/scripts/init.sh similarity index 100% rename from apps/halo-h2/2.20.17/scripts/init.sh rename to apps/halo-h2/2.20.18/scripts/init.sh diff --git a/apps/halo-h2/2.20.17/scripts/uninstall.sh b/apps/halo-h2/2.20.18/scripts/uninstall.sh similarity index 100% rename from apps/halo-h2/2.20.17/scripts/uninstall.sh rename to apps/halo-h2/2.20.18/scripts/uninstall.sh diff --git a/apps/halo-h2/2.20.17/scripts/upgrade.sh b/apps/halo-h2/2.20.18/scripts/upgrade.sh similarity index 100% rename from apps/halo-h2/2.20.17/scripts/upgrade.sh rename to apps/halo-h2/2.20.18/scripts/upgrade.sh From 6bfa92ca4b377290b5f8489366eefa8b212c6176 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 22 Mar 2025 18:14:43 +0000 Subject: [PATCH 016/198] Update app version [skip ci] --- apps/halo/{2.20.17 => 2.20.18}/data.yml | 0 apps/halo/{2.20.17 => 2.20.18}/docker-compose.yml | 0 apps/halo/{2.20.17 => 2.20.18}/envs/default.env | 0 apps/halo/{2.20.17 => 2.20.18}/envs/global.env | 0 apps/halo/{2.20.17 => 2.20.18}/scripts/init.sh | 0 apps/halo/{2.20.17 => 2.20.18}/scripts/uninstall.sh | 0 apps/halo/{2.20.17 => 2.20.18}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/halo/{2.20.17 => 2.20.18}/data.yml (100%) rename apps/halo/{2.20.17 => 2.20.18}/docker-compose.yml (100%) rename apps/halo/{2.20.17 => 2.20.18}/envs/default.env (100%) rename apps/halo/{2.20.17 => 2.20.18}/envs/global.env (100%) rename apps/halo/{2.20.17 => 2.20.18}/scripts/init.sh (100%) rename apps/halo/{2.20.17 => 2.20.18}/scripts/uninstall.sh (100%) rename apps/halo/{2.20.17 => 2.20.18}/scripts/upgrade.sh (100%) diff --git a/apps/halo/2.20.17/data.yml b/apps/halo/2.20.18/data.yml similarity index 100% rename from apps/halo/2.20.17/data.yml rename to apps/halo/2.20.18/data.yml diff --git a/apps/halo/2.20.17/docker-compose.yml b/apps/halo/2.20.18/docker-compose.yml similarity index 100% rename from apps/halo/2.20.17/docker-compose.yml rename to apps/halo/2.20.18/docker-compose.yml diff --git a/apps/halo/2.20.17/envs/default.env b/apps/halo/2.20.18/envs/default.env similarity index 100% rename from apps/halo/2.20.17/envs/default.env rename to apps/halo/2.20.18/envs/default.env diff --git a/apps/halo/2.20.17/envs/global.env b/apps/halo/2.20.18/envs/global.env similarity index 100% rename from apps/halo/2.20.17/envs/global.env rename to apps/halo/2.20.18/envs/global.env diff --git a/apps/halo/2.20.17/scripts/init.sh b/apps/halo/2.20.18/scripts/init.sh similarity index 100% rename from apps/halo/2.20.17/scripts/init.sh rename to apps/halo/2.20.18/scripts/init.sh diff --git a/apps/halo/2.20.17/scripts/uninstall.sh b/apps/halo/2.20.18/scripts/uninstall.sh similarity index 100% rename from apps/halo/2.20.17/scripts/uninstall.sh rename to apps/halo/2.20.18/scripts/uninstall.sh diff --git a/apps/halo/2.20.17/scripts/upgrade.sh b/apps/halo/2.20.18/scripts/upgrade.sh similarity index 100% rename from apps/halo/2.20.17/scripts/upgrade.sh rename to apps/halo/2.20.18/scripts/upgrade.sh From 054f5c15c8cb7723da2d7fda564d77b228e7552b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 02:37:01 +0000 Subject: [PATCH 017/198] Update mailserver/docker-mailserver Docker tag to v15.0.1 --- apps/mailserver/15.0.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mailserver/15.0.0/docker-compose.yml b/apps/mailserver/15.0.0/docker-compose.yml index 4558c7381..68490570e 100644 --- a/apps/mailserver/15.0.0/docker-compose.yml +++ b/apps/mailserver/15.0.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: mailserver: - image: mailserver/docker-mailserver:15.0.0 + image: mailserver/docker-mailserver:15.0.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 193b464dfeac400fde20e725d2b70f901b1322c2 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 23 Mar 2025 02:37:12 +0000 Subject: [PATCH 018/198] Update app version [skip ci] --- apps/mailserver/{15.0.0 => 15.0.1}/data.yml | 0 apps/mailserver/{15.0.0 => 15.0.1}/docker-compose.yml | 0 apps/mailserver/{15.0.0 => 15.0.1}/envs/default.env | 0 apps/mailserver/{15.0.0 => 15.0.1}/envs/global.env | 0 apps/mailserver/{15.0.0 => 15.0.1}/envs/mailserver.env | 0 apps/mailserver/{15.0.0 => 15.0.1}/scripts/init.sh | 0 apps/mailserver/{15.0.0 => 15.0.1}/scripts/uninstall.sh | 0 apps/mailserver/{15.0.0 => 15.0.1}/scripts/upgrade.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename apps/mailserver/{15.0.0 => 15.0.1}/data.yml (100%) rename apps/mailserver/{15.0.0 => 15.0.1}/docker-compose.yml (100%) rename apps/mailserver/{15.0.0 => 15.0.1}/envs/default.env (100%) rename apps/mailserver/{15.0.0 => 15.0.1}/envs/global.env (100%) rename apps/mailserver/{15.0.0 => 15.0.1}/envs/mailserver.env (100%) rename apps/mailserver/{15.0.0 => 15.0.1}/scripts/init.sh (100%) rename apps/mailserver/{15.0.0 => 15.0.1}/scripts/uninstall.sh (100%) rename apps/mailserver/{15.0.0 => 15.0.1}/scripts/upgrade.sh (100%) diff --git a/apps/mailserver/15.0.0/data.yml b/apps/mailserver/15.0.1/data.yml similarity index 100% rename from apps/mailserver/15.0.0/data.yml rename to apps/mailserver/15.0.1/data.yml diff --git a/apps/mailserver/15.0.0/docker-compose.yml b/apps/mailserver/15.0.1/docker-compose.yml similarity index 100% rename from apps/mailserver/15.0.0/docker-compose.yml rename to apps/mailserver/15.0.1/docker-compose.yml diff --git a/apps/mailserver/15.0.0/envs/default.env b/apps/mailserver/15.0.1/envs/default.env similarity index 100% rename from apps/mailserver/15.0.0/envs/default.env rename to apps/mailserver/15.0.1/envs/default.env diff --git a/apps/mailserver/15.0.0/envs/global.env b/apps/mailserver/15.0.1/envs/global.env similarity index 100% rename from apps/mailserver/15.0.0/envs/global.env rename to apps/mailserver/15.0.1/envs/global.env diff --git a/apps/mailserver/15.0.0/envs/mailserver.env b/apps/mailserver/15.0.1/envs/mailserver.env similarity index 100% rename from apps/mailserver/15.0.0/envs/mailserver.env rename to apps/mailserver/15.0.1/envs/mailserver.env diff --git a/apps/mailserver/15.0.0/scripts/init.sh b/apps/mailserver/15.0.1/scripts/init.sh similarity index 100% rename from apps/mailserver/15.0.0/scripts/init.sh rename to apps/mailserver/15.0.1/scripts/init.sh diff --git a/apps/mailserver/15.0.0/scripts/uninstall.sh b/apps/mailserver/15.0.1/scripts/uninstall.sh similarity index 100% rename from apps/mailserver/15.0.0/scripts/uninstall.sh rename to apps/mailserver/15.0.1/scripts/uninstall.sh diff --git a/apps/mailserver/15.0.0/scripts/upgrade.sh b/apps/mailserver/15.0.1/scripts/upgrade.sh similarity index 100% rename from apps/mailserver/15.0.0/scripts/upgrade.sh rename to apps/mailserver/15.0.1/scripts/upgrade.sh From 2f1d27e346327c1696e95d6be041f2a370ecd14a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 05:58:00 +0000 Subject: [PATCH 019/198] Update 1dev/server Docker tag to v11.7.6 --- apps/onedev/11.7.5/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/onedev/11.7.5/docker-compose.yml b/apps/onedev/11.7.5/docker-compose.yml index 4246bdb9e..e35d96e6e 100644 --- a/apps/onedev/11.7.5/docker-compose.yml +++ b/apps/onedev/11.7.5/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: onedev: - image: 1dev/server:v11.7.5 + image: 1dev/server:11.7.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 4938157cf0e66826ec036ef1c7f44a9289c715e7 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 23 Mar 2025 05:58:11 +0000 Subject: [PATCH 020/198] Update app version [skip ci] --- apps/onedev/{11.7.5 => 11.7.6}/data.yml | 0 apps/onedev/{11.7.5 => 11.7.6}/docker-compose.yml | 0 apps/onedev/{11.7.5 => 11.7.6}/envs/default.env | 0 apps/onedev/{11.7.5 => 11.7.6}/envs/global.env | 0 apps/onedev/{11.7.5 => 11.7.6}/envs/onedev.env | 0 apps/onedev/{11.7.5 => 11.7.6}/scripts/init.sh | 0 apps/onedev/{11.7.5 => 11.7.6}/scripts/uninstall.sh | 0 apps/onedev/{11.7.5 => 11.7.6}/scripts/upgrade.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename apps/onedev/{11.7.5 => 11.7.6}/data.yml (100%) rename apps/onedev/{11.7.5 => 11.7.6}/docker-compose.yml (100%) rename apps/onedev/{11.7.5 => 11.7.6}/envs/default.env (100%) rename apps/onedev/{11.7.5 => 11.7.6}/envs/global.env (100%) rename apps/onedev/{11.7.5 => 11.7.6}/envs/onedev.env (100%) rename apps/onedev/{11.7.5 => 11.7.6}/scripts/init.sh (100%) rename apps/onedev/{11.7.5 => 11.7.6}/scripts/uninstall.sh (100%) rename apps/onedev/{11.7.5 => 11.7.6}/scripts/upgrade.sh (100%) diff --git a/apps/onedev/11.7.5/data.yml b/apps/onedev/11.7.6/data.yml similarity index 100% rename from apps/onedev/11.7.5/data.yml rename to apps/onedev/11.7.6/data.yml diff --git a/apps/onedev/11.7.5/docker-compose.yml b/apps/onedev/11.7.6/docker-compose.yml similarity index 100% rename from apps/onedev/11.7.5/docker-compose.yml rename to apps/onedev/11.7.6/docker-compose.yml diff --git a/apps/onedev/11.7.5/envs/default.env b/apps/onedev/11.7.6/envs/default.env similarity index 100% rename from apps/onedev/11.7.5/envs/default.env rename to apps/onedev/11.7.6/envs/default.env diff --git a/apps/onedev/11.7.5/envs/global.env b/apps/onedev/11.7.6/envs/global.env similarity index 100% rename from apps/onedev/11.7.5/envs/global.env rename to apps/onedev/11.7.6/envs/global.env diff --git a/apps/onedev/11.7.5/envs/onedev.env b/apps/onedev/11.7.6/envs/onedev.env similarity index 100% rename from apps/onedev/11.7.5/envs/onedev.env rename to apps/onedev/11.7.6/envs/onedev.env diff --git a/apps/onedev/11.7.5/scripts/init.sh b/apps/onedev/11.7.6/scripts/init.sh similarity index 100% rename from apps/onedev/11.7.5/scripts/init.sh rename to apps/onedev/11.7.6/scripts/init.sh diff --git a/apps/onedev/11.7.5/scripts/uninstall.sh b/apps/onedev/11.7.6/scripts/uninstall.sh similarity index 100% rename from apps/onedev/11.7.5/scripts/uninstall.sh rename to apps/onedev/11.7.6/scripts/uninstall.sh diff --git a/apps/onedev/11.7.5/scripts/upgrade.sh b/apps/onedev/11.7.6/scripts/upgrade.sh similarity index 100% rename from apps/onedev/11.7.5/scripts/upgrade.sh rename to apps/onedev/11.7.6/scripts/upgrade.sh From 20b7f6a5aabff88255b86836ed9b6164efe5cc1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 14:46:42 +0000 Subject: [PATCH 021/198] Update hamster1963/nezha-dash Docker tag to v2.8.3 --- apps/nezha-dash/2.8.2/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nezha-dash/2.8.2/docker-compose.yml b/apps/nezha-dash/2.8.2/docker-compose.yml index 341187304..edcf6a830 100644 --- a/apps/nezha-dash/2.8.2/docker-compose.yml +++ b/apps/nezha-dash/2.8.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: nezha-dash: - image: hamster1963/nezha-dash:v2.8.2 + image: hamster1963/nezha-dash:v2.8.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 01a149333c1355ce86b710628c75e2f9f4025700 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 23 Mar 2025 14:46:53 +0000 Subject: [PATCH 022/198] Update app version [skip ci] --- apps/nezha-dash/{2.8.2 => 2.8.3}/data.yml | 0 apps/nezha-dash/{2.8.2 => 2.8.3}/docker-compose.yml | 0 apps/nezha-dash/{2.8.2 => 2.8.3}/envs/default.env | 0 apps/nezha-dash/{2.8.2 => 2.8.3}/envs/global.env | 0 apps/nezha-dash/{2.8.2 => 2.8.3}/scripts/init.sh | 0 apps/nezha-dash/{2.8.2 => 2.8.3}/scripts/uninstall.sh | 0 apps/nezha-dash/{2.8.2 => 2.8.3}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/nezha-dash/{2.8.2 => 2.8.3}/data.yml (100%) rename apps/nezha-dash/{2.8.2 => 2.8.3}/docker-compose.yml (100%) rename apps/nezha-dash/{2.8.2 => 2.8.3}/envs/default.env (100%) rename apps/nezha-dash/{2.8.2 => 2.8.3}/envs/global.env (100%) rename apps/nezha-dash/{2.8.2 => 2.8.3}/scripts/init.sh (100%) rename apps/nezha-dash/{2.8.2 => 2.8.3}/scripts/uninstall.sh (100%) rename apps/nezha-dash/{2.8.2 => 2.8.3}/scripts/upgrade.sh (100%) diff --git a/apps/nezha-dash/2.8.2/data.yml b/apps/nezha-dash/2.8.3/data.yml similarity index 100% rename from apps/nezha-dash/2.8.2/data.yml rename to apps/nezha-dash/2.8.3/data.yml diff --git a/apps/nezha-dash/2.8.2/docker-compose.yml b/apps/nezha-dash/2.8.3/docker-compose.yml similarity index 100% rename from apps/nezha-dash/2.8.2/docker-compose.yml rename to apps/nezha-dash/2.8.3/docker-compose.yml diff --git a/apps/nezha-dash/2.8.2/envs/default.env b/apps/nezha-dash/2.8.3/envs/default.env similarity index 100% rename from apps/nezha-dash/2.8.2/envs/default.env rename to apps/nezha-dash/2.8.3/envs/default.env diff --git a/apps/nezha-dash/2.8.2/envs/global.env b/apps/nezha-dash/2.8.3/envs/global.env similarity index 100% rename from apps/nezha-dash/2.8.2/envs/global.env rename to apps/nezha-dash/2.8.3/envs/global.env diff --git a/apps/nezha-dash/2.8.2/scripts/init.sh b/apps/nezha-dash/2.8.3/scripts/init.sh similarity index 100% rename from apps/nezha-dash/2.8.2/scripts/init.sh rename to apps/nezha-dash/2.8.3/scripts/init.sh diff --git a/apps/nezha-dash/2.8.2/scripts/uninstall.sh b/apps/nezha-dash/2.8.3/scripts/uninstall.sh similarity index 100% rename from apps/nezha-dash/2.8.2/scripts/uninstall.sh rename to apps/nezha-dash/2.8.3/scripts/uninstall.sh diff --git a/apps/nezha-dash/2.8.2/scripts/upgrade.sh b/apps/nezha-dash/2.8.3/scripts/upgrade.sh similarity index 100% rename from apps/nezha-dash/2.8.2/scripts/upgrade.sh rename to apps/nezha-dash/2.8.3/scripts/upgrade.sh From 17a17b65bac5f0d1a3a2c7673fd111b1eb7c4f0e Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Mon, 24 Mar 2025 03:34:49 +0000 Subject: [PATCH 023/198] Processed apps directory via GitHub Actions --- appstore/halo-h2/{2.20.17 => 2.20.18}/.env | 0 appstore/halo-h2/{2.20.17 => 2.20.18}/data.yml | 0 appstore/halo-h2/{2.20.17 => 2.20.18}/docker-compose.yml | 2 +- appstore/halo-h2/{2.20.17 => 2.20.18}/envs/default.env | 0 appstore/halo-h2/{2.20.17 => 2.20.18}/envs/global.env | 0 appstore/halo-h2/{2.20.17 => 2.20.18}/scripts/init.sh | 0 appstore/halo-h2/{2.20.17 => 2.20.18}/scripts/uninstall.sh | 0 appstore/halo-h2/{2.20.17 => 2.20.18}/scripts/upgrade.sh | 0 appstore/halo/{2.20.17 => 2.20.18}/.env | 0 appstore/halo/{2.20.17 => 2.20.18}/data.yml | 0 appstore/halo/{2.20.17 => 2.20.18}/docker-compose.yml | 2 +- appstore/halo/{2.20.17 => 2.20.18}/envs/default.env | 0 appstore/halo/{2.20.17 => 2.20.18}/envs/global.env | 0 appstore/halo/{2.20.17 => 2.20.18}/scripts/init.sh | 0 appstore/halo/{2.20.17 => 2.20.18}/scripts/uninstall.sh | 0 appstore/halo/{2.20.17 => 2.20.18}/scripts/upgrade.sh | 0 appstore/mailserver/{15.0.0 => 15.0.1}/.env | 0 appstore/mailserver/{15.0.0 => 15.0.1}/data.yml | 0 appstore/mailserver/{15.0.0 => 15.0.1}/docker-compose.yml | 2 +- appstore/mailserver/{15.0.0 => 15.0.1}/envs/default.env | 0 appstore/mailserver/{15.0.0 => 15.0.1}/envs/global.env | 0 appstore/mailserver/{15.0.0 => 15.0.1}/envs/mailserver.env | 0 appstore/mailserver/{15.0.0 => 15.0.1}/scripts/init.sh | 0 appstore/mailserver/{15.0.0 => 15.0.1}/scripts/uninstall.sh | 0 appstore/mailserver/{15.0.0 => 15.0.1}/scripts/upgrade.sh | 0 appstore/nezha-dash/{2.8.2 => 2.8.3}/.env | 0 appstore/nezha-dash/{2.8.2 => 2.8.3}/data.yml | 0 appstore/nezha-dash/{2.8.2 => 2.8.3}/docker-compose.yml | 2 +- appstore/nezha-dash/{2.8.2 => 2.8.3}/envs/default.env | 0 appstore/nezha-dash/{2.8.2 => 2.8.3}/envs/global.env | 0 appstore/nezha-dash/{2.8.2 => 2.8.3}/scripts/init.sh | 0 appstore/nezha-dash/{2.8.2 => 2.8.3}/scripts/uninstall.sh | 0 appstore/nezha-dash/{2.8.2 => 2.8.3}/scripts/upgrade.sh | 0 appstore/nocodb/{0.262.3 => 0.262.4}/.env | 0 appstore/nocodb/{0.262.3 => 0.262.4}/data.yml | 0 appstore/nocodb/{0.262.3 => 0.262.4}/docker-compose.yml | 2 +- appstore/nocodb/{0.262.3 => 0.262.4}/envs/default.env | 0 appstore/nocodb/{0.262.3 => 0.262.4}/envs/global.env | 0 appstore/nocodb/{0.262.3 => 0.262.4}/scripts/init.sh | 0 appstore/nocodb/{0.262.3 => 0.262.4}/scripts/uninstall.sh | 0 appstore/nocodb/{0.262.3 => 0.262.4}/scripts/upgrade.sh | 0 appstore/onedev/{11.7.5 => 11.7.6}/.env | 0 appstore/onedev/{11.7.5 => 11.7.6}/data.yml | 0 appstore/onedev/{11.7.5 => 11.7.6}/docker-compose.yml | 2 +- appstore/onedev/{11.7.5 => 11.7.6}/envs/default.env | 0 appstore/onedev/{11.7.5 => 11.7.6}/envs/global.env | 0 appstore/onedev/{11.7.5 => 11.7.6}/envs/onedev.env | 0 appstore/onedev/{11.7.5 => 11.7.6}/scripts/init.sh | 0 appstore/onedev/{11.7.5 => 11.7.6}/scripts/uninstall.sh | 0 appstore/onedev/{11.7.5 => 11.7.6}/scripts/upgrade.sh | 0 appstore/rsshub/{2025-03-20 => 2025-03-22}/.env | 0 appstore/rsshub/{2025-03-20 => 2025-03-22}/data.yml | 0 appstore/rsshub/{2025-03-20 => 2025-03-22}/docker-compose.yml | 2 +- appstore/rsshub/{2025-03-20 => 2025-03-22}/envs/default.env | 0 appstore/rsshub/{2025-03-20 => 2025-03-22}/envs/global.env | 0 appstore/rsshub/{2025-03-20 => 2025-03-22}/scripts/init.sh | 0 appstore/rsshub/{2025-03-20 => 2025-03-22}/scripts/uninstall.sh | 0 appstore/rsshub/{2025-03-20 => 2025-03-22}/scripts/upgrade.sh | 0 dockge/halo-h2/docker-compose.yml | 2 +- dockge/halo/docker-compose.yml | 2 +- dockge/mailserver/docker-compose.yml | 2 +- dockge/nezha-dash/docker-compose.yml | 2 +- dockge/nocodb/docker-compose.yml | 2 +- dockge/onedev/docker-compose.yml | 2 +- dockge/rsshub/docker-compose.yml | 2 +- 65 files changed, 14 insertions(+), 14 deletions(-) rename appstore/halo-h2/{2.20.17 => 2.20.18}/.env (100%) rename appstore/halo-h2/{2.20.17 => 2.20.18}/data.yml (100%) rename appstore/halo-h2/{2.20.17 => 2.20.18}/docker-compose.yml (93%) rename appstore/halo-h2/{2.20.17 => 2.20.18}/envs/default.env (100%) rename appstore/halo-h2/{2.20.17 => 2.20.18}/envs/global.env (100%) rename appstore/halo-h2/{2.20.17 => 2.20.18}/scripts/init.sh (100%) rename appstore/halo-h2/{2.20.17 => 2.20.18}/scripts/uninstall.sh (100%) rename appstore/halo-h2/{2.20.17 => 2.20.18}/scripts/upgrade.sh (100%) rename appstore/halo/{2.20.17 => 2.20.18}/.env (100%) rename appstore/halo/{2.20.17 => 2.20.18}/data.yml (100%) rename appstore/halo/{2.20.17 => 2.20.18}/docker-compose.yml (95%) rename appstore/halo/{2.20.17 => 2.20.18}/envs/default.env (100%) rename appstore/halo/{2.20.17 => 2.20.18}/envs/global.env (100%) rename appstore/halo/{2.20.17 => 2.20.18}/scripts/init.sh (100%) rename appstore/halo/{2.20.17 => 2.20.18}/scripts/uninstall.sh (100%) rename appstore/halo/{2.20.17 => 2.20.18}/scripts/upgrade.sh (100%) rename appstore/mailserver/{15.0.0 => 15.0.1}/.env (100%) rename appstore/mailserver/{15.0.0 => 15.0.1}/data.yml (100%) rename appstore/mailserver/{15.0.0 => 15.0.1}/docker-compose.yml (96%) rename appstore/mailserver/{15.0.0 => 15.0.1}/envs/default.env (100%) rename appstore/mailserver/{15.0.0 => 15.0.1}/envs/global.env (100%) rename appstore/mailserver/{15.0.0 => 15.0.1}/envs/mailserver.env (100%) rename appstore/mailserver/{15.0.0 => 15.0.1}/scripts/init.sh (100%) rename appstore/mailserver/{15.0.0 => 15.0.1}/scripts/uninstall.sh (100%) rename appstore/mailserver/{15.0.0 => 15.0.1}/scripts/upgrade.sh (100%) rename appstore/nezha-dash/{2.8.2 => 2.8.3}/.env (100%) rename appstore/nezha-dash/{2.8.2 => 2.8.3}/data.yml (100%) rename appstore/nezha-dash/{2.8.2 => 2.8.3}/docker-compose.yml (94%) rename appstore/nezha-dash/{2.8.2 => 2.8.3}/envs/default.env (100%) rename appstore/nezha-dash/{2.8.2 => 2.8.3}/envs/global.env (100%) rename appstore/nezha-dash/{2.8.2 => 2.8.3}/scripts/init.sh (100%) rename appstore/nezha-dash/{2.8.2 => 2.8.3}/scripts/uninstall.sh (100%) rename appstore/nezha-dash/{2.8.2 => 2.8.3}/scripts/upgrade.sh (100%) rename appstore/nocodb/{0.262.3 => 0.262.4}/.env (100%) rename appstore/nocodb/{0.262.3 => 0.262.4}/data.yml (100%) rename appstore/nocodb/{0.262.3 => 0.262.4}/docker-compose.yml (95%) rename appstore/nocodb/{0.262.3 => 0.262.4}/envs/default.env (100%) rename appstore/nocodb/{0.262.3 => 0.262.4}/envs/global.env (100%) rename appstore/nocodb/{0.262.3 => 0.262.4}/scripts/init.sh (100%) rename appstore/nocodb/{0.262.3 => 0.262.4}/scripts/uninstall.sh (100%) rename appstore/nocodb/{0.262.3 => 0.262.4}/scripts/upgrade.sh (100%) rename appstore/onedev/{11.7.5 => 11.7.6}/.env (100%) rename appstore/onedev/{11.7.5 => 11.7.6}/data.yml (100%) rename appstore/onedev/{11.7.5 => 11.7.6}/docker-compose.yml (95%) rename appstore/onedev/{11.7.5 => 11.7.6}/envs/default.env (100%) rename appstore/onedev/{11.7.5 => 11.7.6}/envs/global.env (100%) rename appstore/onedev/{11.7.5 => 11.7.6}/envs/onedev.env (100%) rename appstore/onedev/{11.7.5 => 11.7.6}/scripts/init.sh (100%) rename appstore/onedev/{11.7.5 => 11.7.6}/scripts/uninstall.sh (100%) rename appstore/onedev/{11.7.5 => 11.7.6}/scripts/upgrade.sh (100%) rename appstore/rsshub/{2025-03-20 => 2025-03-22}/.env (100%) rename appstore/rsshub/{2025-03-20 => 2025-03-22}/data.yml (100%) rename appstore/rsshub/{2025-03-20 => 2025-03-22}/docker-compose.yml (97%) rename appstore/rsshub/{2025-03-20 => 2025-03-22}/envs/default.env (100%) rename appstore/rsshub/{2025-03-20 => 2025-03-22}/envs/global.env (100%) rename appstore/rsshub/{2025-03-20 => 2025-03-22}/scripts/init.sh (100%) rename appstore/rsshub/{2025-03-20 => 2025-03-22}/scripts/uninstall.sh (100%) rename appstore/rsshub/{2025-03-20 => 2025-03-22}/scripts/upgrade.sh (100%) diff --git a/appstore/halo-h2/2.20.17/.env b/appstore/halo-h2/2.20.18/.env similarity index 100% rename from appstore/halo-h2/2.20.17/.env rename to appstore/halo-h2/2.20.18/.env diff --git a/appstore/halo-h2/2.20.17/data.yml b/appstore/halo-h2/2.20.18/data.yml similarity index 100% rename from appstore/halo-h2/2.20.17/data.yml rename to appstore/halo-h2/2.20.18/data.yml diff --git a/appstore/halo-h2/2.20.17/docker-compose.yml b/appstore/halo-h2/2.20.18/docker-compose.yml similarity index 93% rename from appstore/halo-h2/2.20.17/docker-compose.yml rename to appstore/halo-h2/2.20.18/docker-compose.yml index 06a640af4..b5f22fab3 100644 --- a/appstore/halo-h2/2.20.17/docker-compose.yml +++ b/appstore/halo-h2/2.20.18/docker-compose.yml @@ -9,7 +9,7 @@ services: container_name: halo-h2 environment: - JVM_OPTS=-Xmx256m -Xms256m - image: halohub/halo:2.20.17 + image: halohub/halo:2.20.18 labels: createdBy: Apps networks: diff --git a/appstore/halo-h2/2.20.17/envs/default.env b/appstore/halo-h2/2.20.18/envs/default.env similarity index 100% rename from appstore/halo-h2/2.20.17/envs/default.env rename to appstore/halo-h2/2.20.18/envs/default.env diff --git a/appstore/halo-h2/2.20.17/envs/global.env b/appstore/halo-h2/2.20.18/envs/global.env similarity index 100% rename from appstore/halo-h2/2.20.17/envs/global.env rename to appstore/halo-h2/2.20.18/envs/global.env diff --git a/appstore/halo-h2/2.20.17/scripts/init.sh b/appstore/halo-h2/2.20.18/scripts/init.sh similarity index 100% rename from appstore/halo-h2/2.20.17/scripts/init.sh rename to appstore/halo-h2/2.20.18/scripts/init.sh diff --git a/appstore/halo-h2/2.20.17/scripts/uninstall.sh b/appstore/halo-h2/2.20.18/scripts/uninstall.sh similarity index 100% rename from appstore/halo-h2/2.20.17/scripts/uninstall.sh rename to appstore/halo-h2/2.20.18/scripts/uninstall.sh diff --git a/appstore/halo-h2/2.20.17/scripts/upgrade.sh b/appstore/halo-h2/2.20.18/scripts/upgrade.sh similarity index 100% rename from appstore/halo-h2/2.20.17/scripts/upgrade.sh rename to appstore/halo-h2/2.20.18/scripts/upgrade.sh diff --git a/appstore/halo/2.20.17/.env b/appstore/halo/2.20.18/.env similarity index 100% rename from appstore/halo/2.20.17/.env rename to appstore/halo/2.20.18/.env diff --git a/appstore/halo/2.20.17/data.yml b/appstore/halo/2.20.18/data.yml similarity index 100% rename from appstore/halo/2.20.17/data.yml rename to appstore/halo/2.20.18/data.yml diff --git a/appstore/halo/2.20.17/docker-compose.yml b/appstore/halo/2.20.18/docker-compose.yml similarity index 95% rename from appstore/halo/2.20.17/docker-compose.yml rename to appstore/halo/2.20.18/docker-compose.yml index 6598e1dc1..2d3aaea65 100644 --- a/appstore/halo/2.20.17/docker-compose.yml +++ b/appstore/halo/2.20.18/docker-compose.yml @@ -11,7 +11,7 @@ services: - --halo.external-url=${HALO_EXTERNAL_URL} - --halo.security.remember-me.token-validity=${HALO_REMEMBER_ME_TOKEN_VALIDITY} container_name: halo - image: halohub/halo:2.20.17 + image: halohub/halo:2.20.18 labels: createdBy: Apps networks: diff --git a/appstore/halo/2.20.17/envs/default.env b/appstore/halo/2.20.18/envs/default.env similarity index 100% rename from appstore/halo/2.20.17/envs/default.env rename to appstore/halo/2.20.18/envs/default.env diff --git a/appstore/halo/2.20.17/envs/global.env b/appstore/halo/2.20.18/envs/global.env similarity index 100% rename from appstore/halo/2.20.17/envs/global.env rename to appstore/halo/2.20.18/envs/global.env diff --git a/appstore/halo/2.20.17/scripts/init.sh b/appstore/halo/2.20.18/scripts/init.sh similarity index 100% rename from appstore/halo/2.20.17/scripts/init.sh rename to appstore/halo/2.20.18/scripts/init.sh diff --git a/appstore/halo/2.20.17/scripts/uninstall.sh b/appstore/halo/2.20.18/scripts/uninstall.sh similarity index 100% rename from appstore/halo/2.20.17/scripts/uninstall.sh rename to appstore/halo/2.20.18/scripts/uninstall.sh diff --git a/appstore/halo/2.20.17/scripts/upgrade.sh b/appstore/halo/2.20.18/scripts/upgrade.sh similarity index 100% rename from appstore/halo/2.20.17/scripts/upgrade.sh rename to appstore/halo/2.20.18/scripts/upgrade.sh diff --git a/appstore/mailserver/15.0.0/.env b/appstore/mailserver/15.0.1/.env similarity index 100% rename from appstore/mailserver/15.0.0/.env rename to appstore/mailserver/15.0.1/.env diff --git a/appstore/mailserver/15.0.0/data.yml b/appstore/mailserver/15.0.1/data.yml similarity index 100% rename from appstore/mailserver/15.0.0/data.yml rename to appstore/mailserver/15.0.1/data.yml diff --git a/appstore/mailserver/15.0.0/docker-compose.yml b/appstore/mailserver/15.0.1/docker-compose.yml similarity index 96% rename from appstore/mailserver/15.0.0/docker-compose.yml rename to appstore/mailserver/15.0.1/docker-compose.yml index 5edd3aebc..7b27b678c 100644 --- a/appstore/mailserver/15.0.0/docker-compose.yml +++ b/appstore/mailserver/15.0.1/docker-compose.yml @@ -26,7 +26,7 @@ services: test: ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1 timeout: 3s hostname: ${HOSTNAME_FQDN} - image: mailserver/docker-mailserver:15.0.0 + image: mailserver/docker-mailserver:15.0.1 labels: createdBy: Apps networks: diff --git a/appstore/mailserver/15.0.0/envs/default.env b/appstore/mailserver/15.0.1/envs/default.env similarity index 100% rename from appstore/mailserver/15.0.0/envs/default.env rename to appstore/mailserver/15.0.1/envs/default.env diff --git a/appstore/mailserver/15.0.0/envs/global.env b/appstore/mailserver/15.0.1/envs/global.env similarity index 100% rename from appstore/mailserver/15.0.0/envs/global.env rename to appstore/mailserver/15.0.1/envs/global.env diff --git a/appstore/mailserver/15.0.0/envs/mailserver.env b/appstore/mailserver/15.0.1/envs/mailserver.env similarity index 100% rename from appstore/mailserver/15.0.0/envs/mailserver.env rename to appstore/mailserver/15.0.1/envs/mailserver.env diff --git a/appstore/mailserver/15.0.0/scripts/init.sh b/appstore/mailserver/15.0.1/scripts/init.sh similarity index 100% rename from appstore/mailserver/15.0.0/scripts/init.sh rename to appstore/mailserver/15.0.1/scripts/init.sh diff --git a/appstore/mailserver/15.0.0/scripts/uninstall.sh b/appstore/mailserver/15.0.1/scripts/uninstall.sh similarity index 100% rename from appstore/mailserver/15.0.0/scripts/uninstall.sh rename to appstore/mailserver/15.0.1/scripts/uninstall.sh diff --git a/appstore/mailserver/15.0.0/scripts/upgrade.sh b/appstore/mailserver/15.0.1/scripts/upgrade.sh similarity index 100% rename from appstore/mailserver/15.0.0/scripts/upgrade.sh rename to appstore/mailserver/15.0.1/scripts/upgrade.sh diff --git a/appstore/nezha-dash/2.8.2/.env b/appstore/nezha-dash/2.8.3/.env similarity index 100% rename from appstore/nezha-dash/2.8.2/.env rename to appstore/nezha-dash/2.8.3/.env diff --git a/appstore/nezha-dash/2.8.2/data.yml b/appstore/nezha-dash/2.8.3/data.yml similarity index 100% rename from appstore/nezha-dash/2.8.2/data.yml rename to appstore/nezha-dash/2.8.3/data.yml diff --git a/appstore/nezha-dash/2.8.2/docker-compose.yml b/appstore/nezha-dash/2.8.3/docker-compose.yml similarity index 94% rename from appstore/nezha-dash/2.8.2/docker-compose.yml rename to appstore/nezha-dash/2.8.3/docker-compose.yml index fe1303661..cf6980fb1 100644 --- a/appstore/nezha-dash/2.8.2/docker-compose.yml +++ b/appstore/nezha-dash/2.8.3/docker-compose.yml @@ -19,7 +19,7 @@ services: - NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png - NEXT_PUBLIC_CustomTitle=NezhaDash - NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha. - image: hamster1963/nezha-dash:v2.8.2 + image: hamster1963/nezha-dash:v2.8.3 labels: createdBy: Apps networks: diff --git a/appstore/nezha-dash/2.8.2/envs/default.env b/appstore/nezha-dash/2.8.3/envs/default.env similarity index 100% rename from appstore/nezha-dash/2.8.2/envs/default.env rename to appstore/nezha-dash/2.8.3/envs/default.env diff --git a/appstore/nezha-dash/2.8.2/envs/global.env b/appstore/nezha-dash/2.8.3/envs/global.env similarity index 100% rename from appstore/nezha-dash/2.8.2/envs/global.env rename to appstore/nezha-dash/2.8.3/envs/global.env diff --git a/appstore/nezha-dash/2.8.2/scripts/init.sh b/appstore/nezha-dash/2.8.3/scripts/init.sh similarity index 100% rename from appstore/nezha-dash/2.8.2/scripts/init.sh rename to appstore/nezha-dash/2.8.3/scripts/init.sh diff --git a/appstore/nezha-dash/2.8.2/scripts/uninstall.sh b/appstore/nezha-dash/2.8.3/scripts/uninstall.sh similarity index 100% rename from appstore/nezha-dash/2.8.2/scripts/uninstall.sh rename to appstore/nezha-dash/2.8.3/scripts/uninstall.sh diff --git a/appstore/nezha-dash/2.8.2/scripts/upgrade.sh b/appstore/nezha-dash/2.8.3/scripts/upgrade.sh similarity index 100% rename from appstore/nezha-dash/2.8.2/scripts/upgrade.sh rename to appstore/nezha-dash/2.8.3/scripts/upgrade.sh diff --git a/appstore/nocodb/0.262.3/.env b/appstore/nocodb/0.262.4/.env similarity index 100% rename from appstore/nocodb/0.262.3/.env rename to appstore/nocodb/0.262.4/.env diff --git a/appstore/nocodb/0.262.3/data.yml b/appstore/nocodb/0.262.4/data.yml similarity index 100% rename from appstore/nocodb/0.262.3/data.yml rename to appstore/nocodb/0.262.4/data.yml diff --git a/appstore/nocodb/0.262.3/docker-compose.yml b/appstore/nocodb/0.262.4/docker-compose.yml similarity index 95% rename from appstore/nocodb/0.262.3/docker-compose.yml rename to appstore/nocodb/0.262.4/docker-compose.yml index cb8592706..ee55225d7 100644 --- a/appstore/nocodb/0.262.3/docker-compose.yml +++ b/appstore/nocodb/0.262.4/docker-compose.yml @@ -17,7 +17,7 @@ services: - NC_SMTP_SECURE=true - NC_SMTP_IGNORE_TLS=false - NC_DB=${DB_TYPE}://${DB_HOSTNAME}:${DB_PORT}?u=${DB_USER}&p=${DB_PASSWD}&d=${DB_NAME} - image: nocodb/nocodb:0.262.3 + image: nocodb/nocodb:0.262.4 labels: createdBy: Apps networks: diff --git a/appstore/nocodb/0.262.3/envs/default.env b/appstore/nocodb/0.262.4/envs/default.env similarity index 100% rename from appstore/nocodb/0.262.3/envs/default.env rename to appstore/nocodb/0.262.4/envs/default.env diff --git a/appstore/nocodb/0.262.3/envs/global.env b/appstore/nocodb/0.262.4/envs/global.env similarity index 100% rename from appstore/nocodb/0.262.3/envs/global.env rename to appstore/nocodb/0.262.4/envs/global.env diff --git a/appstore/nocodb/0.262.3/scripts/init.sh b/appstore/nocodb/0.262.4/scripts/init.sh similarity index 100% rename from appstore/nocodb/0.262.3/scripts/init.sh rename to appstore/nocodb/0.262.4/scripts/init.sh diff --git a/appstore/nocodb/0.262.3/scripts/uninstall.sh b/appstore/nocodb/0.262.4/scripts/uninstall.sh similarity index 100% rename from appstore/nocodb/0.262.3/scripts/uninstall.sh rename to appstore/nocodb/0.262.4/scripts/uninstall.sh diff --git a/appstore/nocodb/0.262.3/scripts/upgrade.sh b/appstore/nocodb/0.262.4/scripts/upgrade.sh similarity index 100% rename from appstore/nocodb/0.262.3/scripts/upgrade.sh rename to appstore/nocodb/0.262.4/scripts/upgrade.sh diff --git a/appstore/onedev/11.7.5/.env b/appstore/onedev/11.7.6/.env similarity index 100% rename from appstore/onedev/11.7.5/.env rename to appstore/onedev/11.7.6/.env diff --git a/appstore/onedev/11.7.5/data.yml b/appstore/onedev/11.7.6/data.yml similarity index 100% rename from appstore/onedev/11.7.5/data.yml rename to appstore/onedev/11.7.6/data.yml diff --git a/appstore/onedev/11.7.5/docker-compose.yml b/appstore/onedev/11.7.6/docker-compose.yml similarity index 95% rename from appstore/onedev/11.7.5/docker-compose.yml rename to appstore/onedev/11.7.6/docker-compose.yml index 247844c4e..6f07a0b9c 100644 --- a/appstore/onedev/11.7.5/docker-compose.yml +++ b/appstore/onedev/11.7.6/docker-compose.yml @@ -14,7 +14,7 @@ services: - initial_email=${INITIAL_EMAIL} - initial_server_url=${INITIAL_SERVER_URL} - initial_ssh_root_url=${INITIAL_SSH_ROOT_URL} - image: 1dev/server:v11.7.5 + image: 1dev/server:11.7.6 labels: createdBy: Apps networks: diff --git a/appstore/onedev/11.7.5/envs/default.env b/appstore/onedev/11.7.6/envs/default.env similarity index 100% rename from appstore/onedev/11.7.5/envs/default.env rename to appstore/onedev/11.7.6/envs/default.env diff --git a/appstore/onedev/11.7.5/envs/global.env b/appstore/onedev/11.7.6/envs/global.env similarity index 100% rename from appstore/onedev/11.7.5/envs/global.env rename to appstore/onedev/11.7.6/envs/global.env diff --git a/appstore/onedev/11.7.5/envs/onedev.env b/appstore/onedev/11.7.6/envs/onedev.env similarity index 100% rename from appstore/onedev/11.7.5/envs/onedev.env rename to appstore/onedev/11.7.6/envs/onedev.env diff --git a/appstore/onedev/11.7.5/scripts/init.sh b/appstore/onedev/11.7.6/scripts/init.sh similarity index 100% rename from appstore/onedev/11.7.5/scripts/init.sh rename to appstore/onedev/11.7.6/scripts/init.sh diff --git a/appstore/onedev/11.7.5/scripts/uninstall.sh b/appstore/onedev/11.7.6/scripts/uninstall.sh similarity index 100% rename from appstore/onedev/11.7.5/scripts/uninstall.sh rename to appstore/onedev/11.7.6/scripts/uninstall.sh diff --git a/appstore/onedev/11.7.5/scripts/upgrade.sh b/appstore/onedev/11.7.6/scripts/upgrade.sh similarity index 100% rename from appstore/onedev/11.7.5/scripts/upgrade.sh rename to appstore/onedev/11.7.6/scripts/upgrade.sh diff --git a/appstore/rsshub/2025-03-20/.env b/appstore/rsshub/2025-03-22/.env similarity index 100% rename from appstore/rsshub/2025-03-20/.env rename to appstore/rsshub/2025-03-22/.env diff --git a/appstore/rsshub/2025-03-20/data.yml b/appstore/rsshub/2025-03-22/data.yml similarity index 100% rename from appstore/rsshub/2025-03-20/data.yml rename to appstore/rsshub/2025-03-22/data.yml diff --git a/appstore/rsshub/2025-03-20/docker-compose.yml b/appstore/rsshub/2025-03-22/docker-compose.yml similarity index 97% rename from appstore/rsshub/2025-03-20/docker-compose.yml rename to appstore/rsshub/2025-03-22/docker-compose.yml index 1a8d666a6..df03b4366 100644 --- a/appstore/rsshub/2025-03-20/docker-compose.yml +++ b/appstore/rsshub/2025-03-22/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-03-20 + image: diygod/rsshub:2025-03-22 labels: createdBy: Apps networks: diff --git a/appstore/rsshub/2025-03-20/envs/default.env b/appstore/rsshub/2025-03-22/envs/default.env similarity index 100% rename from appstore/rsshub/2025-03-20/envs/default.env rename to appstore/rsshub/2025-03-22/envs/default.env diff --git a/appstore/rsshub/2025-03-20/envs/global.env b/appstore/rsshub/2025-03-22/envs/global.env similarity index 100% rename from appstore/rsshub/2025-03-20/envs/global.env rename to appstore/rsshub/2025-03-22/envs/global.env diff --git a/appstore/rsshub/2025-03-20/scripts/init.sh b/appstore/rsshub/2025-03-22/scripts/init.sh similarity index 100% rename from appstore/rsshub/2025-03-20/scripts/init.sh rename to appstore/rsshub/2025-03-22/scripts/init.sh diff --git a/appstore/rsshub/2025-03-20/scripts/uninstall.sh b/appstore/rsshub/2025-03-22/scripts/uninstall.sh similarity index 100% rename from appstore/rsshub/2025-03-20/scripts/uninstall.sh rename to appstore/rsshub/2025-03-22/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-03-20/scripts/upgrade.sh b/appstore/rsshub/2025-03-22/scripts/upgrade.sh similarity index 100% rename from appstore/rsshub/2025-03-20/scripts/upgrade.sh rename to appstore/rsshub/2025-03-22/scripts/upgrade.sh diff --git a/dockge/halo-h2/docker-compose.yml b/dockge/halo-h2/docker-compose.yml index 06a640af4..b5f22fab3 100644 --- a/dockge/halo-h2/docker-compose.yml +++ b/dockge/halo-h2/docker-compose.yml @@ -9,7 +9,7 @@ services: container_name: halo-h2 environment: - JVM_OPTS=-Xmx256m -Xms256m - image: halohub/halo:2.20.17 + image: halohub/halo:2.20.18 labels: createdBy: Apps networks: diff --git a/dockge/halo/docker-compose.yml b/dockge/halo/docker-compose.yml index 6598e1dc1..2d3aaea65 100644 --- a/dockge/halo/docker-compose.yml +++ b/dockge/halo/docker-compose.yml @@ -11,7 +11,7 @@ services: - --halo.external-url=${HALO_EXTERNAL_URL} - --halo.security.remember-me.token-validity=${HALO_REMEMBER_ME_TOKEN_VALIDITY} container_name: halo - image: halohub/halo:2.20.17 + image: halohub/halo:2.20.18 labels: createdBy: Apps networks: diff --git a/dockge/mailserver/docker-compose.yml b/dockge/mailserver/docker-compose.yml index 5edd3aebc..7b27b678c 100644 --- a/dockge/mailserver/docker-compose.yml +++ b/dockge/mailserver/docker-compose.yml @@ -26,7 +26,7 @@ services: test: ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1 timeout: 3s hostname: ${HOSTNAME_FQDN} - image: mailserver/docker-mailserver:15.0.0 + image: mailserver/docker-mailserver:15.0.1 labels: createdBy: Apps networks: diff --git a/dockge/nezha-dash/docker-compose.yml b/dockge/nezha-dash/docker-compose.yml index fe1303661..cf6980fb1 100644 --- a/dockge/nezha-dash/docker-compose.yml +++ b/dockge/nezha-dash/docker-compose.yml @@ -19,7 +19,7 @@ services: - NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png - NEXT_PUBLIC_CustomTitle=NezhaDash - NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha. - image: hamster1963/nezha-dash:v2.8.2 + image: hamster1963/nezha-dash:v2.8.3 labels: createdBy: Apps networks: diff --git a/dockge/nocodb/docker-compose.yml b/dockge/nocodb/docker-compose.yml index cb8592706..ee55225d7 100644 --- a/dockge/nocodb/docker-compose.yml +++ b/dockge/nocodb/docker-compose.yml @@ -17,7 +17,7 @@ services: - NC_SMTP_SECURE=true - NC_SMTP_IGNORE_TLS=false - NC_DB=${DB_TYPE}://${DB_HOSTNAME}:${DB_PORT}?u=${DB_USER}&p=${DB_PASSWD}&d=${DB_NAME} - image: nocodb/nocodb:0.262.3 + image: nocodb/nocodb:0.262.4 labels: createdBy: Apps networks: diff --git a/dockge/onedev/docker-compose.yml b/dockge/onedev/docker-compose.yml index 247844c4e..6f07a0b9c 100644 --- a/dockge/onedev/docker-compose.yml +++ b/dockge/onedev/docker-compose.yml @@ -14,7 +14,7 @@ services: - initial_email=${INITIAL_EMAIL} - initial_server_url=${INITIAL_SERVER_URL} - initial_ssh_root_url=${INITIAL_SSH_ROOT_URL} - image: 1dev/server:v11.7.5 + image: 1dev/server:11.7.6 labels: createdBy: Apps networks: diff --git a/dockge/rsshub/docker-compose.yml b/dockge/rsshub/docker-compose.yml index 1a8d666a6..df03b4366 100644 --- a/dockge/rsshub/docker-compose.yml +++ b/dockge/rsshub/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-03-20 + image: diygod/rsshub:2025-03-22 labels: createdBy: Apps networks: From 53b82e99c5f6341769272fcfb3ee0847c7f4f42c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 03:35:36 +0000 Subject: [PATCH 024/198] Update renovatebot/github-action action to v41.0.17 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 1db942b43..dac1414e5 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Run Renovate - uses: renovatebot/github-action@08ed9fa83e24bfe6222557f9e221395c57972127 # v41.0.16 + uses: renovatebot/github-action@cf5954a2aac7999882d3de4e462499adde159d04 # v41.0.17 with: useSlim: false token: ${{ secrets.GITHUBTOKEN }} From 4680853353d15b1c03e941b0dec2c160ba771265 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 10:49:52 +0000 Subject: [PATCH 025/198] Update nocodb/nocodb Docker tag to v0.262.5 --- apps/nocodb/0.262.4/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nocodb/0.262.4/docker-compose.yml b/apps/nocodb/0.262.4/docker-compose.yml index 14720f5e5..5a74daa85 100644 --- a/apps/nocodb/0.262.4/docker-compose.yml +++ b/apps/nocodb/0.262.4/docker-compose.yml @@ -3,7 +3,7 @@ networks: external: true services: nocodb: - image: nocodb/nocodb:0.262.4 + image: nocodb/nocodb:0.262.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 168ad5913ac9ad941b17bca50b79f5714949bd9d Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 24 Mar 2025 10:50:07 +0000 Subject: [PATCH 026/198] Update app version [skip ci] --- apps/nocodb/{0.262.4 => 0.262.5}/data.yml | 0 apps/nocodb/{0.262.4 => 0.262.5}/docker-compose.yml | 0 apps/nocodb/{0.262.4 => 0.262.5}/envs/default.env | 0 apps/nocodb/{0.262.4 => 0.262.5}/envs/global.env | 0 apps/nocodb/{0.262.4 => 0.262.5}/scripts/init.sh | 0 apps/nocodb/{0.262.4 => 0.262.5}/scripts/uninstall.sh | 0 apps/nocodb/{0.262.4 => 0.262.5}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/nocodb/{0.262.4 => 0.262.5}/data.yml (100%) rename apps/nocodb/{0.262.4 => 0.262.5}/docker-compose.yml (100%) rename apps/nocodb/{0.262.4 => 0.262.5}/envs/default.env (100%) rename apps/nocodb/{0.262.4 => 0.262.5}/envs/global.env (100%) rename apps/nocodb/{0.262.4 => 0.262.5}/scripts/init.sh (100%) rename apps/nocodb/{0.262.4 => 0.262.5}/scripts/uninstall.sh (100%) rename apps/nocodb/{0.262.4 => 0.262.5}/scripts/upgrade.sh (100%) diff --git a/apps/nocodb/0.262.4/data.yml b/apps/nocodb/0.262.5/data.yml similarity index 100% rename from apps/nocodb/0.262.4/data.yml rename to apps/nocodb/0.262.5/data.yml diff --git a/apps/nocodb/0.262.4/docker-compose.yml b/apps/nocodb/0.262.5/docker-compose.yml similarity index 100% rename from apps/nocodb/0.262.4/docker-compose.yml rename to apps/nocodb/0.262.5/docker-compose.yml diff --git a/apps/nocodb/0.262.4/envs/default.env b/apps/nocodb/0.262.5/envs/default.env similarity index 100% rename from apps/nocodb/0.262.4/envs/default.env rename to apps/nocodb/0.262.5/envs/default.env diff --git a/apps/nocodb/0.262.4/envs/global.env b/apps/nocodb/0.262.5/envs/global.env similarity index 100% rename from apps/nocodb/0.262.4/envs/global.env rename to apps/nocodb/0.262.5/envs/global.env diff --git a/apps/nocodb/0.262.4/scripts/init.sh b/apps/nocodb/0.262.5/scripts/init.sh similarity index 100% rename from apps/nocodb/0.262.4/scripts/init.sh rename to apps/nocodb/0.262.5/scripts/init.sh diff --git a/apps/nocodb/0.262.4/scripts/uninstall.sh b/apps/nocodb/0.262.5/scripts/uninstall.sh similarity index 100% rename from apps/nocodb/0.262.4/scripts/uninstall.sh rename to apps/nocodb/0.262.5/scripts/uninstall.sh diff --git a/apps/nocodb/0.262.4/scripts/upgrade.sh b/apps/nocodb/0.262.5/scripts/upgrade.sh similarity index 100% rename from apps/nocodb/0.262.4/scripts/upgrade.sh rename to apps/nocodb/0.262.5/scripts/upgrade.sh From 098388d32139eede0b7e8e6ed2320a250e188d37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 13:38:45 +0000 Subject: [PATCH 027/198] Update qyg2297248353/ammds Docker tag to v1.0.24 --- apps/ammds/1.0.23/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ammds/1.0.23/docker-compose.yml b/apps/ammds/1.0.23/docker-compose.yml index ee9c8c233..cba16b868 100644 --- a/apps/ammds/1.0.23/docker-compose.yml +++ b/apps/ammds/1.0.23/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ammds: - image: qyg2297248353/ammds:v1.0.23 + image: qyg2297248353/ammds:v1.0.24 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 2dd4cd4f5c2ca5feafe46b24bb5f8cd5555accb4 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 24 Mar 2025 13:38:56 +0000 Subject: [PATCH 028/198] Update app version [skip ci] --- apps/ammds/{1.0.23 => 1.0.24}/data.yml | 0 apps/ammds/{1.0.23 => 1.0.24}/docker-compose.yml | 0 apps/ammds/{1.0.23 => 1.0.24}/envs/default.env | 0 apps/ammds/{1.0.23 => 1.0.24}/envs/global.env | 0 apps/ammds/{1.0.23 => 1.0.24}/scripts/init.sh | 0 apps/ammds/{1.0.23 => 1.0.24}/scripts/uninstall.sh | 0 apps/ammds/{1.0.23 => 1.0.24}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ammds/{1.0.23 => 1.0.24}/data.yml (100%) rename apps/ammds/{1.0.23 => 1.0.24}/docker-compose.yml (100%) rename apps/ammds/{1.0.23 => 1.0.24}/envs/default.env (100%) rename apps/ammds/{1.0.23 => 1.0.24}/envs/global.env (100%) rename apps/ammds/{1.0.23 => 1.0.24}/scripts/init.sh (100%) rename apps/ammds/{1.0.23 => 1.0.24}/scripts/uninstall.sh (100%) rename apps/ammds/{1.0.23 => 1.0.24}/scripts/upgrade.sh (100%) diff --git a/apps/ammds/1.0.23/data.yml b/apps/ammds/1.0.24/data.yml similarity index 100% rename from apps/ammds/1.0.23/data.yml rename to apps/ammds/1.0.24/data.yml diff --git a/apps/ammds/1.0.23/docker-compose.yml b/apps/ammds/1.0.24/docker-compose.yml similarity index 100% rename from apps/ammds/1.0.23/docker-compose.yml rename to apps/ammds/1.0.24/docker-compose.yml diff --git a/apps/ammds/1.0.23/envs/default.env b/apps/ammds/1.0.24/envs/default.env similarity index 100% rename from apps/ammds/1.0.23/envs/default.env rename to apps/ammds/1.0.24/envs/default.env diff --git a/apps/ammds/1.0.23/envs/global.env b/apps/ammds/1.0.24/envs/global.env similarity index 100% rename from apps/ammds/1.0.23/envs/global.env rename to apps/ammds/1.0.24/envs/global.env diff --git a/apps/ammds/1.0.23/scripts/init.sh b/apps/ammds/1.0.24/scripts/init.sh similarity index 100% rename from apps/ammds/1.0.23/scripts/init.sh rename to apps/ammds/1.0.24/scripts/init.sh diff --git a/apps/ammds/1.0.23/scripts/uninstall.sh b/apps/ammds/1.0.24/scripts/uninstall.sh similarity index 100% rename from apps/ammds/1.0.23/scripts/uninstall.sh rename to apps/ammds/1.0.24/scripts/uninstall.sh diff --git a/apps/ammds/1.0.23/scripts/upgrade.sh b/apps/ammds/1.0.24/scripts/upgrade.sh similarity index 100% rename from apps/ammds/1.0.23/scripts/upgrade.sh rename to apps/ammds/1.0.24/scripts/upgrade.sh From 131ce540a31f09831753029dcde4561a6e0e3f7d Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Mon, 24 Mar 2025 15:22:08 +0000 Subject: [PATCH 029/198] Processed apps directory via GitHub Actions --- appstore/nocodb/{0.262.4 => 0.262.5}/.env | 0 appstore/nocodb/{0.262.4 => 0.262.5}/data.yml | 0 appstore/nocodb/{0.262.4 => 0.262.5}/docker-compose.yml | 2 +- appstore/nocodb/{0.262.4 => 0.262.5}/envs/default.env | 0 appstore/nocodb/{0.262.4 => 0.262.5}/envs/global.env | 0 appstore/nocodb/{0.262.4 => 0.262.5}/scripts/init.sh | 0 appstore/nocodb/{0.262.4 => 0.262.5}/scripts/uninstall.sh | 0 appstore/nocodb/{0.262.4 => 0.262.5}/scripts/upgrade.sh | 0 dockge/nocodb/docker-compose.yml | 2 +- 9 files changed, 2 insertions(+), 2 deletions(-) rename appstore/nocodb/{0.262.4 => 0.262.5}/.env (100%) rename appstore/nocodb/{0.262.4 => 0.262.5}/data.yml (100%) rename appstore/nocodb/{0.262.4 => 0.262.5}/docker-compose.yml (95%) rename appstore/nocodb/{0.262.4 => 0.262.5}/envs/default.env (100%) rename appstore/nocodb/{0.262.4 => 0.262.5}/envs/global.env (100%) rename appstore/nocodb/{0.262.4 => 0.262.5}/scripts/init.sh (100%) rename appstore/nocodb/{0.262.4 => 0.262.5}/scripts/uninstall.sh (100%) rename appstore/nocodb/{0.262.4 => 0.262.5}/scripts/upgrade.sh (100%) diff --git a/appstore/nocodb/0.262.4/.env b/appstore/nocodb/0.262.5/.env similarity index 100% rename from appstore/nocodb/0.262.4/.env rename to appstore/nocodb/0.262.5/.env diff --git a/appstore/nocodb/0.262.4/data.yml b/appstore/nocodb/0.262.5/data.yml similarity index 100% rename from appstore/nocodb/0.262.4/data.yml rename to appstore/nocodb/0.262.5/data.yml diff --git a/appstore/nocodb/0.262.4/docker-compose.yml b/appstore/nocodb/0.262.5/docker-compose.yml similarity index 95% rename from appstore/nocodb/0.262.4/docker-compose.yml rename to appstore/nocodb/0.262.5/docker-compose.yml index ee55225d7..c57f46f86 100644 --- a/appstore/nocodb/0.262.4/docker-compose.yml +++ b/appstore/nocodb/0.262.5/docker-compose.yml @@ -17,7 +17,7 @@ services: - NC_SMTP_SECURE=true - NC_SMTP_IGNORE_TLS=false - NC_DB=${DB_TYPE}://${DB_HOSTNAME}:${DB_PORT}?u=${DB_USER}&p=${DB_PASSWD}&d=${DB_NAME} - image: nocodb/nocodb:0.262.4 + image: nocodb/nocodb:0.262.5 labels: createdBy: Apps networks: diff --git a/appstore/nocodb/0.262.4/envs/default.env b/appstore/nocodb/0.262.5/envs/default.env similarity index 100% rename from appstore/nocodb/0.262.4/envs/default.env rename to appstore/nocodb/0.262.5/envs/default.env diff --git a/appstore/nocodb/0.262.4/envs/global.env b/appstore/nocodb/0.262.5/envs/global.env similarity index 100% rename from appstore/nocodb/0.262.4/envs/global.env rename to appstore/nocodb/0.262.5/envs/global.env diff --git a/appstore/nocodb/0.262.4/scripts/init.sh b/appstore/nocodb/0.262.5/scripts/init.sh similarity index 100% rename from appstore/nocodb/0.262.4/scripts/init.sh rename to appstore/nocodb/0.262.5/scripts/init.sh diff --git a/appstore/nocodb/0.262.4/scripts/uninstall.sh b/appstore/nocodb/0.262.5/scripts/uninstall.sh similarity index 100% rename from appstore/nocodb/0.262.4/scripts/uninstall.sh rename to appstore/nocodb/0.262.5/scripts/uninstall.sh diff --git a/appstore/nocodb/0.262.4/scripts/upgrade.sh b/appstore/nocodb/0.262.5/scripts/upgrade.sh similarity index 100% rename from appstore/nocodb/0.262.4/scripts/upgrade.sh rename to appstore/nocodb/0.262.5/scripts/upgrade.sh diff --git a/dockge/nocodb/docker-compose.yml b/dockge/nocodb/docker-compose.yml index ee55225d7..c57f46f86 100644 --- a/dockge/nocodb/docker-compose.yml +++ b/dockge/nocodb/docker-compose.yml @@ -17,7 +17,7 @@ services: - NC_SMTP_SECURE=true - NC_SMTP_IGNORE_TLS=false - NC_DB=${DB_TYPE}://${DB_HOSTNAME}:${DB_PORT}?u=${DB_USER}&p=${DB_PASSWD}&d=${DB_NAME} - image: nocodb/nocodb:0.262.4 + image: nocodb/nocodb:0.262.5 labels: createdBy: Apps networks: From b8c5392c9a4b4003eae5b925dc69576b1a4323e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:23:11 +0000 Subject: [PATCH 030/198] Update huolalatech/page-spy-web Docker tag to v2.2.2 --- apps/page-spy-web/2.2.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/page-spy-web/2.2.1/docker-compose.yml b/apps/page-spy-web/2.2.1/docker-compose.yml index 93a84d802..39a0ac20e 100644 --- a/apps/page-spy-web/2.2.1/docker-compose.yml +++ b/apps/page-spy-web/2.2.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: page-spy-web: - image: huolalatech/page-spy-web:v2.2.1 + image: huolalatech/page-spy-web:v2.2.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 35ed2da4cbdab11df35cb25038a37e61a482fb42 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 15:23:18 +0000 Subject: [PATCH 031/198] Update dockurr/windows Docker tag to v4.26 --- apps/windows/4.25/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/windows/4.25/docker-compose.yml b/apps/windows/4.25/docker-compose.yml index b720cef10..c8804d76e 100644 --- a/apps/windows/4.25/docker-compose.yml +++ b/apps/windows/4.25/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: windows: - image: dockurr/windows:4.25 + image: dockurr/windows:4.26 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 19553d7d6053f5d32ecae127b341586a6b132275 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 24 Mar 2025 15:23:24 +0000 Subject: [PATCH 032/198] Update app version [skip ci] --- apps/page-spy-web/{2.2.1 => 2.2.2}/data.yml | 0 apps/page-spy-web/{2.2.1 => 2.2.2}/docker-compose.yml | 0 apps/page-spy-web/{2.2.1 => 2.2.2}/envs/default.env | 0 apps/page-spy-web/{2.2.1 => 2.2.2}/envs/global.env | 0 apps/page-spy-web/{2.2.1 => 2.2.2}/scripts/init.sh | 0 apps/page-spy-web/{2.2.1 => 2.2.2}/scripts/uninstall.sh | 0 apps/page-spy-web/{2.2.1 => 2.2.2}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/page-spy-web/{2.2.1 => 2.2.2}/data.yml (100%) rename apps/page-spy-web/{2.2.1 => 2.2.2}/docker-compose.yml (100%) rename apps/page-spy-web/{2.2.1 => 2.2.2}/envs/default.env (100%) rename apps/page-spy-web/{2.2.1 => 2.2.2}/envs/global.env (100%) rename apps/page-spy-web/{2.2.1 => 2.2.2}/scripts/init.sh (100%) rename apps/page-spy-web/{2.2.1 => 2.2.2}/scripts/uninstall.sh (100%) rename apps/page-spy-web/{2.2.1 => 2.2.2}/scripts/upgrade.sh (100%) diff --git a/apps/page-spy-web/2.2.1/data.yml b/apps/page-spy-web/2.2.2/data.yml similarity index 100% rename from apps/page-spy-web/2.2.1/data.yml rename to apps/page-spy-web/2.2.2/data.yml diff --git a/apps/page-spy-web/2.2.1/docker-compose.yml b/apps/page-spy-web/2.2.2/docker-compose.yml similarity index 100% rename from apps/page-spy-web/2.2.1/docker-compose.yml rename to apps/page-spy-web/2.2.2/docker-compose.yml diff --git a/apps/page-spy-web/2.2.1/envs/default.env b/apps/page-spy-web/2.2.2/envs/default.env similarity index 100% rename from apps/page-spy-web/2.2.1/envs/default.env rename to apps/page-spy-web/2.2.2/envs/default.env diff --git a/apps/page-spy-web/2.2.1/envs/global.env b/apps/page-spy-web/2.2.2/envs/global.env similarity index 100% rename from apps/page-spy-web/2.2.1/envs/global.env rename to apps/page-spy-web/2.2.2/envs/global.env diff --git a/apps/page-spy-web/2.2.1/scripts/init.sh b/apps/page-spy-web/2.2.2/scripts/init.sh similarity index 100% rename from apps/page-spy-web/2.2.1/scripts/init.sh rename to apps/page-spy-web/2.2.2/scripts/init.sh diff --git a/apps/page-spy-web/2.2.1/scripts/uninstall.sh b/apps/page-spy-web/2.2.2/scripts/uninstall.sh similarity index 100% rename from apps/page-spy-web/2.2.1/scripts/uninstall.sh rename to apps/page-spy-web/2.2.2/scripts/uninstall.sh diff --git a/apps/page-spy-web/2.2.1/scripts/upgrade.sh b/apps/page-spy-web/2.2.2/scripts/upgrade.sh similarity index 100% rename from apps/page-spy-web/2.2.1/scripts/upgrade.sh rename to apps/page-spy-web/2.2.2/scripts/upgrade.sh From 35b7d3fb1a286a628d5ee0b647afb9993c22f9b7 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 24 Mar 2025 15:23:29 +0000 Subject: [PATCH 033/198] Update app version [skip ci] --- apps/windows/{4.25 => 4.26}/data.yml | 0 apps/windows/{4.25 => 4.26}/docker-compose.yml | 0 apps/windows/{4.25 => 4.26}/envs/default.env | 0 apps/windows/{4.25 => 4.26}/envs/global.env | 0 apps/windows/{4.25 => 4.26}/scripts/init.sh | 0 apps/windows/{4.25 => 4.26}/scripts/uninstall.sh | 0 apps/windows/{4.25 => 4.26}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/windows/{4.25 => 4.26}/data.yml (100%) rename apps/windows/{4.25 => 4.26}/docker-compose.yml (100%) rename apps/windows/{4.25 => 4.26}/envs/default.env (100%) rename apps/windows/{4.25 => 4.26}/envs/global.env (100%) rename apps/windows/{4.25 => 4.26}/scripts/init.sh (100%) rename apps/windows/{4.25 => 4.26}/scripts/uninstall.sh (100%) rename apps/windows/{4.25 => 4.26}/scripts/upgrade.sh (100%) diff --git a/apps/windows/4.25/data.yml b/apps/windows/4.26/data.yml similarity index 100% rename from apps/windows/4.25/data.yml rename to apps/windows/4.26/data.yml diff --git a/apps/windows/4.25/docker-compose.yml b/apps/windows/4.26/docker-compose.yml similarity index 100% rename from apps/windows/4.25/docker-compose.yml rename to apps/windows/4.26/docker-compose.yml diff --git a/apps/windows/4.25/envs/default.env b/apps/windows/4.26/envs/default.env similarity index 100% rename from apps/windows/4.25/envs/default.env rename to apps/windows/4.26/envs/default.env diff --git a/apps/windows/4.25/envs/global.env b/apps/windows/4.26/envs/global.env similarity index 100% rename from apps/windows/4.25/envs/global.env rename to apps/windows/4.26/envs/global.env diff --git a/apps/windows/4.25/scripts/init.sh b/apps/windows/4.26/scripts/init.sh similarity index 100% rename from apps/windows/4.25/scripts/init.sh rename to apps/windows/4.26/scripts/init.sh diff --git a/apps/windows/4.25/scripts/uninstall.sh b/apps/windows/4.26/scripts/uninstall.sh similarity index 100% rename from apps/windows/4.25/scripts/uninstall.sh rename to apps/windows/4.26/scripts/uninstall.sh diff --git a/apps/windows/4.25/scripts/upgrade.sh b/apps/windows/4.26/scripts/upgrade.sh similarity index 100% rename from apps/windows/4.25/scripts/upgrade.sh rename to apps/windows/4.26/scripts/upgrade.sh From f7146c5b589a5c67b4c9f45019337de19d6ac4b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 19:45:01 +0000 Subject: [PATCH 034/198] Update linuxserver/radarr Docker tag to v5.21.1 --- apps/radarr/5.20.2/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/radarr/5.20.2/docker-compose.yml b/apps/radarr/5.20.2/docker-compose.yml index f62bab751..0580d4db6 100644 --- a/apps/radarr/5.20.2/docker-compose.yml +++ b/apps/radarr/5.20.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: radarr: - image: linuxserver/radarr:5.20.2 + image: linuxserver/radarr:5.21.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 9b24f12ce1309ecf010a10f716edd8efcd18a2f0 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 24 Mar 2025 19:45:16 +0000 Subject: [PATCH 035/198] Update app version [skip ci] --- apps/radarr/{5.20.2 => 5.21.1}/data.yml | 0 apps/radarr/{5.20.2 => 5.21.1}/docker-compose.yml | 0 apps/radarr/{5.20.2 => 5.21.1}/envs/default.env | 0 apps/radarr/{5.20.2 => 5.21.1}/envs/global.env | 0 apps/radarr/{5.20.2 => 5.21.1}/scripts/init.sh | 0 apps/radarr/{5.20.2 => 5.21.1}/scripts/uninstall.sh | 0 apps/radarr/{5.20.2 => 5.21.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/radarr/{5.20.2 => 5.21.1}/data.yml (100%) rename apps/radarr/{5.20.2 => 5.21.1}/docker-compose.yml (100%) rename apps/radarr/{5.20.2 => 5.21.1}/envs/default.env (100%) rename apps/radarr/{5.20.2 => 5.21.1}/envs/global.env (100%) rename apps/radarr/{5.20.2 => 5.21.1}/scripts/init.sh (100%) rename apps/radarr/{5.20.2 => 5.21.1}/scripts/uninstall.sh (100%) rename apps/radarr/{5.20.2 => 5.21.1}/scripts/upgrade.sh (100%) diff --git a/apps/radarr/5.20.2/data.yml b/apps/radarr/5.21.1/data.yml similarity index 100% rename from apps/radarr/5.20.2/data.yml rename to apps/radarr/5.21.1/data.yml diff --git a/apps/radarr/5.20.2/docker-compose.yml b/apps/radarr/5.21.1/docker-compose.yml similarity index 100% rename from apps/radarr/5.20.2/docker-compose.yml rename to apps/radarr/5.21.1/docker-compose.yml diff --git a/apps/radarr/5.20.2/envs/default.env b/apps/radarr/5.21.1/envs/default.env similarity index 100% rename from apps/radarr/5.20.2/envs/default.env rename to apps/radarr/5.21.1/envs/default.env diff --git a/apps/radarr/5.20.2/envs/global.env b/apps/radarr/5.21.1/envs/global.env similarity index 100% rename from apps/radarr/5.20.2/envs/global.env rename to apps/radarr/5.21.1/envs/global.env diff --git a/apps/radarr/5.20.2/scripts/init.sh b/apps/radarr/5.21.1/scripts/init.sh similarity index 100% rename from apps/radarr/5.20.2/scripts/init.sh rename to apps/radarr/5.21.1/scripts/init.sh diff --git a/apps/radarr/5.20.2/scripts/uninstall.sh b/apps/radarr/5.21.1/scripts/uninstall.sh similarity index 100% rename from apps/radarr/5.20.2/scripts/uninstall.sh rename to apps/radarr/5.21.1/scripts/uninstall.sh diff --git a/apps/radarr/5.20.2/scripts/upgrade.sh b/apps/radarr/5.21.1/scripts/upgrade.sh similarity index 100% rename from apps/radarr/5.20.2/scripts/upgrade.sh rename to apps/radarr/5.21.1/scripts/upgrade.sh From 8449146a4a5a5de8b7f35c4d1fbfaf2024c07484 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 23:10:33 +0000 Subject: [PATCH 036/198] Update gitea/gitea Docker tag to v1.23.6 --- apps/gitea/1.23.5/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/gitea/1.23.5/docker-compose.yml b/apps/gitea/1.23.5/docker-compose.yml index 305a94042..3c1c91902 100644 --- a/apps/gitea/1.23.5/docker-compose.yml +++ b/apps/gitea/1.23.5/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: gitea: - image: gitea/gitea:1.23.5 + image: gitea/gitea:1.23.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 7e3d70f1dd3c9f0364a9f89b769189385ce2ed29 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 23:10:37 +0000 Subject: [PATCH 037/198] Update ghost Docker tag to v5.114.1 --- apps/ghost/5.113.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ghost/5.113.1/docker-compose.yml b/apps/ghost/5.113.1/docker-compose.yml index 0495e82fb..1585a4a42 100644 --- a/apps/ghost/5.113.1/docker-compose.yml +++ b/apps/ghost/5.113.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:5.113.1 + image: ghost:5.114.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 675355f7dbe335b36056dcce6ba2e1e44128ea7a Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 24 Mar 2025 23:10:46 +0000 Subject: [PATCH 038/198] Update app version [skip ci] --- apps/gitea/{1.23.5 => 1.23.6}/config/app.example.ini | 0 apps/gitea/{1.23.5 => 1.23.6}/data.yml | 0 apps/gitea/{1.23.5 => 1.23.6}/docker-compose.yml | 0 apps/gitea/{1.23.5 => 1.23.6}/envs/default.env | 0 apps/gitea/{1.23.5 => 1.23.6}/envs/gitea.env | 0 apps/gitea/{1.23.5 => 1.23.6}/envs/global.env | 0 apps/gitea/{1.23.5 => 1.23.6}/scripts/init.sh | 0 apps/gitea/{1.23.5 => 1.23.6}/scripts/uninstall.sh | 0 apps/gitea/{1.23.5 => 1.23.6}/scripts/upgrade.sh | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename apps/gitea/{1.23.5 => 1.23.6}/config/app.example.ini (100%) rename apps/gitea/{1.23.5 => 1.23.6}/data.yml (100%) rename apps/gitea/{1.23.5 => 1.23.6}/docker-compose.yml (100%) rename apps/gitea/{1.23.5 => 1.23.6}/envs/default.env (100%) rename apps/gitea/{1.23.5 => 1.23.6}/envs/gitea.env (100%) rename apps/gitea/{1.23.5 => 1.23.6}/envs/global.env (100%) rename apps/gitea/{1.23.5 => 1.23.6}/scripts/init.sh (100%) rename apps/gitea/{1.23.5 => 1.23.6}/scripts/uninstall.sh (100%) rename apps/gitea/{1.23.5 => 1.23.6}/scripts/upgrade.sh (100%) diff --git a/apps/gitea/1.23.5/config/app.example.ini b/apps/gitea/1.23.6/config/app.example.ini similarity index 100% rename from apps/gitea/1.23.5/config/app.example.ini rename to apps/gitea/1.23.6/config/app.example.ini diff --git a/apps/gitea/1.23.5/data.yml b/apps/gitea/1.23.6/data.yml similarity index 100% rename from apps/gitea/1.23.5/data.yml rename to apps/gitea/1.23.6/data.yml diff --git a/apps/gitea/1.23.5/docker-compose.yml b/apps/gitea/1.23.6/docker-compose.yml similarity index 100% rename from apps/gitea/1.23.5/docker-compose.yml rename to apps/gitea/1.23.6/docker-compose.yml diff --git a/apps/gitea/1.23.5/envs/default.env b/apps/gitea/1.23.6/envs/default.env similarity index 100% rename from apps/gitea/1.23.5/envs/default.env rename to apps/gitea/1.23.6/envs/default.env diff --git a/apps/gitea/1.23.5/envs/gitea.env b/apps/gitea/1.23.6/envs/gitea.env similarity index 100% rename from apps/gitea/1.23.5/envs/gitea.env rename to apps/gitea/1.23.6/envs/gitea.env diff --git a/apps/gitea/1.23.5/envs/global.env b/apps/gitea/1.23.6/envs/global.env similarity index 100% rename from apps/gitea/1.23.5/envs/global.env rename to apps/gitea/1.23.6/envs/global.env diff --git a/apps/gitea/1.23.5/scripts/init.sh b/apps/gitea/1.23.6/scripts/init.sh similarity index 100% rename from apps/gitea/1.23.5/scripts/init.sh rename to apps/gitea/1.23.6/scripts/init.sh diff --git a/apps/gitea/1.23.5/scripts/uninstall.sh b/apps/gitea/1.23.6/scripts/uninstall.sh similarity index 100% rename from apps/gitea/1.23.5/scripts/uninstall.sh rename to apps/gitea/1.23.6/scripts/uninstall.sh diff --git a/apps/gitea/1.23.5/scripts/upgrade.sh b/apps/gitea/1.23.6/scripts/upgrade.sh similarity index 100% rename from apps/gitea/1.23.5/scripts/upgrade.sh rename to apps/gitea/1.23.6/scripts/upgrade.sh From f1231d122b76e6903d634eee8fb86258f4bdf73d Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 24 Mar 2025 23:10:48 +0000 Subject: [PATCH 039/198] Update app version [skip ci] --- apps/ghost/{5.113.1 => 5.114.1}/data.yml | 0 apps/ghost/{5.113.1 => 5.114.1}/docker-compose.yml | 0 apps/ghost/{5.113.1 => 5.114.1}/envs/default.env | 0 apps/ghost/{5.113.1 => 5.114.1}/envs/global.env | 0 apps/ghost/{5.113.1 => 5.114.1}/scripts/init.sh | 0 apps/ghost/{5.113.1 => 5.114.1}/scripts/uninstall.sh | 0 apps/ghost/{5.113.1 => 5.114.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ghost/{5.113.1 => 5.114.1}/data.yml (100%) rename apps/ghost/{5.113.1 => 5.114.1}/docker-compose.yml (100%) rename apps/ghost/{5.113.1 => 5.114.1}/envs/default.env (100%) rename apps/ghost/{5.113.1 => 5.114.1}/envs/global.env (100%) rename apps/ghost/{5.113.1 => 5.114.1}/scripts/init.sh (100%) rename apps/ghost/{5.113.1 => 5.114.1}/scripts/uninstall.sh (100%) rename apps/ghost/{5.113.1 => 5.114.1}/scripts/upgrade.sh (100%) diff --git a/apps/ghost/5.113.1/data.yml b/apps/ghost/5.114.1/data.yml similarity index 100% rename from apps/ghost/5.113.1/data.yml rename to apps/ghost/5.114.1/data.yml diff --git a/apps/ghost/5.113.1/docker-compose.yml b/apps/ghost/5.114.1/docker-compose.yml similarity index 100% rename from apps/ghost/5.113.1/docker-compose.yml rename to apps/ghost/5.114.1/docker-compose.yml diff --git a/apps/ghost/5.113.1/envs/default.env b/apps/ghost/5.114.1/envs/default.env similarity index 100% rename from apps/ghost/5.113.1/envs/default.env rename to apps/ghost/5.114.1/envs/default.env diff --git a/apps/ghost/5.113.1/envs/global.env b/apps/ghost/5.114.1/envs/global.env similarity index 100% rename from apps/ghost/5.113.1/envs/global.env rename to apps/ghost/5.114.1/envs/global.env diff --git a/apps/ghost/5.113.1/scripts/init.sh b/apps/ghost/5.114.1/scripts/init.sh similarity index 100% rename from apps/ghost/5.113.1/scripts/init.sh rename to apps/ghost/5.114.1/scripts/init.sh diff --git a/apps/ghost/5.113.1/scripts/uninstall.sh b/apps/ghost/5.114.1/scripts/uninstall.sh similarity index 100% rename from apps/ghost/5.113.1/scripts/uninstall.sh rename to apps/ghost/5.114.1/scripts/uninstall.sh diff --git a/apps/ghost/5.113.1/scripts/upgrade.sh b/apps/ghost/5.114.1/scripts/upgrade.sh similarity index 100% rename from apps/ghost/5.113.1/scripts/upgrade.sh rename to apps/ghost/5.114.1/scripts/upgrade.sh From 2af64b17c5cf28c12b38fabc3f9acd1062ba0b5b Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Tue, 25 Mar 2025 03:32:30 +0000 Subject: [PATCH 040/198] Processed apps directory via GitHub Actions --- appstore/ammds/{1.0.23 => 1.0.24}/.env | 0 appstore/ammds/{1.0.23 => 1.0.24}/data.yml | 0 appstore/ammds/{1.0.23 => 1.0.24}/docker-compose.yml | 2 +- appstore/ammds/{1.0.23 => 1.0.24}/envs/default.env | 0 appstore/ammds/{1.0.23 => 1.0.24}/envs/global.env | 0 appstore/ammds/{1.0.23 => 1.0.24}/scripts/init.sh | 0 appstore/ammds/{1.0.23 => 1.0.24}/scripts/uninstall.sh | 0 appstore/ammds/{1.0.23 => 1.0.24}/scripts/upgrade.sh | 0 appstore/ghost/{5.113.1 => 5.114.1}/.env | 0 appstore/ghost/{5.113.1 => 5.114.1}/data.yml | 0 appstore/ghost/{5.113.1 => 5.114.1}/docker-compose.yml | 2 +- appstore/ghost/{5.113.1 => 5.114.1}/envs/default.env | 0 appstore/ghost/{5.113.1 => 5.114.1}/envs/global.env | 0 appstore/ghost/{5.113.1 => 5.114.1}/scripts/init.sh | 0 appstore/ghost/{5.113.1 => 5.114.1}/scripts/uninstall.sh | 0 appstore/ghost/{5.113.1 => 5.114.1}/scripts/upgrade.sh | 0 appstore/gitea/{1.23.5 => 1.23.6}/.env | 0 appstore/gitea/{1.23.5 => 1.23.6}/config/app.example.ini | 0 appstore/gitea/{1.23.5 => 1.23.6}/data.yml | 0 appstore/gitea/{1.23.5 => 1.23.6}/docker-compose.yml | 2 +- appstore/gitea/{1.23.5 => 1.23.6}/envs/default.env | 0 appstore/gitea/{1.23.5 => 1.23.6}/envs/gitea.env | 0 appstore/gitea/{1.23.5 => 1.23.6}/envs/global.env | 0 appstore/gitea/{1.23.5 => 1.23.6}/scripts/init.sh | 0 appstore/gitea/{1.23.5 => 1.23.6}/scripts/uninstall.sh | 0 appstore/gitea/{1.23.5 => 1.23.6}/scripts/upgrade.sh | 0 appstore/page-spy-web/{2.2.1 => 2.2.2}/.env | 0 appstore/page-spy-web/{2.2.1 => 2.2.2}/data.yml | 0 appstore/page-spy-web/{2.2.1 => 2.2.2}/docker-compose.yml | 2 +- appstore/page-spy-web/{2.2.1 => 2.2.2}/envs/default.env | 0 appstore/page-spy-web/{2.2.1 => 2.2.2}/envs/global.env | 0 appstore/page-spy-web/{2.2.1 => 2.2.2}/scripts/init.sh | 0 appstore/page-spy-web/{2.2.1 => 2.2.2}/scripts/uninstall.sh | 0 appstore/page-spy-web/{2.2.1 => 2.2.2}/scripts/upgrade.sh | 0 appstore/radarr/{5.20.2 => 5.21.1}/.env | 0 appstore/radarr/{5.20.2 => 5.21.1}/data.yml | 0 appstore/radarr/{5.20.2 => 5.21.1}/docker-compose.yml | 2 +- appstore/radarr/{5.20.2 => 5.21.1}/envs/default.env | 0 appstore/radarr/{5.20.2 => 5.21.1}/envs/global.env | 0 appstore/radarr/{5.20.2 => 5.21.1}/scripts/init.sh | 0 appstore/radarr/{5.20.2 => 5.21.1}/scripts/uninstall.sh | 0 appstore/radarr/{5.20.2 => 5.21.1}/scripts/upgrade.sh | 0 appstore/windows/{4.25 => 4.26}/.env | 0 appstore/windows/{4.25 => 4.26}/data.yml | 0 appstore/windows/{4.25 => 4.26}/docker-compose.yml | 2 +- appstore/windows/{4.25 => 4.26}/envs/default.env | 0 appstore/windows/{4.25 => 4.26}/envs/global.env | 0 appstore/windows/{4.25 => 4.26}/scripts/init.sh | 0 appstore/windows/{4.25 => 4.26}/scripts/uninstall.sh | 0 appstore/windows/{4.25 => 4.26}/scripts/upgrade.sh | 0 dockge/ammds/docker-compose.yml | 2 +- dockge/ghost/docker-compose.yml | 2 +- dockge/gitea/docker-compose.yml | 2 +- dockge/page-spy-web/docker-compose.yml | 2 +- dockge/radarr/docker-compose.yml | 2 +- dockge/windows/docker-compose.yml | 2 +- 56 files changed, 12 insertions(+), 12 deletions(-) rename appstore/ammds/{1.0.23 => 1.0.24}/.env (100%) rename appstore/ammds/{1.0.23 => 1.0.24}/data.yml (100%) rename appstore/ammds/{1.0.23 => 1.0.24}/docker-compose.yml (95%) rename appstore/ammds/{1.0.23 => 1.0.24}/envs/default.env (100%) rename appstore/ammds/{1.0.23 => 1.0.24}/envs/global.env (100%) rename appstore/ammds/{1.0.23 => 1.0.24}/scripts/init.sh (100%) rename appstore/ammds/{1.0.23 => 1.0.24}/scripts/uninstall.sh (100%) rename appstore/ammds/{1.0.23 => 1.0.24}/scripts/upgrade.sh (100%) rename appstore/ghost/{5.113.1 => 5.114.1}/.env (100%) rename appstore/ghost/{5.113.1 => 5.114.1}/data.yml (100%) rename appstore/ghost/{5.113.1 => 5.114.1}/docker-compose.yml (95%) rename appstore/ghost/{5.113.1 => 5.114.1}/envs/default.env (100%) rename appstore/ghost/{5.113.1 => 5.114.1}/envs/global.env (100%) rename appstore/ghost/{5.113.1 => 5.114.1}/scripts/init.sh (100%) rename appstore/ghost/{5.113.1 => 5.114.1}/scripts/uninstall.sh (100%) rename appstore/ghost/{5.113.1 => 5.114.1}/scripts/upgrade.sh (100%) rename appstore/gitea/{1.23.5 => 1.23.6}/.env (100%) rename appstore/gitea/{1.23.5 => 1.23.6}/config/app.example.ini (100%) rename appstore/gitea/{1.23.5 => 1.23.6}/data.yml (100%) rename appstore/gitea/{1.23.5 => 1.23.6}/docker-compose.yml (97%) rename appstore/gitea/{1.23.5 => 1.23.6}/envs/default.env (100%) rename appstore/gitea/{1.23.5 => 1.23.6}/envs/gitea.env (100%) rename appstore/gitea/{1.23.5 => 1.23.6}/envs/global.env (100%) rename appstore/gitea/{1.23.5 => 1.23.6}/scripts/init.sh (100%) rename appstore/gitea/{1.23.5 => 1.23.6}/scripts/uninstall.sh (100%) rename appstore/gitea/{1.23.5 => 1.23.6}/scripts/upgrade.sh (100%) rename appstore/page-spy-web/{2.2.1 => 2.2.2}/.env (100%) rename appstore/page-spy-web/{2.2.1 => 2.2.2}/data.yml (100%) rename appstore/page-spy-web/{2.2.1 => 2.2.2}/docker-compose.yml (90%) rename appstore/page-spy-web/{2.2.1 => 2.2.2}/envs/default.env (100%) rename appstore/page-spy-web/{2.2.1 => 2.2.2}/envs/global.env (100%) rename appstore/page-spy-web/{2.2.1 => 2.2.2}/scripts/init.sh (100%) rename appstore/page-spy-web/{2.2.1 => 2.2.2}/scripts/uninstall.sh (100%) rename appstore/page-spy-web/{2.2.1 => 2.2.2}/scripts/upgrade.sh (100%) rename appstore/radarr/{5.20.2 => 5.21.1}/.env (100%) rename appstore/radarr/{5.20.2 => 5.21.1}/data.yml (100%) rename appstore/radarr/{5.20.2 => 5.21.1}/docker-compose.yml (95%) rename appstore/radarr/{5.20.2 => 5.21.1}/envs/default.env (100%) rename appstore/radarr/{5.20.2 => 5.21.1}/envs/global.env (100%) rename appstore/radarr/{5.20.2 => 5.21.1}/scripts/init.sh (100%) rename appstore/radarr/{5.20.2 => 5.21.1}/scripts/uninstall.sh (100%) rename appstore/radarr/{5.20.2 => 5.21.1}/scripts/upgrade.sh (100%) rename appstore/windows/{4.25 => 4.26}/.env (100%) rename appstore/windows/{4.25 => 4.26}/data.yml (100%) rename appstore/windows/{4.25 => 4.26}/docker-compose.yml (95%) rename appstore/windows/{4.25 => 4.26}/envs/default.env (100%) rename appstore/windows/{4.25 => 4.26}/envs/global.env (100%) rename appstore/windows/{4.25 => 4.26}/scripts/init.sh (100%) rename appstore/windows/{4.25 => 4.26}/scripts/uninstall.sh (100%) rename appstore/windows/{4.25 => 4.26}/scripts/upgrade.sh (100%) diff --git a/appstore/ammds/1.0.23/.env b/appstore/ammds/1.0.24/.env similarity index 100% rename from appstore/ammds/1.0.23/.env rename to appstore/ammds/1.0.24/.env diff --git a/appstore/ammds/1.0.23/data.yml b/appstore/ammds/1.0.24/data.yml similarity index 100% rename from appstore/ammds/1.0.23/data.yml rename to appstore/ammds/1.0.24/data.yml diff --git a/appstore/ammds/1.0.23/docker-compose.yml b/appstore/ammds/1.0.24/docker-compose.yml similarity index 95% rename from appstore/ammds/1.0.23/docker-compose.yml rename to appstore/ammds/1.0.24/docker-compose.yml index 8dd251cdf..159ce3826 100644 --- a/appstore/ammds/1.0.23/docker-compose.yml +++ b/appstore/ammds/1.0.24/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.0.23 + image: qyg2297248353/ammds:v1.0.24 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/ammds/1.0.23/envs/default.env b/appstore/ammds/1.0.24/envs/default.env similarity index 100% rename from appstore/ammds/1.0.23/envs/default.env rename to appstore/ammds/1.0.24/envs/default.env diff --git a/appstore/ammds/1.0.23/envs/global.env b/appstore/ammds/1.0.24/envs/global.env similarity index 100% rename from appstore/ammds/1.0.23/envs/global.env rename to appstore/ammds/1.0.24/envs/global.env diff --git a/appstore/ammds/1.0.23/scripts/init.sh b/appstore/ammds/1.0.24/scripts/init.sh similarity index 100% rename from appstore/ammds/1.0.23/scripts/init.sh rename to appstore/ammds/1.0.24/scripts/init.sh diff --git a/appstore/ammds/1.0.23/scripts/uninstall.sh b/appstore/ammds/1.0.24/scripts/uninstall.sh similarity index 100% rename from appstore/ammds/1.0.23/scripts/uninstall.sh rename to appstore/ammds/1.0.24/scripts/uninstall.sh diff --git a/appstore/ammds/1.0.23/scripts/upgrade.sh b/appstore/ammds/1.0.24/scripts/upgrade.sh similarity index 100% rename from appstore/ammds/1.0.23/scripts/upgrade.sh rename to appstore/ammds/1.0.24/scripts/upgrade.sh diff --git a/appstore/ghost/5.113.1/.env b/appstore/ghost/5.114.1/.env similarity index 100% rename from appstore/ghost/5.113.1/.env rename to appstore/ghost/5.114.1/.env diff --git a/appstore/ghost/5.113.1/data.yml b/appstore/ghost/5.114.1/data.yml similarity index 100% rename from appstore/ghost/5.113.1/data.yml rename to appstore/ghost/5.114.1/data.yml diff --git a/appstore/ghost/5.113.1/docker-compose.yml b/appstore/ghost/5.114.1/docker-compose.yml similarity index 95% rename from appstore/ghost/5.113.1/docker-compose.yml rename to appstore/ghost/5.114.1/docker-compose.yml index f18a4a4e7..204e4db50 100644 --- a/appstore/ghost/5.113.1/docker-compose.yml +++ b/appstore/ghost/5.114.1/docker-compose.yml @@ -14,7 +14,7 @@ services: - database__client=mysql - mail__options__service=Email - mail__options__secure=true - image: ghost:5.113.1 + image: ghost:5.114.1 labels: createdBy: Apps networks: diff --git a/appstore/ghost/5.113.1/envs/default.env b/appstore/ghost/5.114.1/envs/default.env similarity index 100% rename from appstore/ghost/5.113.1/envs/default.env rename to appstore/ghost/5.114.1/envs/default.env diff --git a/appstore/ghost/5.113.1/envs/global.env b/appstore/ghost/5.114.1/envs/global.env similarity index 100% rename from appstore/ghost/5.113.1/envs/global.env rename to appstore/ghost/5.114.1/envs/global.env diff --git a/appstore/ghost/5.113.1/scripts/init.sh b/appstore/ghost/5.114.1/scripts/init.sh similarity index 100% rename from appstore/ghost/5.113.1/scripts/init.sh rename to appstore/ghost/5.114.1/scripts/init.sh diff --git a/appstore/ghost/5.113.1/scripts/uninstall.sh b/appstore/ghost/5.114.1/scripts/uninstall.sh similarity index 100% rename from appstore/ghost/5.113.1/scripts/uninstall.sh rename to appstore/ghost/5.114.1/scripts/uninstall.sh diff --git a/appstore/ghost/5.113.1/scripts/upgrade.sh b/appstore/ghost/5.114.1/scripts/upgrade.sh similarity index 100% rename from appstore/ghost/5.113.1/scripts/upgrade.sh rename to appstore/ghost/5.114.1/scripts/upgrade.sh diff --git a/appstore/gitea/1.23.5/.env b/appstore/gitea/1.23.6/.env similarity index 100% rename from appstore/gitea/1.23.5/.env rename to appstore/gitea/1.23.6/.env diff --git a/appstore/gitea/1.23.5/config/app.example.ini b/appstore/gitea/1.23.6/config/app.example.ini similarity index 100% rename from appstore/gitea/1.23.5/config/app.example.ini rename to appstore/gitea/1.23.6/config/app.example.ini diff --git a/appstore/gitea/1.23.5/data.yml b/appstore/gitea/1.23.6/data.yml similarity index 100% rename from appstore/gitea/1.23.5/data.yml rename to appstore/gitea/1.23.6/data.yml diff --git a/appstore/gitea/1.23.5/docker-compose.yml b/appstore/gitea/1.23.6/docker-compose.yml similarity index 97% rename from appstore/gitea/1.23.5/docker-compose.yml rename to appstore/gitea/1.23.6/docker-compose.yml index 35f38065b..1d572e691 100644 --- a/appstore/gitea/1.23.5/docker-compose.yml +++ b/appstore/gitea/1.23.6/docker-compose.yml @@ -28,7 +28,7 @@ services: - GITEA__webhook__PROXY_HOSTS=${PROXY_HOSTS} - GITEA__git.config__http.proxy=${PROXY_URL} - GITEA__git.config__https.proxy=${PROXY_URL} - image: gitea/gitea:1.23.5 + image: gitea/gitea:1.23.6 labels: createdBy: Apps networks: diff --git a/appstore/gitea/1.23.5/envs/default.env b/appstore/gitea/1.23.6/envs/default.env similarity index 100% rename from appstore/gitea/1.23.5/envs/default.env rename to appstore/gitea/1.23.6/envs/default.env diff --git a/appstore/gitea/1.23.5/envs/gitea.env b/appstore/gitea/1.23.6/envs/gitea.env similarity index 100% rename from appstore/gitea/1.23.5/envs/gitea.env rename to appstore/gitea/1.23.6/envs/gitea.env diff --git a/appstore/gitea/1.23.5/envs/global.env b/appstore/gitea/1.23.6/envs/global.env similarity index 100% rename from appstore/gitea/1.23.5/envs/global.env rename to appstore/gitea/1.23.6/envs/global.env diff --git a/appstore/gitea/1.23.5/scripts/init.sh b/appstore/gitea/1.23.6/scripts/init.sh similarity index 100% rename from appstore/gitea/1.23.5/scripts/init.sh rename to appstore/gitea/1.23.6/scripts/init.sh diff --git a/appstore/gitea/1.23.5/scripts/uninstall.sh b/appstore/gitea/1.23.6/scripts/uninstall.sh similarity index 100% rename from appstore/gitea/1.23.5/scripts/uninstall.sh rename to appstore/gitea/1.23.6/scripts/uninstall.sh diff --git a/appstore/gitea/1.23.5/scripts/upgrade.sh b/appstore/gitea/1.23.6/scripts/upgrade.sh similarity index 100% rename from appstore/gitea/1.23.5/scripts/upgrade.sh rename to appstore/gitea/1.23.6/scripts/upgrade.sh diff --git a/appstore/page-spy-web/2.2.1/.env b/appstore/page-spy-web/2.2.2/.env similarity index 100% rename from appstore/page-spy-web/2.2.1/.env rename to appstore/page-spy-web/2.2.2/.env diff --git a/appstore/page-spy-web/2.2.1/data.yml b/appstore/page-spy-web/2.2.2/data.yml similarity index 100% rename from appstore/page-spy-web/2.2.1/data.yml rename to appstore/page-spy-web/2.2.2/data.yml diff --git a/appstore/page-spy-web/2.2.1/docker-compose.yml b/appstore/page-spy-web/2.2.2/docker-compose.yml similarity index 90% rename from appstore/page-spy-web/2.2.1/docker-compose.yml rename to appstore/page-spy-web/2.2.2/docker-compose.yml index 07e100301..f3ccdf77e 100644 --- a/appstore/page-spy-web/2.2.1/docker-compose.yml +++ b/appstore/page-spy-web/2.2.2/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: huolalatech/page-spy-web:v2.2.1 + image: huolalatech/page-spy-web:v2.2.2 labels: createdBy: Apps networks: diff --git a/appstore/page-spy-web/2.2.1/envs/default.env b/appstore/page-spy-web/2.2.2/envs/default.env similarity index 100% rename from appstore/page-spy-web/2.2.1/envs/default.env rename to appstore/page-spy-web/2.2.2/envs/default.env diff --git a/appstore/page-spy-web/2.2.1/envs/global.env b/appstore/page-spy-web/2.2.2/envs/global.env similarity index 100% rename from appstore/page-spy-web/2.2.1/envs/global.env rename to appstore/page-spy-web/2.2.2/envs/global.env diff --git a/appstore/page-spy-web/2.2.1/scripts/init.sh b/appstore/page-spy-web/2.2.2/scripts/init.sh similarity index 100% rename from appstore/page-spy-web/2.2.1/scripts/init.sh rename to appstore/page-spy-web/2.2.2/scripts/init.sh diff --git a/appstore/page-spy-web/2.2.1/scripts/uninstall.sh b/appstore/page-spy-web/2.2.2/scripts/uninstall.sh similarity index 100% rename from appstore/page-spy-web/2.2.1/scripts/uninstall.sh rename to appstore/page-spy-web/2.2.2/scripts/uninstall.sh diff --git a/appstore/page-spy-web/2.2.1/scripts/upgrade.sh b/appstore/page-spy-web/2.2.2/scripts/upgrade.sh similarity index 100% rename from appstore/page-spy-web/2.2.1/scripts/upgrade.sh rename to appstore/page-spy-web/2.2.2/scripts/upgrade.sh diff --git a/appstore/radarr/5.20.2/.env b/appstore/radarr/5.21.1/.env similarity index 100% rename from appstore/radarr/5.20.2/.env rename to appstore/radarr/5.21.1/.env diff --git a/appstore/radarr/5.20.2/data.yml b/appstore/radarr/5.21.1/data.yml similarity index 100% rename from appstore/radarr/5.20.2/data.yml rename to appstore/radarr/5.21.1/data.yml diff --git a/appstore/radarr/5.20.2/docker-compose.yml b/appstore/radarr/5.21.1/docker-compose.yml similarity index 95% rename from appstore/radarr/5.20.2/docker-compose.yml rename to appstore/radarr/5.21.1/docker-compose.yml index 6aee9712c..2ea6e0b03 100644 --- a/appstore/radarr/5.20.2/docker-compose.yml +++ b/appstore/radarr/5.21.1/docker-compose.yml @@ -12,7 +12,7 @@ services: - PGID=1000 - UMASK=022 - TZ=Asia/Shanghai - image: linuxserver/radarr:5.20.2 + image: linuxserver/radarr:5.21.1 labels: createdBy: Apps networks: diff --git a/appstore/radarr/5.20.2/envs/default.env b/appstore/radarr/5.21.1/envs/default.env similarity index 100% rename from appstore/radarr/5.20.2/envs/default.env rename to appstore/radarr/5.21.1/envs/default.env diff --git a/appstore/radarr/5.20.2/envs/global.env b/appstore/radarr/5.21.1/envs/global.env similarity index 100% rename from appstore/radarr/5.20.2/envs/global.env rename to appstore/radarr/5.21.1/envs/global.env diff --git a/appstore/radarr/5.20.2/scripts/init.sh b/appstore/radarr/5.21.1/scripts/init.sh similarity index 100% rename from appstore/radarr/5.20.2/scripts/init.sh rename to appstore/radarr/5.21.1/scripts/init.sh diff --git a/appstore/radarr/5.20.2/scripts/uninstall.sh b/appstore/radarr/5.21.1/scripts/uninstall.sh similarity index 100% rename from appstore/radarr/5.20.2/scripts/uninstall.sh rename to appstore/radarr/5.21.1/scripts/uninstall.sh diff --git a/appstore/radarr/5.20.2/scripts/upgrade.sh b/appstore/radarr/5.21.1/scripts/upgrade.sh similarity index 100% rename from appstore/radarr/5.20.2/scripts/upgrade.sh rename to appstore/radarr/5.21.1/scripts/upgrade.sh diff --git a/appstore/windows/4.25/.env b/appstore/windows/4.26/.env similarity index 100% rename from appstore/windows/4.25/.env rename to appstore/windows/4.26/.env diff --git a/appstore/windows/4.25/data.yml b/appstore/windows/4.26/data.yml similarity index 100% rename from appstore/windows/4.25/data.yml rename to appstore/windows/4.26/data.yml diff --git a/appstore/windows/4.25/docker-compose.yml b/appstore/windows/4.26/docker-compose.yml similarity index 95% rename from appstore/windows/4.25/docker-compose.yml rename to appstore/windows/4.26/docker-compose.yml index da3dd731b..0c2719e82 100644 --- a/appstore/windows/4.25/docker-compose.yml +++ b/appstore/windows/4.26/docker-compose.yml @@ -16,7 +16,7 @@ services: - REGION=en-US - KEYBOARD=en-US - VERSION=${VERSION} - image: dockurr/windows:4.25 + image: dockurr/windows:4.26 labels: createdBy: Apps networks: diff --git a/appstore/windows/4.25/envs/default.env b/appstore/windows/4.26/envs/default.env similarity index 100% rename from appstore/windows/4.25/envs/default.env rename to appstore/windows/4.26/envs/default.env diff --git a/appstore/windows/4.25/envs/global.env b/appstore/windows/4.26/envs/global.env similarity index 100% rename from appstore/windows/4.25/envs/global.env rename to appstore/windows/4.26/envs/global.env diff --git a/appstore/windows/4.25/scripts/init.sh b/appstore/windows/4.26/scripts/init.sh similarity index 100% rename from appstore/windows/4.25/scripts/init.sh rename to appstore/windows/4.26/scripts/init.sh diff --git a/appstore/windows/4.25/scripts/uninstall.sh b/appstore/windows/4.26/scripts/uninstall.sh similarity index 100% rename from appstore/windows/4.25/scripts/uninstall.sh rename to appstore/windows/4.26/scripts/uninstall.sh diff --git a/appstore/windows/4.25/scripts/upgrade.sh b/appstore/windows/4.26/scripts/upgrade.sh similarity index 100% rename from appstore/windows/4.25/scripts/upgrade.sh rename to appstore/windows/4.26/scripts/upgrade.sh diff --git a/dockge/ammds/docker-compose.yml b/dockge/ammds/docker-compose.yml index 8dd251cdf..159ce3826 100644 --- a/dockge/ammds/docker-compose.yml +++ b/dockge/ammds/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.0.23 + image: qyg2297248353/ammds:v1.0.24 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/ghost/docker-compose.yml b/dockge/ghost/docker-compose.yml index f18a4a4e7..204e4db50 100644 --- a/dockge/ghost/docker-compose.yml +++ b/dockge/ghost/docker-compose.yml @@ -14,7 +14,7 @@ services: - database__client=mysql - mail__options__service=Email - mail__options__secure=true - image: ghost:5.113.1 + image: ghost:5.114.1 labels: createdBy: Apps networks: diff --git a/dockge/gitea/docker-compose.yml b/dockge/gitea/docker-compose.yml index 35f38065b..1d572e691 100644 --- a/dockge/gitea/docker-compose.yml +++ b/dockge/gitea/docker-compose.yml @@ -28,7 +28,7 @@ services: - GITEA__webhook__PROXY_HOSTS=${PROXY_HOSTS} - GITEA__git.config__http.proxy=${PROXY_URL} - GITEA__git.config__https.proxy=${PROXY_URL} - image: gitea/gitea:1.23.5 + image: gitea/gitea:1.23.6 labels: createdBy: Apps networks: diff --git a/dockge/page-spy-web/docker-compose.yml b/dockge/page-spy-web/docker-compose.yml index 07e100301..f3ccdf77e 100644 --- a/dockge/page-spy-web/docker-compose.yml +++ b/dockge/page-spy-web/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: huolalatech/page-spy-web:v2.2.1 + image: huolalatech/page-spy-web:v2.2.2 labels: createdBy: Apps networks: diff --git a/dockge/radarr/docker-compose.yml b/dockge/radarr/docker-compose.yml index 6aee9712c..2ea6e0b03 100644 --- a/dockge/radarr/docker-compose.yml +++ b/dockge/radarr/docker-compose.yml @@ -12,7 +12,7 @@ services: - PGID=1000 - UMASK=022 - TZ=Asia/Shanghai - image: linuxserver/radarr:5.20.2 + image: linuxserver/radarr:5.21.1 labels: createdBy: Apps networks: diff --git a/dockge/windows/docker-compose.yml b/dockge/windows/docker-compose.yml index da3dd731b..0c2719e82 100644 --- a/dockge/windows/docker-compose.yml +++ b/dockge/windows/docker-compose.yml @@ -16,7 +16,7 @@ services: - REGION=en-US - KEYBOARD=en-US - VERSION=${VERSION} - image: dockurr/windows:4.25 + image: dockurr/windows:4.26 labels: createdBy: Apps networks: From 22caa01a7851a5fb7d46e8be4c319b2baa7edca2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 07:50:00 +0000 Subject: [PATCH 041/198] Update b3log/siyuan Docker tag to v3.1.26 --- apps/siyuan/3.1.25/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/siyuan/3.1.25/docker-compose.yml b/apps/siyuan/3.1.25/docker-compose.yml index b057b83a7..483f07223 100644 --- a/apps/siyuan/3.1.25/docker-compose.yml +++ b/apps/siyuan/3.1.25/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: siyuan: - image: b3log/siyuan:v3.1.25 + image: b3log/siyuan:v3.1.26 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 21cb4f54dca4ac373471b7994487ede17cfccd8a Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 25 Mar 2025 07:50:13 +0000 Subject: [PATCH 042/198] Update app version [skip ci] --- apps/siyuan/{3.1.25 => 3.1.26}/data.yml | 0 apps/siyuan/{3.1.25 => 3.1.26}/docker-compose.yml | 0 apps/siyuan/{3.1.25 => 3.1.26}/envs/default.env | 0 apps/siyuan/{3.1.25 => 3.1.26}/envs/global.env | 0 apps/siyuan/{3.1.25 => 3.1.26}/scripts/init.sh | 0 apps/siyuan/{3.1.25 => 3.1.26}/scripts/uninstall.sh | 0 apps/siyuan/{3.1.25 => 3.1.26}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/siyuan/{3.1.25 => 3.1.26}/data.yml (100%) rename apps/siyuan/{3.1.25 => 3.1.26}/docker-compose.yml (100%) rename apps/siyuan/{3.1.25 => 3.1.26}/envs/default.env (100%) rename apps/siyuan/{3.1.25 => 3.1.26}/envs/global.env (100%) rename apps/siyuan/{3.1.25 => 3.1.26}/scripts/init.sh (100%) rename apps/siyuan/{3.1.25 => 3.1.26}/scripts/uninstall.sh (100%) rename apps/siyuan/{3.1.25 => 3.1.26}/scripts/upgrade.sh (100%) diff --git a/apps/siyuan/3.1.25/data.yml b/apps/siyuan/3.1.26/data.yml similarity index 100% rename from apps/siyuan/3.1.25/data.yml rename to apps/siyuan/3.1.26/data.yml diff --git a/apps/siyuan/3.1.25/docker-compose.yml b/apps/siyuan/3.1.26/docker-compose.yml similarity index 100% rename from apps/siyuan/3.1.25/docker-compose.yml rename to apps/siyuan/3.1.26/docker-compose.yml diff --git a/apps/siyuan/3.1.25/envs/default.env b/apps/siyuan/3.1.26/envs/default.env similarity index 100% rename from apps/siyuan/3.1.25/envs/default.env rename to apps/siyuan/3.1.26/envs/default.env diff --git a/apps/siyuan/3.1.25/envs/global.env b/apps/siyuan/3.1.26/envs/global.env similarity index 100% rename from apps/siyuan/3.1.25/envs/global.env rename to apps/siyuan/3.1.26/envs/global.env diff --git a/apps/siyuan/3.1.25/scripts/init.sh b/apps/siyuan/3.1.26/scripts/init.sh similarity index 100% rename from apps/siyuan/3.1.25/scripts/init.sh rename to apps/siyuan/3.1.26/scripts/init.sh diff --git a/apps/siyuan/3.1.25/scripts/uninstall.sh b/apps/siyuan/3.1.26/scripts/uninstall.sh similarity index 100% rename from apps/siyuan/3.1.25/scripts/uninstall.sh rename to apps/siyuan/3.1.26/scripts/uninstall.sh diff --git a/apps/siyuan/3.1.25/scripts/upgrade.sh b/apps/siyuan/3.1.26/scripts/upgrade.sh similarity index 100% rename from apps/siyuan/3.1.25/scripts/upgrade.sh rename to apps/siyuan/3.1.26/scripts/upgrade.sh From 48a064c78d69444863cc1137fef205ec1aeebeba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 10:14:42 +0000 Subject: [PATCH 043/198] Update aceberg/watchyourlan Docker tag to v2.1.0 --- apps/watchyourlan/2.0.4/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/watchyourlan/2.0.4/docker-compose.yml b/apps/watchyourlan/2.0.4/docker-compose.yml index aaf0dfe44..350a4157b 100644 --- a/apps/watchyourlan/2.0.4/docker-compose.yml +++ b/apps/watchyourlan/2.0.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: watchyourlan: - image: aceberg/watchyourlan:2.0.4 + image: aceberg/watchyourlan:2.1.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From c2242f7c5bc7e8f7cbf59f94908d1ef6618d9f17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 10:14:46 +0000 Subject: [PATCH 044/198] Update hamster1963/nezha-dash Docker tag to v2.9.0 --- apps/nezha-dash/2.8.3/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nezha-dash/2.8.3/docker-compose.yml b/apps/nezha-dash/2.8.3/docker-compose.yml index edcf6a830..0fb8949c5 100644 --- a/apps/nezha-dash/2.8.3/docker-compose.yml +++ b/apps/nezha-dash/2.8.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: nezha-dash: - image: hamster1963/nezha-dash:v2.8.3 + image: hamster1963/nezha-dash:v2.9.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From f35b0c0db22e12b35eceb36f715ffa718e0cec03 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 25 Mar 2025 10:14:55 +0000 Subject: [PATCH 045/198] Update app version [skip ci] --- apps/watchyourlan/{2.0.4 => 2.1.0}/data.yml | 0 apps/watchyourlan/{2.0.4 => 2.1.0}/docker-compose.yml | 0 apps/watchyourlan/{2.0.4 => 2.1.0}/envs/default.env | 0 apps/watchyourlan/{2.0.4 => 2.1.0}/envs/global.env | 0 apps/watchyourlan/{2.0.4 => 2.1.0}/scripts/init.sh | 0 apps/watchyourlan/{2.0.4 => 2.1.0}/scripts/uninstall.sh | 0 apps/watchyourlan/{2.0.4 => 2.1.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/watchyourlan/{2.0.4 => 2.1.0}/data.yml (100%) rename apps/watchyourlan/{2.0.4 => 2.1.0}/docker-compose.yml (100%) rename apps/watchyourlan/{2.0.4 => 2.1.0}/envs/default.env (100%) rename apps/watchyourlan/{2.0.4 => 2.1.0}/envs/global.env (100%) rename apps/watchyourlan/{2.0.4 => 2.1.0}/scripts/init.sh (100%) rename apps/watchyourlan/{2.0.4 => 2.1.0}/scripts/uninstall.sh (100%) rename apps/watchyourlan/{2.0.4 => 2.1.0}/scripts/upgrade.sh (100%) diff --git a/apps/watchyourlan/2.0.4/data.yml b/apps/watchyourlan/2.1.0/data.yml similarity index 100% rename from apps/watchyourlan/2.0.4/data.yml rename to apps/watchyourlan/2.1.0/data.yml diff --git a/apps/watchyourlan/2.0.4/docker-compose.yml b/apps/watchyourlan/2.1.0/docker-compose.yml similarity index 100% rename from apps/watchyourlan/2.0.4/docker-compose.yml rename to apps/watchyourlan/2.1.0/docker-compose.yml diff --git a/apps/watchyourlan/2.0.4/envs/default.env b/apps/watchyourlan/2.1.0/envs/default.env similarity index 100% rename from apps/watchyourlan/2.0.4/envs/default.env rename to apps/watchyourlan/2.1.0/envs/default.env diff --git a/apps/watchyourlan/2.0.4/envs/global.env b/apps/watchyourlan/2.1.0/envs/global.env similarity index 100% rename from apps/watchyourlan/2.0.4/envs/global.env rename to apps/watchyourlan/2.1.0/envs/global.env diff --git a/apps/watchyourlan/2.0.4/scripts/init.sh b/apps/watchyourlan/2.1.0/scripts/init.sh similarity index 100% rename from apps/watchyourlan/2.0.4/scripts/init.sh rename to apps/watchyourlan/2.1.0/scripts/init.sh diff --git a/apps/watchyourlan/2.0.4/scripts/uninstall.sh b/apps/watchyourlan/2.1.0/scripts/uninstall.sh similarity index 100% rename from apps/watchyourlan/2.0.4/scripts/uninstall.sh rename to apps/watchyourlan/2.1.0/scripts/uninstall.sh diff --git a/apps/watchyourlan/2.0.4/scripts/upgrade.sh b/apps/watchyourlan/2.1.0/scripts/upgrade.sh similarity index 100% rename from apps/watchyourlan/2.0.4/scripts/upgrade.sh rename to apps/watchyourlan/2.1.0/scripts/upgrade.sh From 53af37bae36bc1a7106307dbd4676fcd70772350 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 25 Mar 2025 10:14:59 +0000 Subject: [PATCH 046/198] Update app version [skip ci] --- apps/nezha-dash/{2.8.3 => 2.9.0}/data.yml | 0 apps/nezha-dash/{2.8.3 => 2.9.0}/docker-compose.yml | 0 apps/nezha-dash/{2.8.3 => 2.9.0}/envs/default.env | 0 apps/nezha-dash/{2.8.3 => 2.9.0}/envs/global.env | 0 apps/nezha-dash/{2.8.3 => 2.9.0}/scripts/init.sh | 0 apps/nezha-dash/{2.8.3 => 2.9.0}/scripts/uninstall.sh | 0 apps/nezha-dash/{2.8.3 => 2.9.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/nezha-dash/{2.8.3 => 2.9.0}/data.yml (100%) rename apps/nezha-dash/{2.8.3 => 2.9.0}/docker-compose.yml (100%) rename apps/nezha-dash/{2.8.3 => 2.9.0}/envs/default.env (100%) rename apps/nezha-dash/{2.8.3 => 2.9.0}/envs/global.env (100%) rename apps/nezha-dash/{2.8.3 => 2.9.0}/scripts/init.sh (100%) rename apps/nezha-dash/{2.8.3 => 2.9.0}/scripts/uninstall.sh (100%) rename apps/nezha-dash/{2.8.3 => 2.9.0}/scripts/upgrade.sh (100%) diff --git a/apps/nezha-dash/2.8.3/data.yml b/apps/nezha-dash/2.9.0/data.yml similarity index 100% rename from apps/nezha-dash/2.8.3/data.yml rename to apps/nezha-dash/2.9.0/data.yml diff --git a/apps/nezha-dash/2.8.3/docker-compose.yml b/apps/nezha-dash/2.9.0/docker-compose.yml similarity index 100% rename from apps/nezha-dash/2.8.3/docker-compose.yml rename to apps/nezha-dash/2.9.0/docker-compose.yml diff --git a/apps/nezha-dash/2.8.3/envs/default.env b/apps/nezha-dash/2.9.0/envs/default.env similarity index 100% rename from apps/nezha-dash/2.8.3/envs/default.env rename to apps/nezha-dash/2.9.0/envs/default.env diff --git a/apps/nezha-dash/2.8.3/envs/global.env b/apps/nezha-dash/2.9.0/envs/global.env similarity index 100% rename from apps/nezha-dash/2.8.3/envs/global.env rename to apps/nezha-dash/2.9.0/envs/global.env diff --git a/apps/nezha-dash/2.8.3/scripts/init.sh b/apps/nezha-dash/2.9.0/scripts/init.sh similarity index 100% rename from apps/nezha-dash/2.8.3/scripts/init.sh rename to apps/nezha-dash/2.9.0/scripts/init.sh diff --git a/apps/nezha-dash/2.8.3/scripts/uninstall.sh b/apps/nezha-dash/2.9.0/scripts/uninstall.sh similarity index 100% rename from apps/nezha-dash/2.8.3/scripts/uninstall.sh rename to apps/nezha-dash/2.9.0/scripts/uninstall.sh diff --git a/apps/nezha-dash/2.8.3/scripts/upgrade.sh b/apps/nezha-dash/2.9.0/scripts/upgrade.sh similarity index 100% rename from apps/nezha-dash/2.8.3/scripts/upgrade.sh rename to apps/nezha-dash/2.9.0/scripts/upgrade.sh From 93e0a2154ca47ad5ff26ffa1e0e61a3d763bdd08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:43:49 +0000 Subject: [PATCH 047/198] Update qyg2297248353/ammds Docker tag to v1.0.25 --- apps/ammds/1.0.24/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ammds/1.0.24/docker-compose.yml b/apps/ammds/1.0.24/docker-compose.yml index cba16b868..a6febd6c4 100644 --- a/apps/ammds/1.0.24/docker-compose.yml +++ b/apps/ammds/1.0.24/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ammds: - image: qyg2297248353/ammds:v1.0.24 + image: qyg2297248353/ammds:v1.0.25 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 68ce1d5e374eed254caf83f07ab19833ca2d37d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:43:55 +0000 Subject: [PATCH 048/198] Update vectorim/element-web Docker tag to v1.11.96 --- apps/element-web/1.11.95/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/element-web/1.11.95/docker-compose.yml b/apps/element-web/1.11.95/docker-compose.yml index 10d7360f2..01f325280 100644 --- a/apps/element-web/1.11.95/docker-compose.yml +++ b/apps/element-web/1.11.95/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: element-web: - image: vectorim/element-web:v1.11.95 + image: vectorim/element-web:v1.11.96 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 0aa4b5282b85c412a7b0dcd457ae8ae0a4a6b317 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 25 Mar 2025 16:44:02 +0000 Subject: [PATCH 049/198] Update app version [skip ci] --- apps/ammds/{1.0.24 => 1.0.25}/data.yml | 0 apps/ammds/{1.0.24 => 1.0.25}/docker-compose.yml | 0 apps/ammds/{1.0.24 => 1.0.25}/envs/default.env | 0 apps/ammds/{1.0.24 => 1.0.25}/envs/global.env | 0 apps/ammds/{1.0.24 => 1.0.25}/scripts/init.sh | 0 apps/ammds/{1.0.24 => 1.0.25}/scripts/uninstall.sh | 0 apps/ammds/{1.0.24 => 1.0.25}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ammds/{1.0.24 => 1.0.25}/data.yml (100%) rename apps/ammds/{1.0.24 => 1.0.25}/docker-compose.yml (100%) rename apps/ammds/{1.0.24 => 1.0.25}/envs/default.env (100%) rename apps/ammds/{1.0.24 => 1.0.25}/envs/global.env (100%) rename apps/ammds/{1.0.24 => 1.0.25}/scripts/init.sh (100%) rename apps/ammds/{1.0.24 => 1.0.25}/scripts/uninstall.sh (100%) rename apps/ammds/{1.0.24 => 1.0.25}/scripts/upgrade.sh (100%) diff --git a/apps/ammds/1.0.24/data.yml b/apps/ammds/1.0.25/data.yml similarity index 100% rename from apps/ammds/1.0.24/data.yml rename to apps/ammds/1.0.25/data.yml diff --git a/apps/ammds/1.0.24/docker-compose.yml b/apps/ammds/1.0.25/docker-compose.yml similarity index 100% rename from apps/ammds/1.0.24/docker-compose.yml rename to apps/ammds/1.0.25/docker-compose.yml diff --git a/apps/ammds/1.0.24/envs/default.env b/apps/ammds/1.0.25/envs/default.env similarity index 100% rename from apps/ammds/1.0.24/envs/default.env rename to apps/ammds/1.0.25/envs/default.env diff --git a/apps/ammds/1.0.24/envs/global.env b/apps/ammds/1.0.25/envs/global.env similarity index 100% rename from apps/ammds/1.0.24/envs/global.env rename to apps/ammds/1.0.25/envs/global.env diff --git a/apps/ammds/1.0.24/scripts/init.sh b/apps/ammds/1.0.25/scripts/init.sh similarity index 100% rename from apps/ammds/1.0.24/scripts/init.sh rename to apps/ammds/1.0.25/scripts/init.sh diff --git a/apps/ammds/1.0.24/scripts/uninstall.sh b/apps/ammds/1.0.25/scripts/uninstall.sh similarity index 100% rename from apps/ammds/1.0.24/scripts/uninstall.sh rename to apps/ammds/1.0.25/scripts/uninstall.sh diff --git a/apps/ammds/1.0.24/scripts/upgrade.sh b/apps/ammds/1.0.25/scripts/upgrade.sh similarity index 100% rename from apps/ammds/1.0.24/scripts/upgrade.sh rename to apps/ammds/1.0.25/scripts/upgrade.sh From b82e8fe811357586562d196f7f5be6cac1778fd8 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 25 Mar 2025 16:44:09 +0000 Subject: [PATCH 050/198] Update app version [skip ci] --- apps/element-web/{1.11.95 => 1.11.96}/conf/config.sample.json | 0 apps/element-web/{1.11.95 => 1.11.96}/data.yml | 0 apps/element-web/{1.11.95 => 1.11.96}/docker-compose.yml | 0 apps/element-web/{1.11.95 => 1.11.96}/envs/default.env | 0 apps/element-web/{1.11.95 => 1.11.96}/envs/global.env | 0 apps/element-web/{1.11.95 => 1.11.96}/scripts/init.sh | 0 apps/element-web/{1.11.95 => 1.11.96}/scripts/uninstall.sh | 0 apps/element-web/{1.11.95 => 1.11.96}/scripts/upgrade.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename apps/element-web/{1.11.95 => 1.11.96}/conf/config.sample.json (100%) rename apps/element-web/{1.11.95 => 1.11.96}/data.yml (100%) rename apps/element-web/{1.11.95 => 1.11.96}/docker-compose.yml (100%) rename apps/element-web/{1.11.95 => 1.11.96}/envs/default.env (100%) rename apps/element-web/{1.11.95 => 1.11.96}/envs/global.env (100%) rename apps/element-web/{1.11.95 => 1.11.96}/scripts/init.sh (100%) rename apps/element-web/{1.11.95 => 1.11.96}/scripts/uninstall.sh (100%) rename apps/element-web/{1.11.95 => 1.11.96}/scripts/upgrade.sh (100%) diff --git a/apps/element-web/1.11.95/conf/config.sample.json b/apps/element-web/1.11.96/conf/config.sample.json similarity index 100% rename from apps/element-web/1.11.95/conf/config.sample.json rename to apps/element-web/1.11.96/conf/config.sample.json diff --git a/apps/element-web/1.11.95/data.yml b/apps/element-web/1.11.96/data.yml similarity index 100% rename from apps/element-web/1.11.95/data.yml rename to apps/element-web/1.11.96/data.yml diff --git a/apps/element-web/1.11.95/docker-compose.yml b/apps/element-web/1.11.96/docker-compose.yml similarity index 100% rename from apps/element-web/1.11.95/docker-compose.yml rename to apps/element-web/1.11.96/docker-compose.yml diff --git a/apps/element-web/1.11.95/envs/default.env b/apps/element-web/1.11.96/envs/default.env similarity index 100% rename from apps/element-web/1.11.95/envs/default.env rename to apps/element-web/1.11.96/envs/default.env diff --git a/apps/element-web/1.11.95/envs/global.env b/apps/element-web/1.11.96/envs/global.env similarity index 100% rename from apps/element-web/1.11.95/envs/global.env rename to apps/element-web/1.11.96/envs/global.env diff --git a/apps/element-web/1.11.95/scripts/init.sh b/apps/element-web/1.11.96/scripts/init.sh similarity index 100% rename from apps/element-web/1.11.95/scripts/init.sh rename to apps/element-web/1.11.96/scripts/init.sh diff --git a/apps/element-web/1.11.95/scripts/uninstall.sh b/apps/element-web/1.11.96/scripts/uninstall.sh similarity index 100% rename from apps/element-web/1.11.95/scripts/uninstall.sh rename to apps/element-web/1.11.96/scripts/uninstall.sh diff --git a/apps/element-web/1.11.95/scripts/upgrade.sh b/apps/element-web/1.11.96/scripts/upgrade.sh similarity index 100% rename from apps/element-web/1.11.95/scripts/upgrade.sh rename to apps/element-web/1.11.96/scripts/upgrade.sh From e17969a91b20ae3df0d027501e4bdb7729f846e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 22:09:36 +0000 Subject: [PATCH 051/198] Update elasticsearch Docker tag to v8.17.4 --- apps/elastic-elasticsearch/8.17.3/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/elastic-elasticsearch/8.17.3/docker-compose.yml b/apps/elastic-elasticsearch/8.17.3/docker-compose.yml index 8ac5c4396..93c2ffa09 100644 --- a/apps/elastic-elasticsearch/8.17.3/docker-compose.yml +++ b/apps/elastic-elasticsearch/8.17.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: elasticsearch: - image: elasticsearch:8.17.3 + image: elasticsearch:8.17.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From b6cca4b6a5254565fbe9f0923817d6c98543725e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 22:09:40 +0000 Subject: [PATCH 052/198] Update kibana Docker tag to v8.17.4 --- apps/elastic-kibana/8.17.3/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/elastic-kibana/8.17.3/docker-compose.yml b/apps/elastic-kibana/8.17.3/docker-compose.yml index 5b673c320..eb794ee85 100644 --- a/apps/elastic-kibana/8.17.3/docker-compose.yml +++ b/apps/elastic-kibana/8.17.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: kibana: - image: kibana:8.17.3 + image: kibana:8.17.4 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 5dbec6010bac212aa922f3aff515b20f144f41d9 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 25 Mar 2025 22:09:49 +0000 Subject: [PATCH 053/198] Update app version [skip ci] --- apps/elastic-elasticsearch/{8.17.3 => 8.17.4}/data.yml | 0 apps/elastic-elasticsearch/{8.17.3 => 8.17.4}/docker-compose.yml | 0 apps/elastic-elasticsearch/{8.17.3 => 8.17.4}/envs/default.env | 0 apps/elastic-elasticsearch/{8.17.3 => 8.17.4}/envs/global.env | 0 apps/elastic-elasticsearch/{8.17.3 => 8.17.4}/scripts/init.sh | 0 .../elastic-elasticsearch/{8.17.3 => 8.17.4}/scripts/uninstall.sh | 0 apps/elastic-elasticsearch/{8.17.3 => 8.17.4}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/elastic-elasticsearch/{8.17.3 => 8.17.4}/data.yml (100%) rename apps/elastic-elasticsearch/{8.17.3 => 8.17.4}/docker-compose.yml (100%) rename apps/elastic-elasticsearch/{8.17.3 => 8.17.4}/envs/default.env (100%) rename apps/elastic-elasticsearch/{8.17.3 => 8.17.4}/envs/global.env (100%) rename apps/elastic-elasticsearch/{8.17.3 => 8.17.4}/scripts/init.sh (100%) rename apps/elastic-elasticsearch/{8.17.3 => 8.17.4}/scripts/uninstall.sh (100%) rename apps/elastic-elasticsearch/{8.17.3 => 8.17.4}/scripts/upgrade.sh (100%) diff --git a/apps/elastic-elasticsearch/8.17.3/data.yml b/apps/elastic-elasticsearch/8.17.4/data.yml similarity index 100% rename from apps/elastic-elasticsearch/8.17.3/data.yml rename to apps/elastic-elasticsearch/8.17.4/data.yml diff --git a/apps/elastic-elasticsearch/8.17.3/docker-compose.yml b/apps/elastic-elasticsearch/8.17.4/docker-compose.yml similarity index 100% rename from apps/elastic-elasticsearch/8.17.3/docker-compose.yml rename to apps/elastic-elasticsearch/8.17.4/docker-compose.yml diff --git a/apps/elastic-elasticsearch/8.17.3/envs/default.env b/apps/elastic-elasticsearch/8.17.4/envs/default.env similarity index 100% rename from apps/elastic-elasticsearch/8.17.3/envs/default.env rename to apps/elastic-elasticsearch/8.17.4/envs/default.env diff --git a/apps/elastic-elasticsearch/8.17.3/envs/global.env b/apps/elastic-elasticsearch/8.17.4/envs/global.env similarity index 100% rename from apps/elastic-elasticsearch/8.17.3/envs/global.env rename to apps/elastic-elasticsearch/8.17.4/envs/global.env diff --git a/apps/elastic-elasticsearch/8.17.3/scripts/init.sh b/apps/elastic-elasticsearch/8.17.4/scripts/init.sh similarity index 100% rename from apps/elastic-elasticsearch/8.17.3/scripts/init.sh rename to apps/elastic-elasticsearch/8.17.4/scripts/init.sh diff --git a/apps/elastic-elasticsearch/8.17.3/scripts/uninstall.sh b/apps/elastic-elasticsearch/8.17.4/scripts/uninstall.sh similarity index 100% rename from apps/elastic-elasticsearch/8.17.3/scripts/uninstall.sh rename to apps/elastic-elasticsearch/8.17.4/scripts/uninstall.sh diff --git a/apps/elastic-elasticsearch/8.17.3/scripts/upgrade.sh b/apps/elastic-elasticsearch/8.17.4/scripts/upgrade.sh similarity index 100% rename from apps/elastic-elasticsearch/8.17.3/scripts/upgrade.sh rename to apps/elastic-elasticsearch/8.17.4/scripts/upgrade.sh From 71b54857bc1faaf0a9c75acf641fc174e72bed0c Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 25 Mar 2025 22:09:51 +0000 Subject: [PATCH 054/198] Update app version [skip ci] --- apps/elastic-kibana/{8.17.3 => 8.17.4}/data.yml | 0 apps/elastic-kibana/{8.17.3 => 8.17.4}/docker-compose.yml | 0 apps/elastic-kibana/{8.17.3 => 8.17.4}/envs/default.env | 0 apps/elastic-kibana/{8.17.3 => 8.17.4}/envs/global.env | 0 apps/elastic-kibana/{8.17.3 => 8.17.4}/scripts/init.sh | 0 apps/elastic-kibana/{8.17.3 => 8.17.4}/scripts/uninstall.sh | 0 apps/elastic-kibana/{8.17.3 => 8.17.4}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/elastic-kibana/{8.17.3 => 8.17.4}/data.yml (100%) rename apps/elastic-kibana/{8.17.3 => 8.17.4}/docker-compose.yml (100%) rename apps/elastic-kibana/{8.17.3 => 8.17.4}/envs/default.env (100%) rename apps/elastic-kibana/{8.17.3 => 8.17.4}/envs/global.env (100%) rename apps/elastic-kibana/{8.17.3 => 8.17.4}/scripts/init.sh (100%) rename apps/elastic-kibana/{8.17.3 => 8.17.4}/scripts/uninstall.sh (100%) rename apps/elastic-kibana/{8.17.3 => 8.17.4}/scripts/upgrade.sh (100%) diff --git a/apps/elastic-kibana/8.17.3/data.yml b/apps/elastic-kibana/8.17.4/data.yml similarity index 100% rename from apps/elastic-kibana/8.17.3/data.yml rename to apps/elastic-kibana/8.17.4/data.yml diff --git a/apps/elastic-kibana/8.17.3/docker-compose.yml b/apps/elastic-kibana/8.17.4/docker-compose.yml similarity index 100% rename from apps/elastic-kibana/8.17.3/docker-compose.yml rename to apps/elastic-kibana/8.17.4/docker-compose.yml diff --git a/apps/elastic-kibana/8.17.3/envs/default.env b/apps/elastic-kibana/8.17.4/envs/default.env similarity index 100% rename from apps/elastic-kibana/8.17.3/envs/default.env rename to apps/elastic-kibana/8.17.4/envs/default.env diff --git a/apps/elastic-kibana/8.17.3/envs/global.env b/apps/elastic-kibana/8.17.4/envs/global.env similarity index 100% rename from apps/elastic-kibana/8.17.3/envs/global.env rename to apps/elastic-kibana/8.17.4/envs/global.env diff --git a/apps/elastic-kibana/8.17.3/scripts/init.sh b/apps/elastic-kibana/8.17.4/scripts/init.sh similarity index 100% rename from apps/elastic-kibana/8.17.3/scripts/init.sh rename to apps/elastic-kibana/8.17.4/scripts/init.sh diff --git a/apps/elastic-kibana/8.17.3/scripts/uninstall.sh b/apps/elastic-kibana/8.17.4/scripts/uninstall.sh similarity index 100% rename from apps/elastic-kibana/8.17.3/scripts/uninstall.sh rename to apps/elastic-kibana/8.17.4/scripts/uninstall.sh diff --git a/apps/elastic-kibana/8.17.3/scripts/upgrade.sh b/apps/elastic-kibana/8.17.4/scripts/upgrade.sh similarity index 100% rename from apps/elastic-kibana/8.17.3/scripts/upgrade.sh rename to apps/elastic-kibana/8.17.4/scripts/upgrade.sh From 8c7aa7f0523727a2ed06129f199cbc068d56f16a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 02:34:53 +0000 Subject: [PATCH 055/198] Update ghcr.io/immich-app/immich-server Docker tag to v1.130.1 --- apps/immich-no-machine/1.129.0/docker-compose.yml | 2 +- apps/immich-server/1.129.0/docker-compose.yml | 2 +- apps/immich/1.129.0/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/immich-no-machine/1.129.0/docker-compose.yml b/apps/immich-no-machine/1.129.0/docker-compose.yml index 1b5f3d0be..c8d6dc99c 100644 --- a/apps/immich-no-machine/1.129.0/docker-compose.yml +++ b/apps/immich-no-machine/1.129.0/docker-compose.yml @@ -47,7 +47,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.129.0 + image: ghcr.io/immich-app/immich-server:v1.130.1 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/1.129.0/docker-compose.yml b/apps/immich-server/1.129.0/docker-compose.yml index 861d58c61..990a74246 100644 --- a/apps/immich-server/1.129.0/docker-compose.yml +++ b/apps/immich-server/1.129.0/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v1.129.0 + image: ghcr.io/immich-app/immich-server:v1.130.1 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.129.0/docker-compose.yml b/apps/immich/1.129.0/docker-compose.yml index ddcbf2547..6faa4351c 100644 --- a/apps/immich/1.129.0/docker-compose.yml +++ b/apps/immich/1.129.0/docker-compose.yml @@ -47,7 +47,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.129.0 + image: ghcr.io/immich-app/immich-server:v1.130.1 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" From 10443add90b5bf3484efa163cbb543607d0a0e0e Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 02:35:15 +0000 Subject: [PATCH 056/198] Update app version [skip ci] --- apps/immich-no-machine/{1.129.0 => 1.130.1}/data.yml | 0 apps/immich-no-machine/{1.129.0 => 1.130.1}/docker-compose.yml | 0 apps/immich-no-machine/{1.129.0 => 1.130.1}/envs/default.env | 0 apps/immich-no-machine/{1.129.0 => 1.130.1}/envs/global.env | 0 apps/immich-no-machine/{1.129.0 => 1.130.1}/scripts/init.sh | 0 apps/immich-no-machine/{1.129.0 => 1.130.1}/scripts/uninstall.sh | 0 apps/immich-no-machine/{1.129.0 => 1.130.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich-no-machine/{1.129.0 => 1.130.1}/data.yml (100%) rename apps/immich-no-machine/{1.129.0 => 1.130.1}/docker-compose.yml (100%) rename apps/immich-no-machine/{1.129.0 => 1.130.1}/envs/default.env (100%) rename apps/immich-no-machine/{1.129.0 => 1.130.1}/envs/global.env (100%) rename apps/immich-no-machine/{1.129.0 => 1.130.1}/scripts/init.sh (100%) rename apps/immich-no-machine/{1.129.0 => 1.130.1}/scripts/uninstall.sh (100%) rename apps/immich-no-machine/{1.129.0 => 1.130.1}/scripts/upgrade.sh (100%) diff --git a/apps/immich-no-machine/1.129.0/data.yml b/apps/immich-no-machine/1.130.1/data.yml similarity index 100% rename from apps/immich-no-machine/1.129.0/data.yml rename to apps/immich-no-machine/1.130.1/data.yml diff --git a/apps/immich-no-machine/1.129.0/docker-compose.yml b/apps/immich-no-machine/1.130.1/docker-compose.yml similarity index 100% rename from apps/immich-no-machine/1.129.0/docker-compose.yml rename to apps/immich-no-machine/1.130.1/docker-compose.yml diff --git a/apps/immich-no-machine/1.129.0/envs/default.env b/apps/immich-no-machine/1.130.1/envs/default.env similarity index 100% rename from apps/immich-no-machine/1.129.0/envs/default.env rename to apps/immich-no-machine/1.130.1/envs/default.env diff --git a/apps/immich-no-machine/1.129.0/envs/global.env b/apps/immich-no-machine/1.130.1/envs/global.env similarity index 100% rename from apps/immich-no-machine/1.129.0/envs/global.env rename to apps/immich-no-machine/1.130.1/envs/global.env diff --git a/apps/immich-no-machine/1.129.0/scripts/init.sh b/apps/immich-no-machine/1.130.1/scripts/init.sh similarity index 100% rename from apps/immich-no-machine/1.129.0/scripts/init.sh rename to apps/immich-no-machine/1.130.1/scripts/init.sh diff --git a/apps/immich-no-machine/1.129.0/scripts/uninstall.sh b/apps/immich-no-machine/1.130.1/scripts/uninstall.sh similarity index 100% rename from apps/immich-no-machine/1.129.0/scripts/uninstall.sh rename to apps/immich-no-machine/1.130.1/scripts/uninstall.sh diff --git a/apps/immich-no-machine/1.129.0/scripts/upgrade.sh b/apps/immich-no-machine/1.130.1/scripts/upgrade.sh similarity index 100% rename from apps/immich-no-machine/1.129.0/scripts/upgrade.sh rename to apps/immich-no-machine/1.130.1/scripts/upgrade.sh From ffc6bd5f575f31e7db48e6f150597299f7f2bc23 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 02:35:15 +0000 Subject: [PATCH 057/198] Update app version [skip ci] --- apps/immich-server/{1.129.0 => 1.130.1}/data.yml | 0 apps/immich-server/{1.129.0 => 1.130.1}/docker-compose.yml | 0 apps/immich-server/{1.129.0 => 1.130.1}/envs/default.env | 0 apps/immich-server/{1.129.0 => 1.130.1}/envs/global.env | 0 apps/immich-server/{1.129.0 => 1.130.1}/scripts/init.sh | 0 apps/immich-server/{1.129.0 => 1.130.1}/scripts/uninstall.sh | 0 apps/immich-server/{1.129.0 => 1.130.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich-server/{1.129.0 => 1.130.1}/data.yml (100%) rename apps/immich-server/{1.129.0 => 1.130.1}/docker-compose.yml (100%) rename apps/immich-server/{1.129.0 => 1.130.1}/envs/default.env (100%) rename apps/immich-server/{1.129.0 => 1.130.1}/envs/global.env (100%) rename apps/immich-server/{1.129.0 => 1.130.1}/scripts/init.sh (100%) rename apps/immich-server/{1.129.0 => 1.130.1}/scripts/uninstall.sh (100%) rename apps/immich-server/{1.129.0 => 1.130.1}/scripts/upgrade.sh (100%) diff --git a/apps/immich-server/1.129.0/data.yml b/apps/immich-server/1.130.1/data.yml similarity index 100% rename from apps/immich-server/1.129.0/data.yml rename to apps/immich-server/1.130.1/data.yml diff --git a/apps/immich-server/1.129.0/docker-compose.yml b/apps/immich-server/1.130.1/docker-compose.yml similarity index 100% rename from apps/immich-server/1.129.0/docker-compose.yml rename to apps/immich-server/1.130.1/docker-compose.yml diff --git a/apps/immich-server/1.129.0/envs/default.env b/apps/immich-server/1.130.1/envs/default.env similarity index 100% rename from apps/immich-server/1.129.0/envs/default.env rename to apps/immich-server/1.130.1/envs/default.env diff --git a/apps/immich-server/1.129.0/envs/global.env b/apps/immich-server/1.130.1/envs/global.env similarity index 100% rename from apps/immich-server/1.129.0/envs/global.env rename to apps/immich-server/1.130.1/envs/global.env diff --git a/apps/immich-server/1.129.0/scripts/init.sh b/apps/immich-server/1.130.1/scripts/init.sh similarity index 100% rename from apps/immich-server/1.129.0/scripts/init.sh rename to apps/immich-server/1.130.1/scripts/init.sh diff --git a/apps/immich-server/1.129.0/scripts/uninstall.sh b/apps/immich-server/1.130.1/scripts/uninstall.sh similarity index 100% rename from apps/immich-server/1.129.0/scripts/uninstall.sh rename to apps/immich-server/1.130.1/scripts/uninstall.sh diff --git a/apps/immich-server/1.129.0/scripts/upgrade.sh b/apps/immich-server/1.130.1/scripts/upgrade.sh similarity index 100% rename from apps/immich-server/1.129.0/scripts/upgrade.sh rename to apps/immich-server/1.130.1/scripts/upgrade.sh From 643667dac3aedb1a29821a45753b393c7648ad5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 03:06:14 +0000 Subject: [PATCH 058/198] Update matrixdotorg/synapse Docker tag to v1.127.0 --- apps/synapse/1.126.0/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/synapse/1.126.0/docker-compose.yml b/apps/synapse/1.126.0/docker-compose.yml index b800b4841..ff793c78e 100644 --- a/apps/synapse/1.126.0/docker-compose.yml +++ b/apps/synapse/1.126.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: synapse-init: - image: matrixdotorg/synapse:v1.126.0 + image: matrixdotorg/synapse:v1.127.0 container_name: init-${CONTAINER_NAME} entrypoint: - /start.py @@ -22,7 +22,7 @@ services: - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 synapse: - image: matrixdotorg/synapse:v1.126.0 + image: matrixdotorg/synapse:v1.127.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 490d15286f9437c568e1ee9777852e7c5e5d8247 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 03:06:30 +0000 Subject: [PATCH 059/198] Update app version [skip ci] --- apps/synapse/{1.126.0 => 1.127.0}/data.yml | 0 apps/synapse/{1.126.0 => 1.127.0}/docker-compose.yml | 0 apps/synapse/{1.126.0 => 1.127.0}/envs/default.env | 0 apps/synapse/{1.126.0 => 1.127.0}/envs/global.env | 0 apps/synapse/{1.126.0 => 1.127.0}/scripts/init.sh | 0 apps/synapse/{1.126.0 => 1.127.0}/scripts/uninstall.sh | 0 apps/synapse/{1.126.0 => 1.127.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/synapse/{1.126.0 => 1.127.0}/data.yml (100%) rename apps/synapse/{1.126.0 => 1.127.0}/docker-compose.yml (100%) rename apps/synapse/{1.126.0 => 1.127.0}/envs/default.env (100%) rename apps/synapse/{1.126.0 => 1.127.0}/envs/global.env (100%) rename apps/synapse/{1.126.0 => 1.127.0}/scripts/init.sh (100%) rename apps/synapse/{1.126.0 => 1.127.0}/scripts/uninstall.sh (100%) rename apps/synapse/{1.126.0 => 1.127.0}/scripts/upgrade.sh (100%) diff --git a/apps/synapse/1.126.0/data.yml b/apps/synapse/1.127.0/data.yml similarity index 100% rename from apps/synapse/1.126.0/data.yml rename to apps/synapse/1.127.0/data.yml diff --git a/apps/synapse/1.126.0/docker-compose.yml b/apps/synapse/1.127.0/docker-compose.yml similarity index 100% rename from apps/synapse/1.126.0/docker-compose.yml rename to apps/synapse/1.127.0/docker-compose.yml diff --git a/apps/synapse/1.126.0/envs/default.env b/apps/synapse/1.127.0/envs/default.env similarity index 100% rename from apps/synapse/1.126.0/envs/default.env rename to apps/synapse/1.127.0/envs/default.env diff --git a/apps/synapse/1.126.0/envs/global.env b/apps/synapse/1.127.0/envs/global.env similarity index 100% rename from apps/synapse/1.126.0/envs/global.env rename to apps/synapse/1.127.0/envs/global.env diff --git a/apps/synapse/1.126.0/scripts/init.sh b/apps/synapse/1.127.0/scripts/init.sh similarity index 100% rename from apps/synapse/1.126.0/scripts/init.sh rename to apps/synapse/1.127.0/scripts/init.sh diff --git a/apps/synapse/1.126.0/scripts/uninstall.sh b/apps/synapse/1.127.0/scripts/uninstall.sh similarity index 100% rename from apps/synapse/1.126.0/scripts/uninstall.sh rename to apps/synapse/1.127.0/scripts/uninstall.sh diff --git a/apps/synapse/1.126.0/scripts/upgrade.sh b/apps/synapse/1.127.0/scripts/upgrade.sh similarity index 100% rename from apps/synapse/1.126.0/scripts/upgrade.sh rename to apps/synapse/1.127.0/scripts/upgrade.sh From 6205973f70ff83f2a58620e4c0c3ce45cb3fe0ce Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Wed, 26 Mar 2025 03:31:15 +0000 Subject: [PATCH 060/198] Processed apps directory via GitHub Actions --- appstore/ammds/{1.0.24 => 1.0.25}/.env | 0 appstore/ammds/{1.0.24 => 1.0.25}/data.yml | 0 appstore/ammds/{1.0.24 => 1.0.25}/docker-compose.yml | 2 +- appstore/ammds/{1.0.24 => 1.0.25}/envs/default.env | 0 appstore/ammds/{1.0.24 => 1.0.25}/envs/global.env | 0 appstore/ammds/{1.0.24 => 1.0.25}/scripts/init.sh | 0 appstore/ammds/{1.0.24 => 1.0.25}/scripts/uninstall.sh | 0 appstore/ammds/{1.0.24 => 1.0.25}/scripts/upgrade.sh | 0 appstore/elastic-elasticsearch/{8.17.3 => 8.17.4}/.env | 0 appstore/elastic-elasticsearch/{8.17.3 => 8.17.4}/data.yml | 0 .../elastic-elasticsearch/{8.17.3 => 8.17.4}/docker-compose.yml | 2 +- .../elastic-elasticsearch/{8.17.3 => 8.17.4}/envs/default.env | 0 .../elastic-elasticsearch/{8.17.3 => 8.17.4}/envs/global.env | 0 .../elastic-elasticsearch/{8.17.3 => 8.17.4}/scripts/init.sh | 0 .../{8.17.3 => 8.17.4}/scripts/uninstall.sh | 0 .../elastic-elasticsearch/{8.17.3 => 8.17.4}/scripts/upgrade.sh | 0 appstore/elastic-kibana/{8.17.3 => 8.17.4}/.env | 0 appstore/elastic-kibana/{8.17.3 => 8.17.4}/data.yml | 0 appstore/elastic-kibana/{8.17.3 => 8.17.4}/docker-compose.yml | 2 +- appstore/elastic-kibana/{8.17.3 => 8.17.4}/envs/default.env | 0 appstore/elastic-kibana/{8.17.3 => 8.17.4}/envs/global.env | 0 appstore/elastic-kibana/{8.17.3 => 8.17.4}/scripts/init.sh | 0 appstore/elastic-kibana/{8.17.3 => 8.17.4}/scripts/uninstall.sh | 0 appstore/elastic-kibana/{8.17.3 => 8.17.4}/scripts/upgrade.sh | 0 appstore/element-web/{1.11.95 => 1.11.96}/.env | 0 .../element-web/{1.11.95 => 1.11.96}/conf/config.sample.json | 0 appstore/element-web/{1.11.95 => 1.11.96}/data.yml | 0 appstore/element-web/{1.11.95 => 1.11.96}/docker-compose.yml | 2 +- appstore/element-web/{1.11.95 => 1.11.96}/envs/default.env | 0 appstore/element-web/{1.11.95 => 1.11.96}/envs/global.env | 0 appstore/element-web/{1.11.95 => 1.11.96}/scripts/init.sh | 0 appstore/element-web/{1.11.95 => 1.11.96}/scripts/uninstall.sh | 0 appstore/element-web/{1.11.95 => 1.11.96}/scripts/upgrade.sh | 0 appstore/nezha-dash/{2.8.3 => 2.9.0}/.env | 0 appstore/nezha-dash/{2.8.3 => 2.9.0}/data.yml | 0 appstore/nezha-dash/{2.8.3 => 2.9.0}/docker-compose.yml | 2 +- appstore/nezha-dash/{2.8.3 => 2.9.0}/envs/default.env | 0 appstore/nezha-dash/{2.8.3 => 2.9.0}/envs/global.env | 0 appstore/nezha-dash/{2.8.3 => 2.9.0}/scripts/init.sh | 0 appstore/nezha-dash/{2.8.3 => 2.9.0}/scripts/uninstall.sh | 0 appstore/nezha-dash/{2.8.3 => 2.9.0}/scripts/upgrade.sh | 0 appstore/siyuan/{3.1.25 => 3.1.26}/.env | 0 appstore/siyuan/{3.1.25 => 3.1.26}/data.yml | 0 appstore/siyuan/{3.1.25 => 3.1.26}/docker-compose.yml | 2 +- appstore/siyuan/{3.1.25 => 3.1.26}/envs/default.env | 0 appstore/siyuan/{3.1.25 => 3.1.26}/envs/global.env | 0 appstore/siyuan/{3.1.25 => 3.1.26}/scripts/init.sh | 0 appstore/siyuan/{3.1.25 => 3.1.26}/scripts/uninstall.sh | 0 appstore/siyuan/{3.1.25 => 3.1.26}/scripts/upgrade.sh | 0 appstore/watchyourlan/{2.0.4 => 2.1.0}/.env | 0 appstore/watchyourlan/{2.0.4 => 2.1.0}/data.yml | 0 appstore/watchyourlan/{2.0.4 => 2.1.0}/docker-compose.yml | 2 +- appstore/watchyourlan/{2.0.4 => 2.1.0}/envs/default.env | 0 appstore/watchyourlan/{2.0.4 => 2.1.0}/envs/global.env | 0 appstore/watchyourlan/{2.0.4 => 2.1.0}/scripts/init.sh | 0 appstore/watchyourlan/{2.0.4 => 2.1.0}/scripts/uninstall.sh | 0 appstore/watchyourlan/{2.0.4 => 2.1.0}/scripts/upgrade.sh | 0 dockge/ammds/docker-compose.yml | 2 +- dockge/elastic-elasticsearch/docker-compose.yml | 2 +- dockge/elastic-kibana/docker-compose.yml | 2 +- dockge/element-web/docker-compose.yml | 2 +- dockge/nezha-dash/docker-compose.yml | 2 +- dockge/siyuan/docker-compose.yml | 2 +- dockge/watchyourlan/docker-compose.yml | 2 +- 64 files changed, 14 insertions(+), 14 deletions(-) rename appstore/ammds/{1.0.24 => 1.0.25}/.env (100%) rename appstore/ammds/{1.0.24 => 1.0.25}/data.yml (100%) rename appstore/ammds/{1.0.24 => 1.0.25}/docker-compose.yml (95%) rename appstore/ammds/{1.0.24 => 1.0.25}/envs/default.env (100%) rename appstore/ammds/{1.0.24 => 1.0.25}/envs/global.env (100%) rename appstore/ammds/{1.0.24 => 1.0.25}/scripts/init.sh (100%) rename appstore/ammds/{1.0.24 => 1.0.25}/scripts/uninstall.sh (100%) rename appstore/ammds/{1.0.24 => 1.0.25}/scripts/upgrade.sh (100%) rename appstore/elastic-elasticsearch/{8.17.3 => 8.17.4}/.env (100%) rename appstore/elastic-elasticsearch/{8.17.3 => 8.17.4}/data.yml (100%) rename appstore/elastic-elasticsearch/{8.17.3 => 8.17.4}/docker-compose.yml (96%) rename appstore/elastic-elasticsearch/{8.17.3 => 8.17.4}/envs/default.env (100%) rename appstore/elastic-elasticsearch/{8.17.3 => 8.17.4}/envs/global.env (100%) rename appstore/elastic-elasticsearch/{8.17.3 => 8.17.4}/scripts/init.sh (100%) rename appstore/elastic-elasticsearch/{8.17.3 => 8.17.4}/scripts/uninstall.sh (100%) rename appstore/elastic-elasticsearch/{8.17.3 => 8.17.4}/scripts/upgrade.sh (100%) rename appstore/elastic-kibana/{8.17.3 => 8.17.4}/.env (100%) rename appstore/elastic-kibana/{8.17.3 => 8.17.4}/data.yml (100%) rename appstore/elastic-kibana/{8.17.3 => 8.17.4}/docker-compose.yml (95%) rename appstore/elastic-kibana/{8.17.3 => 8.17.4}/envs/default.env (100%) rename appstore/elastic-kibana/{8.17.3 => 8.17.4}/envs/global.env (100%) rename appstore/elastic-kibana/{8.17.3 => 8.17.4}/scripts/init.sh (100%) rename appstore/elastic-kibana/{8.17.3 => 8.17.4}/scripts/uninstall.sh (100%) rename appstore/elastic-kibana/{8.17.3 => 8.17.4}/scripts/upgrade.sh (100%) rename appstore/element-web/{1.11.95 => 1.11.96}/.env (100%) rename appstore/element-web/{1.11.95 => 1.11.96}/conf/config.sample.json (100%) rename appstore/element-web/{1.11.95 => 1.11.96}/data.yml (100%) rename appstore/element-web/{1.11.95 => 1.11.96}/docker-compose.yml (89%) rename appstore/element-web/{1.11.95 => 1.11.96}/envs/default.env (100%) rename appstore/element-web/{1.11.95 => 1.11.96}/envs/global.env (100%) rename appstore/element-web/{1.11.95 => 1.11.96}/scripts/init.sh (100%) rename appstore/element-web/{1.11.95 => 1.11.96}/scripts/uninstall.sh (100%) rename appstore/element-web/{1.11.95 => 1.11.96}/scripts/upgrade.sh (100%) rename appstore/nezha-dash/{2.8.3 => 2.9.0}/.env (100%) rename appstore/nezha-dash/{2.8.3 => 2.9.0}/data.yml (100%) rename appstore/nezha-dash/{2.8.3 => 2.9.0}/docker-compose.yml (94%) rename appstore/nezha-dash/{2.8.3 => 2.9.0}/envs/default.env (100%) rename appstore/nezha-dash/{2.8.3 => 2.9.0}/envs/global.env (100%) rename appstore/nezha-dash/{2.8.3 => 2.9.0}/scripts/init.sh (100%) rename appstore/nezha-dash/{2.8.3 => 2.9.0}/scripts/uninstall.sh (100%) rename appstore/nezha-dash/{2.8.3 => 2.9.0}/scripts/upgrade.sh (100%) rename appstore/siyuan/{3.1.25 => 3.1.26}/.env (100%) rename appstore/siyuan/{3.1.25 => 3.1.26}/data.yml (100%) rename appstore/siyuan/{3.1.25 => 3.1.26}/docker-compose.yml (93%) rename appstore/siyuan/{3.1.25 => 3.1.26}/envs/default.env (100%) rename appstore/siyuan/{3.1.25 => 3.1.26}/envs/global.env (100%) rename appstore/siyuan/{3.1.25 => 3.1.26}/scripts/init.sh (100%) rename appstore/siyuan/{3.1.25 => 3.1.26}/scripts/uninstall.sh (100%) rename appstore/siyuan/{3.1.25 => 3.1.26}/scripts/upgrade.sh (100%) rename appstore/watchyourlan/{2.0.4 => 2.1.0}/.env (100%) rename appstore/watchyourlan/{2.0.4 => 2.1.0}/data.yml (100%) rename appstore/watchyourlan/{2.0.4 => 2.1.0}/docker-compose.yml (91%) rename appstore/watchyourlan/{2.0.4 => 2.1.0}/envs/default.env (100%) rename appstore/watchyourlan/{2.0.4 => 2.1.0}/envs/global.env (100%) rename appstore/watchyourlan/{2.0.4 => 2.1.0}/scripts/init.sh (100%) rename appstore/watchyourlan/{2.0.4 => 2.1.0}/scripts/uninstall.sh (100%) rename appstore/watchyourlan/{2.0.4 => 2.1.0}/scripts/upgrade.sh (100%) diff --git a/appstore/ammds/1.0.24/.env b/appstore/ammds/1.0.25/.env similarity index 100% rename from appstore/ammds/1.0.24/.env rename to appstore/ammds/1.0.25/.env diff --git a/appstore/ammds/1.0.24/data.yml b/appstore/ammds/1.0.25/data.yml similarity index 100% rename from appstore/ammds/1.0.24/data.yml rename to appstore/ammds/1.0.25/data.yml diff --git a/appstore/ammds/1.0.24/docker-compose.yml b/appstore/ammds/1.0.25/docker-compose.yml similarity index 95% rename from appstore/ammds/1.0.24/docker-compose.yml rename to appstore/ammds/1.0.25/docker-compose.yml index 159ce3826..3d36499ff 100644 --- a/appstore/ammds/1.0.24/docker-compose.yml +++ b/appstore/ammds/1.0.25/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.0.24 + image: qyg2297248353/ammds:v1.0.25 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/ammds/1.0.24/envs/default.env b/appstore/ammds/1.0.25/envs/default.env similarity index 100% rename from appstore/ammds/1.0.24/envs/default.env rename to appstore/ammds/1.0.25/envs/default.env diff --git a/appstore/ammds/1.0.24/envs/global.env b/appstore/ammds/1.0.25/envs/global.env similarity index 100% rename from appstore/ammds/1.0.24/envs/global.env rename to appstore/ammds/1.0.25/envs/global.env diff --git a/appstore/ammds/1.0.24/scripts/init.sh b/appstore/ammds/1.0.25/scripts/init.sh similarity index 100% rename from appstore/ammds/1.0.24/scripts/init.sh rename to appstore/ammds/1.0.25/scripts/init.sh diff --git a/appstore/ammds/1.0.24/scripts/uninstall.sh b/appstore/ammds/1.0.25/scripts/uninstall.sh similarity index 100% rename from appstore/ammds/1.0.24/scripts/uninstall.sh rename to appstore/ammds/1.0.25/scripts/uninstall.sh diff --git a/appstore/ammds/1.0.24/scripts/upgrade.sh b/appstore/ammds/1.0.25/scripts/upgrade.sh similarity index 100% rename from appstore/ammds/1.0.24/scripts/upgrade.sh rename to appstore/ammds/1.0.25/scripts/upgrade.sh diff --git a/appstore/elastic-elasticsearch/8.17.3/.env b/appstore/elastic-elasticsearch/8.17.4/.env similarity index 100% rename from appstore/elastic-elasticsearch/8.17.3/.env rename to appstore/elastic-elasticsearch/8.17.4/.env diff --git a/appstore/elastic-elasticsearch/8.17.3/data.yml b/appstore/elastic-elasticsearch/8.17.4/data.yml similarity index 100% rename from appstore/elastic-elasticsearch/8.17.3/data.yml rename to appstore/elastic-elasticsearch/8.17.4/data.yml diff --git a/appstore/elastic-elasticsearch/8.17.3/docker-compose.yml b/appstore/elastic-elasticsearch/8.17.4/docker-compose.yml similarity index 96% rename from appstore/elastic-elasticsearch/8.17.3/docker-compose.yml rename to appstore/elastic-elasticsearch/8.17.4/docker-compose.yml index be0f2a615..75d0888b8 100644 --- a/appstore/elastic-elasticsearch/8.17.3/docker-compose.yml +++ b/appstore/elastic-elasticsearch/8.17.4/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:8.17.3 + image: elasticsearch:8.17.4 labels: createdBy: Apps networks: diff --git a/appstore/elastic-elasticsearch/8.17.3/envs/default.env b/appstore/elastic-elasticsearch/8.17.4/envs/default.env similarity index 100% rename from appstore/elastic-elasticsearch/8.17.3/envs/default.env rename to appstore/elastic-elasticsearch/8.17.4/envs/default.env diff --git a/appstore/elastic-elasticsearch/8.17.3/envs/global.env b/appstore/elastic-elasticsearch/8.17.4/envs/global.env similarity index 100% rename from appstore/elastic-elasticsearch/8.17.3/envs/global.env rename to appstore/elastic-elasticsearch/8.17.4/envs/global.env diff --git a/appstore/elastic-elasticsearch/8.17.3/scripts/init.sh b/appstore/elastic-elasticsearch/8.17.4/scripts/init.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.17.3/scripts/init.sh rename to appstore/elastic-elasticsearch/8.17.4/scripts/init.sh diff --git a/appstore/elastic-elasticsearch/8.17.3/scripts/uninstall.sh b/appstore/elastic-elasticsearch/8.17.4/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.17.3/scripts/uninstall.sh rename to appstore/elastic-elasticsearch/8.17.4/scripts/uninstall.sh diff --git a/appstore/elastic-elasticsearch/8.17.3/scripts/upgrade.sh b/appstore/elastic-elasticsearch/8.17.4/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-elasticsearch/8.17.3/scripts/upgrade.sh rename to appstore/elastic-elasticsearch/8.17.4/scripts/upgrade.sh diff --git a/appstore/elastic-kibana/8.17.3/.env b/appstore/elastic-kibana/8.17.4/.env similarity index 100% rename from appstore/elastic-kibana/8.17.3/.env rename to appstore/elastic-kibana/8.17.4/.env diff --git a/appstore/elastic-kibana/8.17.3/data.yml b/appstore/elastic-kibana/8.17.4/data.yml similarity index 100% rename from appstore/elastic-kibana/8.17.3/data.yml rename to appstore/elastic-kibana/8.17.4/data.yml diff --git a/appstore/elastic-kibana/8.17.3/docker-compose.yml b/appstore/elastic-kibana/8.17.4/docker-compose.yml similarity index 95% rename from appstore/elastic-kibana/8.17.3/docker-compose.yml rename to appstore/elastic-kibana/8.17.4/docker-compose.yml index 994fd0c46..73a9e5c34 100644 --- a/appstore/elastic-kibana/8.17.3/docker-compose.yml +++ b/appstore/elastic-kibana/8.17.4/docker-compose.yml @@ -14,7 +14,7 @@ services: - I18N_LOCALE="zh-CN" - SERVER_SHUTDOWNTIMEOUT="5s" - MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true - image: kibana:8.17.3 + image: kibana:8.17.4 labels: createdBy: Apps networks: diff --git a/appstore/elastic-kibana/8.17.3/envs/default.env b/appstore/elastic-kibana/8.17.4/envs/default.env similarity index 100% rename from appstore/elastic-kibana/8.17.3/envs/default.env rename to appstore/elastic-kibana/8.17.4/envs/default.env diff --git a/appstore/elastic-kibana/8.17.3/envs/global.env b/appstore/elastic-kibana/8.17.4/envs/global.env similarity index 100% rename from appstore/elastic-kibana/8.17.3/envs/global.env rename to appstore/elastic-kibana/8.17.4/envs/global.env diff --git a/appstore/elastic-kibana/8.17.3/scripts/init.sh b/appstore/elastic-kibana/8.17.4/scripts/init.sh similarity index 100% rename from appstore/elastic-kibana/8.17.3/scripts/init.sh rename to appstore/elastic-kibana/8.17.4/scripts/init.sh diff --git a/appstore/elastic-kibana/8.17.3/scripts/uninstall.sh b/appstore/elastic-kibana/8.17.4/scripts/uninstall.sh similarity index 100% rename from appstore/elastic-kibana/8.17.3/scripts/uninstall.sh rename to appstore/elastic-kibana/8.17.4/scripts/uninstall.sh diff --git a/appstore/elastic-kibana/8.17.3/scripts/upgrade.sh b/appstore/elastic-kibana/8.17.4/scripts/upgrade.sh similarity index 100% rename from appstore/elastic-kibana/8.17.3/scripts/upgrade.sh rename to appstore/elastic-kibana/8.17.4/scripts/upgrade.sh diff --git a/appstore/element-web/1.11.95/.env b/appstore/element-web/1.11.96/.env similarity index 100% rename from appstore/element-web/1.11.95/.env rename to appstore/element-web/1.11.96/.env diff --git a/appstore/element-web/1.11.95/conf/config.sample.json b/appstore/element-web/1.11.96/conf/config.sample.json similarity index 100% rename from appstore/element-web/1.11.95/conf/config.sample.json rename to appstore/element-web/1.11.96/conf/config.sample.json diff --git a/appstore/element-web/1.11.95/data.yml b/appstore/element-web/1.11.96/data.yml similarity index 100% rename from appstore/element-web/1.11.95/data.yml rename to appstore/element-web/1.11.96/data.yml diff --git a/appstore/element-web/1.11.95/docker-compose.yml b/appstore/element-web/1.11.96/docker-compose.yml similarity index 89% rename from appstore/element-web/1.11.95/docker-compose.yml rename to appstore/element-web/1.11.96/docker-compose.yml index fba3f92db..5b1581de6 100644 --- a/appstore/element-web/1.11.95/docker-compose.yml +++ b/appstore/element-web/1.11.96/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: vectorim/element-web:v1.11.95 + image: vectorim/element-web:v1.11.96 labels: createdBy: Apps networks: diff --git a/appstore/element-web/1.11.95/envs/default.env b/appstore/element-web/1.11.96/envs/default.env similarity index 100% rename from appstore/element-web/1.11.95/envs/default.env rename to appstore/element-web/1.11.96/envs/default.env diff --git a/appstore/element-web/1.11.95/envs/global.env b/appstore/element-web/1.11.96/envs/global.env similarity index 100% rename from appstore/element-web/1.11.95/envs/global.env rename to appstore/element-web/1.11.96/envs/global.env diff --git a/appstore/element-web/1.11.95/scripts/init.sh b/appstore/element-web/1.11.96/scripts/init.sh similarity index 100% rename from appstore/element-web/1.11.95/scripts/init.sh rename to appstore/element-web/1.11.96/scripts/init.sh diff --git a/appstore/element-web/1.11.95/scripts/uninstall.sh b/appstore/element-web/1.11.96/scripts/uninstall.sh similarity index 100% rename from appstore/element-web/1.11.95/scripts/uninstall.sh rename to appstore/element-web/1.11.96/scripts/uninstall.sh diff --git a/appstore/element-web/1.11.95/scripts/upgrade.sh b/appstore/element-web/1.11.96/scripts/upgrade.sh similarity index 100% rename from appstore/element-web/1.11.95/scripts/upgrade.sh rename to appstore/element-web/1.11.96/scripts/upgrade.sh diff --git a/appstore/nezha-dash/2.8.3/.env b/appstore/nezha-dash/2.9.0/.env similarity index 100% rename from appstore/nezha-dash/2.8.3/.env rename to appstore/nezha-dash/2.9.0/.env diff --git a/appstore/nezha-dash/2.8.3/data.yml b/appstore/nezha-dash/2.9.0/data.yml similarity index 100% rename from appstore/nezha-dash/2.8.3/data.yml rename to appstore/nezha-dash/2.9.0/data.yml diff --git a/appstore/nezha-dash/2.8.3/docker-compose.yml b/appstore/nezha-dash/2.9.0/docker-compose.yml similarity index 94% rename from appstore/nezha-dash/2.8.3/docker-compose.yml rename to appstore/nezha-dash/2.9.0/docker-compose.yml index cf6980fb1..693b12b1e 100644 --- a/appstore/nezha-dash/2.8.3/docker-compose.yml +++ b/appstore/nezha-dash/2.9.0/docker-compose.yml @@ -19,7 +19,7 @@ services: - NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png - NEXT_PUBLIC_CustomTitle=NezhaDash - NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha. - image: hamster1963/nezha-dash:v2.8.3 + image: hamster1963/nezha-dash:v2.9.0 labels: createdBy: Apps networks: diff --git a/appstore/nezha-dash/2.8.3/envs/default.env b/appstore/nezha-dash/2.9.0/envs/default.env similarity index 100% rename from appstore/nezha-dash/2.8.3/envs/default.env rename to appstore/nezha-dash/2.9.0/envs/default.env diff --git a/appstore/nezha-dash/2.8.3/envs/global.env b/appstore/nezha-dash/2.9.0/envs/global.env similarity index 100% rename from appstore/nezha-dash/2.8.3/envs/global.env rename to appstore/nezha-dash/2.9.0/envs/global.env diff --git a/appstore/nezha-dash/2.8.3/scripts/init.sh b/appstore/nezha-dash/2.9.0/scripts/init.sh similarity index 100% rename from appstore/nezha-dash/2.8.3/scripts/init.sh rename to appstore/nezha-dash/2.9.0/scripts/init.sh diff --git a/appstore/nezha-dash/2.8.3/scripts/uninstall.sh b/appstore/nezha-dash/2.9.0/scripts/uninstall.sh similarity index 100% rename from appstore/nezha-dash/2.8.3/scripts/uninstall.sh rename to appstore/nezha-dash/2.9.0/scripts/uninstall.sh diff --git a/appstore/nezha-dash/2.8.3/scripts/upgrade.sh b/appstore/nezha-dash/2.9.0/scripts/upgrade.sh similarity index 100% rename from appstore/nezha-dash/2.8.3/scripts/upgrade.sh rename to appstore/nezha-dash/2.9.0/scripts/upgrade.sh diff --git a/appstore/siyuan/3.1.25/.env b/appstore/siyuan/3.1.26/.env similarity index 100% rename from appstore/siyuan/3.1.25/.env rename to appstore/siyuan/3.1.26/.env diff --git a/appstore/siyuan/3.1.25/data.yml b/appstore/siyuan/3.1.26/data.yml similarity index 100% rename from appstore/siyuan/3.1.25/data.yml rename to appstore/siyuan/3.1.26/data.yml diff --git a/appstore/siyuan/3.1.25/docker-compose.yml b/appstore/siyuan/3.1.26/docker-compose.yml similarity index 93% rename from appstore/siyuan/3.1.25/docker-compose.yml rename to appstore/siyuan/3.1.26/docker-compose.yml index 8191582a5..87f7c6b82 100644 --- a/appstore/siyuan/3.1.25/docker-compose.yml +++ b/appstore/siyuan/3.1.26/docker-compose.yml @@ -11,7 +11,7 @@ services: - ./envs/global.env environment: - RUN_IN_CONTAINER=true - image: b3log/siyuan:v3.1.25 + image: b3log/siyuan:v3.1.26 labels: createdBy: Apps networks: diff --git a/appstore/siyuan/3.1.25/envs/default.env b/appstore/siyuan/3.1.26/envs/default.env similarity index 100% rename from appstore/siyuan/3.1.25/envs/default.env rename to appstore/siyuan/3.1.26/envs/default.env diff --git a/appstore/siyuan/3.1.25/envs/global.env b/appstore/siyuan/3.1.26/envs/global.env similarity index 100% rename from appstore/siyuan/3.1.25/envs/global.env rename to appstore/siyuan/3.1.26/envs/global.env diff --git a/appstore/siyuan/3.1.25/scripts/init.sh b/appstore/siyuan/3.1.26/scripts/init.sh similarity index 100% rename from appstore/siyuan/3.1.25/scripts/init.sh rename to appstore/siyuan/3.1.26/scripts/init.sh diff --git a/appstore/siyuan/3.1.25/scripts/uninstall.sh b/appstore/siyuan/3.1.26/scripts/uninstall.sh similarity index 100% rename from appstore/siyuan/3.1.25/scripts/uninstall.sh rename to appstore/siyuan/3.1.26/scripts/uninstall.sh diff --git a/appstore/siyuan/3.1.25/scripts/upgrade.sh b/appstore/siyuan/3.1.26/scripts/upgrade.sh similarity index 100% rename from appstore/siyuan/3.1.25/scripts/upgrade.sh rename to appstore/siyuan/3.1.26/scripts/upgrade.sh diff --git a/appstore/watchyourlan/2.0.4/.env b/appstore/watchyourlan/2.1.0/.env similarity index 100% rename from appstore/watchyourlan/2.0.4/.env rename to appstore/watchyourlan/2.1.0/.env diff --git a/appstore/watchyourlan/2.0.4/data.yml b/appstore/watchyourlan/2.1.0/data.yml similarity index 100% rename from appstore/watchyourlan/2.0.4/data.yml rename to appstore/watchyourlan/2.1.0/data.yml diff --git a/appstore/watchyourlan/2.0.4/docker-compose.yml b/appstore/watchyourlan/2.1.0/docker-compose.yml similarity index 91% rename from appstore/watchyourlan/2.0.4/docker-compose.yml rename to appstore/watchyourlan/2.1.0/docker-compose.yml index 1ca46ab4d..9f687ec8a 100644 --- a/appstore/watchyourlan/2.0.4/docker-compose.yml +++ b/appstore/watchyourlan/2.1.0/docker-compose.yml @@ -11,7 +11,7 @@ services: - HOST=0.0.0.0 - PORT=8840 - LOG_LEVEL=info - image: aceberg/watchyourlan:2.0.4 + image: aceberg/watchyourlan:2.1.0 labels: createdBy: Apps network_mode: host diff --git a/appstore/watchyourlan/2.0.4/envs/default.env b/appstore/watchyourlan/2.1.0/envs/default.env similarity index 100% rename from appstore/watchyourlan/2.0.4/envs/default.env rename to appstore/watchyourlan/2.1.0/envs/default.env diff --git a/appstore/watchyourlan/2.0.4/envs/global.env b/appstore/watchyourlan/2.1.0/envs/global.env similarity index 100% rename from appstore/watchyourlan/2.0.4/envs/global.env rename to appstore/watchyourlan/2.1.0/envs/global.env diff --git a/appstore/watchyourlan/2.0.4/scripts/init.sh b/appstore/watchyourlan/2.1.0/scripts/init.sh similarity index 100% rename from appstore/watchyourlan/2.0.4/scripts/init.sh rename to appstore/watchyourlan/2.1.0/scripts/init.sh diff --git a/appstore/watchyourlan/2.0.4/scripts/uninstall.sh b/appstore/watchyourlan/2.1.0/scripts/uninstall.sh similarity index 100% rename from appstore/watchyourlan/2.0.4/scripts/uninstall.sh rename to appstore/watchyourlan/2.1.0/scripts/uninstall.sh diff --git a/appstore/watchyourlan/2.0.4/scripts/upgrade.sh b/appstore/watchyourlan/2.1.0/scripts/upgrade.sh similarity index 100% rename from appstore/watchyourlan/2.0.4/scripts/upgrade.sh rename to appstore/watchyourlan/2.1.0/scripts/upgrade.sh diff --git a/dockge/ammds/docker-compose.yml b/dockge/ammds/docker-compose.yml index 159ce3826..3d36499ff 100644 --- a/dockge/ammds/docker-compose.yml +++ b/dockge/ammds/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.0.24 + image: qyg2297248353/ammds:v1.0.25 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/elastic-elasticsearch/docker-compose.yml b/dockge/elastic-elasticsearch/docker-compose.yml index be0f2a615..75d0888b8 100644 --- a/dockge/elastic-elasticsearch/docker-compose.yml +++ b/dockge/elastic-elasticsearch/docker-compose.yml @@ -11,7 +11,7 @@ services: - LICENSE=basic - ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true - ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup - image: elasticsearch:8.17.3 + image: elasticsearch:8.17.4 labels: createdBy: Apps networks: diff --git a/dockge/elastic-kibana/docker-compose.yml b/dockge/elastic-kibana/docker-compose.yml index 994fd0c46..73a9e5c34 100644 --- a/dockge/elastic-kibana/docker-compose.yml +++ b/dockge/elastic-kibana/docker-compose.yml @@ -14,7 +14,7 @@ services: - I18N_LOCALE="zh-CN" - SERVER_SHUTDOWNTIMEOUT="5s" - MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true - image: kibana:8.17.3 + image: kibana:8.17.4 labels: createdBy: Apps networks: diff --git a/dockge/element-web/docker-compose.yml b/dockge/element-web/docker-compose.yml index fba3f92db..5b1581de6 100644 --- a/dockge/element-web/docker-compose.yml +++ b/dockge/element-web/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: vectorim/element-web:v1.11.95 + image: vectorim/element-web:v1.11.96 labels: createdBy: Apps networks: diff --git a/dockge/nezha-dash/docker-compose.yml b/dockge/nezha-dash/docker-compose.yml index cf6980fb1..693b12b1e 100644 --- a/dockge/nezha-dash/docker-compose.yml +++ b/dockge/nezha-dash/docker-compose.yml @@ -19,7 +19,7 @@ services: - NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png - NEXT_PUBLIC_CustomTitle=NezhaDash - NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha. - image: hamster1963/nezha-dash:v2.8.3 + image: hamster1963/nezha-dash:v2.9.0 labels: createdBy: Apps networks: diff --git a/dockge/siyuan/docker-compose.yml b/dockge/siyuan/docker-compose.yml index 8191582a5..87f7c6b82 100644 --- a/dockge/siyuan/docker-compose.yml +++ b/dockge/siyuan/docker-compose.yml @@ -11,7 +11,7 @@ services: - ./envs/global.env environment: - RUN_IN_CONTAINER=true - image: b3log/siyuan:v3.1.25 + image: b3log/siyuan:v3.1.26 labels: createdBy: Apps networks: diff --git a/dockge/watchyourlan/docker-compose.yml b/dockge/watchyourlan/docker-compose.yml index 1ca46ab4d..9f687ec8a 100644 --- a/dockge/watchyourlan/docker-compose.yml +++ b/dockge/watchyourlan/docker-compose.yml @@ -11,7 +11,7 @@ services: - HOST=0.0.0.0 - PORT=8840 - LOG_LEVEL=info - image: aceberg/watchyourlan:2.0.4 + image: aceberg/watchyourlan:2.1.0 labels: createdBy: Apps network_mode: host From 97b34ac6dd02444cc2638b0995be0dde74b7f35d Mon Sep 17 00:00:00 2001 From: Meng Sen Date: Wed, 26 Mar 2025 12:43:32 +0800 Subject: [PATCH 061/198] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20MetaTube=20?= =?UTF-8?q?=E9=95=9C=E5=83=8F=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DockerHub已删库 --- apps/metatube-server/1.2.9/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/metatube-server/1.2.9/docker-compose.yml b/apps/metatube-server/1.2.9/docker-compose.yml index c0631c1e5..11b66739a 100644 --- a/apps/metatube-server/1.2.9/docker-compose.yml +++ b/apps/metatube-server/1.2.9/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: metatube-server: - image: metatube/metatube-server:1.2.9 + image: ghcr.io/metatube-community/metatube-server:1.2.9 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 88f1e2e66e46c3aa797e579098c16b33e5a18b3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 04:44:10 +0000 Subject: [PATCH 062/198] Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.130.1 --- apps/immich-machine-learning/1.129.0/docker-compose.yml | 2 +- apps/immich/1.129.0/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/immich-machine-learning/1.129.0/docker-compose.yml b/apps/immich-machine-learning/1.129.0/docker-compose.yml index ead4254a1..b6b9a1df6 100644 --- a/apps/immich-machine-learning/1.129.0/docker-compose.yml +++ b/apps/immich-machine-learning/1.129.0/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.129.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.1 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.129.0/docker-compose.yml b/apps/immich/1.129.0/docker-compose.yml index 6faa4351c..1498be514 100644 --- a/apps/immich/1.129.0/docker-compose.yml +++ b/apps/immich/1.129.0/docker-compose.yml @@ -73,7 +73,7 @@ services: - /etc/localtime:/etc/localtime immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.129.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.1 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" From dac65851234d0fb3fa4d8624f3f1e79d59b3da31 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 04:44:22 +0000 Subject: [PATCH 063/198] Update app version [skip ci] --- apps/immich-machine-learning/{1.129.0 => 1.130.1}/data.yml | 0 .../{1.129.0 => 1.130.1}/docker-compose.yml | 0 .../immich-machine-learning/{1.129.0 => 1.130.1}/envs/default.env | 0 apps/immich-machine-learning/{1.129.0 => 1.130.1}/envs/global.env | 0 apps/immich-machine-learning/{1.129.0 => 1.130.1}/scripts/init.sh | 0 .../{1.129.0 => 1.130.1}/scripts/uninstall.sh | 0 .../{1.129.0 => 1.130.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich-machine-learning/{1.129.0 => 1.130.1}/data.yml (100%) rename apps/immich-machine-learning/{1.129.0 => 1.130.1}/docker-compose.yml (100%) rename apps/immich-machine-learning/{1.129.0 => 1.130.1}/envs/default.env (100%) rename apps/immich-machine-learning/{1.129.0 => 1.130.1}/envs/global.env (100%) rename apps/immich-machine-learning/{1.129.0 => 1.130.1}/scripts/init.sh (100%) rename apps/immich-machine-learning/{1.129.0 => 1.130.1}/scripts/uninstall.sh (100%) rename apps/immich-machine-learning/{1.129.0 => 1.130.1}/scripts/upgrade.sh (100%) diff --git a/apps/immich-machine-learning/1.129.0/data.yml b/apps/immich-machine-learning/1.130.1/data.yml similarity index 100% rename from apps/immich-machine-learning/1.129.0/data.yml rename to apps/immich-machine-learning/1.130.1/data.yml diff --git a/apps/immich-machine-learning/1.129.0/docker-compose.yml b/apps/immich-machine-learning/1.130.1/docker-compose.yml similarity index 100% rename from apps/immich-machine-learning/1.129.0/docker-compose.yml rename to apps/immich-machine-learning/1.130.1/docker-compose.yml diff --git a/apps/immich-machine-learning/1.129.0/envs/default.env b/apps/immich-machine-learning/1.130.1/envs/default.env similarity index 100% rename from apps/immich-machine-learning/1.129.0/envs/default.env rename to apps/immich-machine-learning/1.130.1/envs/default.env diff --git a/apps/immich-machine-learning/1.129.0/envs/global.env b/apps/immich-machine-learning/1.130.1/envs/global.env similarity index 100% rename from apps/immich-machine-learning/1.129.0/envs/global.env rename to apps/immich-machine-learning/1.130.1/envs/global.env diff --git a/apps/immich-machine-learning/1.129.0/scripts/init.sh b/apps/immich-machine-learning/1.130.1/scripts/init.sh similarity index 100% rename from apps/immich-machine-learning/1.129.0/scripts/init.sh rename to apps/immich-machine-learning/1.130.1/scripts/init.sh diff --git a/apps/immich-machine-learning/1.129.0/scripts/uninstall.sh b/apps/immich-machine-learning/1.130.1/scripts/uninstall.sh similarity index 100% rename from apps/immich-machine-learning/1.129.0/scripts/uninstall.sh rename to apps/immich-machine-learning/1.130.1/scripts/uninstall.sh diff --git a/apps/immich-machine-learning/1.129.0/scripts/upgrade.sh b/apps/immich-machine-learning/1.130.1/scripts/upgrade.sh similarity index 100% rename from apps/immich-machine-learning/1.129.0/scripts/upgrade.sh rename to apps/immich-machine-learning/1.130.1/scripts/upgrade.sh From 8e8c532f1687e694bddfc475979bd23149debb3a Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 04:44:22 +0000 Subject: [PATCH 064/198] Update app version [skip ci] --- apps/immich/{1.129.0 => 1.130.1}/data.yml | 0 apps/immich/{1.129.0 => 1.130.1}/docker-compose.yml | 0 apps/immich/{1.129.0 => 1.130.1}/envs/default.env | 0 apps/immich/{1.129.0 => 1.130.1}/envs/global.env | 0 apps/immich/{1.129.0 => 1.130.1}/scripts/init.sh | 0 apps/immich/{1.129.0 => 1.130.1}/scripts/uninstall.sh | 0 apps/immich/{1.129.0 => 1.130.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich/{1.129.0 => 1.130.1}/data.yml (100%) rename apps/immich/{1.129.0 => 1.130.1}/docker-compose.yml (100%) rename apps/immich/{1.129.0 => 1.130.1}/envs/default.env (100%) rename apps/immich/{1.129.0 => 1.130.1}/envs/global.env (100%) rename apps/immich/{1.129.0 => 1.130.1}/scripts/init.sh (100%) rename apps/immich/{1.129.0 => 1.130.1}/scripts/uninstall.sh (100%) rename apps/immich/{1.129.0 => 1.130.1}/scripts/upgrade.sh (100%) diff --git a/apps/immich/1.129.0/data.yml b/apps/immich/1.130.1/data.yml similarity index 100% rename from apps/immich/1.129.0/data.yml rename to apps/immich/1.130.1/data.yml diff --git a/apps/immich/1.129.0/docker-compose.yml b/apps/immich/1.130.1/docker-compose.yml similarity index 100% rename from apps/immich/1.129.0/docker-compose.yml rename to apps/immich/1.130.1/docker-compose.yml diff --git a/apps/immich/1.129.0/envs/default.env b/apps/immich/1.130.1/envs/default.env similarity index 100% rename from apps/immich/1.129.0/envs/default.env rename to apps/immich/1.130.1/envs/default.env diff --git a/apps/immich/1.129.0/envs/global.env b/apps/immich/1.130.1/envs/global.env similarity index 100% rename from apps/immich/1.129.0/envs/global.env rename to apps/immich/1.130.1/envs/global.env diff --git a/apps/immich/1.129.0/scripts/init.sh b/apps/immich/1.130.1/scripts/init.sh similarity index 100% rename from apps/immich/1.129.0/scripts/init.sh rename to apps/immich/1.130.1/scripts/init.sh diff --git a/apps/immich/1.129.0/scripts/uninstall.sh b/apps/immich/1.130.1/scripts/uninstall.sh similarity index 100% rename from apps/immich/1.129.0/scripts/uninstall.sh rename to apps/immich/1.130.1/scripts/uninstall.sh diff --git a/apps/immich/1.129.0/scripts/upgrade.sh b/apps/immich/1.130.1/scripts/upgrade.sh similarity index 100% rename from apps/immich/1.129.0/scripts/upgrade.sh rename to apps/immich/1.130.1/scripts/upgrade.sh From ab046d85141d03c4018ae72d847a74f12a7b12fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 04:57:50 +0000 Subject: [PATCH 065/198] Update 1dev/server Docker tag to v11.8.0 --- apps/onedev/11.7.6/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/onedev/11.7.6/docker-compose.yml b/apps/onedev/11.7.6/docker-compose.yml index e35d96e6e..bdbb104ea 100644 --- a/apps/onedev/11.7.6/docker-compose.yml +++ b/apps/onedev/11.7.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: onedev: - image: 1dev/server:11.7.6 + image: 1dev/server:11.8.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 85f2316484e55e9255f355f12a384ad25973747c Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 04:58:04 +0000 Subject: [PATCH 066/198] Update app version [skip ci] --- apps/onedev/{11.7.6 => 11.8.0}/data.yml | 0 apps/onedev/{11.7.6 => 11.8.0}/docker-compose.yml | 0 apps/onedev/{11.7.6 => 11.8.0}/envs/default.env | 0 apps/onedev/{11.7.6 => 11.8.0}/envs/global.env | 0 apps/onedev/{11.7.6 => 11.8.0}/envs/onedev.env | 0 apps/onedev/{11.7.6 => 11.8.0}/scripts/init.sh | 0 apps/onedev/{11.7.6 => 11.8.0}/scripts/uninstall.sh | 0 apps/onedev/{11.7.6 => 11.8.0}/scripts/upgrade.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename apps/onedev/{11.7.6 => 11.8.0}/data.yml (100%) rename apps/onedev/{11.7.6 => 11.8.0}/docker-compose.yml (100%) rename apps/onedev/{11.7.6 => 11.8.0}/envs/default.env (100%) rename apps/onedev/{11.7.6 => 11.8.0}/envs/global.env (100%) rename apps/onedev/{11.7.6 => 11.8.0}/envs/onedev.env (100%) rename apps/onedev/{11.7.6 => 11.8.0}/scripts/init.sh (100%) rename apps/onedev/{11.7.6 => 11.8.0}/scripts/uninstall.sh (100%) rename apps/onedev/{11.7.6 => 11.8.0}/scripts/upgrade.sh (100%) diff --git a/apps/onedev/11.7.6/data.yml b/apps/onedev/11.8.0/data.yml similarity index 100% rename from apps/onedev/11.7.6/data.yml rename to apps/onedev/11.8.0/data.yml diff --git a/apps/onedev/11.7.6/docker-compose.yml b/apps/onedev/11.8.0/docker-compose.yml similarity index 100% rename from apps/onedev/11.7.6/docker-compose.yml rename to apps/onedev/11.8.0/docker-compose.yml diff --git a/apps/onedev/11.7.6/envs/default.env b/apps/onedev/11.8.0/envs/default.env similarity index 100% rename from apps/onedev/11.7.6/envs/default.env rename to apps/onedev/11.8.0/envs/default.env diff --git a/apps/onedev/11.7.6/envs/global.env b/apps/onedev/11.8.0/envs/global.env similarity index 100% rename from apps/onedev/11.7.6/envs/global.env rename to apps/onedev/11.8.0/envs/global.env diff --git a/apps/onedev/11.7.6/envs/onedev.env b/apps/onedev/11.8.0/envs/onedev.env similarity index 100% rename from apps/onedev/11.7.6/envs/onedev.env rename to apps/onedev/11.8.0/envs/onedev.env diff --git a/apps/onedev/11.7.6/scripts/init.sh b/apps/onedev/11.8.0/scripts/init.sh similarity index 100% rename from apps/onedev/11.7.6/scripts/init.sh rename to apps/onedev/11.8.0/scripts/init.sh diff --git a/apps/onedev/11.7.6/scripts/uninstall.sh b/apps/onedev/11.8.0/scripts/uninstall.sh similarity index 100% rename from apps/onedev/11.7.6/scripts/uninstall.sh rename to apps/onedev/11.8.0/scripts/uninstall.sh diff --git a/apps/onedev/11.7.6/scripts/upgrade.sh b/apps/onedev/11.8.0/scripts/upgrade.sh similarity index 100% rename from apps/onedev/11.7.6/scripts/upgrade.sh rename to apps/onedev/11.8.0/scripts/upgrade.sh From dd015d0609999ad197e43eb92edd25388d3ed7f1 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Wed, 26 Mar 2025 06:28:40 +0000 Subject: [PATCH 067/198] Processed apps directory via GitHub Actions --- appstore/immich-machine-learning/{1.129.0 => 1.130.1}/.env | 0 .../immich-machine-learning/{1.129.0 => 1.130.1}/data.yml | 0 .../{1.129.0 => 1.130.1}/docker-compose.yml | 2 +- .../{1.129.0 => 1.130.1}/envs/default.env | 0 .../{1.129.0 => 1.130.1}/envs/global.env | 0 .../{1.129.0 => 1.130.1}/scripts/init.sh | 0 .../{1.129.0 => 1.130.1}/scripts/uninstall.sh | 0 .../{1.129.0 => 1.130.1}/scripts/upgrade.sh | 0 appstore/immich-no-machine/{1.129.0 => 1.130.1}/.env | 0 appstore/immich-no-machine/{1.129.0 => 1.130.1}/data.yml | 0 .../immich-no-machine/{1.129.0 => 1.130.1}/docker-compose.yml | 2 +- .../immich-no-machine/{1.129.0 => 1.130.1}/envs/default.env | 0 .../immich-no-machine/{1.129.0 => 1.130.1}/envs/global.env | 0 .../immich-no-machine/{1.129.0 => 1.130.1}/scripts/init.sh | 0 .../{1.129.0 => 1.130.1}/scripts/uninstall.sh | 0 .../immich-no-machine/{1.129.0 => 1.130.1}/scripts/upgrade.sh | 0 appstore/immich-server/{1.129.0 => 1.130.1}/.env | 0 appstore/immich-server/{1.129.0 => 1.130.1}/data.yml | 0 .../immich-server/{1.129.0 => 1.130.1}/docker-compose.yml | 2 +- appstore/immich-server/{1.129.0 => 1.130.1}/envs/default.env | 0 appstore/immich-server/{1.129.0 => 1.130.1}/envs/global.env | 0 appstore/immich-server/{1.129.0 => 1.130.1}/scripts/init.sh | 0 .../immich-server/{1.129.0 => 1.130.1}/scripts/uninstall.sh | 0 .../immich-server/{1.129.0 => 1.130.1}/scripts/upgrade.sh | 0 appstore/immich/{1.129.0 => 1.130.1}/.env | 0 appstore/immich/{1.129.0 => 1.130.1}/data.yml | 0 appstore/immich/{1.129.0 => 1.130.1}/docker-compose.yml | 4 ++-- appstore/immich/{1.129.0 => 1.130.1}/envs/default.env | 0 appstore/immich/{1.129.0 => 1.130.1}/envs/global.env | 0 appstore/immich/{1.129.0 => 1.130.1}/scripts/init.sh | 0 appstore/immich/{1.129.0 => 1.130.1}/scripts/uninstall.sh | 0 appstore/immich/{1.129.0 => 1.130.1}/scripts/upgrade.sh | 0 appstore/metatube-server/1.2.9/docker-compose.yml | 2 +- appstore/synapse/{1.126.0 => 1.127.0}/.env | 0 appstore/synapse/{1.126.0 => 1.127.0}/data.yml | 0 appstore/synapse/{1.126.0 => 1.127.0}/docker-compose.yml | 4 ++-- appstore/synapse/{1.126.0 => 1.127.0}/envs/default.env | 0 appstore/synapse/{1.126.0 => 1.127.0}/envs/global.env | 0 appstore/synapse/{1.126.0 => 1.127.0}/scripts/init.sh | 0 appstore/synapse/{1.126.0 => 1.127.0}/scripts/uninstall.sh | 0 appstore/synapse/{1.126.0 => 1.127.0}/scripts/upgrade.sh | 0 dockge/immich-machine-learning/docker-compose.yml | 2 +- dockge/immich-no-machine/docker-compose.yml | 2 +- dockge/immich-server/docker-compose.yml | 2 +- dockge/immich/docker-compose.yml | 4 ++-- dockge/metatube-server/docker-compose.yml | 2 +- dockge/synapse/docker-compose.yml | 4 ++-- 47 files changed, 16 insertions(+), 16 deletions(-) rename appstore/immich-machine-learning/{1.129.0 => 1.130.1}/.env (100%) rename appstore/immich-machine-learning/{1.129.0 => 1.130.1}/data.yml (100%) rename appstore/immich-machine-learning/{1.129.0 => 1.130.1}/docker-compose.yml (87%) rename appstore/immich-machine-learning/{1.129.0 => 1.130.1}/envs/default.env (100%) rename appstore/immich-machine-learning/{1.129.0 => 1.130.1}/envs/global.env (100%) rename appstore/immich-machine-learning/{1.129.0 => 1.130.1}/scripts/init.sh (100%) rename appstore/immich-machine-learning/{1.129.0 => 1.130.1}/scripts/uninstall.sh (100%) rename appstore/immich-machine-learning/{1.129.0 => 1.130.1}/scripts/upgrade.sh (100%) rename appstore/immich-no-machine/{1.129.0 => 1.130.1}/.env (100%) rename appstore/immich-no-machine/{1.129.0 => 1.130.1}/data.yml (100%) rename appstore/immich-no-machine/{1.129.0 => 1.130.1}/docker-compose.yml (97%) rename appstore/immich-no-machine/{1.129.0 => 1.130.1}/envs/default.env (100%) rename appstore/immich-no-machine/{1.129.0 => 1.130.1}/envs/global.env (100%) rename appstore/immich-no-machine/{1.129.0 => 1.130.1}/scripts/init.sh (100%) rename appstore/immich-no-machine/{1.129.0 => 1.130.1}/scripts/uninstall.sh (100%) rename appstore/immich-no-machine/{1.129.0 => 1.130.1}/scripts/upgrade.sh (100%) rename appstore/immich-server/{1.129.0 => 1.130.1}/.env (100%) rename appstore/immich-server/{1.129.0 => 1.130.1}/data.yml (100%) rename appstore/immich-server/{1.129.0 => 1.130.1}/docker-compose.yml (89%) rename appstore/immich-server/{1.129.0 => 1.130.1}/envs/default.env (100%) rename appstore/immich-server/{1.129.0 => 1.130.1}/envs/global.env (100%) rename appstore/immich-server/{1.129.0 => 1.130.1}/scripts/init.sh (100%) rename appstore/immich-server/{1.129.0 => 1.130.1}/scripts/uninstall.sh (100%) rename appstore/immich-server/{1.129.0 => 1.130.1}/scripts/upgrade.sh (100%) rename appstore/immich/{1.129.0 => 1.130.1}/.env (100%) rename appstore/immich/{1.129.0 => 1.130.1}/data.yml (100%) rename appstore/immich/{1.129.0 => 1.130.1}/docker-compose.yml (94%) rename appstore/immich/{1.129.0 => 1.130.1}/envs/default.env (100%) rename appstore/immich/{1.129.0 => 1.130.1}/envs/global.env (100%) rename appstore/immich/{1.129.0 => 1.130.1}/scripts/init.sh (100%) rename appstore/immich/{1.129.0 => 1.130.1}/scripts/uninstall.sh (100%) rename appstore/immich/{1.129.0 => 1.130.1}/scripts/upgrade.sh (100%) rename appstore/synapse/{1.126.0 => 1.127.0}/.env (100%) rename appstore/synapse/{1.126.0 => 1.127.0}/data.yml (100%) rename appstore/synapse/{1.126.0 => 1.127.0}/docker-compose.yml (89%) rename appstore/synapse/{1.126.0 => 1.127.0}/envs/default.env (100%) rename appstore/synapse/{1.126.0 => 1.127.0}/envs/global.env (100%) rename appstore/synapse/{1.126.0 => 1.127.0}/scripts/init.sh (100%) rename appstore/synapse/{1.126.0 => 1.127.0}/scripts/uninstall.sh (100%) rename appstore/synapse/{1.126.0 => 1.127.0}/scripts/upgrade.sh (100%) diff --git a/appstore/immich-machine-learning/1.129.0/.env b/appstore/immich-machine-learning/1.130.1/.env similarity index 100% rename from appstore/immich-machine-learning/1.129.0/.env rename to appstore/immich-machine-learning/1.130.1/.env diff --git a/appstore/immich-machine-learning/1.129.0/data.yml b/appstore/immich-machine-learning/1.130.1/data.yml similarity index 100% rename from appstore/immich-machine-learning/1.129.0/data.yml rename to appstore/immich-machine-learning/1.130.1/data.yml diff --git a/appstore/immich-machine-learning/1.129.0/docker-compose.yml b/appstore/immich-machine-learning/1.130.1/docker-compose.yml similarity index 87% rename from appstore/immich-machine-learning/1.129.0/docker-compose.yml rename to appstore/immich-machine-learning/1.130.1/docker-compose.yml index 5cb659258..380fb28a5 100644 --- a/appstore/immich-machine-learning/1.129.0/docker-compose.yml +++ b/appstore/immich-machine-learning/1.130.1/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.129.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.1 labels: createdBy: Apps networks: diff --git a/appstore/immich-machine-learning/1.129.0/envs/default.env b/appstore/immich-machine-learning/1.130.1/envs/default.env similarity index 100% rename from appstore/immich-machine-learning/1.129.0/envs/default.env rename to appstore/immich-machine-learning/1.130.1/envs/default.env diff --git a/appstore/immich-machine-learning/1.129.0/envs/global.env b/appstore/immich-machine-learning/1.130.1/envs/global.env similarity index 100% rename from appstore/immich-machine-learning/1.129.0/envs/global.env rename to appstore/immich-machine-learning/1.130.1/envs/global.env diff --git a/appstore/immich-machine-learning/1.129.0/scripts/init.sh b/appstore/immich-machine-learning/1.130.1/scripts/init.sh similarity index 100% rename from appstore/immich-machine-learning/1.129.0/scripts/init.sh rename to appstore/immich-machine-learning/1.130.1/scripts/init.sh diff --git a/appstore/immich-machine-learning/1.129.0/scripts/uninstall.sh b/appstore/immich-machine-learning/1.130.1/scripts/uninstall.sh similarity index 100% rename from appstore/immich-machine-learning/1.129.0/scripts/uninstall.sh rename to appstore/immich-machine-learning/1.130.1/scripts/uninstall.sh diff --git a/appstore/immich-machine-learning/1.129.0/scripts/upgrade.sh b/appstore/immich-machine-learning/1.130.1/scripts/upgrade.sh similarity index 100% rename from appstore/immich-machine-learning/1.129.0/scripts/upgrade.sh rename to appstore/immich-machine-learning/1.130.1/scripts/upgrade.sh diff --git a/appstore/immich-no-machine/1.129.0/.env b/appstore/immich-no-machine/1.130.1/.env similarity index 100% rename from appstore/immich-no-machine/1.129.0/.env rename to appstore/immich-no-machine/1.130.1/.env diff --git a/appstore/immich-no-machine/1.129.0/data.yml b/appstore/immich-no-machine/1.130.1/data.yml similarity index 100% rename from appstore/immich-no-machine/1.129.0/data.yml rename to appstore/immich-no-machine/1.130.1/data.yml diff --git a/appstore/immich-no-machine/1.129.0/docker-compose.yml b/appstore/immich-no-machine/1.130.1/docker-compose.yml similarity index 97% rename from appstore/immich-no-machine/1.129.0/docker-compose.yml rename to appstore/immich-no-machine/1.130.1/docker-compose.yml index d82e319aa..849a23a79 100644 --- a/appstore/immich-no-machine/1.129.0/docker-compose.yml +++ b/appstore/immich-no-machine/1.130.1/docker-compose.yml @@ -52,7 +52,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.129.0 + image: ghcr.io/immich-app/immich-server:v1.130.1 labels: createdBy: Apps networks: diff --git a/appstore/immich-no-machine/1.129.0/envs/default.env b/appstore/immich-no-machine/1.130.1/envs/default.env similarity index 100% rename from appstore/immich-no-machine/1.129.0/envs/default.env rename to appstore/immich-no-machine/1.130.1/envs/default.env diff --git a/appstore/immich-no-machine/1.129.0/envs/global.env b/appstore/immich-no-machine/1.130.1/envs/global.env similarity index 100% rename from appstore/immich-no-machine/1.129.0/envs/global.env rename to appstore/immich-no-machine/1.130.1/envs/global.env diff --git a/appstore/immich-no-machine/1.129.0/scripts/init.sh b/appstore/immich-no-machine/1.130.1/scripts/init.sh similarity index 100% rename from appstore/immich-no-machine/1.129.0/scripts/init.sh rename to appstore/immich-no-machine/1.130.1/scripts/init.sh diff --git a/appstore/immich-no-machine/1.129.0/scripts/uninstall.sh b/appstore/immich-no-machine/1.130.1/scripts/uninstall.sh similarity index 100% rename from appstore/immich-no-machine/1.129.0/scripts/uninstall.sh rename to appstore/immich-no-machine/1.130.1/scripts/uninstall.sh diff --git a/appstore/immich-no-machine/1.129.0/scripts/upgrade.sh b/appstore/immich-no-machine/1.130.1/scripts/upgrade.sh similarity index 100% rename from appstore/immich-no-machine/1.129.0/scripts/upgrade.sh rename to appstore/immich-no-machine/1.130.1/scripts/upgrade.sh diff --git a/appstore/immich-server/1.129.0/.env b/appstore/immich-server/1.130.1/.env similarity index 100% rename from appstore/immich-server/1.129.0/.env rename to appstore/immich-server/1.130.1/.env diff --git a/appstore/immich-server/1.129.0/data.yml b/appstore/immich-server/1.130.1/data.yml similarity index 100% rename from appstore/immich-server/1.129.0/data.yml rename to appstore/immich-server/1.130.1/data.yml diff --git a/appstore/immich-server/1.129.0/docker-compose.yml b/appstore/immich-server/1.130.1/docker-compose.yml similarity index 89% rename from appstore/immich-server/1.129.0/docker-compose.yml rename to appstore/immich-server/1.130.1/docker-compose.yml index 7e78c0b17..046c7af5b 100644 --- a/appstore/immich-server/1.129.0/docker-compose.yml +++ b/appstore/immich-server/1.130.1/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.129.0 + image: ghcr.io/immich-app/immich-server:v1.130.1 labels: createdBy: Apps networks: diff --git a/appstore/immich-server/1.129.0/envs/default.env b/appstore/immich-server/1.130.1/envs/default.env similarity index 100% rename from appstore/immich-server/1.129.0/envs/default.env rename to appstore/immich-server/1.130.1/envs/default.env diff --git a/appstore/immich-server/1.129.0/envs/global.env b/appstore/immich-server/1.130.1/envs/global.env similarity index 100% rename from appstore/immich-server/1.129.0/envs/global.env rename to appstore/immich-server/1.130.1/envs/global.env diff --git a/appstore/immich-server/1.129.0/scripts/init.sh b/appstore/immich-server/1.130.1/scripts/init.sh similarity index 100% rename from appstore/immich-server/1.129.0/scripts/init.sh rename to appstore/immich-server/1.130.1/scripts/init.sh diff --git a/appstore/immich-server/1.129.0/scripts/uninstall.sh b/appstore/immich-server/1.130.1/scripts/uninstall.sh similarity index 100% rename from appstore/immich-server/1.129.0/scripts/uninstall.sh rename to appstore/immich-server/1.130.1/scripts/uninstall.sh diff --git a/appstore/immich-server/1.129.0/scripts/upgrade.sh b/appstore/immich-server/1.130.1/scripts/upgrade.sh similarity index 100% rename from appstore/immich-server/1.129.0/scripts/upgrade.sh rename to appstore/immich-server/1.130.1/scripts/upgrade.sh diff --git a/appstore/immich/1.129.0/.env b/appstore/immich/1.130.1/.env similarity index 100% rename from appstore/immich/1.129.0/.env rename to appstore/immich/1.130.1/.env diff --git a/appstore/immich/1.129.0/data.yml b/appstore/immich/1.130.1/data.yml similarity index 100% rename from appstore/immich/1.129.0/data.yml rename to appstore/immich/1.130.1/data.yml diff --git a/appstore/immich/1.129.0/docker-compose.yml b/appstore/immich/1.130.1/docker-compose.yml similarity index 94% rename from appstore/immich/1.129.0/docker-compose.yml rename to appstore/immich/1.130.1/docker-compose.yml index d9072447f..2500ea895 100644 --- a/appstore/immich/1.129.0/docker-compose.yml +++ b/appstore/immich/1.130.1/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.129.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.1 labels: createdBy: Apps networks: @@ -68,7 +68,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.129.0 + image: ghcr.io/immich-app/immich-server:v1.130.1 labels: createdBy: Apps networks: diff --git a/appstore/immich/1.129.0/envs/default.env b/appstore/immich/1.130.1/envs/default.env similarity index 100% rename from appstore/immich/1.129.0/envs/default.env rename to appstore/immich/1.130.1/envs/default.env diff --git a/appstore/immich/1.129.0/envs/global.env b/appstore/immich/1.130.1/envs/global.env similarity index 100% rename from appstore/immich/1.129.0/envs/global.env rename to appstore/immich/1.130.1/envs/global.env diff --git a/appstore/immich/1.129.0/scripts/init.sh b/appstore/immich/1.130.1/scripts/init.sh similarity index 100% rename from appstore/immich/1.129.0/scripts/init.sh rename to appstore/immich/1.130.1/scripts/init.sh diff --git a/appstore/immich/1.129.0/scripts/uninstall.sh b/appstore/immich/1.130.1/scripts/uninstall.sh similarity index 100% rename from appstore/immich/1.129.0/scripts/uninstall.sh rename to appstore/immich/1.130.1/scripts/uninstall.sh diff --git a/appstore/immich/1.129.0/scripts/upgrade.sh b/appstore/immich/1.130.1/scripts/upgrade.sh similarity index 100% rename from appstore/immich/1.129.0/scripts/upgrade.sh rename to appstore/immich/1.130.1/scripts/upgrade.sh diff --git a/appstore/metatube-server/1.2.9/docker-compose.yml b/appstore/metatube-server/1.2.9/docker-compose.yml index d150417d0..6fcde87c9 100644 --- a/appstore/metatube-server/1.2.9/docker-compose.yml +++ b/appstore/metatube-server/1.2.9/docker-compose.yml @@ -15,7 +15,7 @@ services: - DB_MAX_OPEN_CONNS=0 - DB_PREPARED_STMT=false - DB_AUTO_MIGRATE=true - image: metatube/metatube-server:1.2.9 + image: ghcr.io/metatube-community/metatube-server:1.2.9 labels: createdBy: Apps networks: diff --git a/appstore/synapse/1.126.0/.env b/appstore/synapse/1.127.0/.env similarity index 100% rename from appstore/synapse/1.126.0/.env rename to appstore/synapse/1.127.0/.env diff --git a/appstore/synapse/1.126.0/data.yml b/appstore/synapse/1.127.0/data.yml similarity index 100% rename from appstore/synapse/1.126.0/data.yml rename to appstore/synapse/1.127.0/data.yml diff --git a/appstore/synapse/1.126.0/docker-compose.yml b/appstore/synapse/1.127.0/docker-compose.yml similarity index 89% rename from appstore/synapse/1.126.0/docker-compose.yml rename to appstore/synapse/1.127.0/docker-compose.yml index 58a785417..584e4d97b 100644 --- a/appstore/synapse/1.126.0/docker-compose.yml +++ b/appstore/synapse/1.127.0/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - ./envs/global.env - .env - image: matrixdotorg/synapse:v1.126.0 + image: matrixdotorg/synapse:v1.127.0 labels: createdBy: Apps networks: @@ -31,7 +31,7 @@ services: - SYNAPSE_REPORT_STATS=no - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 - image: matrixdotorg/synapse:v1.126.0 + image: matrixdotorg/synapse:v1.127.0 networks: - 1panel-network restart: false diff --git a/appstore/synapse/1.126.0/envs/default.env b/appstore/synapse/1.127.0/envs/default.env similarity index 100% rename from appstore/synapse/1.126.0/envs/default.env rename to appstore/synapse/1.127.0/envs/default.env diff --git a/appstore/synapse/1.126.0/envs/global.env b/appstore/synapse/1.127.0/envs/global.env similarity index 100% rename from appstore/synapse/1.126.0/envs/global.env rename to appstore/synapse/1.127.0/envs/global.env diff --git a/appstore/synapse/1.126.0/scripts/init.sh b/appstore/synapse/1.127.0/scripts/init.sh similarity index 100% rename from appstore/synapse/1.126.0/scripts/init.sh rename to appstore/synapse/1.127.0/scripts/init.sh diff --git a/appstore/synapse/1.126.0/scripts/uninstall.sh b/appstore/synapse/1.127.0/scripts/uninstall.sh similarity index 100% rename from appstore/synapse/1.126.0/scripts/uninstall.sh rename to appstore/synapse/1.127.0/scripts/uninstall.sh diff --git a/appstore/synapse/1.126.0/scripts/upgrade.sh b/appstore/synapse/1.127.0/scripts/upgrade.sh similarity index 100% rename from appstore/synapse/1.126.0/scripts/upgrade.sh rename to appstore/synapse/1.127.0/scripts/upgrade.sh diff --git a/dockge/immich-machine-learning/docker-compose.yml b/dockge/immich-machine-learning/docker-compose.yml index 5cb659258..380fb28a5 100644 --- a/dockge/immich-machine-learning/docker-compose.yml +++ b/dockge/immich-machine-learning/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.129.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.1 labels: createdBy: Apps networks: diff --git a/dockge/immich-no-machine/docker-compose.yml b/dockge/immich-no-machine/docker-compose.yml index d82e319aa..849a23a79 100644 --- a/dockge/immich-no-machine/docker-compose.yml +++ b/dockge/immich-no-machine/docker-compose.yml @@ -52,7 +52,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.129.0 + image: ghcr.io/immich-app/immich-server:v1.130.1 labels: createdBy: Apps networks: diff --git a/dockge/immich-server/docker-compose.yml b/dockge/immich-server/docker-compose.yml index 7e78c0b17..046c7af5b 100644 --- a/dockge/immich-server/docker-compose.yml +++ b/dockge/immich-server/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.129.0 + image: ghcr.io/immich-app/immich-server:v1.130.1 labels: createdBy: Apps networks: diff --git a/dockge/immich/docker-compose.yml b/dockge/immich/docker-compose.yml index d9072447f..2500ea895 100644 --- a/dockge/immich/docker-compose.yml +++ b/dockge/immich/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.129.0 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.1 labels: createdBy: Apps networks: @@ -68,7 +68,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.129.0 + image: ghcr.io/immich-app/immich-server:v1.130.1 labels: createdBy: Apps networks: diff --git a/dockge/metatube-server/docker-compose.yml b/dockge/metatube-server/docker-compose.yml index d150417d0..6fcde87c9 100644 --- a/dockge/metatube-server/docker-compose.yml +++ b/dockge/metatube-server/docker-compose.yml @@ -15,7 +15,7 @@ services: - DB_MAX_OPEN_CONNS=0 - DB_PREPARED_STMT=false - DB_AUTO_MIGRATE=true - image: metatube/metatube-server:1.2.9 + image: ghcr.io/metatube-community/metatube-server:1.2.9 labels: createdBy: Apps networks: diff --git a/dockge/synapse/docker-compose.yml b/dockge/synapse/docker-compose.yml index 58a785417..584e4d97b 100644 --- a/dockge/synapse/docker-compose.yml +++ b/dockge/synapse/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - ./envs/global.env - .env - image: matrixdotorg/synapse:v1.126.0 + image: matrixdotorg/synapse:v1.127.0 labels: createdBy: Apps networks: @@ -31,7 +31,7 @@ services: - SYNAPSE_REPORT_STATS=no - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 - image: matrixdotorg/synapse:v1.126.0 + image: matrixdotorg/synapse:v1.127.0 networks: - 1panel-network restart: false From 2e27e637ab913f6bd42251d9426b3a6f5ee3cb1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 12:31:42 +0000 Subject: [PATCH 068/198] Update hslr/sun-panel Docker tag to v1.7.0 --- apps/sun-panel/1.6.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sun-panel/1.6.1/docker-compose.yml b/apps/sun-panel/1.6.1/docker-compose.yml index 91c9a824f..ccc23dc2a 100644 --- a/apps/sun-panel/1.6.1/docker-compose.yml +++ b/apps/sun-panel/1.6.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: sun-panel: - image: hslr/sun-panel:1.6.1 + image: hslr/sun-panel:1.7.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 2289bf8e7392e8d27a18168afca272290e335542 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 12:31:53 +0000 Subject: [PATCH 069/198] Update app version [skip ci] --- apps/sun-panel/{1.6.1 => 1.7.0}/data.yml | 0 apps/sun-panel/{1.6.1 => 1.7.0}/docker-compose.yml | 0 apps/sun-panel/{1.6.1 => 1.7.0}/envs/default.env | 0 apps/sun-panel/{1.6.1 => 1.7.0}/envs/global.env | 0 apps/sun-panel/{1.6.1 => 1.7.0}/scripts/init.sh | 0 apps/sun-panel/{1.6.1 => 1.7.0}/scripts/uninstall.sh | 0 apps/sun-panel/{1.6.1 => 1.7.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/sun-panel/{1.6.1 => 1.7.0}/data.yml (100%) rename apps/sun-panel/{1.6.1 => 1.7.0}/docker-compose.yml (100%) rename apps/sun-panel/{1.6.1 => 1.7.0}/envs/default.env (100%) rename apps/sun-panel/{1.6.1 => 1.7.0}/envs/global.env (100%) rename apps/sun-panel/{1.6.1 => 1.7.0}/scripts/init.sh (100%) rename apps/sun-panel/{1.6.1 => 1.7.0}/scripts/uninstall.sh (100%) rename apps/sun-panel/{1.6.1 => 1.7.0}/scripts/upgrade.sh (100%) diff --git a/apps/sun-panel/1.6.1/data.yml b/apps/sun-panel/1.7.0/data.yml similarity index 100% rename from apps/sun-panel/1.6.1/data.yml rename to apps/sun-panel/1.7.0/data.yml diff --git a/apps/sun-panel/1.6.1/docker-compose.yml b/apps/sun-panel/1.7.0/docker-compose.yml similarity index 100% rename from apps/sun-panel/1.6.1/docker-compose.yml rename to apps/sun-panel/1.7.0/docker-compose.yml diff --git a/apps/sun-panel/1.6.1/envs/default.env b/apps/sun-panel/1.7.0/envs/default.env similarity index 100% rename from apps/sun-panel/1.6.1/envs/default.env rename to apps/sun-panel/1.7.0/envs/default.env diff --git a/apps/sun-panel/1.6.1/envs/global.env b/apps/sun-panel/1.7.0/envs/global.env similarity index 100% rename from apps/sun-panel/1.6.1/envs/global.env rename to apps/sun-panel/1.7.0/envs/global.env diff --git a/apps/sun-panel/1.6.1/scripts/init.sh b/apps/sun-panel/1.7.0/scripts/init.sh similarity index 100% rename from apps/sun-panel/1.6.1/scripts/init.sh rename to apps/sun-panel/1.7.0/scripts/init.sh diff --git a/apps/sun-panel/1.6.1/scripts/uninstall.sh b/apps/sun-panel/1.7.0/scripts/uninstall.sh similarity index 100% rename from apps/sun-panel/1.6.1/scripts/uninstall.sh rename to apps/sun-panel/1.7.0/scripts/uninstall.sh diff --git a/apps/sun-panel/1.6.1/scripts/upgrade.sh b/apps/sun-panel/1.7.0/scripts/upgrade.sh similarity index 100% rename from apps/sun-panel/1.6.1/scripts/upgrade.sh rename to apps/sun-panel/1.7.0/scripts/upgrade.sh From 595677bbaf1b0437b804536ab2f5397539ef10ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:57:31 +0000 Subject: [PATCH 070/198] Update aceberg/watchyourlan Docker tag to v2.1.1 --- apps/watchyourlan/2.1.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/watchyourlan/2.1.0/docker-compose.yml b/apps/watchyourlan/2.1.0/docker-compose.yml index 350a4157b..76a7f63fd 100644 --- a/apps/watchyourlan/2.1.0/docker-compose.yml +++ b/apps/watchyourlan/2.1.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: watchyourlan: - image: aceberg/watchyourlan:2.1.0 + image: aceberg/watchyourlan:2.1.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 6cb24fc7bae5ffc3bc23047074f27e1b292935ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:57:34 +0000 Subject: [PATCH 071/198] Update diygod/rsshub Docker tag to v2025-03-26 --- apps/rsshub/2025-03-22/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rsshub/2025-03-22/docker-compose.yml b/apps/rsshub/2025-03-22/docker-compose.yml index e80843d48..5dadffa2d 100644 --- a/apps/rsshub/2025-03-22/docker-compose.yml +++ b/apps/rsshub/2025-03-22/docker-compose.yml @@ -23,7 +23,7 @@ services: timeout: 10s retries: 3 rsshub: - image: diygod/rsshub:2025-03-22 + image: diygod/rsshub:2025-03-26 container_name: rsshub-${CONTAINER_NAME} depends_on: - browserless From 1c5d84972c6b70d38d452336d11806b97df2e2b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:57:38 +0000 Subject: [PATCH 072/198] Update hamster1963/nezha-dash Docker tag to v2.9.1 --- apps/nezha-dash/2.9.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nezha-dash/2.9.0/docker-compose.yml b/apps/nezha-dash/2.9.0/docker-compose.yml index 0fb8949c5..18320674d 100644 --- a/apps/nezha-dash/2.9.0/docker-compose.yml +++ b/apps/nezha-dash/2.9.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: nezha-dash: - image: hamster1963/nezha-dash:v2.9.0 + image: hamster1963/nezha-dash:v2.9.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 9af8340e0960a01dab6dbd52945895de98ad7035 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:57:42 +0000 Subject: [PATCH 073/198] Update wushuo894/ani-rss Docker tag to v1.1.335 --- apps/ani-rss/1.1.322/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ani-rss/1.1.322/docker-compose.yml b/apps/ani-rss/1.1.322/docker-compose.yml index 8e2ecbf4b..4bdc24c6c 100644 --- a/apps/ani-rss/1.1.322/docker-compose.yml +++ b/apps/ani-rss/1.1.322/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ani-rss: - image: wushuo894/ani-rss:v1.1.322 + image: wushuo894/ani-rss:v1.1.335 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 6bfcba021010db6afbddfb7b7ecfab8d088adb2a Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 13:57:45 +0000 Subject: [PATCH 074/198] Update app version [skip ci] --- apps/watchyourlan/{2.1.0 => 2.1.1}/data.yml | 0 apps/watchyourlan/{2.1.0 => 2.1.1}/docker-compose.yml | 0 apps/watchyourlan/{2.1.0 => 2.1.1}/envs/default.env | 0 apps/watchyourlan/{2.1.0 => 2.1.1}/envs/global.env | 0 apps/watchyourlan/{2.1.0 => 2.1.1}/scripts/init.sh | 0 apps/watchyourlan/{2.1.0 => 2.1.1}/scripts/uninstall.sh | 0 apps/watchyourlan/{2.1.0 => 2.1.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/watchyourlan/{2.1.0 => 2.1.1}/data.yml (100%) rename apps/watchyourlan/{2.1.0 => 2.1.1}/docker-compose.yml (100%) rename apps/watchyourlan/{2.1.0 => 2.1.1}/envs/default.env (100%) rename apps/watchyourlan/{2.1.0 => 2.1.1}/envs/global.env (100%) rename apps/watchyourlan/{2.1.0 => 2.1.1}/scripts/init.sh (100%) rename apps/watchyourlan/{2.1.0 => 2.1.1}/scripts/uninstall.sh (100%) rename apps/watchyourlan/{2.1.0 => 2.1.1}/scripts/upgrade.sh (100%) diff --git a/apps/watchyourlan/2.1.0/data.yml b/apps/watchyourlan/2.1.1/data.yml similarity index 100% rename from apps/watchyourlan/2.1.0/data.yml rename to apps/watchyourlan/2.1.1/data.yml diff --git a/apps/watchyourlan/2.1.0/docker-compose.yml b/apps/watchyourlan/2.1.1/docker-compose.yml similarity index 100% rename from apps/watchyourlan/2.1.0/docker-compose.yml rename to apps/watchyourlan/2.1.1/docker-compose.yml diff --git a/apps/watchyourlan/2.1.0/envs/default.env b/apps/watchyourlan/2.1.1/envs/default.env similarity index 100% rename from apps/watchyourlan/2.1.0/envs/default.env rename to apps/watchyourlan/2.1.1/envs/default.env diff --git a/apps/watchyourlan/2.1.0/envs/global.env b/apps/watchyourlan/2.1.1/envs/global.env similarity index 100% rename from apps/watchyourlan/2.1.0/envs/global.env rename to apps/watchyourlan/2.1.1/envs/global.env diff --git a/apps/watchyourlan/2.1.0/scripts/init.sh b/apps/watchyourlan/2.1.1/scripts/init.sh similarity index 100% rename from apps/watchyourlan/2.1.0/scripts/init.sh rename to apps/watchyourlan/2.1.1/scripts/init.sh diff --git a/apps/watchyourlan/2.1.0/scripts/uninstall.sh b/apps/watchyourlan/2.1.1/scripts/uninstall.sh similarity index 100% rename from apps/watchyourlan/2.1.0/scripts/uninstall.sh rename to apps/watchyourlan/2.1.1/scripts/uninstall.sh diff --git a/apps/watchyourlan/2.1.0/scripts/upgrade.sh b/apps/watchyourlan/2.1.1/scripts/upgrade.sh similarity index 100% rename from apps/watchyourlan/2.1.0/scripts/upgrade.sh rename to apps/watchyourlan/2.1.1/scripts/upgrade.sh From 2cfab89d3c85170dcc103c4456e22e5827f886fa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:57:46 +0000 Subject: [PATCH 075/198] Update casbin/casdoor Docker tag to v1.871.0 --- apps/casdoor/1.864.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/casdoor/1.864.0/docker-compose.yml b/apps/casdoor/1.864.0/docker-compose.yml index c8e46abbd..00bd6d156 100644 --- a/apps/casdoor/1.864.0/docker-compose.yml +++ b/apps/casdoor/1.864.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: casdoor: - image: casbin/casdoor:v1.864.0 + image: casbin/casdoor:v1.871.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 4a3786869cf02ceac127e41a67dbafe9f08e9329 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 13:57:48 +0000 Subject: [PATCH 076/198] Update app version [skip ci] --- apps/rsshub/{2025-03-22 => 2025-03-26}/data.yml | 0 apps/rsshub/{2025-03-22 => 2025-03-26}/docker-compose.yml | 0 apps/rsshub/{2025-03-22 => 2025-03-26}/envs/default.env | 0 apps/rsshub/{2025-03-22 => 2025-03-26}/envs/global.env | 0 apps/rsshub/{2025-03-22 => 2025-03-26}/scripts/init.sh | 0 apps/rsshub/{2025-03-22 => 2025-03-26}/scripts/uninstall.sh | 0 apps/rsshub/{2025-03-22 => 2025-03-26}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/rsshub/{2025-03-22 => 2025-03-26}/data.yml (100%) rename apps/rsshub/{2025-03-22 => 2025-03-26}/docker-compose.yml (100%) rename apps/rsshub/{2025-03-22 => 2025-03-26}/envs/default.env (100%) rename apps/rsshub/{2025-03-22 => 2025-03-26}/envs/global.env (100%) rename apps/rsshub/{2025-03-22 => 2025-03-26}/scripts/init.sh (100%) rename apps/rsshub/{2025-03-22 => 2025-03-26}/scripts/uninstall.sh (100%) rename apps/rsshub/{2025-03-22 => 2025-03-26}/scripts/upgrade.sh (100%) diff --git a/apps/rsshub/2025-03-22/data.yml b/apps/rsshub/2025-03-26/data.yml similarity index 100% rename from apps/rsshub/2025-03-22/data.yml rename to apps/rsshub/2025-03-26/data.yml diff --git a/apps/rsshub/2025-03-22/docker-compose.yml b/apps/rsshub/2025-03-26/docker-compose.yml similarity index 100% rename from apps/rsshub/2025-03-22/docker-compose.yml rename to apps/rsshub/2025-03-26/docker-compose.yml diff --git a/apps/rsshub/2025-03-22/envs/default.env b/apps/rsshub/2025-03-26/envs/default.env similarity index 100% rename from apps/rsshub/2025-03-22/envs/default.env rename to apps/rsshub/2025-03-26/envs/default.env diff --git a/apps/rsshub/2025-03-22/envs/global.env b/apps/rsshub/2025-03-26/envs/global.env similarity index 100% rename from apps/rsshub/2025-03-22/envs/global.env rename to apps/rsshub/2025-03-26/envs/global.env diff --git a/apps/rsshub/2025-03-22/scripts/init.sh b/apps/rsshub/2025-03-26/scripts/init.sh similarity index 100% rename from apps/rsshub/2025-03-22/scripts/init.sh rename to apps/rsshub/2025-03-26/scripts/init.sh diff --git a/apps/rsshub/2025-03-22/scripts/uninstall.sh b/apps/rsshub/2025-03-26/scripts/uninstall.sh similarity index 100% rename from apps/rsshub/2025-03-22/scripts/uninstall.sh rename to apps/rsshub/2025-03-26/scripts/uninstall.sh diff --git a/apps/rsshub/2025-03-22/scripts/upgrade.sh b/apps/rsshub/2025-03-26/scripts/upgrade.sh similarity index 100% rename from apps/rsshub/2025-03-22/scripts/upgrade.sh rename to apps/rsshub/2025-03-26/scripts/upgrade.sh From fbd243341b940ed387315d383319a0d0f4458a35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:57:50 +0000 Subject: [PATCH 077/198] Update envyafish/byte-muse Docker tag to v1.10.0 --- apps/byte-muse/1.8.3/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/byte-muse/1.8.3/docker-compose.yml b/apps/byte-muse/1.8.3/docker-compose.yml index 95df5dcf8..d56b30575 100644 --- a/apps/byte-muse/1.8.3/docker-compose.yml +++ b/apps/byte-muse/1.8.3/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: auto-lady: - image: envyafish/byte-muse:1.8.3 + image: envyafish/byte-muse:1.10.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From d7c611d6a39981e296bb676adecbd1fd652ccc86 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 13:57:51 +0000 Subject: [PATCH 078/198] Update app version [skip ci] --- apps/nezha-dash/{2.9.0 => 2.9.1}/data.yml | 0 apps/nezha-dash/{2.9.0 => 2.9.1}/docker-compose.yml | 0 apps/nezha-dash/{2.9.0 => 2.9.1}/envs/default.env | 0 apps/nezha-dash/{2.9.0 => 2.9.1}/envs/global.env | 0 apps/nezha-dash/{2.9.0 => 2.9.1}/scripts/init.sh | 0 apps/nezha-dash/{2.9.0 => 2.9.1}/scripts/uninstall.sh | 0 apps/nezha-dash/{2.9.0 => 2.9.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/nezha-dash/{2.9.0 => 2.9.1}/data.yml (100%) rename apps/nezha-dash/{2.9.0 => 2.9.1}/docker-compose.yml (100%) rename apps/nezha-dash/{2.9.0 => 2.9.1}/envs/default.env (100%) rename apps/nezha-dash/{2.9.0 => 2.9.1}/envs/global.env (100%) rename apps/nezha-dash/{2.9.0 => 2.9.1}/scripts/init.sh (100%) rename apps/nezha-dash/{2.9.0 => 2.9.1}/scripts/uninstall.sh (100%) rename apps/nezha-dash/{2.9.0 => 2.9.1}/scripts/upgrade.sh (100%) diff --git a/apps/nezha-dash/2.9.0/data.yml b/apps/nezha-dash/2.9.1/data.yml similarity index 100% rename from apps/nezha-dash/2.9.0/data.yml rename to apps/nezha-dash/2.9.1/data.yml diff --git a/apps/nezha-dash/2.9.0/docker-compose.yml b/apps/nezha-dash/2.9.1/docker-compose.yml similarity index 100% rename from apps/nezha-dash/2.9.0/docker-compose.yml rename to apps/nezha-dash/2.9.1/docker-compose.yml diff --git a/apps/nezha-dash/2.9.0/envs/default.env b/apps/nezha-dash/2.9.1/envs/default.env similarity index 100% rename from apps/nezha-dash/2.9.0/envs/default.env rename to apps/nezha-dash/2.9.1/envs/default.env diff --git a/apps/nezha-dash/2.9.0/envs/global.env b/apps/nezha-dash/2.9.1/envs/global.env similarity index 100% rename from apps/nezha-dash/2.9.0/envs/global.env rename to apps/nezha-dash/2.9.1/envs/global.env diff --git a/apps/nezha-dash/2.9.0/scripts/init.sh b/apps/nezha-dash/2.9.1/scripts/init.sh similarity index 100% rename from apps/nezha-dash/2.9.0/scripts/init.sh rename to apps/nezha-dash/2.9.1/scripts/init.sh diff --git a/apps/nezha-dash/2.9.0/scripts/uninstall.sh b/apps/nezha-dash/2.9.1/scripts/uninstall.sh similarity index 100% rename from apps/nezha-dash/2.9.0/scripts/uninstall.sh rename to apps/nezha-dash/2.9.1/scripts/uninstall.sh diff --git a/apps/nezha-dash/2.9.0/scripts/upgrade.sh b/apps/nezha-dash/2.9.1/scripts/upgrade.sh similarity index 100% rename from apps/nezha-dash/2.9.0/scripts/upgrade.sh rename to apps/nezha-dash/2.9.1/scripts/upgrade.sh From a9eb508bdc92dbe4408f32b038a9db8f448169fc Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 13:57:55 +0000 Subject: [PATCH 079/198] Update app version [skip ci] --- apps/ani-rss/{1.1.322 => 1.1.335}/data.yml | 0 apps/ani-rss/{1.1.322 => 1.1.335}/docker-compose.yml | 0 apps/ani-rss/{1.1.322 => 1.1.335}/envs/default.env | 0 apps/ani-rss/{1.1.322 => 1.1.335}/envs/global.env | 0 apps/ani-rss/{1.1.322 => 1.1.335}/scripts/init.sh | 0 apps/ani-rss/{1.1.322 => 1.1.335}/scripts/uninstall.sh | 0 apps/ani-rss/{1.1.322 => 1.1.335}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ani-rss/{1.1.322 => 1.1.335}/data.yml (100%) rename apps/ani-rss/{1.1.322 => 1.1.335}/docker-compose.yml (100%) rename apps/ani-rss/{1.1.322 => 1.1.335}/envs/default.env (100%) rename apps/ani-rss/{1.1.322 => 1.1.335}/envs/global.env (100%) rename apps/ani-rss/{1.1.322 => 1.1.335}/scripts/init.sh (100%) rename apps/ani-rss/{1.1.322 => 1.1.335}/scripts/uninstall.sh (100%) rename apps/ani-rss/{1.1.322 => 1.1.335}/scripts/upgrade.sh (100%) diff --git a/apps/ani-rss/1.1.322/data.yml b/apps/ani-rss/1.1.335/data.yml similarity index 100% rename from apps/ani-rss/1.1.322/data.yml rename to apps/ani-rss/1.1.335/data.yml diff --git a/apps/ani-rss/1.1.322/docker-compose.yml b/apps/ani-rss/1.1.335/docker-compose.yml similarity index 100% rename from apps/ani-rss/1.1.322/docker-compose.yml rename to apps/ani-rss/1.1.335/docker-compose.yml diff --git a/apps/ani-rss/1.1.322/envs/default.env b/apps/ani-rss/1.1.335/envs/default.env similarity index 100% rename from apps/ani-rss/1.1.322/envs/default.env rename to apps/ani-rss/1.1.335/envs/default.env diff --git a/apps/ani-rss/1.1.322/envs/global.env b/apps/ani-rss/1.1.335/envs/global.env similarity index 100% rename from apps/ani-rss/1.1.322/envs/global.env rename to apps/ani-rss/1.1.335/envs/global.env diff --git a/apps/ani-rss/1.1.322/scripts/init.sh b/apps/ani-rss/1.1.335/scripts/init.sh similarity index 100% rename from apps/ani-rss/1.1.322/scripts/init.sh rename to apps/ani-rss/1.1.335/scripts/init.sh diff --git a/apps/ani-rss/1.1.322/scripts/uninstall.sh b/apps/ani-rss/1.1.335/scripts/uninstall.sh similarity index 100% rename from apps/ani-rss/1.1.322/scripts/uninstall.sh rename to apps/ani-rss/1.1.335/scripts/uninstall.sh diff --git a/apps/ani-rss/1.1.322/scripts/upgrade.sh b/apps/ani-rss/1.1.335/scripts/upgrade.sh similarity index 100% rename from apps/ani-rss/1.1.322/scripts/upgrade.sh rename to apps/ani-rss/1.1.335/scripts/upgrade.sh From fce36ff1418f23024663c74aff458404b179f4d8 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 13:57:56 +0000 Subject: [PATCH 080/198] Update app version [skip ci] --- apps/casdoor/{1.864.0 => 1.871.0}/config/init_data.json | 0 apps/casdoor/{1.864.0 => 1.871.0}/data.yml | 0 apps/casdoor/{1.864.0 => 1.871.0}/docker-compose.yml | 0 apps/casdoor/{1.864.0 => 1.871.0}/envs/casdoor.env | 0 apps/casdoor/{1.864.0 => 1.871.0}/envs/default.env | 0 apps/casdoor/{1.864.0 => 1.871.0}/envs/global.env | 0 apps/casdoor/{1.864.0 => 1.871.0}/scripts/init.sh | 0 apps/casdoor/{1.864.0 => 1.871.0}/scripts/uninstall.sh | 0 apps/casdoor/{1.864.0 => 1.871.0}/scripts/upgrade.sh | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename apps/casdoor/{1.864.0 => 1.871.0}/config/init_data.json (100%) rename apps/casdoor/{1.864.0 => 1.871.0}/data.yml (100%) rename apps/casdoor/{1.864.0 => 1.871.0}/docker-compose.yml (100%) rename apps/casdoor/{1.864.0 => 1.871.0}/envs/casdoor.env (100%) rename apps/casdoor/{1.864.0 => 1.871.0}/envs/default.env (100%) rename apps/casdoor/{1.864.0 => 1.871.0}/envs/global.env (100%) rename apps/casdoor/{1.864.0 => 1.871.0}/scripts/init.sh (100%) rename apps/casdoor/{1.864.0 => 1.871.0}/scripts/uninstall.sh (100%) rename apps/casdoor/{1.864.0 => 1.871.0}/scripts/upgrade.sh (100%) diff --git a/apps/casdoor/1.864.0/config/init_data.json b/apps/casdoor/1.871.0/config/init_data.json similarity index 100% rename from apps/casdoor/1.864.0/config/init_data.json rename to apps/casdoor/1.871.0/config/init_data.json diff --git a/apps/casdoor/1.864.0/data.yml b/apps/casdoor/1.871.0/data.yml similarity index 100% rename from apps/casdoor/1.864.0/data.yml rename to apps/casdoor/1.871.0/data.yml diff --git a/apps/casdoor/1.864.0/docker-compose.yml b/apps/casdoor/1.871.0/docker-compose.yml similarity index 100% rename from apps/casdoor/1.864.0/docker-compose.yml rename to apps/casdoor/1.871.0/docker-compose.yml diff --git a/apps/casdoor/1.864.0/envs/casdoor.env b/apps/casdoor/1.871.0/envs/casdoor.env similarity index 100% rename from apps/casdoor/1.864.0/envs/casdoor.env rename to apps/casdoor/1.871.0/envs/casdoor.env diff --git a/apps/casdoor/1.864.0/envs/default.env b/apps/casdoor/1.871.0/envs/default.env similarity index 100% rename from apps/casdoor/1.864.0/envs/default.env rename to apps/casdoor/1.871.0/envs/default.env diff --git a/apps/casdoor/1.864.0/envs/global.env b/apps/casdoor/1.871.0/envs/global.env similarity index 100% rename from apps/casdoor/1.864.0/envs/global.env rename to apps/casdoor/1.871.0/envs/global.env diff --git a/apps/casdoor/1.864.0/scripts/init.sh b/apps/casdoor/1.871.0/scripts/init.sh similarity index 100% rename from apps/casdoor/1.864.0/scripts/init.sh rename to apps/casdoor/1.871.0/scripts/init.sh diff --git a/apps/casdoor/1.864.0/scripts/uninstall.sh b/apps/casdoor/1.871.0/scripts/uninstall.sh similarity index 100% rename from apps/casdoor/1.864.0/scripts/uninstall.sh rename to apps/casdoor/1.871.0/scripts/uninstall.sh diff --git a/apps/casdoor/1.864.0/scripts/upgrade.sh b/apps/casdoor/1.871.0/scripts/upgrade.sh similarity index 100% rename from apps/casdoor/1.864.0/scripts/upgrade.sh rename to apps/casdoor/1.871.0/scripts/upgrade.sh From bd5ee7ae0efd5a1aafec15c16da149504977cbbc Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 13:58:03 +0000 Subject: [PATCH 081/198] Update app version [skip ci] --- apps/byte-muse/{1.8.3 => 1.10.0}/data.yml | 0 apps/byte-muse/{1.8.3 => 1.10.0}/docker-compose.yml | 0 apps/byte-muse/{1.8.3 => 1.10.0}/envs/default.env | 0 apps/byte-muse/{1.8.3 => 1.10.0}/envs/global.env | 0 apps/byte-muse/{1.8.3 => 1.10.0}/scripts/init.sh | 0 apps/byte-muse/{1.8.3 => 1.10.0}/scripts/uninstall.sh | 0 apps/byte-muse/{1.8.3 => 1.10.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/byte-muse/{1.8.3 => 1.10.0}/data.yml (100%) rename apps/byte-muse/{1.8.3 => 1.10.0}/docker-compose.yml (100%) rename apps/byte-muse/{1.8.3 => 1.10.0}/envs/default.env (100%) rename apps/byte-muse/{1.8.3 => 1.10.0}/envs/global.env (100%) rename apps/byte-muse/{1.8.3 => 1.10.0}/scripts/init.sh (100%) rename apps/byte-muse/{1.8.3 => 1.10.0}/scripts/uninstall.sh (100%) rename apps/byte-muse/{1.8.3 => 1.10.0}/scripts/upgrade.sh (100%) diff --git a/apps/byte-muse/1.8.3/data.yml b/apps/byte-muse/1.10.0/data.yml similarity index 100% rename from apps/byte-muse/1.8.3/data.yml rename to apps/byte-muse/1.10.0/data.yml diff --git a/apps/byte-muse/1.8.3/docker-compose.yml b/apps/byte-muse/1.10.0/docker-compose.yml similarity index 100% rename from apps/byte-muse/1.8.3/docker-compose.yml rename to apps/byte-muse/1.10.0/docker-compose.yml diff --git a/apps/byte-muse/1.8.3/envs/default.env b/apps/byte-muse/1.10.0/envs/default.env similarity index 100% rename from apps/byte-muse/1.8.3/envs/default.env rename to apps/byte-muse/1.10.0/envs/default.env diff --git a/apps/byte-muse/1.8.3/envs/global.env b/apps/byte-muse/1.10.0/envs/global.env similarity index 100% rename from apps/byte-muse/1.8.3/envs/global.env rename to apps/byte-muse/1.10.0/envs/global.env diff --git a/apps/byte-muse/1.8.3/scripts/init.sh b/apps/byte-muse/1.10.0/scripts/init.sh similarity index 100% rename from apps/byte-muse/1.8.3/scripts/init.sh rename to apps/byte-muse/1.10.0/scripts/init.sh diff --git a/apps/byte-muse/1.8.3/scripts/uninstall.sh b/apps/byte-muse/1.10.0/scripts/uninstall.sh similarity index 100% rename from apps/byte-muse/1.8.3/scripts/uninstall.sh rename to apps/byte-muse/1.10.0/scripts/uninstall.sh diff --git a/apps/byte-muse/1.8.3/scripts/upgrade.sh b/apps/byte-muse/1.10.0/scripts/upgrade.sh similarity index 100% rename from apps/byte-muse/1.8.3/scripts/upgrade.sh rename to apps/byte-muse/1.10.0/scripts/upgrade.sh From ebc4c81188fffa9ba20d7532f17152cbccf53c64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:19:25 +0000 Subject: [PATCH 082/198] Update qyg2297248353/ammds Docker tag to v1.0.26 --- apps/ammds/1.0.25/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ammds/1.0.25/docker-compose.yml b/apps/ammds/1.0.25/docker-compose.yml index a6febd6c4..972d6cefa 100644 --- a/apps/ammds/1.0.25/docker-compose.yml +++ b/apps/ammds/1.0.25/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ammds: - image: qyg2297248353/ammds:v1.0.25 + image: qyg2297248353/ammds:v1.0.26 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 725935573c208531918e332e3bb17e80686eec31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 15:19:29 +0000 Subject: [PATCH 083/198] Update casbin/casdoor Docker tag to v1.873.0 --- apps/casdoor/1.871.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/casdoor/1.871.0/docker-compose.yml b/apps/casdoor/1.871.0/docker-compose.yml index 00bd6d156..3ea35e3b2 100644 --- a/apps/casdoor/1.871.0/docker-compose.yml +++ b/apps/casdoor/1.871.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: casdoor: - image: casbin/casdoor:v1.871.0 + image: casbin/casdoor:v1.873.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 2c6e299c7c07b024fc8e1b1fc13ca0c98ae0ff46 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 15:19:39 +0000 Subject: [PATCH 084/198] Update app version [skip ci] --- apps/ammds/{1.0.25 => 1.0.26}/data.yml | 0 apps/ammds/{1.0.25 => 1.0.26}/docker-compose.yml | 0 apps/ammds/{1.0.25 => 1.0.26}/envs/default.env | 0 apps/ammds/{1.0.25 => 1.0.26}/envs/global.env | 0 apps/ammds/{1.0.25 => 1.0.26}/scripts/init.sh | 0 apps/ammds/{1.0.25 => 1.0.26}/scripts/uninstall.sh | 0 apps/ammds/{1.0.25 => 1.0.26}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ammds/{1.0.25 => 1.0.26}/data.yml (100%) rename apps/ammds/{1.0.25 => 1.0.26}/docker-compose.yml (100%) rename apps/ammds/{1.0.25 => 1.0.26}/envs/default.env (100%) rename apps/ammds/{1.0.25 => 1.0.26}/envs/global.env (100%) rename apps/ammds/{1.0.25 => 1.0.26}/scripts/init.sh (100%) rename apps/ammds/{1.0.25 => 1.0.26}/scripts/uninstall.sh (100%) rename apps/ammds/{1.0.25 => 1.0.26}/scripts/upgrade.sh (100%) diff --git a/apps/ammds/1.0.25/data.yml b/apps/ammds/1.0.26/data.yml similarity index 100% rename from apps/ammds/1.0.25/data.yml rename to apps/ammds/1.0.26/data.yml diff --git a/apps/ammds/1.0.25/docker-compose.yml b/apps/ammds/1.0.26/docker-compose.yml similarity index 100% rename from apps/ammds/1.0.25/docker-compose.yml rename to apps/ammds/1.0.26/docker-compose.yml diff --git a/apps/ammds/1.0.25/envs/default.env b/apps/ammds/1.0.26/envs/default.env similarity index 100% rename from apps/ammds/1.0.25/envs/default.env rename to apps/ammds/1.0.26/envs/default.env diff --git a/apps/ammds/1.0.25/envs/global.env b/apps/ammds/1.0.26/envs/global.env similarity index 100% rename from apps/ammds/1.0.25/envs/global.env rename to apps/ammds/1.0.26/envs/global.env diff --git a/apps/ammds/1.0.25/scripts/init.sh b/apps/ammds/1.0.26/scripts/init.sh similarity index 100% rename from apps/ammds/1.0.25/scripts/init.sh rename to apps/ammds/1.0.26/scripts/init.sh diff --git a/apps/ammds/1.0.25/scripts/uninstall.sh b/apps/ammds/1.0.26/scripts/uninstall.sh similarity index 100% rename from apps/ammds/1.0.25/scripts/uninstall.sh rename to apps/ammds/1.0.26/scripts/uninstall.sh diff --git a/apps/ammds/1.0.25/scripts/upgrade.sh b/apps/ammds/1.0.26/scripts/upgrade.sh similarity index 100% rename from apps/ammds/1.0.25/scripts/upgrade.sh rename to apps/ammds/1.0.26/scripts/upgrade.sh From 02565fd260adc7b7b17bb46dea33eee6020a8a4b Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 15:19:42 +0000 Subject: [PATCH 085/198] Update app version [skip ci] --- apps/casdoor/{1.871.0 => 1.873.0}/config/init_data.json | 0 apps/casdoor/{1.871.0 => 1.873.0}/data.yml | 0 apps/casdoor/{1.871.0 => 1.873.0}/docker-compose.yml | 0 apps/casdoor/{1.871.0 => 1.873.0}/envs/casdoor.env | 0 apps/casdoor/{1.871.0 => 1.873.0}/envs/default.env | 0 apps/casdoor/{1.871.0 => 1.873.0}/envs/global.env | 0 apps/casdoor/{1.871.0 => 1.873.0}/scripts/init.sh | 0 apps/casdoor/{1.871.0 => 1.873.0}/scripts/uninstall.sh | 0 apps/casdoor/{1.871.0 => 1.873.0}/scripts/upgrade.sh | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename apps/casdoor/{1.871.0 => 1.873.0}/config/init_data.json (100%) rename apps/casdoor/{1.871.0 => 1.873.0}/data.yml (100%) rename apps/casdoor/{1.871.0 => 1.873.0}/docker-compose.yml (100%) rename apps/casdoor/{1.871.0 => 1.873.0}/envs/casdoor.env (100%) rename apps/casdoor/{1.871.0 => 1.873.0}/envs/default.env (100%) rename apps/casdoor/{1.871.0 => 1.873.0}/envs/global.env (100%) rename apps/casdoor/{1.871.0 => 1.873.0}/scripts/init.sh (100%) rename apps/casdoor/{1.871.0 => 1.873.0}/scripts/uninstall.sh (100%) rename apps/casdoor/{1.871.0 => 1.873.0}/scripts/upgrade.sh (100%) diff --git a/apps/casdoor/1.871.0/config/init_data.json b/apps/casdoor/1.873.0/config/init_data.json similarity index 100% rename from apps/casdoor/1.871.0/config/init_data.json rename to apps/casdoor/1.873.0/config/init_data.json diff --git a/apps/casdoor/1.871.0/data.yml b/apps/casdoor/1.873.0/data.yml similarity index 100% rename from apps/casdoor/1.871.0/data.yml rename to apps/casdoor/1.873.0/data.yml diff --git a/apps/casdoor/1.871.0/docker-compose.yml b/apps/casdoor/1.873.0/docker-compose.yml similarity index 100% rename from apps/casdoor/1.871.0/docker-compose.yml rename to apps/casdoor/1.873.0/docker-compose.yml diff --git a/apps/casdoor/1.871.0/envs/casdoor.env b/apps/casdoor/1.873.0/envs/casdoor.env similarity index 100% rename from apps/casdoor/1.871.0/envs/casdoor.env rename to apps/casdoor/1.873.0/envs/casdoor.env diff --git a/apps/casdoor/1.871.0/envs/default.env b/apps/casdoor/1.873.0/envs/default.env similarity index 100% rename from apps/casdoor/1.871.0/envs/default.env rename to apps/casdoor/1.873.0/envs/default.env diff --git a/apps/casdoor/1.871.0/envs/global.env b/apps/casdoor/1.873.0/envs/global.env similarity index 100% rename from apps/casdoor/1.871.0/envs/global.env rename to apps/casdoor/1.873.0/envs/global.env diff --git a/apps/casdoor/1.871.0/scripts/init.sh b/apps/casdoor/1.873.0/scripts/init.sh similarity index 100% rename from apps/casdoor/1.871.0/scripts/init.sh rename to apps/casdoor/1.873.0/scripts/init.sh diff --git a/apps/casdoor/1.871.0/scripts/uninstall.sh b/apps/casdoor/1.873.0/scripts/uninstall.sh similarity index 100% rename from apps/casdoor/1.871.0/scripts/uninstall.sh rename to apps/casdoor/1.873.0/scripts/uninstall.sh diff --git a/apps/casdoor/1.871.0/scripts/upgrade.sh b/apps/casdoor/1.873.0/scripts/upgrade.sh similarity index 100% rename from apps/casdoor/1.871.0/scripts/upgrade.sh rename to apps/casdoor/1.873.0/scripts/upgrade.sh From ea36ebffff46d118d49d01fe0b33c115a1e85cb5 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Wed, 26 Mar 2025 15:23:01 +0000 Subject: [PATCH 086/198] Processed apps directory via GitHub Actions --- appstore/ammds/{1.0.25 => 1.0.26}/.env | 0 appstore/ammds/{1.0.25 => 1.0.26}/data.yml | 0 appstore/ammds/{1.0.25 => 1.0.26}/docker-compose.yml | 2 +- appstore/ammds/{1.0.25 => 1.0.26}/envs/default.env | 0 appstore/ammds/{1.0.25 => 1.0.26}/envs/global.env | 0 appstore/ammds/{1.0.25 => 1.0.26}/scripts/init.sh | 0 appstore/ammds/{1.0.25 => 1.0.26}/scripts/uninstall.sh | 0 appstore/ammds/{1.0.25 => 1.0.26}/scripts/upgrade.sh | 0 appstore/ani-rss/{1.1.322 => 1.1.335}/.env | 0 appstore/ani-rss/{1.1.322 => 1.1.335}/data.yml | 0 appstore/ani-rss/{1.1.322 => 1.1.335}/docker-compose.yml | 2 +- appstore/ani-rss/{1.1.322 => 1.1.335}/envs/default.env | 0 appstore/ani-rss/{1.1.322 => 1.1.335}/envs/global.env | 0 appstore/ani-rss/{1.1.322 => 1.1.335}/scripts/init.sh | 0 appstore/ani-rss/{1.1.322 => 1.1.335}/scripts/uninstall.sh | 0 appstore/ani-rss/{1.1.322 => 1.1.335}/scripts/upgrade.sh | 0 appstore/byte-muse/{1.8.3 => 1.10.0}/.env | 0 appstore/byte-muse/{1.8.3 => 1.10.0}/data.yml | 0 appstore/byte-muse/{1.8.3 => 1.10.0}/docker-compose.yml | 2 +- appstore/byte-muse/{1.8.3 => 1.10.0}/envs/default.env | 0 appstore/byte-muse/{1.8.3 => 1.10.0}/envs/global.env | 0 appstore/byte-muse/{1.8.3 => 1.10.0}/scripts/init.sh | 0 appstore/byte-muse/{1.8.3 => 1.10.0}/scripts/uninstall.sh | 0 appstore/byte-muse/{1.8.3 => 1.10.0}/scripts/upgrade.sh | 0 appstore/casdoor/{1.864.0 => 1.873.0}/.env | 0 appstore/casdoor/{1.864.0 => 1.873.0}/config/init_data.json | 0 appstore/casdoor/{1.864.0 => 1.873.0}/data.yml | 0 appstore/casdoor/{1.864.0 => 1.873.0}/docker-compose.yml | 2 +- appstore/casdoor/{1.864.0 => 1.873.0}/envs/casdoor.env | 0 appstore/casdoor/{1.864.0 => 1.873.0}/envs/default.env | 0 appstore/casdoor/{1.864.0 => 1.873.0}/envs/global.env | 0 appstore/casdoor/{1.864.0 => 1.873.0}/scripts/init.sh | 0 appstore/casdoor/{1.864.0 => 1.873.0}/scripts/uninstall.sh | 0 appstore/casdoor/{1.864.0 => 1.873.0}/scripts/upgrade.sh | 0 appstore/nezha-dash/{2.9.0 => 2.9.1}/.env | 0 appstore/nezha-dash/{2.9.0 => 2.9.1}/data.yml | 0 appstore/nezha-dash/{2.9.0 => 2.9.1}/docker-compose.yml | 2 +- appstore/nezha-dash/{2.9.0 => 2.9.1}/envs/default.env | 0 appstore/nezha-dash/{2.9.0 => 2.9.1}/envs/global.env | 0 appstore/nezha-dash/{2.9.0 => 2.9.1}/scripts/init.sh | 0 appstore/nezha-dash/{2.9.0 => 2.9.1}/scripts/uninstall.sh | 0 appstore/nezha-dash/{2.9.0 => 2.9.1}/scripts/upgrade.sh | 0 appstore/onedev/{11.7.6 => 11.8.0}/.env | 0 appstore/onedev/{11.7.6 => 11.8.0}/data.yml | 0 appstore/onedev/{11.7.6 => 11.8.0}/docker-compose.yml | 2 +- appstore/onedev/{11.7.6 => 11.8.0}/envs/default.env | 0 appstore/onedev/{11.7.6 => 11.8.0}/envs/global.env | 0 appstore/onedev/{11.7.6 => 11.8.0}/envs/onedev.env | 0 appstore/onedev/{11.7.6 => 11.8.0}/scripts/init.sh | 0 appstore/onedev/{11.7.6 => 11.8.0}/scripts/uninstall.sh | 0 appstore/onedev/{11.7.6 => 11.8.0}/scripts/upgrade.sh | 0 appstore/rsshub/{2025-03-22 => 2025-03-26}/.env | 0 appstore/rsshub/{2025-03-22 => 2025-03-26}/data.yml | 0 appstore/rsshub/{2025-03-22 => 2025-03-26}/docker-compose.yml | 2 +- appstore/rsshub/{2025-03-22 => 2025-03-26}/envs/default.env | 0 appstore/rsshub/{2025-03-22 => 2025-03-26}/envs/global.env | 0 appstore/rsshub/{2025-03-22 => 2025-03-26}/scripts/init.sh | 0 appstore/rsshub/{2025-03-22 => 2025-03-26}/scripts/uninstall.sh | 0 appstore/rsshub/{2025-03-22 => 2025-03-26}/scripts/upgrade.sh | 0 appstore/sun-panel/{1.6.1 => 1.7.0}/.env | 0 appstore/sun-panel/{1.6.1 => 1.7.0}/data.yml | 0 appstore/sun-panel/{1.6.1 => 1.7.0}/docker-compose.yml | 2 +- appstore/sun-panel/{1.6.1 => 1.7.0}/envs/default.env | 0 appstore/sun-panel/{1.6.1 => 1.7.0}/envs/global.env | 0 appstore/sun-panel/{1.6.1 => 1.7.0}/scripts/init.sh | 0 appstore/sun-panel/{1.6.1 => 1.7.0}/scripts/uninstall.sh | 0 appstore/sun-panel/{1.6.1 => 1.7.0}/scripts/upgrade.sh | 0 appstore/watchyourlan/{2.1.0 => 2.1.1}/.env | 0 appstore/watchyourlan/{2.1.0 => 2.1.1}/data.yml | 0 appstore/watchyourlan/{2.1.0 => 2.1.1}/docker-compose.yml | 2 +- appstore/watchyourlan/{2.1.0 => 2.1.1}/envs/default.env | 0 appstore/watchyourlan/{2.1.0 => 2.1.1}/envs/global.env | 0 appstore/watchyourlan/{2.1.0 => 2.1.1}/scripts/init.sh | 0 appstore/watchyourlan/{2.1.0 => 2.1.1}/scripts/uninstall.sh | 0 appstore/watchyourlan/{2.1.0 => 2.1.1}/scripts/upgrade.sh | 0 dockge/ammds/docker-compose.yml | 2 +- dockge/ani-rss/docker-compose.yml | 2 +- dockge/byte-muse/docker-compose.yml | 2 +- dockge/casdoor/docker-compose.yml | 2 +- dockge/nezha-dash/docker-compose.yml | 2 +- dockge/onedev/docker-compose.yml | 2 +- dockge/rsshub/docker-compose.yml | 2 +- dockge/sun-panel/docker-compose.yml | 2 +- dockge/watchyourlan/docker-compose.yml | 2 +- 84 files changed, 18 insertions(+), 18 deletions(-) rename appstore/ammds/{1.0.25 => 1.0.26}/.env (100%) rename appstore/ammds/{1.0.25 => 1.0.26}/data.yml (100%) rename appstore/ammds/{1.0.25 => 1.0.26}/docker-compose.yml (95%) rename appstore/ammds/{1.0.25 => 1.0.26}/envs/default.env (100%) rename appstore/ammds/{1.0.25 => 1.0.26}/envs/global.env (100%) rename appstore/ammds/{1.0.25 => 1.0.26}/scripts/init.sh (100%) rename appstore/ammds/{1.0.25 => 1.0.26}/scripts/uninstall.sh (100%) rename appstore/ammds/{1.0.25 => 1.0.26}/scripts/upgrade.sh (100%) rename appstore/ani-rss/{1.1.322 => 1.1.335}/.env (100%) rename appstore/ani-rss/{1.1.322 => 1.1.335}/data.yml (100%) rename appstore/ani-rss/{1.1.322 => 1.1.335}/docker-compose.yml (95%) rename appstore/ani-rss/{1.1.322 => 1.1.335}/envs/default.env (100%) rename appstore/ani-rss/{1.1.322 => 1.1.335}/envs/global.env (100%) rename appstore/ani-rss/{1.1.322 => 1.1.335}/scripts/init.sh (100%) rename appstore/ani-rss/{1.1.322 => 1.1.335}/scripts/uninstall.sh (100%) rename appstore/ani-rss/{1.1.322 => 1.1.335}/scripts/upgrade.sh (100%) rename appstore/byte-muse/{1.8.3 => 1.10.0}/.env (100%) rename appstore/byte-muse/{1.8.3 => 1.10.0}/data.yml (100%) rename appstore/byte-muse/{1.8.3 => 1.10.0}/docker-compose.yml (95%) rename appstore/byte-muse/{1.8.3 => 1.10.0}/envs/default.env (100%) rename appstore/byte-muse/{1.8.3 => 1.10.0}/envs/global.env (100%) rename appstore/byte-muse/{1.8.3 => 1.10.0}/scripts/init.sh (100%) rename appstore/byte-muse/{1.8.3 => 1.10.0}/scripts/uninstall.sh (100%) rename appstore/byte-muse/{1.8.3 => 1.10.0}/scripts/upgrade.sh (100%) rename appstore/casdoor/{1.864.0 => 1.873.0}/.env (100%) rename appstore/casdoor/{1.864.0 => 1.873.0}/config/init_data.json (100%) rename appstore/casdoor/{1.864.0 => 1.873.0}/data.yml (100%) rename appstore/casdoor/{1.864.0 => 1.873.0}/docker-compose.yml (93%) rename appstore/casdoor/{1.864.0 => 1.873.0}/envs/casdoor.env (100%) rename appstore/casdoor/{1.864.0 => 1.873.0}/envs/default.env (100%) rename appstore/casdoor/{1.864.0 => 1.873.0}/envs/global.env (100%) rename appstore/casdoor/{1.864.0 => 1.873.0}/scripts/init.sh (100%) rename appstore/casdoor/{1.864.0 => 1.873.0}/scripts/uninstall.sh (100%) rename appstore/casdoor/{1.864.0 => 1.873.0}/scripts/upgrade.sh (100%) rename appstore/nezha-dash/{2.9.0 => 2.9.1}/.env (100%) rename appstore/nezha-dash/{2.9.0 => 2.9.1}/data.yml (100%) rename appstore/nezha-dash/{2.9.0 => 2.9.1}/docker-compose.yml (94%) rename appstore/nezha-dash/{2.9.0 => 2.9.1}/envs/default.env (100%) rename appstore/nezha-dash/{2.9.0 => 2.9.1}/envs/global.env (100%) rename appstore/nezha-dash/{2.9.0 => 2.9.1}/scripts/init.sh (100%) rename appstore/nezha-dash/{2.9.0 => 2.9.1}/scripts/uninstall.sh (100%) rename appstore/nezha-dash/{2.9.0 => 2.9.1}/scripts/upgrade.sh (100%) rename appstore/onedev/{11.7.6 => 11.8.0}/.env (100%) rename appstore/onedev/{11.7.6 => 11.8.0}/data.yml (100%) rename appstore/onedev/{11.7.6 => 11.8.0}/docker-compose.yml (95%) rename appstore/onedev/{11.7.6 => 11.8.0}/envs/default.env (100%) rename appstore/onedev/{11.7.6 => 11.8.0}/envs/global.env (100%) rename appstore/onedev/{11.7.6 => 11.8.0}/envs/onedev.env (100%) rename appstore/onedev/{11.7.6 => 11.8.0}/scripts/init.sh (100%) rename appstore/onedev/{11.7.6 => 11.8.0}/scripts/uninstall.sh (100%) rename appstore/onedev/{11.7.6 => 11.8.0}/scripts/upgrade.sh (100%) rename appstore/rsshub/{2025-03-22 => 2025-03-26}/.env (100%) rename appstore/rsshub/{2025-03-22 => 2025-03-26}/data.yml (100%) rename appstore/rsshub/{2025-03-22 => 2025-03-26}/docker-compose.yml (97%) rename appstore/rsshub/{2025-03-22 => 2025-03-26}/envs/default.env (100%) rename appstore/rsshub/{2025-03-22 => 2025-03-26}/envs/global.env (100%) rename appstore/rsshub/{2025-03-22 => 2025-03-26}/scripts/init.sh (100%) rename appstore/rsshub/{2025-03-22 => 2025-03-26}/scripts/uninstall.sh (100%) rename appstore/rsshub/{2025-03-22 => 2025-03-26}/scripts/upgrade.sh (100%) rename appstore/sun-panel/{1.6.1 => 1.7.0}/.env (100%) rename appstore/sun-panel/{1.6.1 => 1.7.0}/data.yml (100%) rename appstore/sun-panel/{1.6.1 => 1.7.0}/docker-compose.yml (93%) rename appstore/sun-panel/{1.6.1 => 1.7.0}/envs/default.env (100%) rename appstore/sun-panel/{1.6.1 => 1.7.0}/envs/global.env (100%) rename appstore/sun-panel/{1.6.1 => 1.7.0}/scripts/init.sh (100%) rename appstore/sun-panel/{1.6.1 => 1.7.0}/scripts/uninstall.sh (100%) rename appstore/sun-panel/{1.6.1 => 1.7.0}/scripts/upgrade.sh (100%) rename appstore/watchyourlan/{2.1.0 => 2.1.1}/.env (100%) rename appstore/watchyourlan/{2.1.0 => 2.1.1}/data.yml (100%) rename appstore/watchyourlan/{2.1.0 => 2.1.1}/docker-compose.yml (91%) rename appstore/watchyourlan/{2.1.0 => 2.1.1}/envs/default.env (100%) rename appstore/watchyourlan/{2.1.0 => 2.1.1}/envs/global.env (100%) rename appstore/watchyourlan/{2.1.0 => 2.1.1}/scripts/init.sh (100%) rename appstore/watchyourlan/{2.1.0 => 2.1.1}/scripts/uninstall.sh (100%) rename appstore/watchyourlan/{2.1.0 => 2.1.1}/scripts/upgrade.sh (100%) diff --git a/appstore/ammds/1.0.25/.env b/appstore/ammds/1.0.26/.env similarity index 100% rename from appstore/ammds/1.0.25/.env rename to appstore/ammds/1.0.26/.env diff --git a/appstore/ammds/1.0.25/data.yml b/appstore/ammds/1.0.26/data.yml similarity index 100% rename from appstore/ammds/1.0.25/data.yml rename to appstore/ammds/1.0.26/data.yml diff --git a/appstore/ammds/1.0.25/docker-compose.yml b/appstore/ammds/1.0.26/docker-compose.yml similarity index 95% rename from appstore/ammds/1.0.25/docker-compose.yml rename to appstore/ammds/1.0.26/docker-compose.yml index 3d36499ff..27d09422d 100644 --- a/appstore/ammds/1.0.25/docker-compose.yml +++ b/appstore/ammds/1.0.26/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.0.25 + image: qyg2297248353/ammds:v1.0.26 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/ammds/1.0.25/envs/default.env b/appstore/ammds/1.0.26/envs/default.env similarity index 100% rename from appstore/ammds/1.0.25/envs/default.env rename to appstore/ammds/1.0.26/envs/default.env diff --git a/appstore/ammds/1.0.25/envs/global.env b/appstore/ammds/1.0.26/envs/global.env similarity index 100% rename from appstore/ammds/1.0.25/envs/global.env rename to appstore/ammds/1.0.26/envs/global.env diff --git a/appstore/ammds/1.0.25/scripts/init.sh b/appstore/ammds/1.0.26/scripts/init.sh similarity index 100% rename from appstore/ammds/1.0.25/scripts/init.sh rename to appstore/ammds/1.0.26/scripts/init.sh diff --git a/appstore/ammds/1.0.25/scripts/uninstall.sh b/appstore/ammds/1.0.26/scripts/uninstall.sh similarity index 100% rename from appstore/ammds/1.0.25/scripts/uninstall.sh rename to appstore/ammds/1.0.26/scripts/uninstall.sh diff --git a/appstore/ammds/1.0.25/scripts/upgrade.sh b/appstore/ammds/1.0.26/scripts/upgrade.sh similarity index 100% rename from appstore/ammds/1.0.25/scripts/upgrade.sh rename to appstore/ammds/1.0.26/scripts/upgrade.sh diff --git a/appstore/ani-rss/1.1.322/.env b/appstore/ani-rss/1.1.335/.env similarity index 100% rename from appstore/ani-rss/1.1.322/.env rename to appstore/ani-rss/1.1.335/.env diff --git a/appstore/ani-rss/1.1.322/data.yml b/appstore/ani-rss/1.1.335/data.yml similarity index 100% rename from appstore/ani-rss/1.1.322/data.yml rename to appstore/ani-rss/1.1.335/data.yml diff --git a/appstore/ani-rss/1.1.322/docker-compose.yml b/appstore/ani-rss/1.1.335/docker-compose.yml similarity index 95% rename from appstore/ani-rss/1.1.322/docker-compose.yml rename to appstore/ani-rss/1.1.335/docker-compose.yml index 93042c1c7..f4fd44fe3 100644 --- a/appstore/ani-rss/1.1.322/docker-compose.yml +++ b/appstore/ani-rss/1.1.335/docker-compose.yml @@ -11,7 +11,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v1.1.322 + image: wushuo894/ani-rss:v1.1.335 labels: createdBy: Apps networks: diff --git a/appstore/ani-rss/1.1.322/envs/default.env b/appstore/ani-rss/1.1.335/envs/default.env similarity index 100% rename from appstore/ani-rss/1.1.322/envs/default.env rename to appstore/ani-rss/1.1.335/envs/default.env diff --git a/appstore/ani-rss/1.1.322/envs/global.env b/appstore/ani-rss/1.1.335/envs/global.env similarity index 100% rename from appstore/ani-rss/1.1.322/envs/global.env rename to appstore/ani-rss/1.1.335/envs/global.env diff --git a/appstore/ani-rss/1.1.322/scripts/init.sh b/appstore/ani-rss/1.1.335/scripts/init.sh similarity index 100% rename from appstore/ani-rss/1.1.322/scripts/init.sh rename to appstore/ani-rss/1.1.335/scripts/init.sh diff --git a/appstore/ani-rss/1.1.322/scripts/uninstall.sh b/appstore/ani-rss/1.1.335/scripts/uninstall.sh similarity index 100% rename from appstore/ani-rss/1.1.322/scripts/uninstall.sh rename to appstore/ani-rss/1.1.335/scripts/uninstall.sh diff --git a/appstore/ani-rss/1.1.322/scripts/upgrade.sh b/appstore/ani-rss/1.1.335/scripts/upgrade.sh similarity index 100% rename from appstore/ani-rss/1.1.322/scripts/upgrade.sh rename to appstore/ani-rss/1.1.335/scripts/upgrade.sh diff --git a/appstore/byte-muse/1.8.3/.env b/appstore/byte-muse/1.10.0/.env similarity index 100% rename from appstore/byte-muse/1.8.3/.env rename to appstore/byte-muse/1.10.0/.env diff --git a/appstore/byte-muse/1.8.3/data.yml b/appstore/byte-muse/1.10.0/data.yml similarity index 100% rename from appstore/byte-muse/1.8.3/data.yml rename to appstore/byte-muse/1.10.0/data.yml diff --git a/appstore/byte-muse/1.8.3/docker-compose.yml b/appstore/byte-muse/1.10.0/docker-compose.yml similarity index 95% rename from appstore/byte-muse/1.8.3/docker-compose.yml rename to appstore/byte-muse/1.10.0/docker-compose.yml index c85a1cdb6..03dfd7166 100644 --- a/appstore/byte-muse/1.8.3/docker-compose.yml +++ b/appstore/byte-muse/1.10.0/docker-compose.yml @@ -11,7 +11,7 @@ services: - HTTPS_PROXY=${HTTP_PROXY} - HTTP_PROXY=${HTTP_PROXY:-} - NO_PROXY=${NO_PROXY:-} - image: envyafish/byte-muse:1.8.3 + image: envyafish/byte-muse:1.10.0 labels: createdBy: Apps networks: diff --git a/appstore/byte-muse/1.8.3/envs/default.env b/appstore/byte-muse/1.10.0/envs/default.env similarity index 100% rename from appstore/byte-muse/1.8.3/envs/default.env rename to appstore/byte-muse/1.10.0/envs/default.env diff --git a/appstore/byte-muse/1.8.3/envs/global.env b/appstore/byte-muse/1.10.0/envs/global.env similarity index 100% rename from appstore/byte-muse/1.8.3/envs/global.env rename to appstore/byte-muse/1.10.0/envs/global.env diff --git a/appstore/byte-muse/1.8.3/scripts/init.sh b/appstore/byte-muse/1.10.0/scripts/init.sh similarity index 100% rename from appstore/byte-muse/1.8.3/scripts/init.sh rename to appstore/byte-muse/1.10.0/scripts/init.sh diff --git a/appstore/byte-muse/1.8.3/scripts/uninstall.sh b/appstore/byte-muse/1.10.0/scripts/uninstall.sh similarity index 100% rename from appstore/byte-muse/1.8.3/scripts/uninstall.sh rename to appstore/byte-muse/1.10.0/scripts/uninstall.sh diff --git a/appstore/byte-muse/1.8.3/scripts/upgrade.sh b/appstore/byte-muse/1.10.0/scripts/upgrade.sh similarity index 100% rename from appstore/byte-muse/1.8.3/scripts/upgrade.sh rename to appstore/byte-muse/1.10.0/scripts/upgrade.sh diff --git a/appstore/casdoor/1.864.0/.env b/appstore/casdoor/1.873.0/.env similarity index 100% rename from appstore/casdoor/1.864.0/.env rename to appstore/casdoor/1.873.0/.env diff --git a/appstore/casdoor/1.864.0/config/init_data.json b/appstore/casdoor/1.873.0/config/init_data.json similarity index 100% rename from appstore/casdoor/1.864.0/config/init_data.json rename to appstore/casdoor/1.873.0/config/init_data.json diff --git a/appstore/casdoor/1.864.0/data.yml b/appstore/casdoor/1.873.0/data.yml similarity index 100% rename from appstore/casdoor/1.864.0/data.yml rename to appstore/casdoor/1.873.0/data.yml diff --git a/appstore/casdoor/1.864.0/docker-compose.yml b/appstore/casdoor/1.873.0/docker-compose.yml similarity index 93% rename from appstore/casdoor/1.864.0/docker-compose.yml rename to appstore/casdoor/1.873.0/docker-compose.yml index 44f2599ca..124f59360 100644 --- a/appstore/casdoor/1.864.0/docker-compose.yml +++ b/appstore/casdoor/1.873.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:v1.864.0 + image: casbin/casdoor:v1.873.0 labels: createdBy: Apps networks: diff --git a/appstore/casdoor/1.864.0/envs/casdoor.env b/appstore/casdoor/1.873.0/envs/casdoor.env similarity index 100% rename from appstore/casdoor/1.864.0/envs/casdoor.env rename to appstore/casdoor/1.873.0/envs/casdoor.env diff --git a/appstore/casdoor/1.864.0/envs/default.env b/appstore/casdoor/1.873.0/envs/default.env similarity index 100% rename from appstore/casdoor/1.864.0/envs/default.env rename to appstore/casdoor/1.873.0/envs/default.env diff --git a/appstore/casdoor/1.864.0/envs/global.env b/appstore/casdoor/1.873.0/envs/global.env similarity index 100% rename from appstore/casdoor/1.864.0/envs/global.env rename to appstore/casdoor/1.873.0/envs/global.env diff --git a/appstore/casdoor/1.864.0/scripts/init.sh b/appstore/casdoor/1.873.0/scripts/init.sh similarity index 100% rename from appstore/casdoor/1.864.0/scripts/init.sh rename to appstore/casdoor/1.873.0/scripts/init.sh diff --git a/appstore/casdoor/1.864.0/scripts/uninstall.sh b/appstore/casdoor/1.873.0/scripts/uninstall.sh similarity index 100% rename from appstore/casdoor/1.864.0/scripts/uninstall.sh rename to appstore/casdoor/1.873.0/scripts/uninstall.sh diff --git a/appstore/casdoor/1.864.0/scripts/upgrade.sh b/appstore/casdoor/1.873.0/scripts/upgrade.sh similarity index 100% rename from appstore/casdoor/1.864.0/scripts/upgrade.sh rename to appstore/casdoor/1.873.0/scripts/upgrade.sh diff --git a/appstore/nezha-dash/2.9.0/.env b/appstore/nezha-dash/2.9.1/.env similarity index 100% rename from appstore/nezha-dash/2.9.0/.env rename to appstore/nezha-dash/2.9.1/.env diff --git a/appstore/nezha-dash/2.9.0/data.yml b/appstore/nezha-dash/2.9.1/data.yml similarity index 100% rename from appstore/nezha-dash/2.9.0/data.yml rename to appstore/nezha-dash/2.9.1/data.yml diff --git a/appstore/nezha-dash/2.9.0/docker-compose.yml b/appstore/nezha-dash/2.9.1/docker-compose.yml similarity index 94% rename from appstore/nezha-dash/2.9.0/docker-compose.yml rename to appstore/nezha-dash/2.9.1/docker-compose.yml index 693b12b1e..e2727f64d 100644 --- a/appstore/nezha-dash/2.9.0/docker-compose.yml +++ b/appstore/nezha-dash/2.9.1/docker-compose.yml @@ -19,7 +19,7 @@ services: - NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png - NEXT_PUBLIC_CustomTitle=NezhaDash - NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha. - image: hamster1963/nezha-dash:v2.9.0 + image: hamster1963/nezha-dash:v2.9.1 labels: createdBy: Apps networks: diff --git a/appstore/nezha-dash/2.9.0/envs/default.env b/appstore/nezha-dash/2.9.1/envs/default.env similarity index 100% rename from appstore/nezha-dash/2.9.0/envs/default.env rename to appstore/nezha-dash/2.9.1/envs/default.env diff --git a/appstore/nezha-dash/2.9.0/envs/global.env b/appstore/nezha-dash/2.9.1/envs/global.env similarity index 100% rename from appstore/nezha-dash/2.9.0/envs/global.env rename to appstore/nezha-dash/2.9.1/envs/global.env diff --git a/appstore/nezha-dash/2.9.0/scripts/init.sh b/appstore/nezha-dash/2.9.1/scripts/init.sh similarity index 100% rename from appstore/nezha-dash/2.9.0/scripts/init.sh rename to appstore/nezha-dash/2.9.1/scripts/init.sh diff --git a/appstore/nezha-dash/2.9.0/scripts/uninstall.sh b/appstore/nezha-dash/2.9.1/scripts/uninstall.sh similarity index 100% rename from appstore/nezha-dash/2.9.0/scripts/uninstall.sh rename to appstore/nezha-dash/2.9.1/scripts/uninstall.sh diff --git a/appstore/nezha-dash/2.9.0/scripts/upgrade.sh b/appstore/nezha-dash/2.9.1/scripts/upgrade.sh similarity index 100% rename from appstore/nezha-dash/2.9.0/scripts/upgrade.sh rename to appstore/nezha-dash/2.9.1/scripts/upgrade.sh diff --git a/appstore/onedev/11.7.6/.env b/appstore/onedev/11.8.0/.env similarity index 100% rename from appstore/onedev/11.7.6/.env rename to appstore/onedev/11.8.0/.env diff --git a/appstore/onedev/11.7.6/data.yml b/appstore/onedev/11.8.0/data.yml similarity index 100% rename from appstore/onedev/11.7.6/data.yml rename to appstore/onedev/11.8.0/data.yml diff --git a/appstore/onedev/11.7.6/docker-compose.yml b/appstore/onedev/11.8.0/docker-compose.yml similarity index 95% rename from appstore/onedev/11.7.6/docker-compose.yml rename to appstore/onedev/11.8.0/docker-compose.yml index 6f07a0b9c..aa29f18a4 100644 --- a/appstore/onedev/11.7.6/docker-compose.yml +++ b/appstore/onedev/11.8.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - initial_email=${INITIAL_EMAIL} - initial_server_url=${INITIAL_SERVER_URL} - initial_ssh_root_url=${INITIAL_SSH_ROOT_URL} - image: 1dev/server:11.7.6 + image: 1dev/server:11.8.0 labels: createdBy: Apps networks: diff --git a/appstore/onedev/11.7.6/envs/default.env b/appstore/onedev/11.8.0/envs/default.env similarity index 100% rename from appstore/onedev/11.7.6/envs/default.env rename to appstore/onedev/11.8.0/envs/default.env diff --git a/appstore/onedev/11.7.6/envs/global.env b/appstore/onedev/11.8.0/envs/global.env similarity index 100% rename from appstore/onedev/11.7.6/envs/global.env rename to appstore/onedev/11.8.0/envs/global.env diff --git a/appstore/onedev/11.7.6/envs/onedev.env b/appstore/onedev/11.8.0/envs/onedev.env similarity index 100% rename from appstore/onedev/11.7.6/envs/onedev.env rename to appstore/onedev/11.8.0/envs/onedev.env diff --git a/appstore/onedev/11.7.6/scripts/init.sh b/appstore/onedev/11.8.0/scripts/init.sh similarity index 100% rename from appstore/onedev/11.7.6/scripts/init.sh rename to appstore/onedev/11.8.0/scripts/init.sh diff --git a/appstore/onedev/11.7.6/scripts/uninstall.sh b/appstore/onedev/11.8.0/scripts/uninstall.sh similarity index 100% rename from appstore/onedev/11.7.6/scripts/uninstall.sh rename to appstore/onedev/11.8.0/scripts/uninstall.sh diff --git a/appstore/onedev/11.7.6/scripts/upgrade.sh b/appstore/onedev/11.8.0/scripts/upgrade.sh similarity index 100% rename from appstore/onedev/11.7.6/scripts/upgrade.sh rename to appstore/onedev/11.8.0/scripts/upgrade.sh diff --git a/appstore/rsshub/2025-03-22/.env b/appstore/rsshub/2025-03-26/.env similarity index 100% rename from appstore/rsshub/2025-03-22/.env rename to appstore/rsshub/2025-03-26/.env diff --git a/appstore/rsshub/2025-03-22/data.yml b/appstore/rsshub/2025-03-26/data.yml similarity index 100% rename from appstore/rsshub/2025-03-22/data.yml rename to appstore/rsshub/2025-03-26/data.yml diff --git a/appstore/rsshub/2025-03-22/docker-compose.yml b/appstore/rsshub/2025-03-26/docker-compose.yml similarity index 97% rename from appstore/rsshub/2025-03-22/docker-compose.yml rename to appstore/rsshub/2025-03-26/docker-compose.yml index df03b4366..fd6e37d05 100644 --- a/appstore/rsshub/2025-03-22/docker-compose.yml +++ b/appstore/rsshub/2025-03-26/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-03-22 + image: diygod/rsshub:2025-03-26 labels: createdBy: Apps networks: diff --git a/appstore/rsshub/2025-03-22/envs/default.env b/appstore/rsshub/2025-03-26/envs/default.env similarity index 100% rename from appstore/rsshub/2025-03-22/envs/default.env rename to appstore/rsshub/2025-03-26/envs/default.env diff --git a/appstore/rsshub/2025-03-22/envs/global.env b/appstore/rsshub/2025-03-26/envs/global.env similarity index 100% rename from appstore/rsshub/2025-03-22/envs/global.env rename to appstore/rsshub/2025-03-26/envs/global.env diff --git a/appstore/rsshub/2025-03-22/scripts/init.sh b/appstore/rsshub/2025-03-26/scripts/init.sh similarity index 100% rename from appstore/rsshub/2025-03-22/scripts/init.sh rename to appstore/rsshub/2025-03-26/scripts/init.sh diff --git a/appstore/rsshub/2025-03-22/scripts/uninstall.sh b/appstore/rsshub/2025-03-26/scripts/uninstall.sh similarity index 100% rename from appstore/rsshub/2025-03-22/scripts/uninstall.sh rename to appstore/rsshub/2025-03-26/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-03-22/scripts/upgrade.sh b/appstore/rsshub/2025-03-26/scripts/upgrade.sh similarity index 100% rename from appstore/rsshub/2025-03-22/scripts/upgrade.sh rename to appstore/rsshub/2025-03-26/scripts/upgrade.sh diff --git a/appstore/sun-panel/1.6.1/.env b/appstore/sun-panel/1.7.0/.env similarity index 100% rename from appstore/sun-panel/1.6.1/.env rename to appstore/sun-panel/1.7.0/.env diff --git a/appstore/sun-panel/1.6.1/data.yml b/appstore/sun-panel/1.7.0/data.yml similarity index 100% rename from appstore/sun-panel/1.6.1/data.yml rename to appstore/sun-panel/1.7.0/data.yml diff --git a/appstore/sun-panel/1.6.1/docker-compose.yml b/appstore/sun-panel/1.7.0/docker-compose.yml similarity index 93% rename from appstore/sun-panel/1.6.1/docker-compose.yml rename to appstore/sun-panel/1.7.0/docker-compose.yml index cf0d0cfb4..f2174c5eb 100644 --- a/appstore/sun-panel/1.6.1/docker-compose.yml +++ b/appstore/sun-panel/1.7.0/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: hslr/sun-panel:1.6.1 + image: hslr/sun-panel:1.7.0 labels: createdBy: Apps networks: diff --git a/appstore/sun-panel/1.6.1/envs/default.env b/appstore/sun-panel/1.7.0/envs/default.env similarity index 100% rename from appstore/sun-panel/1.6.1/envs/default.env rename to appstore/sun-panel/1.7.0/envs/default.env diff --git a/appstore/sun-panel/1.6.1/envs/global.env b/appstore/sun-panel/1.7.0/envs/global.env similarity index 100% rename from appstore/sun-panel/1.6.1/envs/global.env rename to appstore/sun-panel/1.7.0/envs/global.env diff --git a/appstore/sun-panel/1.6.1/scripts/init.sh b/appstore/sun-panel/1.7.0/scripts/init.sh similarity index 100% rename from appstore/sun-panel/1.6.1/scripts/init.sh rename to appstore/sun-panel/1.7.0/scripts/init.sh diff --git a/appstore/sun-panel/1.6.1/scripts/uninstall.sh b/appstore/sun-panel/1.7.0/scripts/uninstall.sh similarity index 100% rename from appstore/sun-panel/1.6.1/scripts/uninstall.sh rename to appstore/sun-panel/1.7.0/scripts/uninstall.sh diff --git a/appstore/sun-panel/1.6.1/scripts/upgrade.sh b/appstore/sun-panel/1.7.0/scripts/upgrade.sh similarity index 100% rename from appstore/sun-panel/1.6.1/scripts/upgrade.sh rename to appstore/sun-panel/1.7.0/scripts/upgrade.sh diff --git a/appstore/watchyourlan/2.1.0/.env b/appstore/watchyourlan/2.1.1/.env similarity index 100% rename from appstore/watchyourlan/2.1.0/.env rename to appstore/watchyourlan/2.1.1/.env diff --git a/appstore/watchyourlan/2.1.0/data.yml b/appstore/watchyourlan/2.1.1/data.yml similarity index 100% rename from appstore/watchyourlan/2.1.0/data.yml rename to appstore/watchyourlan/2.1.1/data.yml diff --git a/appstore/watchyourlan/2.1.0/docker-compose.yml b/appstore/watchyourlan/2.1.1/docker-compose.yml similarity index 91% rename from appstore/watchyourlan/2.1.0/docker-compose.yml rename to appstore/watchyourlan/2.1.1/docker-compose.yml index 9f687ec8a..a17df3b8b 100644 --- a/appstore/watchyourlan/2.1.0/docker-compose.yml +++ b/appstore/watchyourlan/2.1.1/docker-compose.yml @@ -11,7 +11,7 @@ services: - HOST=0.0.0.0 - PORT=8840 - LOG_LEVEL=info - image: aceberg/watchyourlan:2.1.0 + image: aceberg/watchyourlan:2.1.1 labels: createdBy: Apps network_mode: host diff --git a/appstore/watchyourlan/2.1.0/envs/default.env b/appstore/watchyourlan/2.1.1/envs/default.env similarity index 100% rename from appstore/watchyourlan/2.1.0/envs/default.env rename to appstore/watchyourlan/2.1.1/envs/default.env diff --git a/appstore/watchyourlan/2.1.0/envs/global.env b/appstore/watchyourlan/2.1.1/envs/global.env similarity index 100% rename from appstore/watchyourlan/2.1.0/envs/global.env rename to appstore/watchyourlan/2.1.1/envs/global.env diff --git a/appstore/watchyourlan/2.1.0/scripts/init.sh b/appstore/watchyourlan/2.1.1/scripts/init.sh similarity index 100% rename from appstore/watchyourlan/2.1.0/scripts/init.sh rename to appstore/watchyourlan/2.1.1/scripts/init.sh diff --git a/appstore/watchyourlan/2.1.0/scripts/uninstall.sh b/appstore/watchyourlan/2.1.1/scripts/uninstall.sh similarity index 100% rename from appstore/watchyourlan/2.1.0/scripts/uninstall.sh rename to appstore/watchyourlan/2.1.1/scripts/uninstall.sh diff --git a/appstore/watchyourlan/2.1.0/scripts/upgrade.sh b/appstore/watchyourlan/2.1.1/scripts/upgrade.sh similarity index 100% rename from appstore/watchyourlan/2.1.0/scripts/upgrade.sh rename to appstore/watchyourlan/2.1.1/scripts/upgrade.sh diff --git a/dockge/ammds/docker-compose.yml b/dockge/ammds/docker-compose.yml index 3d36499ff..27d09422d 100644 --- a/dockge/ammds/docker-compose.yml +++ b/dockge/ammds/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.0.25 + image: qyg2297248353/ammds:v1.0.26 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/ani-rss/docker-compose.yml b/dockge/ani-rss/docker-compose.yml index 93042c1c7..f4fd44fe3 100644 --- a/dockge/ani-rss/docker-compose.yml +++ b/dockge/ani-rss/docker-compose.yml @@ -11,7 +11,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v1.1.322 + image: wushuo894/ani-rss:v1.1.335 labels: createdBy: Apps networks: diff --git a/dockge/byte-muse/docker-compose.yml b/dockge/byte-muse/docker-compose.yml index c85a1cdb6..03dfd7166 100644 --- a/dockge/byte-muse/docker-compose.yml +++ b/dockge/byte-muse/docker-compose.yml @@ -11,7 +11,7 @@ services: - HTTPS_PROXY=${HTTP_PROXY} - HTTP_PROXY=${HTTP_PROXY:-} - NO_PROXY=${NO_PROXY:-} - image: envyafish/byte-muse:1.8.3 + image: envyafish/byte-muse:1.10.0 labels: createdBy: Apps networks: diff --git a/dockge/casdoor/docker-compose.yml b/dockge/casdoor/docker-compose.yml index 44f2599ca..124f59360 100644 --- a/dockge/casdoor/docker-compose.yml +++ b/dockge/casdoor/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:v1.864.0 + image: casbin/casdoor:v1.873.0 labels: createdBy: Apps networks: diff --git a/dockge/nezha-dash/docker-compose.yml b/dockge/nezha-dash/docker-compose.yml index 693b12b1e..e2727f64d 100644 --- a/dockge/nezha-dash/docker-compose.yml +++ b/dockge/nezha-dash/docker-compose.yml @@ -19,7 +19,7 @@ services: - NEXT_PUBLIC_CustomLogo=https://nezha-cf.buycoffee.top/apple-touch-icon.png - NEXT_PUBLIC_CustomTitle=NezhaDash - NEXT_PUBLIC_CustomDescription=NezhaDash is a dashboard for Nezha. - image: hamster1963/nezha-dash:v2.9.0 + image: hamster1963/nezha-dash:v2.9.1 labels: createdBy: Apps networks: diff --git a/dockge/onedev/docker-compose.yml b/dockge/onedev/docker-compose.yml index 6f07a0b9c..aa29f18a4 100644 --- a/dockge/onedev/docker-compose.yml +++ b/dockge/onedev/docker-compose.yml @@ -14,7 +14,7 @@ services: - initial_email=${INITIAL_EMAIL} - initial_server_url=${INITIAL_SERVER_URL} - initial_ssh_root_url=${INITIAL_SSH_ROOT_URL} - image: 1dev/server:11.7.6 + image: 1dev/server:11.8.0 labels: createdBy: Apps networks: diff --git a/dockge/rsshub/docker-compose.yml b/dockge/rsshub/docker-compose.yml index df03b4366..fd6e37d05 100644 --- a/dockge/rsshub/docker-compose.yml +++ b/dockge/rsshub/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-03-22 + image: diygod/rsshub:2025-03-26 labels: createdBy: Apps networks: diff --git a/dockge/sun-panel/docker-compose.yml b/dockge/sun-panel/docker-compose.yml index cf0d0cfb4..f2174c5eb 100644 --- a/dockge/sun-panel/docker-compose.yml +++ b/dockge/sun-panel/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: hslr/sun-panel:1.6.1 + image: hslr/sun-panel:1.7.0 labels: createdBy: Apps networks: diff --git a/dockge/watchyourlan/docker-compose.yml b/dockge/watchyourlan/docker-compose.yml index 9f687ec8a..a17df3b8b 100644 --- a/dockge/watchyourlan/docker-compose.yml +++ b/dockge/watchyourlan/docker-compose.yml @@ -11,7 +11,7 @@ services: - HOST=0.0.0.0 - PORT=8840 - LOG_LEVEL=info - image: aceberg/watchyourlan:2.1.0 + image: aceberg/watchyourlan:2.1.1 labels: createdBy: Apps network_mode: host From 331a37ffad071512f46a718bd0dde1f5bfb4b0b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 16:18:53 +0000 Subject: [PATCH 087/198] Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.130.2 --- apps/immich-machine-learning/1.130.1/docker-compose.yml | 2 +- apps/immich/1.130.1/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/immich-machine-learning/1.130.1/docker-compose.yml b/apps/immich-machine-learning/1.130.1/docker-compose.yml index b6b9a1df6..d38bbb7e2 100644 --- a/apps/immich-machine-learning/1.130.1/docker-compose.yml +++ b/apps/immich-machine-learning/1.130.1/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.130.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.2 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.130.1/docker-compose.yml b/apps/immich/1.130.1/docker-compose.yml index 1498be514..d27b29a94 100644 --- a/apps/immich/1.130.1/docker-compose.yml +++ b/apps/immich/1.130.1/docker-compose.yml @@ -73,7 +73,7 @@ services: - /etc/localtime:/etc/localtime immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.130.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.2 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" From 9d8288d3ff5ffb1cafea6ea43d2c155bab020529 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 16:19:08 +0000 Subject: [PATCH 088/198] Update app version [skip ci] --- apps/immich-machine-learning/{1.130.1 => 1.130.2}/data.yml | 0 .../{1.130.1 => 1.130.2}/docker-compose.yml | 0 .../immich-machine-learning/{1.130.1 => 1.130.2}/envs/default.env | 0 apps/immich-machine-learning/{1.130.1 => 1.130.2}/envs/global.env | 0 apps/immich-machine-learning/{1.130.1 => 1.130.2}/scripts/init.sh | 0 .../{1.130.1 => 1.130.2}/scripts/uninstall.sh | 0 .../{1.130.1 => 1.130.2}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich-machine-learning/{1.130.1 => 1.130.2}/data.yml (100%) rename apps/immich-machine-learning/{1.130.1 => 1.130.2}/docker-compose.yml (100%) rename apps/immich-machine-learning/{1.130.1 => 1.130.2}/envs/default.env (100%) rename apps/immich-machine-learning/{1.130.1 => 1.130.2}/envs/global.env (100%) rename apps/immich-machine-learning/{1.130.1 => 1.130.2}/scripts/init.sh (100%) rename apps/immich-machine-learning/{1.130.1 => 1.130.2}/scripts/uninstall.sh (100%) rename apps/immich-machine-learning/{1.130.1 => 1.130.2}/scripts/upgrade.sh (100%) diff --git a/apps/immich-machine-learning/1.130.1/data.yml b/apps/immich-machine-learning/1.130.2/data.yml similarity index 100% rename from apps/immich-machine-learning/1.130.1/data.yml rename to apps/immich-machine-learning/1.130.2/data.yml diff --git a/apps/immich-machine-learning/1.130.1/docker-compose.yml b/apps/immich-machine-learning/1.130.2/docker-compose.yml similarity index 100% rename from apps/immich-machine-learning/1.130.1/docker-compose.yml rename to apps/immich-machine-learning/1.130.2/docker-compose.yml diff --git a/apps/immich-machine-learning/1.130.1/envs/default.env b/apps/immich-machine-learning/1.130.2/envs/default.env similarity index 100% rename from apps/immich-machine-learning/1.130.1/envs/default.env rename to apps/immich-machine-learning/1.130.2/envs/default.env diff --git a/apps/immich-machine-learning/1.130.1/envs/global.env b/apps/immich-machine-learning/1.130.2/envs/global.env similarity index 100% rename from apps/immich-machine-learning/1.130.1/envs/global.env rename to apps/immich-machine-learning/1.130.2/envs/global.env diff --git a/apps/immich-machine-learning/1.130.1/scripts/init.sh b/apps/immich-machine-learning/1.130.2/scripts/init.sh similarity index 100% rename from apps/immich-machine-learning/1.130.1/scripts/init.sh rename to apps/immich-machine-learning/1.130.2/scripts/init.sh diff --git a/apps/immich-machine-learning/1.130.1/scripts/uninstall.sh b/apps/immich-machine-learning/1.130.2/scripts/uninstall.sh similarity index 100% rename from apps/immich-machine-learning/1.130.1/scripts/uninstall.sh rename to apps/immich-machine-learning/1.130.2/scripts/uninstall.sh diff --git a/apps/immich-machine-learning/1.130.1/scripts/upgrade.sh b/apps/immich-machine-learning/1.130.2/scripts/upgrade.sh similarity index 100% rename from apps/immich-machine-learning/1.130.1/scripts/upgrade.sh rename to apps/immich-machine-learning/1.130.2/scripts/upgrade.sh From 95ec2ee8c5d18ba91ee60f0681e3fcce20ab23b6 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 16:19:08 +0000 Subject: [PATCH 089/198] Update app version [skip ci] --- apps/immich/{1.130.1 => 1.130.2}/data.yml | 0 apps/immich/{1.130.1 => 1.130.2}/docker-compose.yml | 0 apps/immich/{1.130.1 => 1.130.2}/envs/default.env | 0 apps/immich/{1.130.1 => 1.130.2}/envs/global.env | 0 apps/immich/{1.130.1 => 1.130.2}/scripts/init.sh | 0 apps/immich/{1.130.1 => 1.130.2}/scripts/uninstall.sh | 0 apps/immich/{1.130.1 => 1.130.2}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich/{1.130.1 => 1.130.2}/data.yml (100%) rename apps/immich/{1.130.1 => 1.130.2}/docker-compose.yml (100%) rename apps/immich/{1.130.1 => 1.130.2}/envs/default.env (100%) rename apps/immich/{1.130.1 => 1.130.2}/envs/global.env (100%) rename apps/immich/{1.130.1 => 1.130.2}/scripts/init.sh (100%) rename apps/immich/{1.130.1 => 1.130.2}/scripts/uninstall.sh (100%) rename apps/immich/{1.130.1 => 1.130.2}/scripts/upgrade.sh (100%) diff --git a/apps/immich/1.130.1/data.yml b/apps/immich/1.130.2/data.yml similarity index 100% rename from apps/immich/1.130.1/data.yml rename to apps/immich/1.130.2/data.yml diff --git a/apps/immich/1.130.1/docker-compose.yml b/apps/immich/1.130.2/docker-compose.yml similarity index 100% rename from apps/immich/1.130.1/docker-compose.yml rename to apps/immich/1.130.2/docker-compose.yml diff --git a/apps/immich/1.130.1/envs/default.env b/apps/immich/1.130.2/envs/default.env similarity index 100% rename from apps/immich/1.130.1/envs/default.env rename to apps/immich/1.130.2/envs/default.env diff --git a/apps/immich/1.130.1/envs/global.env b/apps/immich/1.130.2/envs/global.env similarity index 100% rename from apps/immich/1.130.1/envs/global.env rename to apps/immich/1.130.2/envs/global.env diff --git a/apps/immich/1.130.1/scripts/init.sh b/apps/immich/1.130.2/scripts/init.sh similarity index 100% rename from apps/immich/1.130.1/scripts/init.sh rename to apps/immich/1.130.2/scripts/init.sh diff --git a/apps/immich/1.130.1/scripts/uninstall.sh b/apps/immich/1.130.2/scripts/uninstall.sh similarity index 100% rename from apps/immich/1.130.1/scripts/uninstall.sh rename to apps/immich/1.130.2/scripts/uninstall.sh diff --git a/apps/immich/1.130.1/scripts/upgrade.sh b/apps/immich/1.130.2/scripts/upgrade.sh similarity index 100% rename from apps/immich/1.130.1/scripts/upgrade.sh rename to apps/immich/1.130.2/scripts/upgrade.sh From 82b08ec3a3e81e90363ac2173f2f5339279d2d76 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 22:13:36 +0000 Subject: [PATCH 090/198] Update glanceapp/glance Docker tag to v0.7.8 --- apps/glance/0.7.7/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/glance/0.7.7/docker-compose.yml b/apps/glance/0.7.7/docker-compose.yml index de968a3ef..bf4800f70 100644 --- a/apps/glance/0.7.7/docker-compose.yml +++ b/apps/glance/0.7.7/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: glance: - image: glanceapp/glance:v0.7.7 + image: glanceapp/glance:v0.7.8 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 713249169f3c4b6ffc31ae323b09c3d6221b3dc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Mar 2025 22:13:40 +0000 Subject: [PATCH 091/198] Update usual2970/certimate Docker tag to v0.3.6 --- apps/certimate/0.3.5/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/certimate/0.3.5/docker-compose.yml b/apps/certimate/0.3.5/docker-compose.yml index 2808fd583..cedd4817b 100644 --- a/apps/certimate/0.3.5/docker-compose.yml +++ b/apps/certimate/0.3.5/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: certimate: - image: usual2970/certimate:v0.3.5 + image: usual2970/certimate:v0.3.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 8bbc75fab5cf7e2bbcf19c9d144d3ee0f7a01766 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 22:13:49 +0000 Subject: [PATCH 092/198] Update app version [skip ci] --- apps/glance/{0.7.7 => 0.7.8}/conf/glance.yml | 0 apps/glance/{0.7.7 => 0.7.8}/data.yml | 0 apps/glance/{0.7.7 => 0.7.8}/docker-compose.yml | 0 apps/glance/{0.7.7 => 0.7.8}/envs/default.env | 0 apps/glance/{0.7.7 => 0.7.8}/envs/global.env | 0 apps/glance/{0.7.7 => 0.7.8}/scripts/init.sh | 0 apps/glance/{0.7.7 => 0.7.8}/scripts/uninstall.sh | 0 apps/glance/{0.7.7 => 0.7.8}/scripts/upgrade.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename apps/glance/{0.7.7 => 0.7.8}/conf/glance.yml (100%) rename apps/glance/{0.7.7 => 0.7.8}/data.yml (100%) rename apps/glance/{0.7.7 => 0.7.8}/docker-compose.yml (100%) rename apps/glance/{0.7.7 => 0.7.8}/envs/default.env (100%) rename apps/glance/{0.7.7 => 0.7.8}/envs/global.env (100%) rename apps/glance/{0.7.7 => 0.7.8}/scripts/init.sh (100%) rename apps/glance/{0.7.7 => 0.7.8}/scripts/uninstall.sh (100%) rename apps/glance/{0.7.7 => 0.7.8}/scripts/upgrade.sh (100%) diff --git a/apps/glance/0.7.7/conf/glance.yml b/apps/glance/0.7.8/conf/glance.yml similarity index 100% rename from apps/glance/0.7.7/conf/glance.yml rename to apps/glance/0.7.8/conf/glance.yml diff --git a/apps/glance/0.7.7/data.yml b/apps/glance/0.7.8/data.yml similarity index 100% rename from apps/glance/0.7.7/data.yml rename to apps/glance/0.7.8/data.yml diff --git a/apps/glance/0.7.7/docker-compose.yml b/apps/glance/0.7.8/docker-compose.yml similarity index 100% rename from apps/glance/0.7.7/docker-compose.yml rename to apps/glance/0.7.8/docker-compose.yml diff --git a/apps/glance/0.7.7/envs/default.env b/apps/glance/0.7.8/envs/default.env similarity index 100% rename from apps/glance/0.7.7/envs/default.env rename to apps/glance/0.7.8/envs/default.env diff --git a/apps/glance/0.7.7/envs/global.env b/apps/glance/0.7.8/envs/global.env similarity index 100% rename from apps/glance/0.7.7/envs/global.env rename to apps/glance/0.7.8/envs/global.env diff --git a/apps/glance/0.7.7/scripts/init.sh b/apps/glance/0.7.8/scripts/init.sh similarity index 100% rename from apps/glance/0.7.7/scripts/init.sh rename to apps/glance/0.7.8/scripts/init.sh diff --git a/apps/glance/0.7.7/scripts/uninstall.sh b/apps/glance/0.7.8/scripts/uninstall.sh similarity index 100% rename from apps/glance/0.7.7/scripts/uninstall.sh rename to apps/glance/0.7.8/scripts/uninstall.sh diff --git a/apps/glance/0.7.7/scripts/upgrade.sh b/apps/glance/0.7.8/scripts/upgrade.sh similarity index 100% rename from apps/glance/0.7.7/scripts/upgrade.sh rename to apps/glance/0.7.8/scripts/upgrade.sh From 9aabb763b96176217d71ad7b63b8bdca57ebd272 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Wed, 26 Mar 2025 22:13:52 +0000 Subject: [PATCH 093/198] Update app version [skip ci] --- apps/certimate/{0.3.5 => 0.3.6}/data.yml | 0 apps/certimate/{0.3.5 => 0.3.6}/docker-compose.yml | 0 apps/certimate/{0.3.5 => 0.3.6}/envs/default.env | 0 apps/certimate/{0.3.5 => 0.3.6}/envs/global.env | 0 apps/certimate/{0.3.5 => 0.3.6}/scripts/init.sh | 0 apps/certimate/{0.3.5 => 0.3.6}/scripts/uninstall.sh | 0 apps/certimate/{0.3.5 => 0.3.6}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/certimate/{0.3.5 => 0.3.6}/data.yml (100%) rename apps/certimate/{0.3.5 => 0.3.6}/docker-compose.yml (100%) rename apps/certimate/{0.3.5 => 0.3.6}/envs/default.env (100%) rename apps/certimate/{0.3.5 => 0.3.6}/envs/global.env (100%) rename apps/certimate/{0.3.5 => 0.3.6}/scripts/init.sh (100%) rename apps/certimate/{0.3.5 => 0.3.6}/scripts/uninstall.sh (100%) rename apps/certimate/{0.3.5 => 0.3.6}/scripts/upgrade.sh (100%) diff --git a/apps/certimate/0.3.5/data.yml b/apps/certimate/0.3.6/data.yml similarity index 100% rename from apps/certimate/0.3.5/data.yml rename to apps/certimate/0.3.6/data.yml diff --git a/apps/certimate/0.3.5/docker-compose.yml b/apps/certimate/0.3.6/docker-compose.yml similarity index 100% rename from apps/certimate/0.3.5/docker-compose.yml rename to apps/certimate/0.3.6/docker-compose.yml diff --git a/apps/certimate/0.3.5/envs/default.env b/apps/certimate/0.3.6/envs/default.env similarity index 100% rename from apps/certimate/0.3.5/envs/default.env rename to apps/certimate/0.3.6/envs/default.env diff --git a/apps/certimate/0.3.5/envs/global.env b/apps/certimate/0.3.6/envs/global.env similarity index 100% rename from apps/certimate/0.3.5/envs/global.env rename to apps/certimate/0.3.6/envs/global.env diff --git a/apps/certimate/0.3.5/scripts/init.sh b/apps/certimate/0.3.6/scripts/init.sh similarity index 100% rename from apps/certimate/0.3.5/scripts/init.sh rename to apps/certimate/0.3.6/scripts/init.sh diff --git a/apps/certimate/0.3.5/scripts/uninstall.sh b/apps/certimate/0.3.6/scripts/uninstall.sh similarity index 100% rename from apps/certimate/0.3.5/scripts/uninstall.sh rename to apps/certimate/0.3.6/scripts/uninstall.sh diff --git a/apps/certimate/0.3.5/scripts/upgrade.sh b/apps/certimate/0.3.6/scripts/upgrade.sh similarity index 100% rename from apps/certimate/0.3.5/scripts/upgrade.sh rename to apps/certimate/0.3.6/scripts/upgrade.sh From 3265c20be36a67e663e26505989297a0ca6c5763 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 01:56:35 +0000 Subject: [PATCH 094/198] Update mailserver/docker-mailserver Docker tag to v15.0.2 --- apps/mailserver/15.0.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mailserver/15.0.1/docker-compose.yml b/apps/mailserver/15.0.1/docker-compose.yml index 68490570e..dae34a9f2 100644 --- a/apps/mailserver/15.0.1/docker-compose.yml +++ b/apps/mailserver/15.0.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: mailserver: - image: mailserver/docker-mailserver:15.0.1 + image: mailserver/docker-mailserver:15.0.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From ac12aee2fb0e9020b494c08e86a48fbdd541ad24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 01:56:40 +0000 Subject: [PATCH 095/198] Update matrixdotorg/synapse Docker tag to v1.127.1 --- apps/synapse/1.127.0/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/synapse/1.127.0/docker-compose.yml b/apps/synapse/1.127.0/docker-compose.yml index ff793c78e..d50c205a2 100644 --- a/apps/synapse/1.127.0/docker-compose.yml +++ b/apps/synapse/1.127.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: synapse-init: - image: matrixdotorg/synapse:v1.127.0 + image: matrixdotorg/synapse:v1.127.1 container_name: init-${CONTAINER_NAME} entrypoint: - /start.py @@ -22,7 +22,7 @@ services: - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 synapse: - image: matrixdotorg/synapse:v1.127.0 + image: matrixdotorg/synapse:v1.127.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From af7b897d7844b39332dafc4d51ef0c3ef9f7b6f8 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 01:56:47 +0000 Subject: [PATCH 096/198] Update app version [skip ci] --- apps/mailserver/{15.0.1 => 15.0.2}/data.yml | 0 apps/mailserver/{15.0.1 => 15.0.2}/docker-compose.yml | 0 apps/mailserver/{15.0.1 => 15.0.2}/envs/default.env | 0 apps/mailserver/{15.0.1 => 15.0.2}/envs/global.env | 0 apps/mailserver/{15.0.1 => 15.0.2}/envs/mailserver.env | 0 apps/mailserver/{15.0.1 => 15.0.2}/scripts/init.sh | 0 apps/mailserver/{15.0.1 => 15.0.2}/scripts/uninstall.sh | 0 apps/mailserver/{15.0.1 => 15.0.2}/scripts/upgrade.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename apps/mailserver/{15.0.1 => 15.0.2}/data.yml (100%) rename apps/mailserver/{15.0.1 => 15.0.2}/docker-compose.yml (100%) rename apps/mailserver/{15.0.1 => 15.0.2}/envs/default.env (100%) rename apps/mailserver/{15.0.1 => 15.0.2}/envs/global.env (100%) rename apps/mailserver/{15.0.1 => 15.0.2}/envs/mailserver.env (100%) rename apps/mailserver/{15.0.1 => 15.0.2}/scripts/init.sh (100%) rename apps/mailserver/{15.0.1 => 15.0.2}/scripts/uninstall.sh (100%) rename apps/mailserver/{15.0.1 => 15.0.2}/scripts/upgrade.sh (100%) diff --git a/apps/mailserver/15.0.1/data.yml b/apps/mailserver/15.0.2/data.yml similarity index 100% rename from apps/mailserver/15.0.1/data.yml rename to apps/mailserver/15.0.2/data.yml diff --git a/apps/mailserver/15.0.1/docker-compose.yml b/apps/mailserver/15.0.2/docker-compose.yml similarity index 100% rename from apps/mailserver/15.0.1/docker-compose.yml rename to apps/mailserver/15.0.2/docker-compose.yml diff --git a/apps/mailserver/15.0.1/envs/default.env b/apps/mailserver/15.0.2/envs/default.env similarity index 100% rename from apps/mailserver/15.0.1/envs/default.env rename to apps/mailserver/15.0.2/envs/default.env diff --git a/apps/mailserver/15.0.1/envs/global.env b/apps/mailserver/15.0.2/envs/global.env similarity index 100% rename from apps/mailserver/15.0.1/envs/global.env rename to apps/mailserver/15.0.2/envs/global.env diff --git a/apps/mailserver/15.0.1/envs/mailserver.env b/apps/mailserver/15.0.2/envs/mailserver.env similarity index 100% rename from apps/mailserver/15.0.1/envs/mailserver.env rename to apps/mailserver/15.0.2/envs/mailserver.env diff --git a/apps/mailserver/15.0.1/scripts/init.sh b/apps/mailserver/15.0.2/scripts/init.sh similarity index 100% rename from apps/mailserver/15.0.1/scripts/init.sh rename to apps/mailserver/15.0.2/scripts/init.sh diff --git a/apps/mailserver/15.0.1/scripts/uninstall.sh b/apps/mailserver/15.0.2/scripts/uninstall.sh similarity index 100% rename from apps/mailserver/15.0.1/scripts/uninstall.sh rename to apps/mailserver/15.0.2/scripts/uninstall.sh diff --git a/apps/mailserver/15.0.1/scripts/upgrade.sh b/apps/mailserver/15.0.2/scripts/upgrade.sh similarity index 100% rename from apps/mailserver/15.0.1/scripts/upgrade.sh rename to apps/mailserver/15.0.2/scripts/upgrade.sh From 03d5eda9960405f75b1aaa44c09ba8b77ad3edb7 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 01:56:55 +0000 Subject: [PATCH 097/198] Update app version [skip ci] --- apps/synapse/{1.127.0 => 1.127.1}/data.yml | 0 apps/synapse/{1.127.0 => 1.127.1}/docker-compose.yml | 0 apps/synapse/{1.127.0 => 1.127.1}/envs/default.env | 0 apps/synapse/{1.127.0 => 1.127.1}/envs/global.env | 0 apps/synapse/{1.127.0 => 1.127.1}/scripts/init.sh | 0 apps/synapse/{1.127.0 => 1.127.1}/scripts/uninstall.sh | 0 apps/synapse/{1.127.0 => 1.127.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/synapse/{1.127.0 => 1.127.1}/data.yml (100%) rename apps/synapse/{1.127.0 => 1.127.1}/docker-compose.yml (100%) rename apps/synapse/{1.127.0 => 1.127.1}/envs/default.env (100%) rename apps/synapse/{1.127.0 => 1.127.1}/envs/global.env (100%) rename apps/synapse/{1.127.0 => 1.127.1}/scripts/init.sh (100%) rename apps/synapse/{1.127.0 => 1.127.1}/scripts/uninstall.sh (100%) rename apps/synapse/{1.127.0 => 1.127.1}/scripts/upgrade.sh (100%) diff --git a/apps/synapse/1.127.0/data.yml b/apps/synapse/1.127.1/data.yml similarity index 100% rename from apps/synapse/1.127.0/data.yml rename to apps/synapse/1.127.1/data.yml diff --git a/apps/synapse/1.127.0/docker-compose.yml b/apps/synapse/1.127.1/docker-compose.yml similarity index 100% rename from apps/synapse/1.127.0/docker-compose.yml rename to apps/synapse/1.127.1/docker-compose.yml diff --git a/apps/synapse/1.127.0/envs/default.env b/apps/synapse/1.127.1/envs/default.env similarity index 100% rename from apps/synapse/1.127.0/envs/default.env rename to apps/synapse/1.127.1/envs/default.env diff --git a/apps/synapse/1.127.0/envs/global.env b/apps/synapse/1.127.1/envs/global.env similarity index 100% rename from apps/synapse/1.127.0/envs/global.env rename to apps/synapse/1.127.1/envs/global.env diff --git a/apps/synapse/1.127.0/scripts/init.sh b/apps/synapse/1.127.1/scripts/init.sh similarity index 100% rename from apps/synapse/1.127.0/scripts/init.sh rename to apps/synapse/1.127.1/scripts/init.sh diff --git a/apps/synapse/1.127.0/scripts/uninstall.sh b/apps/synapse/1.127.1/scripts/uninstall.sh similarity index 100% rename from apps/synapse/1.127.0/scripts/uninstall.sh rename to apps/synapse/1.127.1/scripts/uninstall.sh diff --git a/apps/synapse/1.127.0/scripts/upgrade.sh b/apps/synapse/1.127.1/scripts/upgrade.sh similarity index 100% rename from apps/synapse/1.127.0/scripts/upgrade.sh rename to apps/synapse/1.127.1/scripts/upgrade.sh From 98b049b3dc772fae76fad8973e356a426ceae120 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 02:26:02 +0000 Subject: [PATCH 098/198] Update dockurr/windows Docker tag to v4.27 --- apps/windows/4.26/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/windows/4.26/docker-compose.yml b/apps/windows/4.26/docker-compose.yml index c8804d76e..3fb2f446c 100644 --- a/apps/windows/4.26/docker-compose.yml +++ b/apps/windows/4.26/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: windows: - image: dockurr/windows:4.26 + image: dockurr/windows:4.27 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From d32d1c1438bad1bb04c07ec4402e72fa84f610cd Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 02:26:18 +0000 Subject: [PATCH 099/198] Update app version [skip ci] --- apps/windows/{4.26 => 4.27}/data.yml | 0 apps/windows/{4.26 => 4.27}/docker-compose.yml | 0 apps/windows/{4.26 => 4.27}/envs/default.env | 0 apps/windows/{4.26 => 4.27}/envs/global.env | 0 apps/windows/{4.26 => 4.27}/scripts/init.sh | 0 apps/windows/{4.26 => 4.27}/scripts/uninstall.sh | 0 apps/windows/{4.26 => 4.27}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/windows/{4.26 => 4.27}/data.yml (100%) rename apps/windows/{4.26 => 4.27}/docker-compose.yml (100%) rename apps/windows/{4.26 => 4.27}/envs/default.env (100%) rename apps/windows/{4.26 => 4.27}/envs/global.env (100%) rename apps/windows/{4.26 => 4.27}/scripts/init.sh (100%) rename apps/windows/{4.26 => 4.27}/scripts/uninstall.sh (100%) rename apps/windows/{4.26 => 4.27}/scripts/upgrade.sh (100%) diff --git a/apps/windows/4.26/data.yml b/apps/windows/4.27/data.yml similarity index 100% rename from apps/windows/4.26/data.yml rename to apps/windows/4.27/data.yml diff --git a/apps/windows/4.26/docker-compose.yml b/apps/windows/4.27/docker-compose.yml similarity index 100% rename from apps/windows/4.26/docker-compose.yml rename to apps/windows/4.27/docker-compose.yml diff --git a/apps/windows/4.26/envs/default.env b/apps/windows/4.27/envs/default.env similarity index 100% rename from apps/windows/4.26/envs/default.env rename to apps/windows/4.27/envs/default.env diff --git a/apps/windows/4.26/envs/global.env b/apps/windows/4.27/envs/global.env similarity index 100% rename from apps/windows/4.26/envs/global.env rename to apps/windows/4.27/envs/global.env diff --git a/apps/windows/4.26/scripts/init.sh b/apps/windows/4.27/scripts/init.sh similarity index 100% rename from apps/windows/4.26/scripts/init.sh rename to apps/windows/4.27/scripts/init.sh diff --git a/apps/windows/4.26/scripts/uninstall.sh b/apps/windows/4.27/scripts/uninstall.sh similarity index 100% rename from apps/windows/4.26/scripts/uninstall.sh rename to apps/windows/4.27/scripts/uninstall.sh diff --git a/apps/windows/4.26/scripts/upgrade.sh b/apps/windows/4.27/scripts/upgrade.sh similarity index 100% rename from apps/windows/4.26/scripts/upgrade.sh rename to apps/windows/4.27/scripts/upgrade.sh From e3d56d18a29a7121deeb65c790e88acf46c9406c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 02:30:55 +0000 Subject: [PATCH 100/198] Update ghcr.io/immich-app/immich-server Docker tag to v1.130.2 --- apps/immich-no-machine/1.130.1/docker-compose.yml | 2 +- apps/immich-server/1.130.1/docker-compose.yml | 2 +- apps/immich/1.130.2/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/immich-no-machine/1.130.1/docker-compose.yml b/apps/immich-no-machine/1.130.1/docker-compose.yml index c8d6dc99c..306b83183 100644 --- a/apps/immich-no-machine/1.130.1/docker-compose.yml +++ b/apps/immich-no-machine/1.130.1/docker-compose.yml @@ -47,7 +47,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.130.1 + image: ghcr.io/immich-app/immich-server:v1.130.2 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/1.130.1/docker-compose.yml b/apps/immich-server/1.130.1/docker-compose.yml index 990a74246..1e4289d82 100644 --- a/apps/immich-server/1.130.1/docker-compose.yml +++ b/apps/immich-server/1.130.1/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v1.130.1 + image: ghcr.io/immich-app/immich-server:v1.130.2 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.130.2/docker-compose.yml b/apps/immich/1.130.2/docker-compose.yml index d27b29a94..4b4b5913d 100644 --- a/apps/immich/1.130.2/docker-compose.yml +++ b/apps/immich/1.130.2/docker-compose.yml @@ -47,7 +47,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.130.1 + image: ghcr.io/immich-app/immich-server:v1.130.2 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" From 2ec076fc2a56d227ed9c66aca3ea3cfb99c55590 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 02:31:07 +0000 Subject: [PATCH 101/198] Update app version [skip ci] --- apps/immich-no-machine/{1.130.1 => 1.130.2}/data.yml | 0 apps/immich-no-machine/{1.130.1 => 1.130.2}/docker-compose.yml | 0 apps/immich-no-machine/{1.130.1 => 1.130.2}/envs/default.env | 0 apps/immich-no-machine/{1.130.1 => 1.130.2}/envs/global.env | 0 apps/immich-no-machine/{1.130.1 => 1.130.2}/scripts/init.sh | 0 apps/immich-no-machine/{1.130.1 => 1.130.2}/scripts/uninstall.sh | 0 apps/immich-no-machine/{1.130.1 => 1.130.2}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich-no-machine/{1.130.1 => 1.130.2}/data.yml (100%) rename apps/immich-no-machine/{1.130.1 => 1.130.2}/docker-compose.yml (100%) rename apps/immich-no-machine/{1.130.1 => 1.130.2}/envs/default.env (100%) rename apps/immich-no-machine/{1.130.1 => 1.130.2}/envs/global.env (100%) rename apps/immich-no-machine/{1.130.1 => 1.130.2}/scripts/init.sh (100%) rename apps/immich-no-machine/{1.130.1 => 1.130.2}/scripts/uninstall.sh (100%) rename apps/immich-no-machine/{1.130.1 => 1.130.2}/scripts/upgrade.sh (100%) diff --git a/apps/immich-no-machine/1.130.1/data.yml b/apps/immich-no-machine/1.130.2/data.yml similarity index 100% rename from apps/immich-no-machine/1.130.1/data.yml rename to apps/immich-no-machine/1.130.2/data.yml diff --git a/apps/immich-no-machine/1.130.1/docker-compose.yml b/apps/immich-no-machine/1.130.2/docker-compose.yml similarity index 100% rename from apps/immich-no-machine/1.130.1/docker-compose.yml rename to apps/immich-no-machine/1.130.2/docker-compose.yml diff --git a/apps/immich-no-machine/1.130.1/envs/default.env b/apps/immich-no-machine/1.130.2/envs/default.env similarity index 100% rename from apps/immich-no-machine/1.130.1/envs/default.env rename to apps/immich-no-machine/1.130.2/envs/default.env diff --git a/apps/immich-no-machine/1.130.1/envs/global.env b/apps/immich-no-machine/1.130.2/envs/global.env similarity index 100% rename from apps/immich-no-machine/1.130.1/envs/global.env rename to apps/immich-no-machine/1.130.2/envs/global.env diff --git a/apps/immich-no-machine/1.130.1/scripts/init.sh b/apps/immich-no-machine/1.130.2/scripts/init.sh similarity index 100% rename from apps/immich-no-machine/1.130.1/scripts/init.sh rename to apps/immich-no-machine/1.130.2/scripts/init.sh diff --git a/apps/immich-no-machine/1.130.1/scripts/uninstall.sh b/apps/immich-no-machine/1.130.2/scripts/uninstall.sh similarity index 100% rename from apps/immich-no-machine/1.130.1/scripts/uninstall.sh rename to apps/immich-no-machine/1.130.2/scripts/uninstall.sh diff --git a/apps/immich-no-machine/1.130.1/scripts/upgrade.sh b/apps/immich-no-machine/1.130.2/scripts/upgrade.sh similarity index 100% rename from apps/immich-no-machine/1.130.1/scripts/upgrade.sh rename to apps/immich-no-machine/1.130.2/scripts/upgrade.sh From c5c04cd3820145e6343826a008f7b9337f806f17 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 02:31:08 +0000 Subject: [PATCH 102/198] Update app version [skip ci] --- apps/immich-server/{1.130.1 => 1.130.2}/data.yml | 0 apps/immich-server/{1.130.1 => 1.130.2}/docker-compose.yml | 0 apps/immich-server/{1.130.1 => 1.130.2}/envs/default.env | 0 apps/immich-server/{1.130.1 => 1.130.2}/envs/global.env | 0 apps/immich-server/{1.130.1 => 1.130.2}/scripts/init.sh | 0 apps/immich-server/{1.130.1 => 1.130.2}/scripts/uninstall.sh | 0 apps/immich-server/{1.130.1 => 1.130.2}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich-server/{1.130.1 => 1.130.2}/data.yml (100%) rename apps/immich-server/{1.130.1 => 1.130.2}/docker-compose.yml (100%) rename apps/immich-server/{1.130.1 => 1.130.2}/envs/default.env (100%) rename apps/immich-server/{1.130.1 => 1.130.2}/envs/global.env (100%) rename apps/immich-server/{1.130.1 => 1.130.2}/scripts/init.sh (100%) rename apps/immich-server/{1.130.1 => 1.130.2}/scripts/uninstall.sh (100%) rename apps/immich-server/{1.130.1 => 1.130.2}/scripts/upgrade.sh (100%) diff --git a/apps/immich-server/1.130.1/data.yml b/apps/immich-server/1.130.2/data.yml similarity index 100% rename from apps/immich-server/1.130.1/data.yml rename to apps/immich-server/1.130.2/data.yml diff --git a/apps/immich-server/1.130.1/docker-compose.yml b/apps/immich-server/1.130.2/docker-compose.yml similarity index 100% rename from apps/immich-server/1.130.1/docker-compose.yml rename to apps/immich-server/1.130.2/docker-compose.yml diff --git a/apps/immich-server/1.130.1/envs/default.env b/apps/immich-server/1.130.2/envs/default.env similarity index 100% rename from apps/immich-server/1.130.1/envs/default.env rename to apps/immich-server/1.130.2/envs/default.env diff --git a/apps/immich-server/1.130.1/envs/global.env b/apps/immich-server/1.130.2/envs/global.env similarity index 100% rename from apps/immich-server/1.130.1/envs/global.env rename to apps/immich-server/1.130.2/envs/global.env diff --git a/apps/immich-server/1.130.1/scripts/init.sh b/apps/immich-server/1.130.2/scripts/init.sh similarity index 100% rename from apps/immich-server/1.130.1/scripts/init.sh rename to apps/immich-server/1.130.2/scripts/init.sh diff --git a/apps/immich-server/1.130.1/scripts/uninstall.sh b/apps/immich-server/1.130.2/scripts/uninstall.sh similarity index 100% rename from apps/immich-server/1.130.1/scripts/uninstall.sh rename to apps/immich-server/1.130.2/scripts/uninstall.sh diff --git a/apps/immich-server/1.130.1/scripts/upgrade.sh b/apps/immich-server/1.130.2/scripts/upgrade.sh similarity index 100% rename from apps/immich-server/1.130.1/scripts/upgrade.sh rename to apps/immich-server/1.130.2/scripts/upgrade.sh From ca31e3bb59d5216265fc7a2b6d2c0de5e219429a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 03:04:09 +0000 Subject: [PATCH 103/198] Update keynetworks/ztncui Docker tag to v1.2.18 --- apps/ztncui/1.2.17/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ztncui/1.2.17/docker-compose.yml b/apps/ztncui/1.2.17/docker-compose.yml index e0772d4eb..e0f7a95fb 100644 --- a/apps/ztncui/1.2.17/docker-compose.yml +++ b/apps/ztncui/1.2.17/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ztncui: - image: keynetworks/ztncui:1.2.17 + image: keynetworks/ztncui:1.2.18 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 96a9f86f3e9065189274c18e9e8d6e33bac981c7 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 03:04:20 +0000 Subject: [PATCH 104/198] Update app version [skip ci] --- apps/ztncui/{1.2.17 => 1.2.18}/data.yml | 0 apps/ztncui/{1.2.17 => 1.2.18}/docker-compose.yml | 0 apps/ztncui/{1.2.17 => 1.2.18}/envs/default.env | 0 apps/ztncui/{1.2.17 => 1.2.18}/envs/global.env | 0 apps/ztncui/{1.2.17 => 1.2.18}/scripts/init.sh | 0 apps/ztncui/{1.2.17 => 1.2.18}/scripts/uninstall.sh | 0 apps/ztncui/{1.2.17 => 1.2.18}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ztncui/{1.2.17 => 1.2.18}/data.yml (100%) rename apps/ztncui/{1.2.17 => 1.2.18}/docker-compose.yml (100%) rename apps/ztncui/{1.2.17 => 1.2.18}/envs/default.env (100%) rename apps/ztncui/{1.2.17 => 1.2.18}/envs/global.env (100%) rename apps/ztncui/{1.2.17 => 1.2.18}/scripts/init.sh (100%) rename apps/ztncui/{1.2.17 => 1.2.18}/scripts/uninstall.sh (100%) rename apps/ztncui/{1.2.17 => 1.2.18}/scripts/upgrade.sh (100%) diff --git a/apps/ztncui/1.2.17/data.yml b/apps/ztncui/1.2.18/data.yml similarity index 100% rename from apps/ztncui/1.2.17/data.yml rename to apps/ztncui/1.2.18/data.yml diff --git a/apps/ztncui/1.2.17/docker-compose.yml b/apps/ztncui/1.2.18/docker-compose.yml similarity index 100% rename from apps/ztncui/1.2.17/docker-compose.yml rename to apps/ztncui/1.2.18/docker-compose.yml diff --git a/apps/ztncui/1.2.17/envs/default.env b/apps/ztncui/1.2.18/envs/default.env similarity index 100% rename from apps/ztncui/1.2.17/envs/default.env rename to apps/ztncui/1.2.18/envs/default.env diff --git a/apps/ztncui/1.2.17/envs/global.env b/apps/ztncui/1.2.18/envs/global.env similarity index 100% rename from apps/ztncui/1.2.17/envs/global.env rename to apps/ztncui/1.2.18/envs/global.env diff --git a/apps/ztncui/1.2.17/scripts/init.sh b/apps/ztncui/1.2.18/scripts/init.sh similarity index 100% rename from apps/ztncui/1.2.17/scripts/init.sh rename to apps/ztncui/1.2.18/scripts/init.sh diff --git a/apps/ztncui/1.2.17/scripts/uninstall.sh b/apps/ztncui/1.2.18/scripts/uninstall.sh similarity index 100% rename from apps/ztncui/1.2.17/scripts/uninstall.sh rename to apps/ztncui/1.2.18/scripts/uninstall.sh diff --git a/apps/ztncui/1.2.17/scripts/upgrade.sh b/apps/ztncui/1.2.18/scripts/upgrade.sh similarity index 100% rename from apps/ztncui/1.2.17/scripts/upgrade.sh rename to apps/ztncui/1.2.18/scripts/upgrade.sh From ffb05c9de109335055b6c137cd6befa9196bd48c Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Thu, 27 Mar 2025 03:34:23 +0000 Subject: [PATCH 105/198] Processed apps directory via GitHub Actions --- appstore/certimate/{0.3.5 => 0.3.6}/.env | 0 appstore/certimate/{0.3.5 => 0.3.6}/data.yml | 0 appstore/certimate/{0.3.5 => 0.3.6}/docker-compose.yml | 2 +- appstore/certimate/{0.3.5 => 0.3.6}/envs/default.env | 0 appstore/certimate/{0.3.5 => 0.3.6}/envs/global.env | 0 appstore/certimate/{0.3.5 => 0.3.6}/scripts/init.sh | 0 appstore/certimate/{0.3.5 => 0.3.6}/scripts/uninstall.sh | 0 appstore/certimate/{0.3.5 => 0.3.6}/scripts/upgrade.sh | 0 appstore/glance/{0.7.7 => 0.7.8}/.env | 0 appstore/glance/{0.7.7 => 0.7.8}/conf/glance.yml | 0 appstore/glance/{0.7.7 => 0.7.8}/data.yml | 0 appstore/glance/{0.7.7 => 0.7.8}/docker-compose.yml | 2 +- appstore/glance/{0.7.7 => 0.7.8}/envs/default.env | 0 appstore/glance/{0.7.7 => 0.7.8}/envs/global.env | 0 appstore/glance/{0.7.7 => 0.7.8}/scripts/init.sh | 0 appstore/glance/{0.7.7 => 0.7.8}/scripts/uninstall.sh | 0 appstore/glance/{0.7.7 => 0.7.8}/scripts/upgrade.sh | 0 appstore/immich-machine-learning/{1.130.1 => 1.130.2}/.env | 0 .../immich-machine-learning/{1.130.1 => 1.130.2}/data.yml | 0 .../{1.130.1 => 1.130.2}/docker-compose.yml | 2 +- .../{1.130.1 => 1.130.2}/envs/default.env | 0 .../{1.130.1 => 1.130.2}/envs/global.env | 0 .../{1.130.1 => 1.130.2}/scripts/init.sh | 0 .../{1.130.1 => 1.130.2}/scripts/uninstall.sh | 0 .../{1.130.1 => 1.130.2}/scripts/upgrade.sh | 0 appstore/immich-no-machine/{1.130.1 => 1.130.2}/.env | 0 appstore/immich-no-machine/{1.130.1 => 1.130.2}/data.yml | 0 .../immich-no-machine/{1.130.1 => 1.130.2}/docker-compose.yml | 2 +- .../immich-no-machine/{1.130.1 => 1.130.2}/envs/default.env | 0 .../immich-no-machine/{1.130.1 => 1.130.2}/envs/global.env | 0 .../immich-no-machine/{1.130.1 => 1.130.2}/scripts/init.sh | 0 .../{1.130.1 => 1.130.2}/scripts/uninstall.sh | 0 .../immich-no-machine/{1.130.1 => 1.130.2}/scripts/upgrade.sh | 0 appstore/immich-server/{1.130.1 => 1.130.2}/.env | 0 appstore/immich-server/{1.130.1 => 1.130.2}/data.yml | 0 .../immich-server/{1.130.1 => 1.130.2}/docker-compose.yml | 2 +- appstore/immich-server/{1.130.1 => 1.130.2}/envs/default.env | 0 appstore/immich-server/{1.130.1 => 1.130.2}/envs/global.env | 0 appstore/immich-server/{1.130.1 => 1.130.2}/scripts/init.sh | 0 .../immich-server/{1.130.1 => 1.130.2}/scripts/uninstall.sh | 0 .../immich-server/{1.130.1 => 1.130.2}/scripts/upgrade.sh | 0 appstore/immich/{1.130.1 => 1.130.2}/.env | 0 appstore/immich/{1.130.1 => 1.130.2}/data.yml | 0 appstore/immich/{1.130.1 => 1.130.2}/docker-compose.yml | 4 ++-- appstore/immich/{1.130.1 => 1.130.2}/envs/default.env | 0 appstore/immich/{1.130.1 => 1.130.2}/envs/global.env | 0 appstore/immich/{1.130.1 => 1.130.2}/scripts/init.sh | 0 appstore/immich/{1.130.1 => 1.130.2}/scripts/uninstall.sh | 0 appstore/immich/{1.130.1 => 1.130.2}/scripts/upgrade.sh | 0 appstore/mailserver/{15.0.1 => 15.0.2}/.env | 0 appstore/mailserver/{15.0.1 => 15.0.2}/data.yml | 0 appstore/mailserver/{15.0.1 => 15.0.2}/docker-compose.yml | 2 +- appstore/mailserver/{15.0.1 => 15.0.2}/envs/default.env | 0 appstore/mailserver/{15.0.1 => 15.0.2}/envs/global.env | 0 appstore/mailserver/{15.0.1 => 15.0.2}/envs/mailserver.env | 0 appstore/mailserver/{15.0.1 => 15.0.2}/scripts/init.sh | 0 appstore/mailserver/{15.0.1 => 15.0.2}/scripts/uninstall.sh | 0 appstore/mailserver/{15.0.1 => 15.0.2}/scripts/upgrade.sh | 0 appstore/synapse/{1.127.0 => 1.127.1}/.env | 0 appstore/synapse/{1.127.0 => 1.127.1}/data.yml | 0 appstore/synapse/{1.127.0 => 1.127.1}/docker-compose.yml | 4 ++-- appstore/synapse/{1.127.0 => 1.127.1}/envs/default.env | 0 appstore/synapse/{1.127.0 => 1.127.1}/envs/global.env | 0 appstore/synapse/{1.127.0 => 1.127.1}/scripts/init.sh | 0 appstore/synapse/{1.127.0 => 1.127.1}/scripts/uninstall.sh | 0 appstore/synapse/{1.127.0 => 1.127.1}/scripts/upgrade.sh | 0 appstore/windows/{4.26 => 4.27}/.env | 0 appstore/windows/{4.26 => 4.27}/data.yml | 0 appstore/windows/{4.26 => 4.27}/docker-compose.yml | 2 +- appstore/windows/{4.26 => 4.27}/envs/default.env | 0 appstore/windows/{4.26 => 4.27}/envs/global.env | 0 appstore/windows/{4.26 => 4.27}/scripts/init.sh | 0 appstore/windows/{4.26 => 4.27}/scripts/uninstall.sh | 0 appstore/windows/{4.26 => 4.27}/scripts/upgrade.sh | 0 appstore/ztncui/{1.2.17 => 1.2.18}/.env | 0 appstore/ztncui/{1.2.17 => 1.2.18}/data.yml | 0 appstore/ztncui/{1.2.17 => 1.2.18}/docker-compose.yml | 2 +- appstore/ztncui/{1.2.17 => 1.2.18}/envs/default.env | 0 appstore/ztncui/{1.2.17 => 1.2.18}/envs/global.env | 0 appstore/ztncui/{1.2.17 => 1.2.18}/scripts/init.sh | 0 appstore/ztncui/{1.2.17 => 1.2.18}/scripts/uninstall.sh | 0 appstore/ztncui/{1.2.17 => 1.2.18}/scripts/upgrade.sh | 0 dockge/certimate/docker-compose.yml | 2 +- dockge/glance/docker-compose.yml | 2 +- dockge/immich-machine-learning/docker-compose.yml | 2 +- dockge/immich-no-machine/docker-compose.yml | 2 +- dockge/immich-server/docker-compose.yml | 2 +- dockge/immich/docker-compose.yml | 4 ++-- dockge/mailserver/docker-compose.yml | 2 +- dockge/synapse/docker-compose.yml | 4 ++-- dockge/windows/docker-compose.yml | 2 +- dockge/ztncui/docker-compose.yml | 2 +- 92 files changed, 24 insertions(+), 24 deletions(-) rename appstore/certimate/{0.3.5 => 0.3.6}/.env (100%) rename appstore/certimate/{0.3.5 => 0.3.6}/data.yml (100%) rename appstore/certimate/{0.3.5 => 0.3.6}/docker-compose.yml (90%) rename appstore/certimate/{0.3.5 => 0.3.6}/envs/default.env (100%) rename appstore/certimate/{0.3.5 => 0.3.6}/envs/global.env (100%) rename appstore/certimate/{0.3.5 => 0.3.6}/scripts/init.sh (100%) rename appstore/certimate/{0.3.5 => 0.3.6}/scripts/uninstall.sh (100%) rename appstore/certimate/{0.3.5 => 0.3.6}/scripts/upgrade.sh (100%) rename appstore/glance/{0.7.7 => 0.7.8}/.env (100%) rename appstore/glance/{0.7.7 => 0.7.8}/conf/glance.yml (100%) rename appstore/glance/{0.7.7 => 0.7.8}/data.yml (100%) rename appstore/glance/{0.7.7 => 0.7.8}/docker-compose.yml (93%) rename appstore/glance/{0.7.7 => 0.7.8}/envs/default.env (100%) rename appstore/glance/{0.7.7 => 0.7.8}/envs/global.env (100%) rename appstore/glance/{0.7.7 => 0.7.8}/scripts/init.sh (100%) rename appstore/glance/{0.7.7 => 0.7.8}/scripts/uninstall.sh (100%) rename appstore/glance/{0.7.7 => 0.7.8}/scripts/upgrade.sh (100%) rename appstore/immich-machine-learning/{1.130.1 => 1.130.2}/.env (100%) rename appstore/immich-machine-learning/{1.130.1 => 1.130.2}/data.yml (100%) rename appstore/immich-machine-learning/{1.130.1 => 1.130.2}/docker-compose.yml (87%) rename appstore/immich-machine-learning/{1.130.1 => 1.130.2}/envs/default.env (100%) rename appstore/immich-machine-learning/{1.130.1 => 1.130.2}/envs/global.env (100%) rename appstore/immich-machine-learning/{1.130.1 => 1.130.2}/scripts/init.sh (100%) rename appstore/immich-machine-learning/{1.130.1 => 1.130.2}/scripts/uninstall.sh (100%) rename appstore/immich-machine-learning/{1.130.1 => 1.130.2}/scripts/upgrade.sh (100%) rename appstore/immich-no-machine/{1.130.1 => 1.130.2}/.env (100%) rename appstore/immich-no-machine/{1.130.1 => 1.130.2}/data.yml (100%) rename appstore/immich-no-machine/{1.130.1 => 1.130.2}/docker-compose.yml (97%) rename appstore/immich-no-machine/{1.130.1 => 1.130.2}/envs/default.env (100%) rename appstore/immich-no-machine/{1.130.1 => 1.130.2}/envs/global.env (100%) rename appstore/immich-no-machine/{1.130.1 => 1.130.2}/scripts/init.sh (100%) rename appstore/immich-no-machine/{1.130.1 => 1.130.2}/scripts/uninstall.sh (100%) rename appstore/immich-no-machine/{1.130.1 => 1.130.2}/scripts/upgrade.sh (100%) rename appstore/immich-server/{1.130.1 => 1.130.2}/.env (100%) rename appstore/immich-server/{1.130.1 => 1.130.2}/data.yml (100%) rename appstore/immich-server/{1.130.1 => 1.130.2}/docker-compose.yml (89%) rename appstore/immich-server/{1.130.1 => 1.130.2}/envs/default.env (100%) rename appstore/immich-server/{1.130.1 => 1.130.2}/envs/global.env (100%) rename appstore/immich-server/{1.130.1 => 1.130.2}/scripts/init.sh (100%) rename appstore/immich-server/{1.130.1 => 1.130.2}/scripts/uninstall.sh (100%) rename appstore/immich-server/{1.130.1 => 1.130.2}/scripts/upgrade.sh (100%) rename appstore/immich/{1.130.1 => 1.130.2}/.env (100%) rename appstore/immich/{1.130.1 => 1.130.2}/data.yml (100%) rename appstore/immich/{1.130.1 => 1.130.2}/docker-compose.yml (94%) rename appstore/immich/{1.130.1 => 1.130.2}/envs/default.env (100%) rename appstore/immich/{1.130.1 => 1.130.2}/envs/global.env (100%) rename appstore/immich/{1.130.1 => 1.130.2}/scripts/init.sh (100%) rename appstore/immich/{1.130.1 => 1.130.2}/scripts/uninstall.sh (100%) rename appstore/immich/{1.130.1 => 1.130.2}/scripts/upgrade.sh (100%) rename appstore/mailserver/{15.0.1 => 15.0.2}/.env (100%) rename appstore/mailserver/{15.0.1 => 15.0.2}/data.yml (100%) rename appstore/mailserver/{15.0.1 => 15.0.2}/docker-compose.yml (96%) rename appstore/mailserver/{15.0.1 => 15.0.2}/envs/default.env (100%) rename appstore/mailserver/{15.0.1 => 15.0.2}/envs/global.env (100%) rename appstore/mailserver/{15.0.1 => 15.0.2}/envs/mailserver.env (100%) rename appstore/mailserver/{15.0.1 => 15.0.2}/scripts/init.sh (100%) rename appstore/mailserver/{15.0.1 => 15.0.2}/scripts/uninstall.sh (100%) rename appstore/mailserver/{15.0.1 => 15.0.2}/scripts/upgrade.sh (100%) rename appstore/synapse/{1.127.0 => 1.127.1}/.env (100%) rename appstore/synapse/{1.127.0 => 1.127.1}/data.yml (100%) rename appstore/synapse/{1.127.0 => 1.127.1}/docker-compose.yml (89%) rename appstore/synapse/{1.127.0 => 1.127.1}/envs/default.env (100%) rename appstore/synapse/{1.127.0 => 1.127.1}/envs/global.env (100%) rename appstore/synapse/{1.127.0 => 1.127.1}/scripts/init.sh (100%) rename appstore/synapse/{1.127.0 => 1.127.1}/scripts/uninstall.sh (100%) rename appstore/synapse/{1.127.0 => 1.127.1}/scripts/upgrade.sh (100%) rename appstore/windows/{4.26 => 4.27}/.env (100%) rename appstore/windows/{4.26 => 4.27}/data.yml (100%) rename appstore/windows/{4.26 => 4.27}/docker-compose.yml (95%) rename appstore/windows/{4.26 => 4.27}/envs/default.env (100%) rename appstore/windows/{4.26 => 4.27}/envs/global.env (100%) rename appstore/windows/{4.26 => 4.27}/scripts/init.sh (100%) rename appstore/windows/{4.26 => 4.27}/scripts/uninstall.sh (100%) rename appstore/windows/{4.26 => 4.27}/scripts/upgrade.sh (100%) rename appstore/ztncui/{1.2.17 => 1.2.18}/.env (100%) rename appstore/ztncui/{1.2.17 => 1.2.18}/data.yml (100%) rename appstore/ztncui/{1.2.17 => 1.2.18}/docker-compose.yml (95%) rename appstore/ztncui/{1.2.17 => 1.2.18}/envs/default.env (100%) rename appstore/ztncui/{1.2.17 => 1.2.18}/envs/global.env (100%) rename appstore/ztncui/{1.2.17 => 1.2.18}/scripts/init.sh (100%) rename appstore/ztncui/{1.2.17 => 1.2.18}/scripts/uninstall.sh (100%) rename appstore/ztncui/{1.2.17 => 1.2.18}/scripts/upgrade.sh (100%) diff --git a/appstore/certimate/0.3.5/.env b/appstore/certimate/0.3.6/.env similarity index 100% rename from appstore/certimate/0.3.5/.env rename to appstore/certimate/0.3.6/.env diff --git a/appstore/certimate/0.3.5/data.yml b/appstore/certimate/0.3.6/data.yml similarity index 100% rename from appstore/certimate/0.3.5/data.yml rename to appstore/certimate/0.3.6/data.yml diff --git a/appstore/certimate/0.3.5/docker-compose.yml b/appstore/certimate/0.3.6/docker-compose.yml similarity index 90% rename from appstore/certimate/0.3.5/docker-compose.yml rename to appstore/certimate/0.3.6/docker-compose.yml index 8f2531437..054326b03 100644 --- a/appstore/certimate/0.3.5/docker-compose.yml +++ b/appstore/certimate/0.3.6/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: usual2970/certimate:v0.3.5 + image: usual2970/certimate:v0.3.6 labels: createdBy: Apps networks: diff --git a/appstore/certimate/0.3.5/envs/default.env b/appstore/certimate/0.3.6/envs/default.env similarity index 100% rename from appstore/certimate/0.3.5/envs/default.env rename to appstore/certimate/0.3.6/envs/default.env diff --git a/appstore/certimate/0.3.5/envs/global.env b/appstore/certimate/0.3.6/envs/global.env similarity index 100% rename from appstore/certimate/0.3.5/envs/global.env rename to appstore/certimate/0.3.6/envs/global.env diff --git a/appstore/certimate/0.3.5/scripts/init.sh b/appstore/certimate/0.3.6/scripts/init.sh similarity index 100% rename from appstore/certimate/0.3.5/scripts/init.sh rename to appstore/certimate/0.3.6/scripts/init.sh diff --git a/appstore/certimate/0.3.5/scripts/uninstall.sh b/appstore/certimate/0.3.6/scripts/uninstall.sh similarity index 100% rename from appstore/certimate/0.3.5/scripts/uninstall.sh rename to appstore/certimate/0.3.6/scripts/uninstall.sh diff --git a/appstore/certimate/0.3.5/scripts/upgrade.sh b/appstore/certimate/0.3.6/scripts/upgrade.sh similarity index 100% rename from appstore/certimate/0.3.5/scripts/upgrade.sh rename to appstore/certimate/0.3.6/scripts/upgrade.sh diff --git a/appstore/glance/0.7.7/.env b/appstore/glance/0.7.8/.env similarity index 100% rename from appstore/glance/0.7.7/.env rename to appstore/glance/0.7.8/.env diff --git a/appstore/glance/0.7.7/conf/glance.yml b/appstore/glance/0.7.8/conf/glance.yml similarity index 100% rename from appstore/glance/0.7.7/conf/glance.yml rename to appstore/glance/0.7.8/conf/glance.yml diff --git a/appstore/glance/0.7.7/data.yml b/appstore/glance/0.7.8/data.yml similarity index 100% rename from appstore/glance/0.7.7/data.yml rename to appstore/glance/0.7.8/data.yml diff --git a/appstore/glance/0.7.7/docker-compose.yml b/appstore/glance/0.7.8/docker-compose.yml similarity index 93% rename from appstore/glance/0.7.7/docker-compose.yml rename to appstore/glance/0.7.8/docker-compose.yml index f697dd46e..4c6767356 100644 --- a/appstore/glance/0.7.7/docker-compose.yml +++ b/appstore/glance/0.7.8/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: glanceapp/glance:v0.7.7 + image: glanceapp/glance:v0.7.8 labels: createdBy: Apps networks: diff --git a/appstore/glance/0.7.7/envs/default.env b/appstore/glance/0.7.8/envs/default.env similarity index 100% rename from appstore/glance/0.7.7/envs/default.env rename to appstore/glance/0.7.8/envs/default.env diff --git a/appstore/glance/0.7.7/envs/global.env b/appstore/glance/0.7.8/envs/global.env similarity index 100% rename from appstore/glance/0.7.7/envs/global.env rename to appstore/glance/0.7.8/envs/global.env diff --git a/appstore/glance/0.7.7/scripts/init.sh b/appstore/glance/0.7.8/scripts/init.sh similarity index 100% rename from appstore/glance/0.7.7/scripts/init.sh rename to appstore/glance/0.7.8/scripts/init.sh diff --git a/appstore/glance/0.7.7/scripts/uninstall.sh b/appstore/glance/0.7.8/scripts/uninstall.sh similarity index 100% rename from appstore/glance/0.7.7/scripts/uninstall.sh rename to appstore/glance/0.7.8/scripts/uninstall.sh diff --git a/appstore/glance/0.7.7/scripts/upgrade.sh b/appstore/glance/0.7.8/scripts/upgrade.sh similarity index 100% rename from appstore/glance/0.7.7/scripts/upgrade.sh rename to appstore/glance/0.7.8/scripts/upgrade.sh diff --git a/appstore/immich-machine-learning/1.130.1/.env b/appstore/immich-machine-learning/1.130.2/.env similarity index 100% rename from appstore/immich-machine-learning/1.130.1/.env rename to appstore/immich-machine-learning/1.130.2/.env diff --git a/appstore/immich-machine-learning/1.130.1/data.yml b/appstore/immich-machine-learning/1.130.2/data.yml similarity index 100% rename from appstore/immich-machine-learning/1.130.1/data.yml rename to appstore/immich-machine-learning/1.130.2/data.yml diff --git a/appstore/immich-machine-learning/1.130.1/docker-compose.yml b/appstore/immich-machine-learning/1.130.2/docker-compose.yml similarity index 87% rename from appstore/immich-machine-learning/1.130.1/docker-compose.yml rename to appstore/immich-machine-learning/1.130.2/docker-compose.yml index 380fb28a5..b885cf0b7 100644 --- a/appstore/immich-machine-learning/1.130.1/docker-compose.yml +++ b/appstore/immich-machine-learning/1.130.2/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.130.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.2 labels: createdBy: Apps networks: diff --git a/appstore/immich-machine-learning/1.130.1/envs/default.env b/appstore/immich-machine-learning/1.130.2/envs/default.env similarity index 100% rename from appstore/immich-machine-learning/1.130.1/envs/default.env rename to appstore/immich-machine-learning/1.130.2/envs/default.env diff --git a/appstore/immich-machine-learning/1.130.1/envs/global.env b/appstore/immich-machine-learning/1.130.2/envs/global.env similarity index 100% rename from appstore/immich-machine-learning/1.130.1/envs/global.env rename to appstore/immich-machine-learning/1.130.2/envs/global.env diff --git a/appstore/immich-machine-learning/1.130.1/scripts/init.sh b/appstore/immich-machine-learning/1.130.2/scripts/init.sh similarity index 100% rename from appstore/immich-machine-learning/1.130.1/scripts/init.sh rename to appstore/immich-machine-learning/1.130.2/scripts/init.sh diff --git a/appstore/immich-machine-learning/1.130.1/scripts/uninstall.sh b/appstore/immich-machine-learning/1.130.2/scripts/uninstall.sh similarity index 100% rename from appstore/immich-machine-learning/1.130.1/scripts/uninstall.sh rename to appstore/immich-machine-learning/1.130.2/scripts/uninstall.sh diff --git a/appstore/immich-machine-learning/1.130.1/scripts/upgrade.sh b/appstore/immich-machine-learning/1.130.2/scripts/upgrade.sh similarity index 100% rename from appstore/immich-machine-learning/1.130.1/scripts/upgrade.sh rename to appstore/immich-machine-learning/1.130.2/scripts/upgrade.sh diff --git a/appstore/immich-no-machine/1.130.1/.env b/appstore/immich-no-machine/1.130.2/.env similarity index 100% rename from appstore/immich-no-machine/1.130.1/.env rename to appstore/immich-no-machine/1.130.2/.env diff --git a/appstore/immich-no-machine/1.130.1/data.yml b/appstore/immich-no-machine/1.130.2/data.yml similarity index 100% rename from appstore/immich-no-machine/1.130.1/data.yml rename to appstore/immich-no-machine/1.130.2/data.yml diff --git a/appstore/immich-no-machine/1.130.1/docker-compose.yml b/appstore/immich-no-machine/1.130.2/docker-compose.yml similarity index 97% rename from appstore/immich-no-machine/1.130.1/docker-compose.yml rename to appstore/immich-no-machine/1.130.2/docker-compose.yml index 849a23a79..0b349af4a 100644 --- a/appstore/immich-no-machine/1.130.1/docker-compose.yml +++ b/appstore/immich-no-machine/1.130.2/docker-compose.yml @@ -52,7 +52,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.130.1 + image: ghcr.io/immich-app/immich-server:v1.130.2 labels: createdBy: Apps networks: diff --git a/appstore/immich-no-machine/1.130.1/envs/default.env b/appstore/immich-no-machine/1.130.2/envs/default.env similarity index 100% rename from appstore/immich-no-machine/1.130.1/envs/default.env rename to appstore/immich-no-machine/1.130.2/envs/default.env diff --git a/appstore/immich-no-machine/1.130.1/envs/global.env b/appstore/immich-no-machine/1.130.2/envs/global.env similarity index 100% rename from appstore/immich-no-machine/1.130.1/envs/global.env rename to appstore/immich-no-machine/1.130.2/envs/global.env diff --git a/appstore/immich-no-machine/1.130.1/scripts/init.sh b/appstore/immich-no-machine/1.130.2/scripts/init.sh similarity index 100% rename from appstore/immich-no-machine/1.130.1/scripts/init.sh rename to appstore/immich-no-machine/1.130.2/scripts/init.sh diff --git a/appstore/immich-no-machine/1.130.1/scripts/uninstall.sh b/appstore/immich-no-machine/1.130.2/scripts/uninstall.sh similarity index 100% rename from appstore/immich-no-machine/1.130.1/scripts/uninstall.sh rename to appstore/immich-no-machine/1.130.2/scripts/uninstall.sh diff --git a/appstore/immich-no-machine/1.130.1/scripts/upgrade.sh b/appstore/immich-no-machine/1.130.2/scripts/upgrade.sh similarity index 100% rename from appstore/immich-no-machine/1.130.1/scripts/upgrade.sh rename to appstore/immich-no-machine/1.130.2/scripts/upgrade.sh diff --git a/appstore/immich-server/1.130.1/.env b/appstore/immich-server/1.130.2/.env similarity index 100% rename from appstore/immich-server/1.130.1/.env rename to appstore/immich-server/1.130.2/.env diff --git a/appstore/immich-server/1.130.1/data.yml b/appstore/immich-server/1.130.2/data.yml similarity index 100% rename from appstore/immich-server/1.130.1/data.yml rename to appstore/immich-server/1.130.2/data.yml diff --git a/appstore/immich-server/1.130.1/docker-compose.yml b/appstore/immich-server/1.130.2/docker-compose.yml similarity index 89% rename from appstore/immich-server/1.130.1/docker-compose.yml rename to appstore/immich-server/1.130.2/docker-compose.yml index 046c7af5b..2c686f9d0 100644 --- a/appstore/immich-server/1.130.1/docker-compose.yml +++ b/appstore/immich-server/1.130.2/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.130.1 + image: ghcr.io/immich-app/immich-server:v1.130.2 labels: createdBy: Apps networks: diff --git a/appstore/immich-server/1.130.1/envs/default.env b/appstore/immich-server/1.130.2/envs/default.env similarity index 100% rename from appstore/immich-server/1.130.1/envs/default.env rename to appstore/immich-server/1.130.2/envs/default.env diff --git a/appstore/immich-server/1.130.1/envs/global.env b/appstore/immich-server/1.130.2/envs/global.env similarity index 100% rename from appstore/immich-server/1.130.1/envs/global.env rename to appstore/immich-server/1.130.2/envs/global.env diff --git a/appstore/immich-server/1.130.1/scripts/init.sh b/appstore/immich-server/1.130.2/scripts/init.sh similarity index 100% rename from appstore/immich-server/1.130.1/scripts/init.sh rename to appstore/immich-server/1.130.2/scripts/init.sh diff --git a/appstore/immich-server/1.130.1/scripts/uninstall.sh b/appstore/immich-server/1.130.2/scripts/uninstall.sh similarity index 100% rename from appstore/immich-server/1.130.1/scripts/uninstall.sh rename to appstore/immich-server/1.130.2/scripts/uninstall.sh diff --git a/appstore/immich-server/1.130.1/scripts/upgrade.sh b/appstore/immich-server/1.130.2/scripts/upgrade.sh similarity index 100% rename from appstore/immich-server/1.130.1/scripts/upgrade.sh rename to appstore/immich-server/1.130.2/scripts/upgrade.sh diff --git a/appstore/immich/1.130.1/.env b/appstore/immich/1.130.2/.env similarity index 100% rename from appstore/immich/1.130.1/.env rename to appstore/immich/1.130.2/.env diff --git a/appstore/immich/1.130.1/data.yml b/appstore/immich/1.130.2/data.yml similarity index 100% rename from appstore/immich/1.130.1/data.yml rename to appstore/immich/1.130.2/data.yml diff --git a/appstore/immich/1.130.1/docker-compose.yml b/appstore/immich/1.130.2/docker-compose.yml similarity index 94% rename from appstore/immich/1.130.1/docker-compose.yml rename to appstore/immich/1.130.2/docker-compose.yml index 2500ea895..11f7e0312 100644 --- a/appstore/immich/1.130.1/docker-compose.yml +++ b/appstore/immich/1.130.2/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.130.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.2 labels: createdBy: Apps networks: @@ -68,7 +68,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.130.1 + image: ghcr.io/immich-app/immich-server:v1.130.2 labels: createdBy: Apps networks: diff --git a/appstore/immich/1.130.1/envs/default.env b/appstore/immich/1.130.2/envs/default.env similarity index 100% rename from appstore/immich/1.130.1/envs/default.env rename to appstore/immich/1.130.2/envs/default.env diff --git a/appstore/immich/1.130.1/envs/global.env b/appstore/immich/1.130.2/envs/global.env similarity index 100% rename from appstore/immich/1.130.1/envs/global.env rename to appstore/immich/1.130.2/envs/global.env diff --git a/appstore/immich/1.130.1/scripts/init.sh b/appstore/immich/1.130.2/scripts/init.sh similarity index 100% rename from appstore/immich/1.130.1/scripts/init.sh rename to appstore/immich/1.130.2/scripts/init.sh diff --git a/appstore/immich/1.130.1/scripts/uninstall.sh b/appstore/immich/1.130.2/scripts/uninstall.sh similarity index 100% rename from appstore/immich/1.130.1/scripts/uninstall.sh rename to appstore/immich/1.130.2/scripts/uninstall.sh diff --git a/appstore/immich/1.130.1/scripts/upgrade.sh b/appstore/immich/1.130.2/scripts/upgrade.sh similarity index 100% rename from appstore/immich/1.130.1/scripts/upgrade.sh rename to appstore/immich/1.130.2/scripts/upgrade.sh diff --git a/appstore/mailserver/15.0.1/.env b/appstore/mailserver/15.0.2/.env similarity index 100% rename from appstore/mailserver/15.0.1/.env rename to appstore/mailserver/15.0.2/.env diff --git a/appstore/mailserver/15.0.1/data.yml b/appstore/mailserver/15.0.2/data.yml similarity index 100% rename from appstore/mailserver/15.0.1/data.yml rename to appstore/mailserver/15.0.2/data.yml diff --git a/appstore/mailserver/15.0.1/docker-compose.yml b/appstore/mailserver/15.0.2/docker-compose.yml similarity index 96% rename from appstore/mailserver/15.0.1/docker-compose.yml rename to appstore/mailserver/15.0.2/docker-compose.yml index 7b27b678c..5a5ecb947 100644 --- a/appstore/mailserver/15.0.1/docker-compose.yml +++ b/appstore/mailserver/15.0.2/docker-compose.yml @@ -26,7 +26,7 @@ services: test: ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1 timeout: 3s hostname: ${HOSTNAME_FQDN} - image: mailserver/docker-mailserver:15.0.1 + image: mailserver/docker-mailserver:15.0.2 labels: createdBy: Apps networks: diff --git a/appstore/mailserver/15.0.1/envs/default.env b/appstore/mailserver/15.0.2/envs/default.env similarity index 100% rename from appstore/mailserver/15.0.1/envs/default.env rename to appstore/mailserver/15.0.2/envs/default.env diff --git a/appstore/mailserver/15.0.1/envs/global.env b/appstore/mailserver/15.0.2/envs/global.env similarity index 100% rename from appstore/mailserver/15.0.1/envs/global.env rename to appstore/mailserver/15.0.2/envs/global.env diff --git a/appstore/mailserver/15.0.1/envs/mailserver.env b/appstore/mailserver/15.0.2/envs/mailserver.env similarity index 100% rename from appstore/mailserver/15.0.1/envs/mailserver.env rename to appstore/mailserver/15.0.2/envs/mailserver.env diff --git a/appstore/mailserver/15.0.1/scripts/init.sh b/appstore/mailserver/15.0.2/scripts/init.sh similarity index 100% rename from appstore/mailserver/15.0.1/scripts/init.sh rename to appstore/mailserver/15.0.2/scripts/init.sh diff --git a/appstore/mailserver/15.0.1/scripts/uninstall.sh b/appstore/mailserver/15.0.2/scripts/uninstall.sh similarity index 100% rename from appstore/mailserver/15.0.1/scripts/uninstall.sh rename to appstore/mailserver/15.0.2/scripts/uninstall.sh diff --git a/appstore/mailserver/15.0.1/scripts/upgrade.sh b/appstore/mailserver/15.0.2/scripts/upgrade.sh similarity index 100% rename from appstore/mailserver/15.0.1/scripts/upgrade.sh rename to appstore/mailserver/15.0.2/scripts/upgrade.sh diff --git a/appstore/synapse/1.127.0/.env b/appstore/synapse/1.127.1/.env similarity index 100% rename from appstore/synapse/1.127.0/.env rename to appstore/synapse/1.127.1/.env diff --git a/appstore/synapse/1.127.0/data.yml b/appstore/synapse/1.127.1/data.yml similarity index 100% rename from appstore/synapse/1.127.0/data.yml rename to appstore/synapse/1.127.1/data.yml diff --git a/appstore/synapse/1.127.0/docker-compose.yml b/appstore/synapse/1.127.1/docker-compose.yml similarity index 89% rename from appstore/synapse/1.127.0/docker-compose.yml rename to appstore/synapse/1.127.1/docker-compose.yml index 584e4d97b..3dc92113a 100644 --- a/appstore/synapse/1.127.0/docker-compose.yml +++ b/appstore/synapse/1.127.1/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - ./envs/global.env - .env - image: matrixdotorg/synapse:v1.127.0 + image: matrixdotorg/synapse:v1.127.1 labels: createdBy: Apps networks: @@ -31,7 +31,7 @@ services: - SYNAPSE_REPORT_STATS=no - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 - image: matrixdotorg/synapse:v1.127.0 + image: matrixdotorg/synapse:v1.127.1 networks: - 1panel-network restart: false diff --git a/appstore/synapse/1.127.0/envs/default.env b/appstore/synapse/1.127.1/envs/default.env similarity index 100% rename from appstore/synapse/1.127.0/envs/default.env rename to appstore/synapse/1.127.1/envs/default.env diff --git a/appstore/synapse/1.127.0/envs/global.env b/appstore/synapse/1.127.1/envs/global.env similarity index 100% rename from appstore/synapse/1.127.0/envs/global.env rename to appstore/synapse/1.127.1/envs/global.env diff --git a/appstore/synapse/1.127.0/scripts/init.sh b/appstore/synapse/1.127.1/scripts/init.sh similarity index 100% rename from appstore/synapse/1.127.0/scripts/init.sh rename to appstore/synapse/1.127.1/scripts/init.sh diff --git a/appstore/synapse/1.127.0/scripts/uninstall.sh b/appstore/synapse/1.127.1/scripts/uninstall.sh similarity index 100% rename from appstore/synapse/1.127.0/scripts/uninstall.sh rename to appstore/synapse/1.127.1/scripts/uninstall.sh diff --git a/appstore/synapse/1.127.0/scripts/upgrade.sh b/appstore/synapse/1.127.1/scripts/upgrade.sh similarity index 100% rename from appstore/synapse/1.127.0/scripts/upgrade.sh rename to appstore/synapse/1.127.1/scripts/upgrade.sh diff --git a/appstore/windows/4.26/.env b/appstore/windows/4.27/.env similarity index 100% rename from appstore/windows/4.26/.env rename to appstore/windows/4.27/.env diff --git a/appstore/windows/4.26/data.yml b/appstore/windows/4.27/data.yml similarity index 100% rename from appstore/windows/4.26/data.yml rename to appstore/windows/4.27/data.yml diff --git a/appstore/windows/4.26/docker-compose.yml b/appstore/windows/4.27/docker-compose.yml similarity index 95% rename from appstore/windows/4.26/docker-compose.yml rename to appstore/windows/4.27/docker-compose.yml index 0c2719e82..7fa22a29c 100644 --- a/appstore/windows/4.26/docker-compose.yml +++ b/appstore/windows/4.27/docker-compose.yml @@ -16,7 +16,7 @@ services: - REGION=en-US - KEYBOARD=en-US - VERSION=${VERSION} - image: dockurr/windows:4.26 + image: dockurr/windows:4.27 labels: createdBy: Apps networks: diff --git a/appstore/windows/4.26/envs/default.env b/appstore/windows/4.27/envs/default.env similarity index 100% rename from appstore/windows/4.26/envs/default.env rename to appstore/windows/4.27/envs/default.env diff --git a/appstore/windows/4.26/envs/global.env b/appstore/windows/4.27/envs/global.env similarity index 100% rename from appstore/windows/4.26/envs/global.env rename to appstore/windows/4.27/envs/global.env diff --git a/appstore/windows/4.26/scripts/init.sh b/appstore/windows/4.27/scripts/init.sh similarity index 100% rename from appstore/windows/4.26/scripts/init.sh rename to appstore/windows/4.27/scripts/init.sh diff --git a/appstore/windows/4.26/scripts/uninstall.sh b/appstore/windows/4.27/scripts/uninstall.sh similarity index 100% rename from appstore/windows/4.26/scripts/uninstall.sh rename to appstore/windows/4.27/scripts/uninstall.sh diff --git a/appstore/windows/4.26/scripts/upgrade.sh b/appstore/windows/4.27/scripts/upgrade.sh similarity index 100% rename from appstore/windows/4.26/scripts/upgrade.sh rename to appstore/windows/4.27/scripts/upgrade.sh diff --git a/appstore/ztncui/1.2.17/.env b/appstore/ztncui/1.2.18/.env similarity index 100% rename from appstore/ztncui/1.2.17/.env rename to appstore/ztncui/1.2.18/.env diff --git a/appstore/ztncui/1.2.17/data.yml b/appstore/ztncui/1.2.18/data.yml similarity index 100% rename from appstore/ztncui/1.2.17/data.yml rename to appstore/ztncui/1.2.18/data.yml diff --git a/appstore/ztncui/1.2.17/docker-compose.yml b/appstore/ztncui/1.2.18/docker-compose.yml similarity index 95% rename from appstore/ztncui/1.2.17/docker-compose.yml rename to appstore/ztncui/1.2.18/docker-compose.yml index fb2b27f47..36f8b8d45 100644 --- a/appstore/ztncui/1.2.17/docker-compose.yml +++ b/appstore/ztncui/1.2.18/docker-compose.yml @@ -12,7 +12,7 @@ services: - HTTP_PORT=${PANEL_APP_PORT_HTTP} - ZT_ADDR=localhost:${PANEL_APP_PORT_API} - HTTP_ALL_INTERFACES=yes - image: keynetworks/ztncui:1.2.17 + image: keynetworks/ztncui:1.2.18 labels: createdBy: Apps network_mode: ${NETWORK_MODE} diff --git a/appstore/ztncui/1.2.17/envs/default.env b/appstore/ztncui/1.2.18/envs/default.env similarity index 100% rename from appstore/ztncui/1.2.17/envs/default.env rename to appstore/ztncui/1.2.18/envs/default.env diff --git a/appstore/ztncui/1.2.17/envs/global.env b/appstore/ztncui/1.2.18/envs/global.env similarity index 100% rename from appstore/ztncui/1.2.17/envs/global.env rename to appstore/ztncui/1.2.18/envs/global.env diff --git a/appstore/ztncui/1.2.17/scripts/init.sh b/appstore/ztncui/1.2.18/scripts/init.sh similarity index 100% rename from appstore/ztncui/1.2.17/scripts/init.sh rename to appstore/ztncui/1.2.18/scripts/init.sh diff --git a/appstore/ztncui/1.2.17/scripts/uninstall.sh b/appstore/ztncui/1.2.18/scripts/uninstall.sh similarity index 100% rename from appstore/ztncui/1.2.17/scripts/uninstall.sh rename to appstore/ztncui/1.2.18/scripts/uninstall.sh diff --git a/appstore/ztncui/1.2.17/scripts/upgrade.sh b/appstore/ztncui/1.2.18/scripts/upgrade.sh similarity index 100% rename from appstore/ztncui/1.2.17/scripts/upgrade.sh rename to appstore/ztncui/1.2.18/scripts/upgrade.sh diff --git a/dockge/certimate/docker-compose.yml b/dockge/certimate/docker-compose.yml index 8f2531437..054326b03 100644 --- a/dockge/certimate/docker-compose.yml +++ b/dockge/certimate/docker-compose.yml @@ -7,7 +7,7 @@ services: env_file: - ./envs/global.env - .env - image: usual2970/certimate:v0.3.5 + image: usual2970/certimate:v0.3.6 labels: createdBy: Apps networks: diff --git a/dockge/glance/docker-compose.yml b/dockge/glance/docker-compose.yml index f697dd46e..4c6767356 100644 --- a/dockge/glance/docker-compose.yml +++ b/dockge/glance/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: glanceapp/glance:v0.7.7 + image: glanceapp/glance:v0.7.8 labels: createdBy: Apps networks: diff --git a/dockge/immich-machine-learning/docker-compose.yml b/dockge/immich-machine-learning/docker-compose.yml index 380fb28a5..b885cf0b7 100644 --- a/dockge/immich-machine-learning/docker-compose.yml +++ b/dockge/immich-machine-learning/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.130.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.2 labels: createdBy: Apps networks: diff --git a/dockge/immich-no-machine/docker-compose.yml b/dockge/immich-no-machine/docker-compose.yml index 849a23a79..0b349af4a 100644 --- a/dockge/immich-no-machine/docker-compose.yml +++ b/dockge/immich-no-machine/docker-compose.yml @@ -52,7 +52,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.130.1 + image: ghcr.io/immich-app/immich-server:v1.130.2 labels: createdBy: Apps networks: diff --git a/dockge/immich-server/docker-compose.yml b/dockge/immich-server/docker-compose.yml index 046c7af5b..2c686f9d0 100644 --- a/dockge/immich-server/docker-compose.yml +++ b/dockge/immich-server/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.130.1 + image: ghcr.io/immich-app/immich-server:v1.130.2 labels: createdBy: Apps networks: diff --git a/dockge/immich/docker-compose.yml b/dockge/immich/docker-compose.yml index 2500ea895..11f7e0312 100644 --- a/dockge/immich/docker-compose.yml +++ b/dockge/immich/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.130.1 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.2 labels: createdBy: Apps networks: @@ -68,7 +68,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.130.1 + image: ghcr.io/immich-app/immich-server:v1.130.2 labels: createdBy: Apps networks: diff --git a/dockge/mailserver/docker-compose.yml b/dockge/mailserver/docker-compose.yml index 7b27b678c..5a5ecb947 100644 --- a/dockge/mailserver/docker-compose.yml +++ b/dockge/mailserver/docker-compose.yml @@ -26,7 +26,7 @@ services: test: ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1 timeout: 3s hostname: ${HOSTNAME_FQDN} - image: mailserver/docker-mailserver:15.0.1 + image: mailserver/docker-mailserver:15.0.2 labels: createdBy: Apps networks: diff --git a/dockge/synapse/docker-compose.yml b/dockge/synapse/docker-compose.yml index 584e4d97b..3dc92113a 100644 --- a/dockge/synapse/docker-compose.yml +++ b/dockge/synapse/docker-compose.yml @@ -9,7 +9,7 @@ services: env_file: - ./envs/global.env - .env - image: matrixdotorg/synapse:v1.127.0 + image: matrixdotorg/synapse:v1.127.1 labels: createdBy: Apps networks: @@ -31,7 +31,7 @@ services: - SYNAPSE_REPORT_STATS=no - SYNAPSE_NO_TLS=true - SYNAPSE_HTTP_PORT=8008 - image: matrixdotorg/synapse:v1.127.0 + image: matrixdotorg/synapse:v1.127.1 networks: - 1panel-network restart: false diff --git a/dockge/windows/docker-compose.yml b/dockge/windows/docker-compose.yml index 0c2719e82..7fa22a29c 100644 --- a/dockge/windows/docker-compose.yml +++ b/dockge/windows/docker-compose.yml @@ -16,7 +16,7 @@ services: - REGION=en-US - KEYBOARD=en-US - VERSION=${VERSION} - image: dockurr/windows:4.26 + image: dockurr/windows:4.27 labels: createdBy: Apps networks: diff --git a/dockge/ztncui/docker-compose.yml b/dockge/ztncui/docker-compose.yml index fb2b27f47..36f8b8d45 100644 --- a/dockge/ztncui/docker-compose.yml +++ b/dockge/ztncui/docker-compose.yml @@ -12,7 +12,7 @@ services: - HTTP_PORT=${PANEL_APP_PORT_HTTP} - ZT_ADDR=localhost:${PANEL_APP_PORT_API} - HTTP_ALL_INTERFACES=yes - image: keynetworks/ztncui:1.2.17 + image: keynetworks/ztncui:1.2.18 labels: createdBy: Apps network_mode: ${NETWORK_MODE} From a772d80bc93f83324cde4dd6aa08c86d56edae5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 06:58:48 +0000 Subject: [PATCH 106/198] Update diygod/rsshub Docker tag to v2025-03-27 --- apps/rsshub/2025-03-26/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rsshub/2025-03-26/docker-compose.yml b/apps/rsshub/2025-03-26/docker-compose.yml index 5dadffa2d..1bb262f21 100644 --- a/apps/rsshub/2025-03-26/docker-compose.yml +++ b/apps/rsshub/2025-03-26/docker-compose.yml @@ -23,7 +23,7 @@ services: timeout: 10s retries: 3 rsshub: - image: diygod/rsshub:2025-03-26 + image: diygod/rsshub:2025-03-27 container_name: rsshub-${CONTAINER_NAME} depends_on: - browserless From c699ba56322da8dbd938ecce1fb14bcca1873b49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 06:58:53 +0000 Subject: [PATCH 107/198] Update jxxghp/moviepilot-v2 Docker tag to v2.3.5 --- apps/movie-pilot/2.3.4/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/movie-pilot/2.3.4/docker-compose.yml b/apps/movie-pilot/2.3.4/docker-compose.yml index 236e1dd61..a0e4d734f 100644 --- a/apps/movie-pilot/2.3.4/docker-compose.yml +++ b/apps/movie-pilot/2.3.4/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: movie-pilot-v2: - image: jxxghp/moviepilot-v2:2.3.4 + image: jxxghp/moviepilot-v2:2.3.5 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From a0f77f8e1fb23a721966dffea685f72b16050a30 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 06:59:02 +0000 Subject: [PATCH 108/198] Update app version [skip ci] --- apps/rsshub/{2025-03-26 => 2025-03-27}/data.yml | 0 apps/rsshub/{2025-03-26 => 2025-03-27}/docker-compose.yml | 0 apps/rsshub/{2025-03-26 => 2025-03-27}/envs/default.env | 0 apps/rsshub/{2025-03-26 => 2025-03-27}/envs/global.env | 0 apps/rsshub/{2025-03-26 => 2025-03-27}/scripts/init.sh | 0 apps/rsshub/{2025-03-26 => 2025-03-27}/scripts/uninstall.sh | 0 apps/rsshub/{2025-03-26 => 2025-03-27}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/rsshub/{2025-03-26 => 2025-03-27}/data.yml (100%) rename apps/rsshub/{2025-03-26 => 2025-03-27}/docker-compose.yml (100%) rename apps/rsshub/{2025-03-26 => 2025-03-27}/envs/default.env (100%) rename apps/rsshub/{2025-03-26 => 2025-03-27}/envs/global.env (100%) rename apps/rsshub/{2025-03-26 => 2025-03-27}/scripts/init.sh (100%) rename apps/rsshub/{2025-03-26 => 2025-03-27}/scripts/uninstall.sh (100%) rename apps/rsshub/{2025-03-26 => 2025-03-27}/scripts/upgrade.sh (100%) diff --git a/apps/rsshub/2025-03-26/data.yml b/apps/rsshub/2025-03-27/data.yml similarity index 100% rename from apps/rsshub/2025-03-26/data.yml rename to apps/rsshub/2025-03-27/data.yml diff --git a/apps/rsshub/2025-03-26/docker-compose.yml b/apps/rsshub/2025-03-27/docker-compose.yml similarity index 100% rename from apps/rsshub/2025-03-26/docker-compose.yml rename to apps/rsshub/2025-03-27/docker-compose.yml diff --git a/apps/rsshub/2025-03-26/envs/default.env b/apps/rsshub/2025-03-27/envs/default.env similarity index 100% rename from apps/rsshub/2025-03-26/envs/default.env rename to apps/rsshub/2025-03-27/envs/default.env diff --git a/apps/rsshub/2025-03-26/envs/global.env b/apps/rsshub/2025-03-27/envs/global.env similarity index 100% rename from apps/rsshub/2025-03-26/envs/global.env rename to apps/rsshub/2025-03-27/envs/global.env diff --git a/apps/rsshub/2025-03-26/scripts/init.sh b/apps/rsshub/2025-03-27/scripts/init.sh similarity index 100% rename from apps/rsshub/2025-03-26/scripts/init.sh rename to apps/rsshub/2025-03-27/scripts/init.sh diff --git a/apps/rsshub/2025-03-26/scripts/uninstall.sh b/apps/rsshub/2025-03-27/scripts/uninstall.sh similarity index 100% rename from apps/rsshub/2025-03-26/scripts/uninstall.sh rename to apps/rsshub/2025-03-27/scripts/uninstall.sh diff --git a/apps/rsshub/2025-03-26/scripts/upgrade.sh b/apps/rsshub/2025-03-27/scripts/upgrade.sh similarity index 100% rename from apps/rsshub/2025-03-26/scripts/upgrade.sh rename to apps/rsshub/2025-03-27/scripts/upgrade.sh From 06cd21c2c95988f690f9ab8411c1a7be030f9050 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 06:59:05 +0000 Subject: [PATCH 109/198] Update app version [skip ci] --- apps/movie-pilot/{2.3.4 => 2.3.5}/data.yml | 0 apps/movie-pilot/{2.3.4 => 2.3.5}/docker-compose.yml | 0 apps/movie-pilot/{2.3.4 => 2.3.5}/envs/default.env | 0 apps/movie-pilot/{2.3.4 => 2.3.5}/envs/global.env | 0 apps/movie-pilot/{2.3.4 => 2.3.5}/envs/movie-pilot.env | 0 apps/movie-pilot/{2.3.4 => 2.3.5}/scripts/init.sh | 0 apps/movie-pilot/{2.3.4 => 2.3.5}/scripts/uninstall.sh | 0 apps/movie-pilot/{2.3.4 => 2.3.5}/scripts/upgrade.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename apps/movie-pilot/{2.3.4 => 2.3.5}/data.yml (100%) rename apps/movie-pilot/{2.3.4 => 2.3.5}/docker-compose.yml (100%) rename apps/movie-pilot/{2.3.4 => 2.3.5}/envs/default.env (100%) rename apps/movie-pilot/{2.3.4 => 2.3.5}/envs/global.env (100%) rename apps/movie-pilot/{2.3.4 => 2.3.5}/envs/movie-pilot.env (100%) rename apps/movie-pilot/{2.3.4 => 2.3.5}/scripts/init.sh (100%) rename apps/movie-pilot/{2.3.4 => 2.3.5}/scripts/uninstall.sh (100%) rename apps/movie-pilot/{2.3.4 => 2.3.5}/scripts/upgrade.sh (100%) diff --git a/apps/movie-pilot/2.3.4/data.yml b/apps/movie-pilot/2.3.5/data.yml similarity index 100% rename from apps/movie-pilot/2.3.4/data.yml rename to apps/movie-pilot/2.3.5/data.yml diff --git a/apps/movie-pilot/2.3.4/docker-compose.yml b/apps/movie-pilot/2.3.5/docker-compose.yml similarity index 100% rename from apps/movie-pilot/2.3.4/docker-compose.yml rename to apps/movie-pilot/2.3.5/docker-compose.yml diff --git a/apps/movie-pilot/2.3.4/envs/default.env b/apps/movie-pilot/2.3.5/envs/default.env similarity index 100% rename from apps/movie-pilot/2.3.4/envs/default.env rename to apps/movie-pilot/2.3.5/envs/default.env diff --git a/apps/movie-pilot/2.3.4/envs/global.env b/apps/movie-pilot/2.3.5/envs/global.env similarity index 100% rename from apps/movie-pilot/2.3.4/envs/global.env rename to apps/movie-pilot/2.3.5/envs/global.env diff --git a/apps/movie-pilot/2.3.4/envs/movie-pilot.env b/apps/movie-pilot/2.3.5/envs/movie-pilot.env similarity index 100% rename from apps/movie-pilot/2.3.4/envs/movie-pilot.env rename to apps/movie-pilot/2.3.5/envs/movie-pilot.env diff --git a/apps/movie-pilot/2.3.4/scripts/init.sh b/apps/movie-pilot/2.3.5/scripts/init.sh similarity index 100% rename from apps/movie-pilot/2.3.4/scripts/init.sh rename to apps/movie-pilot/2.3.5/scripts/init.sh diff --git a/apps/movie-pilot/2.3.4/scripts/uninstall.sh b/apps/movie-pilot/2.3.5/scripts/uninstall.sh similarity index 100% rename from apps/movie-pilot/2.3.4/scripts/uninstall.sh rename to apps/movie-pilot/2.3.5/scripts/uninstall.sh diff --git a/apps/movie-pilot/2.3.4/scripts/upgrade.sh b/apps/movie-pilot/2.3.5/scripts/upgrade.sh similarity index 100% rename from apps/movie-pilot/2.3.4/scripts/upgrade.sh rename to apps/movie-pilot/2.3.5/scripts/upgrade.sh From dac07df4af6d49268dc31736c89b365b56a9f258 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 14:58:05 +0000 Subject: [PATCH 110/198] Update 1dev/server Docker tag to v11.8.1 --- apps/onedev/11.8.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/onedev/11.8.0/docker-compose.yml b/apps/onedev/11.8.0/docker-compose.yml index bdbb104ea..f5d8bf288 100644 --- a/apps/onedev/11.8.0/docker-compose.yml +++ b/apps/onedev/11.8.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: onedev: - image: 1dev/server:11.8.0 + image: 1dev/server:11.8.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From f0c28a9ce653b85f24a7ccf61f028b402b5184fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 14:58:10 +0000 Subject: [PATCH 111/198] Update mzz2017/v2raya Docker tag to v2.2.6.7 --- apps/v2raya-global/2.2.6.6/docker-compose.yml | 2 +- apps/v2raya/2.2.6.6/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/v2raya-global/2.2.6.6/docker-compose.yml b/apps/v2raya-global/2.2.6.6/docker-compose.yml index 930173c2c..b7a10f24f 100644 --- a/apps/v2raya-global/2.2.6.6/docker-compose.yml +++ b/apps/v2raya-global/2.2.6.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: v2raya: - image: mzz2017/v2raya:v2.2.6.6 + image: mzz2017/v2raya:v2.2.6.7 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/v2raya/2.2.6.6/docker-compose.yml b/apps/v2raya/2.2.6.6/docker-compose.yml index ebef0efce..3914a7235 100644 --- a/apps/v2raya/2.2.6.6/docker-compose.yml +++ b/apps/v2raya/2.2.6.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: v2raya: - image: mzz2017/v2raya:v2.2.6.6 + image: mzz2017/v2raya:v2.2.6.7 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 87b59938de6e9b5b9603559f7aee11161703a0e2 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 14:58:24 +0000 Subject: [PATCH 112/198] Update app version [skip ci] --- apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/data.yml | 0 apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/docker-compose.yml | 0 apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/envs/default.env | 0 apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/envs/global.env | 0 apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/scripts/init.sh | 0 apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/scripts/uninstall.sh | 0 apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/data.yml (100%) rename apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/docker-compose.yml (100%) rename apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/envs/default.env (100%) rename apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/envs/global.env (100%) rename apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/scripts/init.sh (100%) rename apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/scripts/uninstall.sh (100%) rename apps/v2raya-global/{2.2.6.6 => 2.2.6.7}/scripts/upgrade.sh (100%) diff --git a/apps/v2raya-global/2.2.6.6/data.yml b/apps/v2raya-global/2.2.6.7/data.yml similarity index 100% rename from apps/v2raya-global/2.2.6.6/data.yml rename to apps/v2raya-global/2.2.6.7/data.yml diff --git a/apps/v2raya-global/2.2.6.6/docker-compose.yml b/apps/v2raya-global/2.2.6.7/docker-compose.yml similarity index 100% rename from apps/v2raya-global/2.2.6.6/docker-compose.yml rename to apps/v2raya-global/2.2.6.7/docker-compose.yml diff --git a/apps/v2raya-global/2.2.6.6/envs/default.env b/apps/v2raya-global/2.2.6.7/envs/default.env similarity index 100% rename from apps/v2raya-global/2.2.6.6/envs/default.env rename to apps/v2raya-global/2.2.6.7/envs/default.env diff --git a/apps/v2raya-global/2.2.6.6/envs/global.env b/apps/v2raya-global/2.2.6.7/envs/global.env similarity index 100% rename from apps/v2raya-global/2.2.6.6/envs/global.env rename to apps/v2raya-global/2.2.6.7/envs/global.env diff --git a/apps/v2raya-global/2.2.6.6/scripts/init.sh b/apps/v2raya-global/2.2.6.7/scripts/init.sh similarity index 100% rename from apps/v2raya-global/2.2.6.6/scripts/init.sh rename to apps/v2raya-global/2.2.6.7/scripts/init.sh diff --git a/apps/v2raya-global/2.2.6.6/scripts/uninstall.sh b/apps/v2raya-global/2.2.6.7/scripts/uninstall.sh similarity index 100% rename from apps/v2raya-global/2.2.6.6/scripts/uninstall.sh rename to apps/v2raya-global/2.2.6.7/scripts/uninstall.sh diff --git a/apps/v2raya-global/2.2.6.6/scripts/upgrade.sh b/apps/v2raya-global/2.2.6.7/scripts/upgrade.sh similarity index 100% rename from apps/v2raya-global/2.2.6.6/scripts/upgrade.sh rename to apps/v2raya-global/2.2.6.7/scripts/upgrade.sh From ae02161d6d5f3bf9ea20452b99e611e221e537f7 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 14:58:25 +0000 Subject: [PATCH 113/198] Update app version [skip ci] --- apps/v2raya/{2.2.6.6 => 2.2.6.7}/data.yml | 0 apps/v2raya/{2.2.6.6 => 2.2.6.7}/docker-compose.yml | 0 apps/v2raya/{2.2.6.6 => 2.2.6.7}/envs/default.env | 0 apps/v2raya/{2.2.6.6 => 2.2.6.7}/envs/global.env | 0 apps/v2raya/{2.2.6.6 => 2.2.6.7}/scripts/init.sh | 0 apps/v2raya/{2.2.6.6 => 2.2.6.7}/scripts/uninstall.sh | 0 apps/v2raya/{2.2.6.6 => 2.2.6.7}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/v2raya/{2.2.6.6 => 2.2.6.7}/data.yml (100%) rename apps/v2raya/{2.2.6.6 => 2.2.6.7}/docker-compose.yml (100%) rename apps/v2raya/{2.2.6.6 => 2.2.6.7}/envs/default.env (100%) rename apps/v2raya/{2.2.6.6 => 2.2.6.7}/envs/global.env (100%) rename apps/v2raya/{2.2.6.6 => 2.2.6.7}/scripts/init.sh (100%) rename apps/v2raya/{2.2.6.6 => 2.2.6.7}/scripts/uninstall.sh (100%) rename apps/v2raya/{2.2.6.6 => 2.2.6.7}/scripts/upgrade.sh (100%) diff --git a/apps/v2raya/2.2.6.6/data.yml b/apps/v2raya/2.2.6.7/data.yml similarity index 100% rename from apps/v2raya/2.2.6.6/data.yml rename to apps/v2raya/2.2.6.7/data.yml diff --git a/apps/v2raya/2.2.6.6/docker-compose.yml b/apps/v2raya/2.2.6.7/docker-compose.yml similarity index 100% rename from apps/v2raya/2.2.6.6/docker-compose.yml rename to apps/v2raya/2.2.6.7/docker-compose.yml diff --git a/apps/v2raya/2.2.6.6/envs/default.env b/apps/v2raya/2.2.6.7/envs/default.env similarity index 100% rename from apps/v2raya/2.2.6.6/envs/default.env rename to apps/v2raya/2.2.6.7/envs/default.env diff --git a/apps/v2raya/2.2.6.6/envs/global.env b/apps/v2raya/2.2.6.7/envs/global.env similarity index 100% rename from apps/v2raya/2.2.6.6/envs/global.env rename to apps/v2raya/2.2.6.7/envs/global.env diff --git a/apps/v2raya/2.2.6.6/scripts/init.sh b/apps/v2raya/2.2.6.7/scripts/init.sh similarity index 100% rename from apps/v2raya/2.2.6.6/scripts/init.sh rename to apps/v2raya/2.2.6.7/scripts/init.sh diff --git a/apps/v2raya/2.2.6.6/scripts/uninstall.sh b/apps/v2raya/2.2.6.7/scripts/uninstall.sh similarity index 100% rename from apps/v2raya/2.2.6.6/scripts/uninstall.sh rename to apps/v2raya/2.2.6.7/scripts/uninstall.sh diff --git a/apps/v2raya/2.2.6.6/scripts/upgrade.sh b/apps/v2raya/2.2.6.7/scripts/upgrade.sh similarity index 100% rename from apps/v2raya/2.2.6.6/scripts/upgrade.sh rename to apps/v2raya/2.2.6.7/scripts/upgrade.sh From 25eae0093b25c38c28e2a43d8bb09b2bbd476861 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 14:58:30 +0000 Subject: [PATCH 114/198] Update app version [skip ci] --- apps/onedev/{11.8.0 => 11.8.1}/data.yml | 0 apps/onedev/{11.8.0 => 11.8.1}/docker-compose.yml | 0 apps/onedev/{11.8.0 => 11.8.1}/envs/default.env | 0 apps/onedev/{11.8.0 => 11.8.1}/envs/global.env | 0 apps/onedev/{11.8.0 => 11.8.1}/envs/onedev.env | 0 apps/onedev/{11.8.0 => 11.8.1}/scripts/init.sh | 0 apps/onedev/{11.8.0 => 11.8.1}/scripts/uninstall.sh | 0 apps/onedev/{11.8.0 => 11.8.1}/scripts/upgrade.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename apps/onedev/{11.8.0 => 11.8.1}/data.yml (100%) rename apps/onedev/{11.8.0 => 11.8.1}/docker-compose.yml (100%) rename apps/onedev/{11.8.0 => 11.8.1}/envs/default.env (100%) rename apps/onedev/{11.8.0 => 11.8.1}/envs/global.env (100%) rename apps/onedev/{11.8.0 => 11.8.1}/envs/onedev.env (100%) rename apps/onedev/{11.8.0 => 11.8.1}/scripts/init.sh (100%) rename apps/onedev/{11.8.0 => 11.8.1}/scripts/uninstall.sh (100%) rename apps/onedev/{11.8.0 => 11.8.1}/scripts/upgrade.sh (100%) diff --git a/apps/onedev/11.8.0/data.yml b/apps/onedev/11.8.1/data.yml similarity index 100% rename from apps/onedev/11.8.0/data.yml rename to apps/onedev/11.8.1/data.yml diff --git a/apps/onedev/11.8.0/docker-compose.yml b/apps/onedev/11.8.1/docker-compose.yml similarity index 100% rename from apps/onedev/11.8.0/docker-compose.yml rename to apps/onedev/11.8.1/docker-compose.yml diff --git a/apps/onedev/11.8.0/envs/default.env b/apps/onedev/11.8.1/envs/default.env similarity index 100% rename from apps/onedev/11.8.0/envs/default.env rename to apps/onedev/11.8.1/envs/default.env diff --git a/apps/onedev/11.8.0/envs/global.env b/apps/onedev/11.8.1/envs/global.env similarity index 100% rename from apps/onedev/11.8.0/envs/global.env rename to apps/onedev/11.8.1/envs/global.env diff --git a/apps/onedev/11.8.0/envs/onedev.env b/apps/onedev/11.8.1/envs/onedev.env similarity index 100% rename from apps/onedev/11.8.0/envs/onedev.env rename to apps/onedev/11.8.1/envs/onedev.env diff --git a/apps/onedev/11.8.0/scripts/init.sh b/apps/onedev/11.8.1/scripts/init.sh similarity index 100% rename from apps/onedev/11.8.0/scripts/init.sh rename to apps/onedev/11.8.1/scripts/init.sh diff --git a/apps/onedev/11.8.0/scripts/uninstall.sh b/apps/onedev/11.8.1/scripts/uninstall.sh similarity index 100% rename from apps/onedev/11.8.0/scripts/uninstall.sh rename to apps/onedev/11.8.1/scripts/uninstall.sh diff --git a/apps/onedev/11.8.0/scripts/upgrade.sh b/apps/onedev/11.8.1/scripts/upgrade.sh similarity index 100% rename from apps/onedev/11.8.0/scripts/upgrade.sh rename to apps/onedev/11.8.1/scripts/upgrade.sh From 095ff30ef51fa64072d85a0429ac386427b2d02c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 19:55:41 +0000 Subject: [PATCH 115/198] Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.130.3 --- apps/immich-machine-learning/1.130.2/docker-compose.yml | 2 +- apps/immich/1.130.2/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/immich-machine-learning/1.130.2/docker-compose.yml b/apps/immich-machine-learning/1.130.2/docker-compose.yml index d38bbb7e2..e3c5bfb4d 100644 --- a/apps/immich-machine-learning/1.130.2/docker-compose.yml +++ b/apps/immich-machine-learning/1.130.2/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.130.2 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.3 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.130.2/docker-compose.yml b/apps/immich/1.130.2/docker-compose.yml index 4b4b5913d..b9b32a057 100644 --- a/apps/immich/1.130.2/docker-compose.yml +++ b/apps/immich/1.130.2/docker-compose.yml @@ -73,7 +73,7 @@ services: - /etc/localtime:/etc/localtime immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.130.2 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.3 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" From 2bdc00be2902ef05079165e0989e74c541d95393 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 19:55:54 +0000 Subject: [PATCH 116/198] Update app version [skip ci] --- apps/immich-machine-learning/{1.130.2 => 1.130.3}/data.yml | 0 .../{1.130.2 => 1.130.3}/docker-compose.yml | 0 .../immich-machine-learning/{1.130.2 => 1.130.3}/envs/default.env | 0 apps/immich-machine-learning/{1.130.2 => 1.130.3}/envs/global.env | 0 apps/immich-machine-learning/{1.130.2 => 1.130.3}/scripts/init.sh | 0 .../{1.130.2 => 1.130.3}/scripts/uninstall.sh | 0 .../{1.130.2 => 1.130.3}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich-machine-learning/{1.130.2 => 1.130.3}/data.yml (100%) rename apps/immich-machine-learning/{1.130.2 => 1.130.3}/docker-compose.yml (100%) rename apps/immich-machine-learning/{1.130.2 => 1.130.3}/envs/default.env (100%) rename apps/immich-machine-learning/{1.130.2 => 1.130.3}/envs/global.env (100%) rename apps/immich-machine-learning/{1.130.2 => 1.130.3}/scripts/init.sh (100%) rename apps/immich-machine-learning/{1.130.2 => 1.130.3}/scripts/uninstall.sh (100%) rename apps/immich-machine-learning/{1.130.2 => 1.130.3}/scripts/upgrade.sh (100%) diff --git a/apps/immich-machine-learning/1.130.2/data.yml b/apps/immich-machine-learning/1.130.3/data.yml similarity index 100% rename from apps/immich-machine-learning/1.130.2/data.yml rename to apps/immich-machine-learning/1.130.3/data.yml diff --git a/apps/immich-machine-learning/1.130.2/docker-compose.yml b/apps/immich-machine-learning/1.130.3/docker-compose.yml similarity index 100% rename from apps/immich-machine-learning/1.130.2/docker-compose.yml rename to apps/immich-machine-learning/1.130.3/docker-compose.yml diff --git a/apps/immich-machine-learning/1.130.2/envs/default.env b/apps/immich-machine-learning/1.130.3/envs/default.env similarity index 100% rename from apps/immich-machine-learning/1.130.2/envs/default.env rename to apps/immich-machine-learning/1.130.3/envs/default.env diff --git a/apps/immich-machine-learning/1.130.2/envs/global.env b/apps/immich-machine-learning/1.130.3/envs/global.env similarity index 100% rename from apps/immich-machine-learning/1.130.2/envs/global.env rename to apps/immich-machine-learning/1.130.3/envs/global.env diff --git a/apps/immich-machine-learning/1.130.2/scripts/init.sh b/apps/immich-machine-learning/1.130.3/scripts/init.sh similarity index 100% rename from apps/immich-machine-learning/1.130.2/scripts/init.sh rename to apps/immich-machine-learning/1.130.3/scripts/init.sh diff --git a/apps/immich-machine-learning/1.130.2/scripts/uninstall.sh b/apps/immich-machine-learning/1.130.3/scripts/uninstall.sh similarity index 100% rename from apps/immich-machine-learning/1.130.2/scripts/uninstall.sh rename to apps/immich-machine-learning/1.130.3/scripts/uninstall.sh diff --git a/apps/immich-machine-learning/1.130.2/scripts/upgrade.sh b/apps/immich-machine-learning/1.130.3/scripts/upgrade.sh similarity index 100% rename from apps/immich-machine-learning/1.130.2/scripts/upgrade.sh rename to apps/immich-machine-learning/1.130.3/scripts/upgrade.sh From 5648fc7e1bb315eddad13e836798b38b7e567e9c Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 19:55:54 +0000 Subject: [PATCH 117/198] Update app version [skip ci] --- apps/immich/{1.130.2 => 1.130.3}/data.yml | 0 apps/immich/{1.130.2 => 1.130.3}/docker-compose.yml | 0 apps/immich/{1.130.2 => 1.130.3}/envs/default.env | 0 apps/immich/{1.130.2 => 1.130.3}/envs/global.env | 0 apps/immich/{1.130.2 => 1.130.3}/scripts/init.sh | 0 apps/immich/{1.130.2 => 1.130.3}/scripts/uninstall.sh | 0 apps/immich/{1.130.2 => 1.130.3}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich/{1.130.2 => 1.130.3}/data.yml (100%) rename apps/immich/{1.130.2 => 1.130.3}/docker-compose.yml (100%) rename apps/immich/{1.130.2 => 1.130.3}/envs/default.env (100%) rename apps/immich/{1.130.2 => 1.130.3}/envs/global.env (100%) rename apps/immich/{1.130.2 => 1.130.3}/scripts/init.sh (100%) rename apps/immich/{1.130.2 => 1.130.3}/scripts/uninstall.sh (100%) rename apps/immich/{1.130.2 => 1.130.3}/scripts/upgrade.sh (100%) diff --git a/apps/immich/1.130.2/data.yml b/apps/immich/1.130.3/data.yml similarity index 100% rename from apps/immich/1.130.2/data.yml rename to apps/immich/1.130.3/data.yml diff --git a/apps/immich/1.130.2/docker-compose.yml b/apps/immich/1.130.3/docker-compose.yml similarity index 100% rename from apps/immich/1.130.2/docker-compose.yml rename to apps/immich/1.130.3/docker-compose.yml diff --git a/apps/immich/1.130.2/envs/default.env b/apps/immich/1.130.3/envs/default.env similarity index 100% rename from apps/immich/1.130.2/envs/default.env rename to apps/immich/1.130.3/envs/default.env diff --git a/apps/immich/1.130.2/envs/global.env b/apps/immich/1.130.3/envs/global.env similarity index 100% rename from apps/immich/1.130.2/envs/global.env rename to apps/immich/1.130.3/envs/global.env diff --git a/apps/immich/1.130.2/scripts/init.sh b/apps/immich/1.130.3/scripts/init.sh similarity index 100% rename from apps/immich/1.130.2/scripts/init.sh rename to apps/immich/1.130.3/scripts/init.sh diff --git a/apps/immich/1.130.2/scripts/uninstall.sh b/apps/immich/1.130.3/scripts/uninstall.sh similarity index 100% rename from apps/immich/1.130.2/scripts/uninstall.sh rename to apps/immich/1.130.3/scripts/uninstall.sh diff --git a/apps/immich/1.130.2/scripts/upgrade.sh b/apps/immich/1.130.3/scripts/upgrade.sh similarity index 100% rename from apps/immich/1.130.2/scripts/upgrade.sh rename to apps/immich/1.130.3/scripts/upgrade.sh From 855dcd664bb7ff595842d61479da29cc2af972e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 22:43:23 +0000 Subject: [PATCH 118/198] Update ghcr.io/metatube-community/metatube-server Docker tag to v1.2.10 --- apps/metatube-server/1.2.9/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/metatube-server/1.2.9/docker-compose.yml b/apps/metatube-server/1.2.9/docker-compose.yml index 11b66739a..9cfffad42 100644 --- a/apps/metatube-server/1.2.9/docker-compose.yml +++ b/apps/metatube-server/1.2.9/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: metatube-server: - image: ghcr.io/metatube-community/metatube-server:1.2.9 + image: ghcr.io/metatube-community/metatube-server:1.2.10 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 8d316986672d324c48d0493740ff16451a4be87d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 22:43:28 +0000 Subject: [PATCH 119/198] Update ollama/ollama Docker tag to v0.6.3 --- apps/ollama/0.6.2/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ollama/0.6.2/docker-compose.yml b/apps/ollama/0.6.2/docker-compose.yml index aad14b488..58eb7ff88 100644 --- a/apps/ollama/0.6.2/docker-compose.yml +++ b/apps/ollama/0.6.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ollama: - image: ollama/ollama:0.6.2 + image: ollama/ollama:0.6.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From b87375f372658e620905eea201f083a503d9f9a0 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 22:43:35 +0000 Subject: [PATCH 120/198] Update app version [skip ci] --- apps/metatube-server/{1.2.9 => 1.2.10}/data.yml | 0 apps/metatube-server/{1.2.9 => 1.2.10}/docker-compose.yml | 0 apps/metatube-server/{1.2.9 => 1.2.10}/envs/default.env | 0 apps/metatube-server/{1.2.9 => 1.2.10}/envs/global.env | 0 apps/metatube-server/{1.2.9 => 1.2.10}/scripts/init.sh | 0 apps/metatube-server/{1.2.9 => 1.2.10}/scripts/uninstall.sh | 0 apps/metatube-server/{1.2.9 => 1.2.10}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/metatube-server/{1.2.9 => 1.2.10}/data.yml (100%) rename apps/metatube-server/{1.2.9 => 1.2.10}/docker-compose.yml (100%) rename apps/metatube-server/{1.2.9 => 1.2.10}/envs/default.env (100%) rename apps/metatube-server/{1.2.9 => 1.2.10}/envs/global.env (100%) rename apps/metatube-server/{1.2.9 => 1.2.10}/scripts/init.sh (100%) rename apps/metatube-server/{1.2.9 => 1.2.10}/scripts/uninstall.sh (100%) rename apps/metatube-server/{1.2.9 => 1.2.10}/scripts/upgrade.sh (100%) diff --git a/apps/metatube-server/1.2.9/data.yml b/apps/metatube-server/1.2.10/data.yml similarity index 100% rename from apps/metatube-server/1.2.9/data.yml rename to apps/metatube-server/1.2.10/data.yml diff --git a/apps/metatube-server/1.2.9/docker-compose.yml b/apps/metatube-server/1.2.10/docker-compose.yml similarity index 100% rename from apps/metatube-server/1.2.9/docker-compose.yml rename to apps/metatube-server/1.2.10/docker-compose.yml diff --git a/apps/metatube-server/1.2.9/envs/default.env b/apps/metatube-server/1.2.10/envs/default.env similarity index 100% rename from apps/metatube-server/1.2.9/envs/default.env rename to apps/metatube-server/1.2.10/envs/default.env diff --git a/apps/metatube-server/1.2.9/envs/global.env b/apps/metatube-server/1.2.10/envs/global.env similarity index 100% rename from apps/metatube-server/1.2.9/envs/global.env rename to apps/metatube-server/1.2.10/envs/global.env diff --git a/apps/metatube-server/1.2.9/scripts/init.sh b/apps/metatube-server/1.2.10/scripts/init.sh similarity index 100% rename from apps/metatube-server/1.2.9/scripts/init.sh rename to apps/metatube-server/1.2.10/scripts/init.sh diff --git a/apps/metatube-server/1.2.9/scripts/uninstall.sh b/apps/metatube-server/1.2.10/scripts/uninstall.sh similarity index 100% rename from apps/metatube-server/1.2.9/scripts/uninstall.sh rename to apps/metatube-server/1.2.10/scripts/uninstall.sh diff --git a/apps/metatube-server/1.2.9/scripts/upgrade.sh b/apps/metatube-server/1.2.10/scripts/upgrade.sh similarity index 100% rename from apps/metatube-server/1.2.9/scripts/upgrade.sh rename to apps/metatube-server/1.2.10/scripts/upgrade.sh From 9e1f4bfa079ad74d13ac78a44b897e802351f2d4 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Thu, 27 Mar 2025 22:43:39 +0000 Subject: [PATCH 121/198] Update app version [skip ci] --- apps/ollama/{0.6.2 => 0.6.3}/data.yml | 0 apps/ollama/{0.6.2 => 0.6.3}/docker-compose.yml | 0 apps/ollama/{0.6.2 => 0.6.3}/envs/default.env | 0 apps/ollama/{0.6.2 => 0.6.3}/envs/global.env | 0 apps/ollama/{0.6.2 => 0.6.3}/scripts/init.sh | 0 apps/ollama/{0.6.2 => 0.6.3}/scripts/uninstall.sh | 0 apps/ollama/{0.6.2 => 0.6.3}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ollama/{0.6.2 => 0.6.3}/data.yml (100%) rename apps/ollama/{0.6.2 => 0.6.3}/docker-compose.yml (100%) rename apps/ollama/{0.6.2 => 0.6.3}/envs/default.env (100%) rename apps/ollama/{0.6.2 => 0.6.3}/envs/global.env (100%) rename apps/ollama/{0.6.2 => 0.6.3}/scripts/init.sh (100%) rename apps/ollama/{0.6.2 => 0.6.3}/scripts/uninstall.sh (100%) rename apps/ollama/{0.6.2 => 0.6.3}/scripts/upgrade.sh (100%) diff --git a/apps/ollama/0.6.2/data.yml b/apps/ollama/0.6.3/data.yml similarity index 100% rename from apps/ollama/0.6.2/data.yml rename to apps/ollama/0.6.3/data.yml diff --git a/apps/ollama/0.6.2/docker-compose.yml b/apps/ollama/0.6.3/docker-compose.yml similarity index 100% rename from apps/ollama/0.6.2/docker-compose.yml rename to apps/ollama/0.6.3/docker-compose.yml diff --git a/apps/ollama/0.6.2/envs/default.env b/apps/ollama/0.6.3/envs/default.env similarity index 100% rename from apps/ollama/0.6.2/envs/default.env rename to apps/ollama/0.6.3/envs/default.env diff --git a/apps/ollama/0.6.2/envs/global.env b/apps/ollama/0.6.3/envs/global.env similarity index 100% rename from apps/ollama/0.6.2/envs/global.env rename to apps/ollama/0.6.3/envs/global.env diff --git a/apps/ollama/0.6.2/scripts/init.sh b/apps/ollama/0.6.3/scripts/init.sh similarity index 100% rename from apps/ollama/0.6.2/scripts/init.sh rename to apps/ollama/0.6.3/scripts/init.sh diff --git a/apps/ollama/0.6.2/scripts/uninstall.sh b/apps/ollama/0.6.3/scripts/uninstall.sh similarity index 100% rename from apps/ollama/0.6.2/scripts/uninstall.sh rename to apps/ollama/0.6.3/scripts/uninstall.sh diff --git a/apps/ollama/0.6.2/scripts/upgrade.sh b/apps/ollama/0.6.3/scripts/upgrade.sh similarity index 100% rename from apps/ollama/0.6.2/scripts/upgrade.sh rename to apps/ollama/0.6.3/scripts/upgrade.sh From bc3a659799b5156136cdcb09e9cbf6d7e7b8cdae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 02:23:20 +0000 Subject: [PATCH 122/198] Update qyg2297248353/ammds Docker tag to v1.0.27 --- apps/ammds/1.0.26/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ammds/1.0.26/docker-compose.yml b/apps/ammds/1.0.26/docker-compose.yml index 972d6cefa..4f9b484a9 100644 --- a/apps/ammds/1.0.26/docker-compose.yml +++ b/apps/ammds/1.0.26/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ammds: - image: qyg2297248353/ammds:v1.0.26 + image: qyg2297248353/ammds:v1.0.27 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From e353403763e786d54d16a051a7377575031ee7a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 02:23:25 +0000 Subject: [PATCH 123/198] Update wushuo894/ani-rss Docker tag to v1.1.336 --- apps/ani-rss/1.1.335/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ani-rss/1.1.335/docker-compose.yml b/apps/ani-rss/1.1.335/docker-compose.yml index 4bdc24c6c..766d5e660 100644 --- a/apps/ani-rss/1.1.335/docker-compose.yml +++ b/apps/ani-rss/1.1.335/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ani-rss: - image: wushuo894/ani-rss:v1.1.335 + image: wushuo894/ani-rss:v1.1.336 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 138f51cb9999a9e61cb11ac67ba793338cf84f74 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 28 Mar 2025 02:23:30 +0000 Subject: [PATCH 124/198] Update app version [skip ci] --- apps/ammds/{1.0.26 => 1.0.27}/data.yml | 0 apps/ammds/{1.0.26 => 1.0.27}/docker-compose.yml | 0 apps/ammds/{1.0.26 => 1.0.27}/envs/default.env | 0 apps/ammds/{1.0.26 => 1.0.27}/envs/global.env | 0 apps/ammds/{1.0.26 => 1.0.27}/scripts/init.sh | 0 apps/ammds/{1.0.26 => 1.0.27}/scripts/uninstall.sh | 0 apps/ammds/{1.0.26 => 1.0.27}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ammds/{1.0.26 => 1.0.27}/data.yml (100%) rename apps/ammds/{1.0.26 => 1.0.27}/docker-compose.yml (100%) rename apps/ammds/{1.0.26 => 1.0.27}/envs/default.env (100%) rename apps/ammds/{1.0.26 => 1.0.27}/envs/global.env (100%) rename apps/ammds/{1.0.26 => 1.0.27}/scripts/init.sh (100%) rename apps/ammds/{1.0.26 => 1.0.27}/scripts/uninstall.sh (100%) rename apps/ammds/{1.0.26 => 1.0.27}/scripts/upgrade.sh (100%) diff --git a/apps/ammds/1.0.26/data.yml b/apps/ammds/1.0.27/data.yml similarity index 100% rename from apps/ammds/1.0.26/data.yml rename to apps/ammds/1.0.27/data.yml diff --git a/apps/ammds/1.0.26/docker-compose.yml b/apps/ammds/1.0.27/docker-compose.yml similarity index 100% rename from apps/ammds/1.0.26/docker-compose.yml rename to apps/ammds/1.0.27/docker-compose.yml diff --git a/apps/ammds/1.0.26/envs/default.env b/apps/ammds/1.0.27/envs/default.env similarity index 100% rename from apps/ammds/1.0.26/envs/default.env rename to apps/ammds/1.0.27/envs/default.env diff --git a/apps/ammds/1.0.26/envs/global.env b/apps/ammds/1.0.27/envs/global.env similarity index 100% rename from apps/ammds/1.0.26/envs/global.env rename to apps/ammds/1.0.27/envs/global.env diff --git a/apps/ammds/1.0.26/scripts/init.sh b/apps/ammds/1.0.27/scripts/init.sh similarity index 100% rename from apps/ammds/1.0.26/scripts/init.sh rename to apps/ammds/1.0.27/scripts/init.sh diff --git a/apps/ammds/1.0.26/scripts/uninstall.sh b/apps/ammds/1.0.27/scripts/uninstall.sh similarity index 100% rename from apps/ammds/1.0.26/scripts/uninstall.sh rename to apps/ammds/1.0.27/scripts/uninstall.sh diff --git a/apps/ammds/1.0.26/scripts/upgrade.sh b/apps/ammds/1.0.27/scripts/upgrade.sh similarity index 100% rename from apps/ammds/1.0.26/scripts/upgrade.sh rename to apps/ammds/1.0.27/scripts/upgrade.sh From e17ad3d9b0fd3ee06da2e223cd907a45f8b932a2 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 28 Mar 2025 02:23:36 +0000 Subject: [PATCH 125/198] Update app version [skip ci] --- apps/ani-rss/{1.1.335 => 1.1.336}/data.yml | 0 apps/ani-rss/{1.1.335 => 1.1.336}/docker-compose.yml | 0 apps/ani-rss/{1.1.335 => 1.1.336}/envs/default.env | 0 apps/ani-rss/{1.1.335 => 1.1.336}/envs/global.env | 0 apps/ani-rss/{1.1.335 => 1.1.336}/scripts/init.sh | 0 apps/ani-rss/{1.1.335 => 1.1.336}/scripts/uninstall.sh | 0 apps/ani-rss/{1.1.335 => 1.1.336}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ani-rss/{1.1.335 => 1.1.336}/data.yml (100%) rename apps/ani-rss/{1.1.335 => 1.1.336}/docker-compose.yml (100%) rename apps/ani-rss/{1.1.335 => 1.1.336}/envs/default.env (100%) rename apps/ani-rss/{1.1.335 => 1.1.336}/envs/global.env (100%) rename apps/ani-rss/{1.1.335 => 1.1.336}/scripts/init.sh (100%) rename apps/ani-rss/{1.1.335 => 1.1.336}/scripts/uninstall.sh (100%) rename apps/ani-rss/{1.1.335 => 1.1.336}/scripts/upgrade.sh (100%) diff --git a/apps/ani-rss/1.1.335/data.yml b/apps/ani-rss/1.1.336/data.yml similarity index 100% rename from apps/ani-rss/1.1.335/data.yml rename to apps/ani-rss/1.1.336/data.yml diff --git a/apps/ani-rss/1.1.335/docker-compose.yml b/apps/ani-rss/1.1.336/docker-compose.yml similarity index 100% rename from apps/ani-rss/1.1.335/docker-compose.yml rename to apps/ani-rss/1.1.336/docker-compose.yml diff --git a/apps/ani-rss/1.1.335/envs/default.env b/apps/ani-rss/1.1.336/envs/default.env similarity index 100% rename from apps/ani-rss/1.1.335/envs/default.env rename to apps/ani-rss/1.1.336/envs/default.env diff --git a/apps/ani-rss/1.1.335/envs/global.env b/apps/ani-rss/1.1.336/envs/global.env similarity index 100% rename from apps/ani-rss/1.1.335/envs/global.env rename to apps/ani-rss/1.1.336/envs/global.env diff --git a/apps/ani-rss/1.1.335/scripts/init.sh b/apps/ani-rss/1.1.336/scripts/init.sh similarity index 100% rename from apps/ani-rss/1.1.335/scripts/init.sh rename to apps/ani-rss/1.1.336/scripts/init.sh diff --git a/apps/ani-rss/1.1.335/scripts/uninstall.sh b/apps/ani-rss/1.1.336/scripts/uninstall.sh similarity index 100% rename from apps/ani-rss/1.1.335/scripts/uninstall.sh rename to apps/ani-rss/1.1.336/scripts/uninstall.sh diff --git a/apps/ani-rss/1.1.335/scripts/upgrade.sh b/apps/ani-rss/1.1.336/scripts/upgrade.sh similarity index 100% rename from apps/ani-rss/1.1.335/scripts/upgrade.sh rename to apps/ani-rss/1.1.336/scripts/upgrade.sh From 89e9873a98d112b5c122acde91104d114242740d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 02:24:10 +0000 Subject: [PATCH 126/198] Update ghcr.io/immich-app/immich-server Docker tag to v1.130.3 --- apps/immich-no-machine/1.130.2/docker-compose.yml | 2 +- apps/immich-server/1.130.2/docker-compose.yml | 2 +- apps/immich/1.130.3/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/immich-no-machine/1.130.2/docker-compose.yml b/apps/immich-no-machine/1.130.2/docker-compose.yml index 306b83183..a9f73230e 100644 --- a/apps/immich-no-machine/1.130.2/docker-compose.yml +++ b/apps/immich-no-machine/1.130.2/docker-compose.yml @@ -47,7 +47,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.130.2 + image: ghcr.io/immich-app/immich-server:v1.130.3 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/1.130.2/docker-compose.yml b/apps/immich-server/1.130.2/docker-compose.yml index 1e4289d82..93de4b292 100644 --- a/apps/immich-server/1.130.2/docker-compose.yml +++ b/apps/immich-server/1.130.2/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v1.130.2 + image: ghcr.io/immich-app/immich-server:v1.130.3 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.130.3/docker-compose.yml b/apps/immich/1.130.3/docker-compose.yml index b9b32a057..43ead53a2 100644 --- a/apps/immich/1.130.3/docker-compose.yml +++ b/apps/immich/1.130.3/docker-compose.yml @@ -47,7 +47,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.130.2 + image: ghcr.io/immich-app/immich-server:v1.130.3 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" From 6f733a7053d189b4085e92ce1001be97778eb8d9 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 28 Mar 2025 02:24:26 +0000 Subject: [PATCH 127/198] Update app version [skip ci] --- apps/immich-no-machine/{1.130.2 => 1.130.3}/data.yml | 0 apps/immich-no-machine/{1.130.2 => 1.130.3}/docker-compose.yml | 0 apps/immich-no-machine/{1.130.2 => 1.130.3}/envs/default.env | 0 apps/immich-no-machine/{1.130.2 => 1.130.3}/envs/global.env | 0 apps/immich-no-machine/{1.130.2 => 1.130.3}/scripts/init.sh | 0 apps/immich-no-machine/{1.130.2 => 1.130.3}/scripts/uninstall.sh | 0 apps/immich-no-machine/{1.130.2 => 1.130.3}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich-no-machine/{1.130.2 => 1.130.3}/data.yml (100%) rename apps/immich-no-machine/{1.130.2 => 1.130.3}/docker-compose.yml (100%) rename apps/immich-no-machine/{1.130.2 => 1.130.3}/envs/default.env (100%) rename apps/immich-no-machine/{1.130.2 => 1.130.3}/envs/global.env (100%) rename apps/immich-no-machine/{1.130.2 => 1.130.3}/scripts/init.sh (100%) rename apps/immich-no-machine/{1.130.2 => 1.130.3}/scripts/uninstall.sh (100%) rename apps/immich-no-machine/{1.130.2 => 1.130.3}/scripts/upgrade.sh (100%) diff --git a/apps/immich-no-machine/1.130.2/data.yml b/apps/immich-no-machine/1.130.3/data.yml similarity index 100% rename from apps/immich-no-machine/1.130.2/data.yml rename to apps/immich-no-machine/1.130.3/data.yml diff --git a/apps/immich-no-machine/1.130.2/docker-compose.yml b/apps/immich-no-machine/1.130.3/docker-compose.yml similarity index 100% rename from apps/immich-no-machine/1.130.2/docker-compose.yml rename to apps/immich-no-machine/1.130.3/docker-compose.yml diff --git a/apps/immich-no-machine/1.130.2/envs/default.env b/apps/immich-no-machine/1.130.3/envs/default.env similarity index 100% rename from apps/immich-no-machine/1.130.2/envs/default.env rename to apps/immich-no-machine/1.130.3/envs/default.env diff --git a/apps/immich-no-machine/1.130.2/envs/global.env b/apps/immich-no-machine/1.130.3/envs/global.env similarity index 100% rename from apps/immich-no-machine/1.130.2/envs/global.env rename to apps/immich-no-machine/1.130.3/envs/global.env diff --git a/apps/immich-no-machine/1.130.2/scripts/init.sh b/apps/immich-no-machine/1.130.3/scripts/init.sh similarity index 100% rename from apps/immich-no-machine/1.130.2/scripts/init.sh rename to apps/immich-no-machine/1.130.3/scripts/init.sh diff --git a/apps/immich-no-machine/1.130.2/scripts/uninstall.sh b/apps/immich-no-machine/1.130.3/scripts/uninstall.sh similarity index 100% rename from apps/immich-no-machine/1.130.2/scripts/uninstall.sh rename to apps/immich-no-machine/1.130.3/scripts/uninstall.sh diff --git a/apps/immich-no-machine/1.130.2/scripts/upgrade.sh b/apps/immich-no-machine/1.130.3/scripts/upgrade.sh similarity index 100% rename from apps/immich-no-machine/1.130.2/scripts/upgrade.sh rename to apps/immich-no-machine/1.130.3/scripts/upgrade.sh From b8eef4877e0aeb2636cd0c455f85695a9bfdc8b5 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 28 Mar 2025 02:24:26 +0000 Subject: [PATCH 128/198] Update app version [skip ci] --- apps/immich-server/{1.130.2 => 1.130.3}/data.yml | 0 apps/immich-server/{1.130.2 => 1.130.3}/docker-compose.yml | 0 apps/immich-server/{1.130.2 => 1.130.3}/envs/default.env | 0 apps/immich-server/{1.130.2 => 1.130.3}/envs/global.env | 0 apps/immich-server/{1.130.2 => 1.130.3}/scripts/init.sh | 0 apps/immich-server/{1.130.2 => 1.130.3}/scripts/uninstall.sh | 0 apps/immich-server/{1.130.2 => 1.130.3}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich-server/{1.130.2 => 1.130.3}/data.yml (100%) rename apps/immich-server/{1.130.2 => 1.130.3}/docker-compose.yml (100%) rename apps/immich-server/{1.130.2 => 1.130.3}/envs/default.env (100%) rename apps/immich-server/{1.130.2 => 1.130.3}/envs/global.env (100%) rename apps/immich-server/{1.130.2 => 1.130.3}/scripts/init.sh (100%) rename apps/immich-server/{1.130.2 => 1.130.3}/scripts/uninstall.sh (100%) rename apps/immich-server/{1.130.2 => 1.130.3}/scripts/upgrade.sh (100%) diff --git a/apps/immich-server/1.130.2/data.yml b/apps/immich-server/1.130.3/data.yml similarity index 100% rename from apps/immich-server/1.130.2/data.yml rename to apps/immich-server/1.130.3/data.yml diff --git a/apps/immich-server/1.130.2/docker-compose.yml b/apps/immich-server/1.130.3/docker-compose.yml similarity index 100% rename from apps/immich-server/1.130.2/docker-compose.yml rename to apps/immich-server/1.130.3/docker-compose.yml diff --git a/apps/immich-server/1.130.2/envs/default.env b/apps/immich-server/1.130.3/envs/default.env similarity index 100% rename from apps/immich-server/1.130.2/envs/default.env rename to apps/immich-server/1.130.3/envs/default.env diff --git a/apps/immich-server/1.130.2/envs/global.env b/apps/immich-server/1.130.3/envs/global.env similarity index 100% rename from apps/immich-server/1.130.2/envs/global.env rename to apps/immich-server/1.130.3/envs/global.env diff --git a/apps/immich-server/1.130.2/scripts/init.sh b/apps/immich-server/1.130.3/scripts/init.sh similarity index 100% rename from apps/immich-server/1.130.2/scripts/init.sh rename to apps/immich-server/1.130.3/scripts/init.sh diff --git a/apps/immich-server/1.130.2/scripts/uninstall.sh b/apps/immich-server/1.130.3/scripts/uninstall.sh similarity index 100% rename from apps/immich-server/1.130.2/scripts/uninstall.sh rename to apps/immich-server/1.130.3/scripts/uninstall.sh diff --git a/apps/immich-server/1.130.2/scripts/upgrade.sh b/apps/immich-server/1.130.3/scripts/upgrade.sh similarity index 100% rename from apps/immich-server/1.130.2/scripts/upgrade.sh rename to apps/immich-server/1.130.3/scripts/upgrade.sh From 426a0a858cbf3d7286df029afba2cc49ca51ac14 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Fri, 28 Mar 2025 03:33:01 +0000 Subject: [PATCH 129/198] Processed apps directory via GitHub Actions --- appstore/ammds/{1.0.26 => 1.0.27}/.env | 0 appstore/ammds/{1.0.26 => 1.0.27}/data.yml | 0 appstore/ammds/{1.0.26 => 1.0.27}/docker-compose.yml | 2 +- appstore/ammds/{1.0.26 => 1.0.27}/envs/default.env | 0 appstore/ammds/{1.0.26 => 1.0.27}/envs/global.env | 0 appstore/ammds/{1.0.26 => 1.0.27}/scripts/init.sh | 0 appstore/ammds/{1.0.26 => 1.0.27}/scripts/uninstall.sh | 0 appstore/ammds/{1.0.26 => 1.0.27}/scripts/upgrade.sh | 0 appstore/ani-rss/{1.1.335 => 1.1.336}/.env | 0 appstore/ani-rss/{1.1.335 => 1.1.336}/data.yml | 0 appstore/ani-rss/{1.1.335 => 1.1.336}/docker-compose.yml | 2 +- appstore/ani-rss/{1.1.335 => 1.1.336}/envs/default.env | 0 appstore/ani-rss/{1.1.335 => 1.1.336}/envs/global.env | 0 appstore/ani-rss/{1.1.335 => 1.1.336}/scripts/init.sh | 0 appstore/ani-rss/{1.1.335 => 1.1.336}/scripts/uninstall.sh | 0 appstore/ani-rss/{1.1.335 => 1.1.336}/scripts/upgrade.sh | 0 appstore/immich-machine-learning/{1.130.2 => 1.130.3}/.env | 0 .../immich-machine-learning/{1.130.2 => 1.130.3}/data.yml | 0 .../{1.130.2 => 1.130.3}/docker-compose.yml | 2 +- .../{1.130.2 => 1.130.3}/envs/default.env | 0 .../{1.130.2 => 1.130.3}/envs/global.env | 0 .../{1.130.2 => 1.130.3}/scripts/init.sh | 0 .../{1.130.2 => 1.130.3}/scripts/uninstall.sh | 0 .../{1.130.2 => 1.130.3}/scripts/upgrade.sh | 0 appstore/immich-no-machine/{1.130.2 => 1.130.3}/.env | 0 appstore/immich-no-machine/{1.130.2 => 1.130.3}/data.yml | 0 .../immich-no-machine/{1.130.2 => 1.130.3}/docker-compose.yml | 2 +- .../immich-no-machine/{1.130.2 => 1.130.3}/envs/default.env | 0 .../immich-no-machine/{1.130.2 => 1.130.3}/envs/global.env | 0 .../immich-no-machine/{1.130.2 => 1.130.3}/scripts/init.sh | 0 .../{1.130.2 => 1.130.3}/scripts/uninstall.sh | 0 .../immich-no-machine/{1.130.2 => 1.130.3}/scripts/upgrade.sh | 0 appstore/immich-server/{1.130.2 => 1.130.3}/.env | 0 appstore/immich-server/{1.130.2 => 1.130.3}/data.yml | 0 .../immich-server/{1.130.2 => 1.130.3}/docker-compose.yml | 2 +- appstore/immich-server/{1.130.2 => 1.130.3}/envs/default.env | 0 appstore/immich-server/{1.130.2 => 1.130.3}/envs/global.env | 0 appstore/immich-server/{1.130.2 => 1.130.3}/scripts/init.sh | 0 .../immich-server/{1.130.2 => 1.130.3}/scripts/uninstall.sh | 0 .../immich-server/{1.130.2 => 1.130.3}/scripts/upgrade.sh | 0 appstore/immich/{1.130.2 => 1.130.3}/.env | 0 appstore/immich/{1.130.2 => 1.130.3}/data.yml | 0 appstore/immich/{1.130.2 => 1.130.3}/docker-compose.yml | 4 ++-- appstore/immich/{1.130.2 => 1.130.3}/envs/default.env | 0 appstore/immich/{1.130.2 => 1.130.3}/envs/global.env | 0 appstore/immich/{1.130.2 => 1.130.3}/scripts/init.sh | 0 appstore/immich/{1.130.2 => 1.130.3}/scripts/uninstall.sh | 0 appstore/immich/{1.130.2 => 1.130.3}/scripts/upgrade.sh | 0 appstore/metatube-server/{1.2.9 => 1.2.10}/.env | 0 appstore/metatube-server/{1.2.9 => 1.2.10}/data.yml | 0 appstore/metatube-server/{1.2.9 => 1.2.10}/docker-compose.yml | 2 +- appstore/metatube-server/{1.2.9 => 1.2.10}/envs/default.env | 0 appstore/metatube-server/{1.2.9 => 1.2.10}/envs/global.env | 0 appstore/metatube-server/{1.2.9 => 1.2.10}/scripts/init.sh | 0 .../metatube-server/{1.2.9 => 1.2.10}/scripts/uninstall.sh | 0 appstore/metatube-server/{1.2.9 => 1.2.10}/scripts/upgrade.sh | 0 appstore/ollama/{0.6.2 => 0.6.3}/.env | 0 appstore/ollama/{0.6.2 => 0.6.3}/data.yml | 0 appstore/ollama/{0.6.2 => 0.6.3}/docker-compose.yml | 2 +- appstore/ollama/{0.6.2 => 0.6.3}/envs/default.env | 0 appstore/ollama/{0.6.2 => 0.6.3}/envs/global.env | 0 appstore/ollama/{0.6.2 => 0.6.3}/scripts/init.sh | 0 appstore/ollama/{0.6.2 => 0.6.3}/scripts/uninstall.sh | 0 appstore/ollama/{0.6.2 => 0.6.3}/scripts/upgrade.sh | 0 appstore/onedev/{11.8.0 => 11.8.1}/.env | 0 appstore/onedev/{11.8.0 => 11.8.1}/data.yml | 0 appstore/onedev/{11.8.0 => 11.8.1}/docker-compose.yml | 2 +- appstore/onedev/{11.8.0 => 11.8.1}/envs/default.env | 0 appstore/onedev/{11.8.0 => 11.8.1}/envs/global.env | 0 appstore/onedev/{11.8.0 => 11.8.1}/envs/onedev.env | 0 appstore/onedev/{11.8.0 => 11.8.1}/scripts/init.sh | 0 appstore/onedev/{11.8.0 => 11.8.1}/scripts/uninstall.sh | 0 appstore/onedev/{11.8.0 => 11.8.1}/scripts/upgrade.sh | 0 appstore/v2raya-global/{2.2.6.6 => 2.2.6.7}/.env | 0 appstore/v2raya-global/{2.2.6.6 => 2.2.6.7}/data.yml | 0 .../v2raya-global/{2.2.6.6 => 2.2.6.7}/docker-compose.yml | 2 +- appstore/v2raya-global/{2.2.6.6 => 2.2.6.7}/envs/default.env | 0 appstore/v2raya-global/{2.2.6.6 => 2.2.6.7}/envs/global.env | 0 appstore/v2raya-global/{2.2.6.6 => 2.2.6.7}/scripts/init.sh | 0 .../v2raya-global/{2.2.6.6 => 2.2.6.7}/scripts/uninstall.sh | 0 .../v2raya-global/{2.2.6.6 => 2.2.6.7}/scripts/upgrade.sh | 0 appstore/v2raya/{2.2.6.6 => 2.2.6.7}/.env | 0 appstore/v2raya/{2.2.6.6 => 2.2.6.7}/data.yml | 0 appstore/v2raya/{2.2.6.6 => 2.2.6.7}/docker-compose.yml | 2 +- appstore/v2raya/{2.2.6.6 => 2.2.6.7}/envs/default.env | 0 appstore/v2raya/{2.2.6.6 => 2.2.6.7}/envs/global.env | 0 appstore/v2raya/{2.2.6.6 => 2.2.6.7}/scripts/init.sh | 0 appstore/v2raya/{2.2.6.6 => 2.2.6.7}/scripts/uninstall.sh | 0 appstore/v2raya/{2.2.6.6 => 2.2.6.7}/scripts/upgrade.sh | 0 dockge/ammds/docker-compose.yml | 2 +- dockge/ani-rss/docker-compose.yml | 2 +- dockge/immich-machine-learning/docker-compose.yml | 2 +- dockge/immich-no-machine/docker-compose.yml | 2 +- dockge/immich-server/docker-compose.yml | 2 +- dockge/immich/docker-compose.yml | 4 ++-- dockge/metatube-server/docker-compose.yml | 2 +- dockge/ollama/docker-compose.yml | 2 +- dockge/onedev/docker-compose.yml | 2 +- dockge/v2raya-global/docker-compose.yml | 2 +- dockge/v2raya/docker-compose.yml | 2 +- 100 files changed, 24 insertions(+), 24 deletions(-) rename appstore/ammds/{1.0.26 => 1.0.27}/.env (100%) rename appstore/ammds/{1.0.26 => 1.0.27}/data.yml (100%) rename appstore/ammds/{1.0.26 => 1.0.27}/docker-compose.yml (95%) rename appstore/ammds/{1.0.26 => 1.0.27}/envs/default.env (100%) rename appstore/ammds/{1.0.26 => 1.0.27}/envs/global.env (100%) rename appstore/ammds/{1.0.26 => 1.0.27}/scripts/init.sh (100%) rename appstore/ammds/{1.0.26 => 1.0.27}/scripts/uninstall.sh (100%) rename appstore/ammds/{1.0.26 => 1.0.27}/scripts/upgrade.sh (100%) rename appstore/ani-rss/{1.1.335 => 1.1.336}/.env (100%) rename appstore/ani-rss/{1.1.335 => 1.1.336}/data.yml (100%) rename appstore/ani-rss/{1.1.335 => 1.1.336}/docker-compose.yml (95%) rename appstore/ani-rss/{1.1.335 => 1.1.336}/envs/default.env (100%) rename appstore/ani-rss/{1.1.335 => 1.1.336}/envs/global.env (100%) rename appstore/ani-rss/{1.1.335 => 1.1.336}/scripts/init.sh (100%) rename appstore/ani-rss/{1.1.335 => 1.1.336}/scripts/uninstall.sh (100%) rename appstore/ani-rss/{1.1.335 => 1.1.336}/scripts/upgrade.sh (100%) rename appstore/immich-machine-learning/{1.130.2 => 1.130.3}/.env (100%) rename appstore/immich-machine-learning/{1.130.2 => 1.130.3}/data.yml (100%) rename appstore/immich-machine-learning/{1.130.2 => 1.130.3}/docker-compose.yml (87%) rename appstore/immich-machine-learning/{1.130.2 => 1.130.3}/envs/default.env (100%) rename appstore/immich-machine-learning/{1.130.2 => 1.130.3}/envs/global.env (100%) rename appstore/immich-machine-learning/{1.130.2 => 1.130.3}/scripts/init.sh (100%) rename appstore/immich-machine-learning/{1.130.2 => 1.130.3}/scripts/uninstall.sh (100%) rename appstore/immich-machine-learning/{1.130.2 => 1.130.3}/scripts/upgrade.sh (100%) rename appstore/immich-no-machine/{1.130.2 => 1.130.3}/.env (100%) rename appstore/immich-no-machine/{1.130.2 => 1.130.3}/data.yml (100%) rename appstore/immich-no-machine/{1.130.2 => 1.130.3}/docker-compose.yml (97%) rename appstore/immich-no-machine/{1.130.2 => 1.130.3}/envs/default.env (100%) rename appstore/immich-no-machine/{1.130.2 => 1.130.3}/envs/global.env (100%) rename appstore/immich-no-machine/{1.130.2 => 1.130.3}/scripts/init.sh (100%) rename appstore/immich-no-machine/{1.130.2 => 1.130.3}/scripts/uninstall.sh (100%) rename appstore/immich-no-machine/{1.130.2 => 1.130.3}/scripts/upgrade.sh (100%) rename appstore/immich-server/{1.130.2 => 1.130.3}/.env (100%) rename appstore/immich-server/{1.130.2 => 1.130.3}/data.yml (100%) rename appstore/immich-server/{1.130.2 => 1.130.3}/docker-compose.yml (89%) rename appstore/immich-server/{1.130.2 => 1.130.3}/envs/default.env (100%) rename appstore/immich-server/{1.130.2 => 1.130.3}/envs/global.env (100%) rename appstore/immich-server/{1.130.2 => 1.130.3}/scripts/init.sh (100%) rename appstore/immich-server/{1.130.2 => 1.130.3}/scripts/uninstall.sh (100%) rename appstore/immich-server/{1.130.2 => 1.130.3}/scripts/upgrade.sh (100%) rename appstore/immich/{1.130.2 => 1.130.3}/.env (100%) rename appstore/immich/{1.130.2 => 1.130.3}/data.yml (100%) rename appstore/immich/{1.130.2 => 1.130.3}/docker-compose.yml (94%) rename appstore/immich/{1.130.2 => 1.130.3}/envs/default.env (100%) rename appstore/immich/{1.130.2 => 1.130.3}/envs/global.env (100%) rename appstore/immich/{1.130.2 => 1.130.3}/scripts/init.sh (100%) rename appstore/immich/{1.130.2 => 1.130.3}/scripts/uninstall.sh (100%) rename appstore/immich/{1.130.2 => 1.130.3}/scripts/upgrade.sh (100%) rename appstore/metatube-server/{1.2.9 => 1.2.10}/.env (100%) rename appstore/metatube-server/{1.2.9 => 1.2.10}/data.yml (100%) rename appstore/metatube-server/{1.2.9 => 1.2.10}/docker-compose.yml (91%) rename appstore/metatube-server/{1.2.9 => 1.2.10}/envs/default.env (100%) rename appstore/metatube-server/{1.2.9 => 1.2.10}/envs/global.env (100%) rename appstore/metatube-server/{1.2.9 => 1.2.10}/scripts/init.sh (100%) rename appstore/metatube-server/{1.2.9 => 1.2.10}/scripts/uninstall.sh (100%) rename appstore/metatube-server/{1.2.9 => 1.2.10}/scripts/upgrade.sh (100%) rename appstore/ollama/{0.6.2 => 0.6.3}/.env (100%) rename appstore/ollama/{0.6.2 => 0.6.3}/data.yml (100%) rename appstore/ollama/{0.6.2 => 0.6.3}/docker-compose.yml (95%) rename appstore/ollama/{0.6.2 => 0.6.3}/envs/default.env (100%) rename appstore/ollama/{0.6.2 => 0.6.3}/envs/global.env (100%) rename appstore/ollama/{0.6.2 => 0.6.3}/scripts/init.sh (100%) rename appstore/ollama/{0.6.2 => 0.6.3}/scripts/uninstall.sh (100%) rename appstore/ollama/{0.6.2 => 0.6.3}/scripts/upgrade.sh (100%) rename appstore/onedev/{11.8.0 => 11.8.1}/.env (100%) rename appstore/onedev/{11.8.0 => 11.8.1}/data.yml (100%) rename appstore/onedev/{11.8.0 => 11.8.1}/docker-compose.yml (95%) rename appstore/onedev/{11.8.0 => 11.8.1}/envs/default.env (100%) rename appstore/onedev/{11.8.0 => 11.8.1}/envs/global.env (100%) rename appstore/onedev/{11.8.0 => 11.8.1}/envs/onedev.env (100%) rename appstore/onedev/{11.8.0 => 11.8.1}/scripts/init.sh (100%) rename appstore/onedev/{11.8.0 => 11.8.1}/scripts/uninstall.sh (100%) rename appstore/onedev/{11.8.0 => 11.8.1}/scripts/upgrade.sh (100%) rename appstore/v2raya-global/{2.2.6.6 => 2.2.6.7}/.env (100%) rename appstore/v2raya-global/{2.2.6.6 => 2.2.6.7}/data.yml (100%) rename appstore/v2raya-global/{2.2.6.6 => 2.2.6.7}/docker-compose.yml (95%) rename appstore/v2raya-global/{2.2.6.6 => 2.2.6.7}/envs/default.env (100%) rename appstore/v2raya-global/{2.2.6.6 => 2.2.6.7}/envs/global.env (100%) rename appstore/v2raya-global/{2.2.6.6 => 2.2.6.7}/scripts/init.sh (100%) rename appstore/v2raya-global/{2.2.6.6 => 2.2.6.7}/scripts/uninstall.sh (100%) rename appstore/v2raya-global/{2.2.6.6 => 2.2.6.7}/scripts/upgrade.sh (100%) rename appstore/v2raya/{2.2.6.6 => 2.2.6.7}/.env (100%) rename appstore/v2raya/{2.2.6.6 => 2.2.6.7}/data.yml (100%) rename appstore/v2raya/{2.2.6.6 => 2.2.6.7}/docker-compose.yml (93%) rename appstore/v2raya/{2.2.6.6 => 2.2.6.7}/envs/default.env (100%) rename appstore/v2raya/{2.2.6.6 => 2.2.6.7}/envs/global.env (100%) rename appstore/v2raya/{2.2.6.6 => 2.2.6.7}/scripts/init.sh (100%) rename appstore/v2raya/{2.2.6.6 => 2.2.6.7}/scripts/uninstall.sh (100%) rename appstore/v2raya/{2.2.6.6 => 2.2.6.7}/scripts/upgrade.sh (100%) diff --git a/appstore/ammds/1.0.26/.env b/appstore/ammds/1.0.27/.env similarity index 100% rename from appstore/ammds/1.0.26/.env rename to appstore/ammds/1.0.27/.env diff --git a/appstore/ammds/1.0.26/data.yml b/appstore/ammds/1.0.27/data.yml similarity index 100% rename from appstore/ammds/1.0.26/data.yml rename to appstore/ammds/1.0.27/data.yml diff --git a/appstore/ammds/1.0.26/docker-compose.yml b/appstore/ammds/1.0.27/docker-compose.yml similarity index 95% rename from appstore/ammds/1.0.26/docker-compose.yml rename to appstore/ammds/1.0.27/docker-compose.yml index 27d09422d..0f86d4fa6 100644 --- a/appstore/ammds/1.0.26/docker-compose.yml +++ b/appstore/ammds/1.0.27/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.0.26 + image: qyg2297248353/ammds:v1.0.27 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/ammds/1.0.26/envs/default.env b/appstore/ammds/1.0.27/envs/default.env similarity index 100% rename from appstore/ammds/1.0.26/envs/default.env rename to appstore/ammds/1.0.27/envs/default.env diff --git a/appstore/ammds/1.0.26/envs/global.env b/appstore/ammds/1.0.27/envs/global.env similarity index 100% rename from appstore/ammds/1.0.26/envs/global.env rename to appstore/ammds/1.0.27/envs/global.env diff --git a/appstore/ammds/1.0.26/scripts/init.sh b/appstore/ammds/1.0.27/scripts/init.sh similarity index 100% rename from appstore/ammds/1.0.26/scripts/init.sh rename to appstore/ammds/1.0.27/scripts/init.sh diff --git a/appstore/ammds/1.0.26/scripts/uninstall.sh b/appstore/ammds/1.0.27/scripts/uninstall.sh similarity index 100% rename from appstore/ammds/1.0.26/scripts/uninstall.sh rename to appstore/ammds/1.0.27/scripts/uninstall.sh diff --git a/appstore/ammds/1.0.26/scripts/upgrade.sh b/appstore/ammds/1.0.27/scripts/upgrade.sh similarity index 100% rename from appstore/ammds/1.0.26/scripts/upgrade.sh rename to appstore/ammds/1.0.27/scripts/upgrade.sh diff --git a/appstore/ani-rss/1.1.335/.env b/appstore/ani-rss/1.1.336/.env similarity index 100% rename from appstore/ani-rss/1.1.335/.env rename to appstore/ani-rss/1.1.336/.env diff --git a/appstore/ani-rss/1.1.335/data.yml b/appstore/ani-rss/1.1.336/data.yml similarity index 100% rename from appstore/ani-rss/1.1.335/data.yml rename to appstore/ani-rss/1.1.336/data.yml diff --git a/appstore/ani-rss/1.1.335/docker-compose.yml b/appstore/ani-rss/1.1.336/docker-compose.yml similarity index 95% rename from appstore/ani-rss/1.1.335/docker-compose.yml rename to appstore/ani-rss/1.1.336/docker-compose.yml index f4fd44fe3..1424468a1 100644 --- a/appstore/ani-rss/1.1.335/docker-compose.yml +++ b/appstore/ani-rss/1.1.336/docker-compose.yml @@ -11,7 +11,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v1.1.335 + image: wushuo894/ani-rss:v1.1.336 labels: createdBy: Apps networks: diff --git a/appstore/ani-rss/1.1.335/envs/default.env b/appstore/ani-rss/1.1.336/envs/default.env similarity index 100% rename from appstore/ani-rss/1.1.335/envs/default.env rename to appstore/ani-rss/1.1.336/envs/default.env diff --git a/appstore/ani-rss/1.1.335/envs/global.env b/appstore/ani-rss/1.1.336/envs/global.env similarity index 100% rename from appstore/ani-rss/1.1.335/envs/global.env rename to appstore/ani-rss/1.1.336/envs/global.env diff --git a/appstore/ani-rss/1.1.335/scripts/init.sh b/appstore/ani-rss/1.1.336/scripts/init.sh similarity index 100% rename from appstore/ani-rss/1.1.335/scripts/init.sh rename to appstore/ani-rss/1.1.336/scripts/init.sh diff --git a/appstore/ani-rss/1.1.335/scripts/uninstall.sh b/appstore/ani-rss/1.1.336/scripts/uninstall.sh similarity index 100% rename from appstore/ani-rss/1.1.335/scripts/uninstall.sh rename to appstore/ani-rss/1.1.336/scripts/uninstall.sh diff --git a/appstore/ani-rss/1.1.335/scripts/upgrade.sh b/appstore/ani-rss/1.1.336/scripts/upgrade.sh similarity index 100% rename from appstore/ani-rss/1.1.335/scripts/upgrade.sh rename to appstore/ani-rss/1.1.336/scripts/upgrade.sh diff --git a/appstore/immich-machine-learning/1.130.2/.env b/appstore/immich-machine-learning/1.130.3/.env similarity index 100% rename from appstore/immich-machine-learning/1.130.2/.env rename to appstore/immich-machine-learning/1.130.3/.env diff --git a/appstore/immich-machine-learning/1.130.2/data.yml b/appstore/immich-machine-learning/1.130.3/data.yml similarity index 100% rename from appstore/immich-machine-learning/1.130.2/data.yml rename to appstore/immich-machine-learning/1.130.3/data.yml diff --git a/appstore/immich-machine-learning/1.130.2/docker-compose.yml b/appstore/immich-machine-learning/1.130.3/docker-compose.yml similarity index 87% rename from appstore/immich-machine-learning/1.130.2/docker-compose.yml rename to appstore/immich-machine-learning/1.130.3/docker-compose.yml index b885cf0b7..617a21d77 100644 --- a/appstore/immich-machine-learning/1.130.2/docker-compose.yml +++ b/appstore/immich-machine-learning/1.130.3/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.130.2 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.3 labels: createdBy: Apps networks: diff --git a/appstore/immich-machine-learning/1.130.2/envs/default.env b/appstore/immich-machine-learning/1.130.3/envs/default.env similarity index 100% rename from appstore/immich-machine-learning/1.130.2/envs/default.env rename to appstore/immich-machine-learning/1.130.3/envs/default.env diff --git a/appstore/immich-machine-learning/1.130.2/envs/global.env b/appstore/immich-machine-learning/1.130.3/envs/global.env similarity index 100% rename from appstore/immich-machine-learning/1.130.2/envs/global.env rename to appstore/immich-machine-learning/1.130.3/envs/global.env diff --git a/appstore/immich-machine-learning/1.130.2/scripts/init.sh b/appstore/immich-machine-learning/1.130.3/scripts/init.sh similarity index 100% rename from appstore/immich-machine-learning/1.130.2/scripts/init.sh rename to appstore/immich-machine-learning/1.130.3/scripts/init.sh diff --git a/appstore/immich-machine-learning/1.130.2/scripts/uninstall.sh b/appstore/immich-machine-learning/1.130.3/scripts/uninstall.sh similarity index 100% rename from appstore/immich-machine-learning/1.130.2/scripts/uninstall.sh rename to appstore/immich-machine-learning/1.130.3/scripts/uninstall.sh diff --git a/appstore/immich-machine-learning/1.130.2/scripts/upgrade.sh b/appstore/immich-machine-learning/1.130.3/scripts/upgrade.sh similarity index 100% rename from appstore/immich-machine-learning/1.130.2/scripts/upgrade.sh rename to appstore/immich-machine-learning/1.130.3/scripts/upgrade.sh diff --git a/appstore/immich-no-machine/1.130.2/.env b/appstore/immich-no-machine/1.130.3/.env similarity index 100% rename from appstore/immich-no-machine/1.130.2/.env rename to appstore/immich-no-machine/1.130.3/.env diff --git a/appstore/immich-no-machine/1.130.2/data.yml b/appstore/immich-no-machine/1.130.3/data.yml similarity index 100% rename from appstore/immich-no-machine/1.130.2/data.yml rename to appstore/immich-no-machine/1.130.3/data.yml diff --git a/appstore/immich-no-machine/1.130.2/docker-compose.yml b/appstore/immich-no-machine/1.130.3/docker-compose.yml similarity index 97% rename from appstore/immich-no-machine/1.130.2/docker-compose.yml rename to appstore/immich-no-machine/1.130.3/docker-compose.yml index 0b349af4a..7d0f7bdc7 100644 --- a/appstore/immich-no-machine/1.130.2/docker-compose.yml +++ b/appstore/immich-no-machine/1.130.3/docker-compose.yml @@ -52,7 +52,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.130.2 + image: ghcr.io/immich-app/immich-server:v1.130.3 labels: createdBy: Apps networks: diff --git a/appstore/immich-no-machine/1.130.2/envs/default.env b/appstore/immich-no-machine/1.130.3/envs/default.env similarity index 100% rename from appstore/immich-no-machine/1.130.2/envs/default.env rename to appstore/immich-no-machine/1.130.3/envs/default.env diff --git a/appstore/immich-no-machine/1.130.2/envs/global.env b/appstore/immich-no-machine/1.130.3/envs/global.env similarity index 100% rename from appstore/immich-no-machine/1.130.2/envs/global.env rename to appstore/immich-no-machine/1.130.3/envs/global.env diff --git a/appstore/immich-no-machine/1.130.2/scripts/init.sh b/appstore/immich-no-machine/1.130.3/scripts/init.sh similarity index 100% rename from appstore/immich-no-machine/1.130.2/scripts/init.sh rename to appstore/immich-no-machine/1.130.3/scripts/init.sh diff --git a/appstore/immich-no-machine/1.130.2/scripts/uninstall.sh b/appstore/immich-no-machine/1.130.3/scripts/uninstall.sh similarity index 100% rename from appstore/immich-no-machine/1.130.2/scripts/uninstall.sh rename to appstore/immich-no-machine/1.130.3/scripts/uninstall.sh diff --git a/appstore/immich-no-machine/1.130.2/scripts/upgrade.sh b/appstore/immich-no-machine/1.130.3/scripts/upgrade.sh similarity index 100% rename from appstore/immich-no-machine/1.130.2/scripts/upgrade.sh rename to appstore/immich-no-machine/1.130.3/scripts/upgrade.sh diff --git a/appstore/immich-server/1.130.2/.env b/appstore/immich-server/1.130.3/.env similarity index 100% rename from appstore/immich-server/1.130.2/.env rename to appstore/immich-server/1.130.3/.env diff --git a/appstore/immich-server/1.130.2/data.yml b/appstore/immich-server/1.130.3/data.yml similarity index 100% rename from appstore/immich-server/1.130.2/data.yml rename to appstore/immich-server/1.130.3/data.yml diff --git a/appstore/immich-server/1.130.2/docker-compose.yml b/appstore/immich-server/1.130.3/docker-compose.yml similarity index 89% rename from appstore/immich-server/1.130.2/docker-compose.yml rename to appstore/immich-server/1.130.3/docker-compose.yml index 2c686f9d0..5cee16304 100644 --- a/appstore/immich-server/1.130.2/docker-compose.yml +++ b/appstore/immich-server/1.130.3/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.130.2 + image: ghcr.io/immich-app/immich-server:v1.130.3 labels: createdBy: Apps networks: diff --git a/appstore/immich-server/1.130.2/envs/default.env b/appstore/immich-server/1.130.3/envs/default.env similarity index 100% rename from appstore/immich-server/1.130.2/envs/default.env rename to appstore/immich-server/1.130.3/envs/default.env diff --git a/appstore/immich-server/1.130.2/envs/global.env b/appstore/immich-server/1.130.3/envs/global.env similarity index 100% rename from appstore/immich-server/1.130.2/envs/global.env rename to appstore/immich-server/1.130.3/envs/global.env diff --git a/appstore/immich-server/1.130.2/scripts/init.sh b/appstore/immich-server/1.130.3/scripts/init.sh similarity index 100% rename from appstore/immich-server/1.130.2/scripts/init.sh rename to appstore/immich-server/1.130.3/scripts/init.sh diff --git a/appstore/immich-server/1.130.2/scripts/uninstall.sh b/appstore/immich-server/1.130.3/scripts/uninstall.sh similarity index 100% rename from appstore/immich-server/1.130.2/scripts/uninstall.sh rename to appstore/immich-server/1.130.3/scripts/uninstall.sh diff --git a/appstore/immich-server/1.130.2/scripts/upgrade.sh b/appstore/immich-server/1.130.3/scripts/upgrade.sh similarity index 100% rename from appstore/immich-server/1.130.2/scripts/upgrade.sh rename to appstore/immich-server/1.130.3/scripts/upgrade.sh diff --git a/appstore/immich/1.130.2/.env b/appstore/immich/1.130.3/.env similarity index 100% rename from appstore/immich/1.130.2/.env rename to appstore/immich/1.130.3/.env diff --git a/appstore/immich/1.130.2/data.yml b/appstore/immich/1.130.3/data.yml similarity index 100% rename from appstore/immich/1.130.2/data.yml rename to appstore/immich/1.130.3/data.yml diff --git a/appstore/immich/1.130.2/docker-compose.yml b/appstore/immich/1.130.3/docker-compose.yml similarity index 94% rename from appstore/immich/1.130.2/docker-compose.yml rename to appstore/immich/1.130.3/docker-compose.yml index 11f7e0312..75fa35432 100644 --- a/appstore/immich/1.130.2/docker-compose.yml +++ b/appstore/immich/1.130.3/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.130.2 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.3 labels: createdBy: Apps networks: @@ -68,7 +68,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.130.2 + image: ghcr.io/immich-app/immich-server:v1.130.3 labels: createdBy: Apps networks: diff --git a/appstore/immich/1.130.2/envs/default.env b/appstore/immich/1.130.3/envs/default.env similarity index 100% rename from appstore/immich/1.130.2/envs/default.env rename to appstore/immich/1.130.3/envs/default.env diff --git a/appstore/immich/1.130.2/envs/global.env b/appstore/immich/1.130.3/envs/global.env similarity index 100% rename from appstore/immich/1.130.2/envs/global.env rename to appstore/immich/1.130.3/envs/global.env diff --git a/appstore/immich/1.130.2/scripts/init.sh b/appstore/immich/1.130.3/scripts/init.sh similarity index 100% rename from appstore/immich/1.130.2/scripts/init.sh rename to appstore/immich/1.130.3/scripts/init.sh diff --git a/appstore/immich/1.130.2/scripts/uninstall.sh b/appstore/immich/1.130.3/scripts/uninstall.sh similarity index 100% rename from appstore/immich/1.130.2/scripts/uninstall.sh rename to appstore/immich/1.130.3/scripts/uninstall.sh diff --git a/appstore/immich/1.130.2/scripts/upgrade.sh b/appstore/immich/1.130.3/scripts/upgrade.sh similarity index 100% rename from appstore/immich/1.130.2/scripts/upgrade.sh rename to appstore/immich/1.130.3/scripts/upgrade.sh diff --git a/appstore/metatube-server/1.2.9/.env b/appstore/metatube-server/1.2.10/.env similarity index 100% rename from appstore/metatube-server/1.2.9/.env rename to appstore/metatube-server/1.2.10/.env diff --git a/appstore/metatube-server/1.2.9/data.yml b/appstore/metatube-server/1.2.10/data.yml similarity index 100% rename from appstore/metatube-server/1.2.9/data.yml rename to appstore/metatube-server/1.2.10/data.yml diff --git a/appstore/metatube-server/1.2.9/docker-compose.yml b/appstore/metatube-server/1.2.10/docker-compose.yml similarity index 91% rename from appstore/metatube-server/1.2.9/docker-compose.yml rename to appstore/metatube-server/1.2.10/docker-compose.yml index 6fcde87c9..84493137c 100644 --- a/appstore/metatube-server/1.2.9/docker-compose.yml +++ b/appstore/metatube-server/1.2.10/docker-compose.yml @@ -15,7 +15,7 @@ services: - DB_MAX_OPEN_CONNS=0 - DB_PREPARED_STMT=false - DB_AUTO_MIGRATE=true - image: ghcr.io/metatube-community/metatube-server:1.2.9 + image: ghcr.io/metatube-community/metatube-server:1.2.10 labels: createdBy: Apps networks: diff --git a/appstore/metatube-server/1.2.9/envs/default.env b/appstore/metatube-server/1.2.10/envs/default.env similarity index 100% rename from appstore/metatube-server/1.2.9/envs/default.env rename to appstore/metatube-server/1.2.10/envs/default.env diff --git a/appstore/metatube-server/1.2.9/envs/global.env b/appstore/metatube-server/1.2.10/envs/global.env similarity index 100% rename from appstore/metatube-server/1.2.9/envs/global.env rename to appstore/metatube-server/1.2.10/envs/global.env diff --git a/appstore/metatube-server/1.2.9/scripts/init.sh b/appstore/metatube-server/1.2.10/scripts/init.sh similarity index 100% rename from appstore/metatube-server/1.2.9/scripts/init.sh rename to appstore/metatube-server/1.2.10/scripts/init.sh diff --git a/appstore/metatube-server/1.2.9/scripts/uninstall.sh b/appstore/metatube-server/1.2.10/scripts/uninstall.sh similarity index 100% rename from appstore/metatube-server/1.2.9/scripts/uninstall.sh rename to appstore/metatube-server/1.2.10/scripts/uninstall.sh diff --git a/appstore/metatube-server/1.2.9/scripts/upgrade.sh b/appstore/metatube-server/1.2.10/scripts/upgrade.sh similarity index 100% rename from appstore/metatube-server/1.2.9/scripts/upgrade.sh rename to appstore/metatube-server/1.2.10/scripts/upgrade.sh diff --git a/appstore/ollama/0.6.2/.env b/appstore/ollama/0.6.3/.env similarity index 100% rename from appstore/ollama/0.6.2/.env rename to appstore/ollama/0.6.3/.env diff --git a/appstore/ollama/0.6.2/data.yml b/appstore/ollama/0.6.3/data.yml similarity index 100% rename from appstore/ollama/0.6.2/data.yml rename to appstore/ollama/0.6.3/data.yml diff --git a/appstore/ollama/0.6.2/docker-compose.yml b/appstore/ollama/0.6.3/docker-compose.yml similarity index 95% rename from appstore/ollama/0.6.2/docker-compose.yml rename to appstore/ollama/0.6.3/docker-compose.yml index 1a030ec14..79d516e23 100644 --- a/appstore/ollama/0.6.2/docker-compose.yml +++ b/appstore/ollama/0.6.3/docker-compose.yml @@ -18,7 +18,7 @@ services: - OLLAMA_MAX_QUEUE=512 - OLLAMA_FLASH_ATTENTION=0 - OLLAMA_KV_CACHE_TYPE=f16 - image: ollama/ollama:0.6.2 + image: ollama/ollama:0.6.3 labels: createdBy: Apps networks: diff --git a/appstore/ollama/0.6.2/envs/default.env b/appstore/ollama/0.6.3/envs/default.env similarity index 100% rename from appstore/ollama/0.6.2/envs/default.env rename to appstore/ollama/0.6.3/envs/default.env diff --git a/appstore/ollama/0.6.2/envs/global.env b/appstore/ollama/0.6.3/envs/global.env similarity index 100% rename from appstore/ollama/0.6.2/envs/global.env rename to appstore/ollama/0.6.3/envs/global.env diff --git a/appstore/ollama/0.6.2/scripts/init.sh b/appstore/ollama/0.6.3/scripts/init.sh similarity index 100% rename from appstore/ollama/0.6.2/scripts/init.sh rename to appstore/ollama/0.6.3/scripts/init.sh diff --git a/appstore/ollama/0.6.2/scripts/uninstall.sh b/appstore/ollama/0.6.3/scripts/uninstall.sh similarity index 100% rename from appstore/ollama/0.6.2/scripts/uninstall.sh rename to appstore/ollama/0.6.3/scripts/uninstall.sh diff --git a/appstore/ollama/0.6.2/scripts/upgrade.sh b/appstore/ollama/0.6.3/scripts/upgrade.sh similarity index 100% rename from appstore/ollama/0.6.2/scripts/upgrade.sh rename to appstore/ollama/0.6.3/scripts/upgrade.sh diff --git a/appstore/onedev/11.8.0/.env b/appstore/onedev/11.8.1/.env similarity index 100% rename from appstore/onedev/11.8.0/.env rename to appstore/onedev/11.8.1/.env diff --git a/appstore/onedev/11.8.0/data.yml b/appstore/onedev/11.8.1/data.yml similarity index 100% rename from appstore/onedev/11.8.0/data.yml rename to appstore/onedev/11.8.1/data.yml diff --git a/appstore/onedev/11.8.0/docker-compose.yml b/appstore/onedev/11.8.1/docker-compose.yml similarity index 95% rename from appstore/onedev/11.8.0/docker-compose.yml rename to appstore/onedev/11.8.1/docker-compose.yml index aa29f18a4..8f129652f 100644 --- a/appstore/onedev/11.8.0/docker-compose.yml +++ b/appstore/onedev/11.8.1/docker-compose.yml @@ -14,7 +14,7 @@ services: - initial_email=${INITIAL_EMAIL} - initial_server_url=${INITIAL_SERVER_URL} - initial_ssh_root_url=${INITIAL_SSH_ROOT_URL} - image: 1dev/server:11.8.0 + image: 1dev/server:11.8.1 labels: createdBy: Apps networks: diff --git a/appstore/onedev/11.8.0/envs/default.env b/appstore/onedev/11.8.1/envs/default.env similarity index 100% rename from appstore/onedev/11.8.0/envs/default.env rename to appstore/onedev/11.8.1/envs/default.env diff --git a/appstore/onedev/11.8.0/envs/global.env b/appstore/onedev/11.8.1/envs/global.env similarity index 100% rename from appstore/onedev/11.8.0/envs/global.env rename to appstore/onedev/11.8.1/envs/global.env diff --git a/appstore/onedev/11.8.0/envs/onedev.env b/appstore/onedev/11.8.1/envs/onedev.env similarity index 100% rename from appstore/onedev/11.8.0/envs/onedev.env rename to appstore/onedev/11.8.1/envs/onedev.env diff --git a/appstore/onedev/11.8.0/scripts/init.sh b/appstore/onedev/11.8.1/scripts/init.sh similarity index 100% rename from appstore/onedev/11.8.0/scripts/init.sh rename to appstore/onedev/11.8.1/scripts/init.sh diff --git a/appstore/onedev/11.8.0/scripts/uninstall.sh b/appstore/onedev/11.8.1/scripts/uninstall.sh similarity index 100% rename from appstore/onedev/11.8.0/scripts/uninstall.sh rename to appstore/onedev/11.8.1/scripts/uninstall.sh diff --git a/appstore/onedev/11.8.0/scripts/upgrade.sh b/appstore/onedev/11.8.1/scripts/upgrade.sh similarity index 100% rename from appstore/onedev/11.8.0/scripts/upgrade.sh rename to appstore/onedev/11.8.1/scripts/upgrade.sh diff --git a/appstore/v2raya-global/2.2.6.6/.env b/appstore/v2raya-global/2.2.6.7/.env similarity index 100% rename from appstore/v2raya-global/2.2.6.6/.env rename to appstore/v2raya-global/2.2.6.7/.env diff --git a/appstore/v2raya-global/2.2.6.6/data.yml b/appstore/v2raya-global/2.2.6.7/data.yml similarity index 100% rename from appstore/v2raya-global/2.2.6.6/data.yml rename to appstore/v2raya-global/2.2.6.7/data.yml diff --git a/appstore/v2raya-global/2.2.6.6/docker-compose.yml b/appstore/v2raya-global/2.2.6.7/docker-compose.yml similarity index 95% rename from appstore/v2raya-global/2.2.6.6/docker-compose.yml rename to appstore/v2raya-global/2.2.6.7/docker-compose.yml index 34770c35d..f859c2153 100644 --- a/appstore/v2raya-global/2.2.6.6/docker-compose.yml +++ b/appstore/v2raya-global/2.2.6.7/docker-compose.yml @@ -13,7 +13,7 @@ services: - IPTABLES_MODE=legacy - V2RAYA_NFTABLES_SUPPORT=off - V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray - image: mzz2017/v2raya:v2.2.6.6 + image: mzz2017/v2raya:v2.2.6.7 labels: createdBy: Apps network_mode: host diff --git a/appstore/v2raya-global/2.2.6.6/envs/default.env b/appstore/v2raya-global/2.2.6.7/envs/default.env similarity index 100% rename from appstore/v2raya-global/2.2.6.6/envs/default.env rename to appstore/v2raya-global/2.2.6.7/envs/default.env diff --git a/appstore/v2raya-global/2.2.6.6/envs/global.env b/appstore/v2raya-global/2.2.6.7/envs/global.env similarity index 100% rename from appstore/v2raya-global/2.2.6.6/envs/global.env rename to appstore/v2raya-global/2.2.6.7/envs/global.env diff --git a/appstore/v2raya-global/2.2.6.6/scripts/init.sh b/appstore/v2raya-global/2.2.6.7/scripts/init.sh similarity index 100% rename from appstore/v2raya-global/2.2.6.6/scripts/init.sh rename to appstore/v2raya-global/2.2.6.7/scripts/init.sh diff --git a/appstore/v2raya-global/2.2.6.6/scripts/uninstall.sh b/appstore/v2raya-global/2.2.6.7/scripts/uninstall.sh similarity index 100% rename from appstore/v2raya-global/2.2.6.6/scripts/uninstall.sh rename to appstore/v2raya-global/2.2.6.7/scripts/uninstall.sh diff --git a/appstore/v2raya-global/2.2.6.6/scripts/upgrade.sh b/appstore/v2raya-global/2.2.6.7/scripts/upgrade.sh similarity index 100% rename from appstore/v2raya-global/2.2.6.6/scripts/upgrade.sh rename to appstore/v2raya-global/2.2.6.7/scripts/upgrade.sh diff --git a/appstore/v2raya/2.2.6.6/.env b/appstore/v2raya/2.2.6.7/.env similarity index 100% rename from appstore/v2raya/2.2.6.6/.env rename to appstore/v2raya/2.2.6.7/.env diff --git a/appstore/v2raya/2.2.6.6/data.yml b/appstore/v2raya/2.2.6.7/data.yml similarity index 100% rename from appstore/v2raya/2.2.6.6/data.yml rename to appstore/v2raya/2.2.6.7/data.yml diff --git a/appstore/v2raya/2.2.6.6/docker-compose.yml b/appstore/v2raya/2.2.6.7/docker-compose.yml similarity index 93% rename from appstore/v2raya/2.2.6.6/docker-compose.yml rename to appstore/v2raya/2.2.6.7/docker-compose.yml index 531101853..5e25157b7 100644 --- a/appstore/v2raya/2.2.6.6/docker-compose.yml +++ b/appstore/v2raya/2.2.6.7/docker-compose.yml @@ -11,7 +11,7 @@ services: - V2RAYA_ADDRESS=0.0.0.0:2017 - V2RAYA_PLUGINLISTENPORT=32346 - V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray - image: mzz2017/v2raya:v2.2.6.6 + image: mzz2017/v2raya:v2.2.6.7 labels: createdBy: Apps networks: diff --git a/appstore/v2raya/2.2.6.6/envs/default.env b/appstore/v2raya/2.2.6.7/envs/default.env similarity index 100% rename from appstore/v2raya/2.2.6.6/envs/default.env rename to appstore/v2raya/2.2.6.7/envs/default.env diff --git a/appstore/v2raya/2.2.6.6/envs/global.env b/appstore/v2raya/2.2.6.7/envs/global.env similarity index 100% rename from appstore/v2raya/2.2.6.6/envs/global.env rename to appstore/v2raya/2.2.6.7/envs/global.env diff --git a/appstore/v2raya/2.2.6.6/scripts/init.sh b/appstore/v2raya/2.2.6.7/scripts/init.sh similarity index 100% rename from appstore/v2raya/2.2.6.6/scripts/init.sh rename to appstore/v2raya/2.2.6.7/scripts/init.sh diff --git a/appstore/v2raya/2.2.6.6/scripts/uninstall.sh b/appstore/v2raya/2.2.6.7/scripts/uninstall.sh similarity index 100% rename from appstore/v2raya/2.2.6.6/scripts/uninstall.sh rename to appstore/v2raya/2.2.6.7/scripts/uninstall.sh diff --git a/appstore/v2raya/2.2.6.6/scripts/upgrade.sh b/appstore/v2raya/2.2.6.7/scripts/upgrade.sh similarity index 100% rename from appstore/v2raya/2.2.6.6/scripts/upgrade.sh rename to appstore/v2raya/2.2.6.7/scripts/upgrade.sh diff --git a/dockge/ammds/docker-compose.yml b/dockge/ammds/docker-compose.yml index 27d09422d..0f86d4fa6 100644 --- a/dockge/ammds/docker-compose.yml +++ b/dockge/ammds/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.0.26 + image: qyg2297248353/ammds:v1.0.27 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/ani-rss/docker-compose.yml b/dockge/ani-rss/docker-compose.yml index f4fd44fe3..1424468a1 100644 --- a/dockge/ani-rss/docker-compose.yml +++ b/dockge/ani-rss/docker-compose.yml @@ -11,7 +11,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v1.1.335 + image: wushuo894/ani-rss:v1.1.336 labels: createdBy: Apps networks: diff --git a/dockge/immich-machine-learning/docker-compose.yml b/dockge/immich-machine-learning/docker-compose.yml index b885cf0b7..617a21d77 100644 --- a/dockge/immich-machine-learning/docker-compose.yml +++ b/dockge/immich-machine-learning/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.130.2 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.3 labels: createdBy: Apps networks: diff --git a/dockge/immich-no-machine/docker-compose.yml b/dockge/immich-no-machine/docker-compose.yml index 0b349af4a..7d0f7bdc7 100644 --- a/dockge/immich-no-machine/docker-compose.yml +++ b/dockge/immich-no-machine/docker-compose.yml @@ -52,7 +52,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.130.2 + image: ghcr.io/immich-app/immich-server:v1.130.3 labels: createdBy: Apps networks: diff --git a/dockge/immich-server/docker-compose.yml b/dockge/immich-server/docker-compose.yml index 2c686f9d0..5cee16304 100644 --- a/dockge/immich-server/docker-compose.yml +++ b/dockge/immich-server/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.130.2 + image: ghcr.io/immich-app/immich-server:v1.130.3 labels: createdBy: Apps networks: diff --git a/dockge/immich/docker-compose.yml b/dockge/immich/docker-compose.yml index 11f7e0312..75fa35432 100644 --- a/dockge/immich/docker-compose.yml +++ b/dockge/immich/docker-compose.yml @@ -10,7 +10,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-machine-learning:v1.130.2 + image: ghcr.io/immich-app/immich-machine-learning:v1.130.3 labels: createdBy: Apps networks: @@ -68,7 +68,7 @@ services: env_file: - ./envs/global.env - .env - image: ghcr.io/immich-app/immich-server:v1.130.2 + image: ghcr.io/immich-app/immich-server:v1.130.3 labels: createdBy: Apps networks: diff --git a/dockge/metatube-server/docker-compose.yml b/dockge/metatube-server/docker-compose.yml index 6fcde87c9..84493137c 100644 --- a/dockge/metatube-server/docker-compose.yml +++ b/dockge/metatube-server/docker-compose.yml @@ -15,7 +15,7 @@ services: - DB_MAX_OPEN_CONNS=0 - DB_PREPARED_STMT=false - DB_AUTO_MIGRATE=true - image: ghcr.io/metatube-community/metatube-server:1.2.9 + image: ghcr.io/metatube-community/metatube-server:1.2.10 labels: createdBy: Apps networks: diff --git a/dockge/ollama/docker-compose.yml b/dockge/ollama/docker-compose.yml index 1a030ec14..79d516e23 100644 --- a/dockge/ollama/docker-compose.yml +++ b/dockge/ollama/docker-compose.yml @@ -18,7 +18,7 @@ services: - OLLAMA_MAX_QUEUE=512 - OLLAMA_FLASH_ATTENTION=0 - OLLAMA_KV_CACHE_TYPE=f16 - image: ollama/ollama:0.6.2 + image: ollama/ollama:0.6.3 labels: createdBy: Apps networks: diff --git a/dockge/onedev/docker-compose.yml b/dockge/onedev/docker-compose.yml index aa29f18a4..8f129652f 100644 --- a/dockge/onedev/docker-compose.yml +++ b/dockge/onedev/docker-compose.yml @@ -14,7 +14,7 @@ services: - initial_email=${INITIAL_EMAIL} - initial_server_url=${INITIAL_SERVER_URL} - initial_ssh_root_url=${INITIAL_SSH_ROOT_URL} - image: 1dev/server:11.8.0 + image: 1dev/server:11.8.1 labels: createdBy: Apps networks: diff --git a/dockge/v2raya-global/docker-compose.yml b/dockge/v2raya-global/docker-compose.yml index 34770c35d..f859c2153 100644 --- a/dockge/v2raya-global/docker-compose.yml +++ b/dockge/v2raya-global/docker-compose.yml @@ -13,7 +13,7 @@ services: - IPTABLES_MODE=legacy - V2RAYA_NFTABLES_SUPPORT=off - V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray - image: mzz2017/v2raya:v2.2.6.6 + image: mzz2017/v2raya:v2.2.6.7 labels: createdBy: Apps network_mode: host diff --git a/dockge/v2raya/docker-compose.yml b/dockge/v2raya/docker-compose.yml index 531101853..5e25157b7 100644 --- a/dockge/v2raya/docker-compose.yml +++ b/dockge/v2raya/docker-compose.yml @@ -11,7 +11,7 @@ services: - V2RAYA_ADDRESS=0.0.0.0:2017 - V2RAYA_PLUGINLISTENPORT=32346 - V2RAYA_V2RAY_BIN=/usr/local/bin/v2ray - image: mzz2017/v2raya:v2.2.6.6 + image: mzz2017/v2raya:v2.2.6.7 labels: createdBy: Apps networks: From d260ab3c167bbba0b42f9b2bdc7f8e54246b367e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 03:33:45 +0000 Subject: [PATCH 130/198] Update ghost Docker tag to v5.115.0 --- apps/ghost/5.114.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ghost/5.114.1/docker-compose.yml b/apps/ghost/5.114.1/docker-compose.yml index 1585a4a42..d44317d95 100644 --- a/apps/ghost/5.114.1/docker-compose.yml +++ b/apps/ghost/5.114.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:5.114.1 + image: ghost:5.115.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 2ed07f6e99f29ff9806e8ce62e870f2c2d614981 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 03:33:49 +0000 Subject: [PATCH 131/198] Update xhofe/alist Docker tag to v3.44.0 --- apps/alist-ffmpeg/3.43.0/docker-compose.yml | 2 +- apps/alist/3.43.0/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/alist-ffmpeg/3.43.0/docker-compose.yml b/apps/alist-ffmpeg/3.43.0/docker-compose.yml index e4e13f0e2..64b033aa5 100644 --- a/apps/alist-ffmpeg/3.43.0/docker-compose.yml +++ b/apps/alist-ffmpeg/3.43.0/docker-compose.yml @@ -3,7 +3,7 @@ networks: external: true services: alist: - image: xhofe/alist:v3.43.0-ffmpeg + image: xhofe/alist:v3.44.0-ffmpeg container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/alist/3.43.0/docker-compose.yml b/apps/alist/3.43.0/docker-compose.yml index 0aad129c1..8dbcbfe4c 100644 --- a/apps/alist/3.43.0/docker-compose.yml +++ b/apps/alist/3.43.0/docker-compose.yml @@ -3,7 +3,7 @@ networks: external: true services: alist: - image: xhofe/alist:v3.43.0 + image: xhofe/alist:v3.44.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 1ecef2dbc6735f996d0693ade62a52d9be20c403 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 28 Mar 2025 03:33:56 +0000 Subject: [PATCH 132/198] Update app version [skip ci] --- apps/ghost/{5.114.1 => 5.115.0}/data.yml | 0 apps/ghost/{5.114.1 => 5.115.0}/docker-compose.yml | 0 apps/ghost/{5.114.1 => 5.115.0}/envs/default.env | 0 apps/ghost/{5.114.1 => 5.115.0}/envs/global.env | 0 apps/ghost/{5.114.1 => 5.115.0}/scripts/init.sh | 0 apps/ghost/{5.114.1 => 5.115.0}/scripts/uninstall.sh | 0 apps/ghost/{5.114.1 => 5.115.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ghost/{5.114.1 => 5.115.0}/data.yml (100%) rename apps/ghost/{5.114.1 => 5.115.0}/docker-compose.yml (100%) rename apps/ghost/{5.114.1 => 5.115.0}/envs/default.env (100%) rename apps/ghost/{5.114.1 => 5.115.0}/envs/global.env (100%) rename apps/ghost/{5.114.1 => 5.115.0}/scripts/init.sh (100%) rename apps/ghost/{5.114.1 => 5.115.0}/scripts/uninstall.sh (100%) rename apps/ghost/{5.114.1 => 5.115.0}/scripts/upgrade.sh (100%) diff --git a/apps/ghost/5.114.1/data.yml b/apps/ghost/5.115.0/data.yml similarity index 100% rename from apps/ghost/5.114.1/data.yml rename to apps/ghost/5.115.0/data.yml diff --git a/apps/ghost/5.114.1/docker-compose.yml b/apps/ghost/5.115.0/docker-compose.yml similarity index 100% rename from apps/ghost/5.114.1/docker-compose.yml rename to apps/ghost/5.115.0/docker-compose.yml diff --git a/apps/ghost/5.114.1/envs/default.env b/apps/ghost/5.115.0/envs/default.env similarity index 100% rename from apps/ghost/5.114.1/envs/default.env rename to apps/ghost/5.115.0/envs/default.env diff --git a/apps/ghost/5.114.1/envs/global.env b/apps/ghost/5.115.0/envs/global.env similarity index 100% rename from apps/ghost/5.114.1/envs/global.env rename to apps/ghost/5.115.0/envs/global.env diff --git a/apps/ghost/5.114.1/scripts/init.sh b/apps/ghost/5.115.0/scripts/init.sh similarity index 100% rename from apps/ghost/5.114.1/scripts/init.sh rename to apps/ghost/5.115.0/scripts/init.sh diff --git a/apps/ghost/5.114.1/scripts/uninstall.sh b/apps/ghost/5.115.0/scripts/uninstall.sh similarity index 100% rename from apps/ghost/5.114.1/scripts/uninstall.sh rename to apps/ghost/5.115.0/scripts/uninstall.sh diff --git a/apps/ghost/5.114.1/scripts/upgrade.sh b/apps/ghost/5.115.0/scripts/upgrade.sh similarity index 100% rename from apps/ghost/5.114.1/scripts/upgrade.sh rename to apps/ghost/5.115.0/scripts/upgrade.sh From ee40fef0c88eb60965798661426ed62a9a51af1a Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 28 Mar 2025 03:34:00 +0000 Subject: [PATCH 133/198] Update app version [skip ci] --- apps/alist-ffmpeg/{3.43.0 => 3.44.0}/data.yml | 0 apps/alist-ffmpeg/{3.43.0 => 3.44.0}/docker-compose.yml | 0 apps/alist-ffmpeg/{3.43.0 => 3.44.0}/envs/default.env | 0 apps/alist-ffmpeg/{3.43.0 => 3.44.0}/envs/global.env | 0 apps/alist-ffmpeg/{3.43.0 => 3.44.0}/scripts/init.sh | 0 apps/alist-ffmpeg/{3.43.0 => 3.44.0}/scripts/uninstall.sh | 0 apps/alist-ffmpeg/{3.43.0 => 3.44.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/alist-ffmpeg/{3.43.0 => 3.44.0}/data.yml (100%) rename apps/alist-ffmpeg/{3.43.0 => 3.44.0}/docker-compose.yml (100%) rename apps/alist-ffmpeg/{3.43.0 => 3.44.0}/envs/default.env (100%) rename apps/alist-ffmpeg/{3.43.0 => 3.44.0}/envs/global.env (100%) rename apps/alist-ffmpeg/{3.43.0 => 3.44.0}/scripts/init.sh (100%) rename apps/alist-ffmpeg/{3.43.0 => 3.44.0}/scripts/uninstall.sh (100%) rename apps/alist-ffmpeg/{3.43.0 => 3.44.0}/scripts/upgrade.sh (100%) diff --git a/apps/alist-ffmpeg/3.43.0/data.yml b/apps/alist-ffmpeg/3.44.0/data.yml similarity index 100% rename from apps/alist-ffmpeg/3.43.0/data.yml rename to apps/alist-ffmpeg/3.44.0/data.yml diff --git a/apps/alist-ffmpeg/3.43.0/docker-compose.yml b/apps/alist-ffmpeg/3.44.0/docker-compose.yml similarity index 100% rename from apps/alist-ffmpeg/3.43.0/docker-compose.yml rename to apps/alist-ffmpeg/3.44.0/docker-compose.yml diff --git a/apps/alist-ffmpeg/3.43.0/envs/default.env b/apps/alist-ffmpeg/3.44.0/envs/default.env similarity index 100% rename from apps/alist-ffmpeg/3.43.0/envs/default.env rename to apps/alist-ffmpeg/3.44.0/envs/default.env diff --git a/apps/alist-ffmpeg/3.43.0/envs/global.env b/apps/alist-ffmpeg/3.44.0/envs/global.env similarity index 100% rename from apps/alist-ffmpeg/3.43.0/envs/global.env rename to apps/alist-ffmpeg/3.44.0/envs/global.env diff --git a/apps/alist-ffmpeg/3.43.0/scripts/init.sh b/apps/alist-ffmpeg/3.44.0/scripts/init.sh similarity index 100% rename from apps/alist-ffmpeg/3.43.0/scripts/init.sh rename to apps/alist-ffmpeg/3.44.0/scripts/init.sh diff --git a/apps/alist-ffmpeg/3.43.0/scripts/uninstall.sh b/apps/alist-ffmpeg/3.44.0/scripts/uninstall.sh similarity index 100% rename from apps/alist-ffmpeg/3.43.0/scripts/uninstall.sh rename to apps/alist-ffmpeg/3.44.0/scripts/uninstall.sh diff --git a/apps/alist-ffmpeg/3.43.0/scripts/upgrade.sh b/apps/alist-ffmpeg/3.44.0/scripts/upgrade.sh similarity index 100% rename from apps/alist-ffmpeg/3.43.0/scripts/upgrade.sh rename to apps/alist-ffmpeg/3.44.0/scripts/upgrade.sh From ba7bb7ca273c0b80250e1b1ac7f488150a185a72 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 28 Mar 2025 03:34:01 +0000 Subject: [PATCH 134/198] Update app version [skip ci] --- apps/alist/{3.43.0 => 3.44.0}/data.yml | 0 apps/alist/{3.43.0 => 3.44.0}/docker-compose.yml | 0 apps/alist/{3.43.0 => 3.44.0}/envs/default.env | 0 apps/alist/{3.43.0 => 3.44.0}/envs/global.env | 0 apps/alist/{3.43.0 => 3.44.0}/scripts/init.sh | 0 apps/alist/{3.43.0 => 3.44.0}/scripts/uninstall.sh | 0 apps/alist/{3.43.0 => 3.44.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/alist/{3.43.0 => 3.44.0}/data.yml (100%) rename apps/alist/{3.43.0 => 3.44.0}/docker-compose.yml (100%) rename apps/alist/{3.43.0 => 3.44.0}/envs/default.env (100%) rename apps/alist/{3.43.0 => 3.44.0}/envs/global.env (100%) rename apps/alist/{3.43.0 => 3.44.0}/scripts/init.sh (100%) rename apps/alist/{3.43.0 => 3.44.0}/scripts/uninstall.sh (100%) rename apps/alist/{3.43.0 => 3.44.0}/scripts/upgrade.sh (100%) diff --git a/apps/alist/3.43.0/data.yml b/apps/alist/3.44.0/data.yml similarity index 100% rename from apps/alist/3.43.0/data.yml rename to apps/alist/3.44.0/data.yml diff --git a/apps/alist/3.43.0/docker-compose.yml b/apps/alist/3.44.0/docker-compose.yml similarity index 100% rename from apps/alist/3.43.0/docker-compose.yml rename to apps/alist/3.44.0/docker-compose.yml diff --git a/apps/alist/3.43.0/envs/default.env b/apps/alist/3.44.0/envs/default.env similarity index 100% rename from apps/alist/3.43.0/envs/default.env rename to apps/alist/3.44.0/envs/default.env diff --git a/apps/alist/3.43.0/envs/global.env b/apps/alist/3.44.0/envs/global.env similarity index 100% rename from apps/alist/3.43.0/envs/global.env rename to apps/alist/3.44.0/envs/global.env diff --git a/apps/alist/3.43.0/scripts/init.sh b/apps/alist/3.44.0/scripts/init.sh similarity index 100% rename from apps/alist/3.43.0/scripts/init.sh rename to apps/alist/3.44.0/scripts/init.sh diff --git a/apps/alist/3.43.0/scripts/uninstall.sh b/apps/alist/3.44.0/scripts/uninstall.sh similarity index 100% rename from apps/alist/3.43.0/scripts/uninstall.sh rename to apps/alist/3.44.0/scripts/uninstall.sh diff --git a/apps/alist/3.43.0/scripts/upgrade.sh b/apps/alist/3.44.0/scripts/upgrade.sh similarity index 100% rename from apps/alist/3.43.0/scripts/upgrade.sh rename to apps/alist/3.44.0/scripts/upgrade.sh From 6dc17e1c6d0b92fc47548d90608f22eb7a1586f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 11:04:29 +0000 Subject: [PATCH 135/198] Update wushuo894/ani-rss Docker tag to v1.1.337 --- apps/ani-rss/1.1.336/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ani-rss/1.1.336/docker-compose.yml b/apps/ani-rss/1.1.336/docker-compose.yml index 766d5e660..b0a3f2858 100644 --- a/apps/ani-rss/1.1.336/docker-compose.yml +++ b/apps/ani-rss/1.1.336/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ani-rss: - image: wushuo894/ani-rss:v1.1.336 + image: wushuo894/ani-rss:v1.1.337 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 9925a02fe54026439132b2a76bc44dade66dec40 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 28 Mar 2025 11:04:42 +0000 Subject: [PATCH 136/198] Update app version [skip ci] --- apps/ani-rss/{1.1.336 => 1.1.337}/data.yml | 0 apps/ani-rss/{1.1.336 => 1.1.337}/docker-compose.yml | 0 apps/ani-rss/{1.1.336 => 1.1.337}/envs/default.env | 0 apps/ani-rss/{1.1.336 => 1.1.337}/envs/global.env | 0 apps/ani-rss/{1.1.336 => 1.1.337}/scripts/init.sh | 0 apps/ani-rss/{1.1.336 => 1.1.337}/scripts/uninstall.sh | 0 apps/ani-rss/{1.1.336 => 1.1.337}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ani-rss/{1.1.336 => 1.1.337}/data.yml (100%) rename apps/ani-rss/{1.1.336 => 1.1.337}/docker-compose.yml (100%) rename apps/ani-rss/{1.1.336 => 1.1.337}/envs/default.env (100%) rename apps/ani-rss/{1.1.336 => 1.1.337}/envs/global.env (100%) rename apps/ani-rss/{1.1.336 => 1.1.337}/scripts/init.sh (100%) rename apps/ani-rss/{1.1.336 => 1.1.337}/scripts/uninstall.sh (100%) rename apps/ani-rss/{1.1.336 => 1.1.337}/scripts/upgrade.sh (100%) diff --git a/apps/ani-rss/1.1.336/data.yml b/apps/ani-rss/1.1.337/data.yml similarity index 100% rename from apps/ani-rss/1.1.336/data.yml rename to apps/ani-rss/1.1.337/data.yml diff --git a/apps/ani-rss/1.1.336/docker-compose.yml b/apps/ani-rss/1.1.337/docker-compose.yml similarity index 100% rename from apps/ani-rss/1.1.336/docker-compose.yml rename to apps/ani-rss/1.1.337/docker-compose.yml diff --git a/apps/ani-rss/1.1.336/envs/default.env b/apps/ani-rss/1.1.337/envs/default.env similarity index 100% rename from apps/ani-rss/1.1.336/envs/default.env rename to apps/ani-rss/1.1.337/envs/default.env diff --git a/apps/ani-rss/1.1.336/envs/global.env b/apps/ani-rss/1.1.337/envs/global.env similarity index 100% rename from apps/ani-rss/1.1.336/envs/global.env rename to apps/ani-rss/1.1.337/envs/global.env diff --git a/apps/ani-rss/1.1.336/scripts/init.sh b/apps/ani-rss/1.1.337/scripts/init.sh similarity index 100% rename from apps/ani-rss/1.1.336/scripts/init.sh rename to apps/ani-rss/1.1.337/scripts/init.sh diff --git a/apps/ani-rss/1.1.336/scripts/uninstall.sh b/apps/ani-rss/1.1.337/scripts/uninstall.sh similarity index 100% rename from apps/ani-rss/1.1.336/scripts/uninstall.sh rename to apps/ani-rss/1.1.337/scripts/uninstall.sh diff --git a/apps/ani-rss/1.1.336/scripts/upgrade.sh b/apps/ani-rss/1.1.337/scripts/upgrade.sh similarity index 100% rename from apps/ani-rss/1.1.336/scripts/upgrade.sh rename to apps/ani-rss/1.1.337/scripts/upgrade.sh From 8c00dfc03759727f363617bfda2debc64f4a6a33 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Fri, 28 Mar 2025 12:39:39 +0000 Subject: [PATCH 137/198] Processed apps directory via GitHub Actions --- appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/.env | 0 appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/data.yml | 0 appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/docker-compose.yml | 2 +- appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/envs/default.env | 0 appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/envs/global.env | 0 appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/scripts/init.sh | 0 appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/scripts/uninstall.sh | 0 appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/scripts/upgrade.sh | 0 appstore/alist/{3.43.0 => 3.44.0}/.env | 0 appstore/alist/{3.43.0 => 3.44.0}/data.yml | 0 appstore/alist/{3.43.0 => 3.44.0}/docker-compose.yml | 2 +- appstore/alist/{3.43.0 => 3.44.0}/envs/default.env | 0 appstore/alist/{3.43.0 => 3.44.0}/envs/global.env | 0 appstore/alist/{3.43.0 => 3.44.0}/scripts/init.sh | 0 appstore/alist/{3.43.0 => 3.44.0}/scripts/uninstall.sh | 0 appstore/alist/{3.43.0 => 3.44.0}/scripts/upgrade.sh | 0 appstore/ghost/{5.114.1 => 5.115.0}/.env | 0 appstore/ghost/{5.114.1 => 5.115.0}/data.yml | 0 appstore/ghost/{5.114.1 => 5.115.0}/docker-compose.yml | 2 +- appstore/ghost/{5.114.1 => 5.115.0}/envs/default.env | 0 appstore/ghost/{5.114.1 => 5.115.0}/envs/global.env | 0 appstore/ghost/{5.114.1 => 5.115.0}/scripts/init.sh | 0 appstore/ghost/{5.114.1 => 5.115.0}/scripts/uninstall.sh | 0 appstore/ghost/{5.114.1 => 5.115.0}/scripts/upgrade.sh | 0 dockge/alist-ffmpeg/docker-compose.yml | 2 +- dockge/alist/docker-compose.yml | 2 +- dockge/ghost/docker-compose.yml | 2 +- 27 files changed, 6 insertions(+), 6 deletions(-) rename appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/.env (100%) rename appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/data.yml (100%) rename appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/docker-compose.yml (94%) rename appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/envs/default.env (100%) rename appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/envs/global.env (100%) rename appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/scripts/init.sh (100%) rename appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/scripts/uninstall.sh (100%) rename appstore/alist-ffmpeg/{3.43.0 => 3.44.0}/scripts/upgrade.sh (100%) rename appstore/alist/{3.43.0 => 3.44.0}/.env (100%) rename appstore/alist/{3.43.0 => 3.44.0}/data.yml (100%) rename appstore/alist/{3.43.0 => 3.44.0}/docker-compose.yml (95%) rename appstore/alist/{3.43.0 => 3.44.0}/envs/default.env (100%) rename appstore/alist/{3.43.0 => 3.44.0}/envs/global.env (100%) rename appstore/alist/{3.43.0 => 3.44.0}/scripts/init.sh (100%) rename appstore/alist/{3.43.0 => 3.44.0}/scripts/uninstall.sh (100%) rename appstore/alist/{3.43.0 => 3.44.0}/scripts/upgrade.sh (100%) rename appstore/ghost/{5.114.1 => 5.115.0}/.env (100%) rename appstore/ghost/{5.114.1 => 5.115.0}/data.yml (100%) rename appstore/ghost/{5.114.1 => 5.115.0}/docker-compose.yml (95%) rename appstore/ghost/{5.114.1 => 5.115.0}/envs/default.env (100%) rename appstore/ghost/{5.114.1 => 5.115.0}/envs/global.env (100%) rename appstore/ghost/{5.114.1 => 5.115.0}/scripts/init.sh (100%) rename appstore/ghost/{5.114.1 => 5.115.0}/scripts/uninstall.sh (100%) rename appstore/ghost/{5.114.1 => 5.115.0}/scripts/upgrade.sh (100%) diff --git a/appstore/alist-ffmpeg/3.43.0/.env b/appstore/alist-ffmpeg/3.44.0/.env similarity index 100% rename from appstore/alist-ffmpeg/3.43.0/.env rename to appstore/alist-ffmpeg/3.44.0/.env diff --git a/appstore/alist-ffmpeg/3.43.0/data.yml b/appstore/alist-ffmpeg/3.44.0/data.yml similarity index 100% rename from appstore/alist-ffmpeg/3.43.0/data.yml rename to appstore/alist-ffmpeg/3.44.0/data.yml diff --git a/appstore/alist-ffmpeg/3.43.0/docker-compose.yml b/appstore/alist-ffmpeg/3.44.0/docker-compose.yml similarity index 94% rename from appstore/alist-ffmpeg/3.43.0/docker-compose.yml rename to appstore/alist-ffmpeg/3.44.0/docker-compose.yml index bb3b518b6..2311a14da 100644 --- a/appstore/alist-ffmpeg/3.43.0/docker-compose.yml +++ b/appstore/alist-ffmpeg/3.44.0/docker-compose.yml @@ -12,7 +12,7 @@ services: - PGID=0 - UMASK=022 - FORCE=false - image: xhofe/alist:v3.43.0-ffmpeg + image: xhofe/alist:v3.44.0-ffmpeg labels: createdBy: Apps networks: diff --git a/appstore/alist-ffmpeg/3.43.0/envs/default.env b/appstore/alist-ffmpeg/3.44.0/envs/default.env similarity index 100% rename from appstore/alist-ffmpeg/3.43.0/envs/default.env rename to appstore/alist-ffmpeg/3.44.0/envs/default.env diff --git a/appstore/alist-ffmpeg/3.43.0/envs/global.env b/appstore/alist-ffmpeg/3.44.0/envs/global.env similarity index 100% rename from appstore/alist-ffmpeg/3.43.0/envs/global.env rename to appstore/alist-ffmpeg/3.44.0/envs/global.env diff --git a/appstore/alist-ffmpeg/3.43.0/scripts/init.sh b/appstore/alist-ffmpeg/3.44.0/scripts/init.sh similarity index 100% rename from appstore/alist-ffmpeg/3.43.0/scripts/init.sh rename to appstore/alist-ffmpeg/3.44.0/scripts/init.sh diff --git a/appstore/alist-ffmpeg/3.43.0/scripts/uninstall.sh b/appstore/alist-ffmpeg/3.44.0/scripts/uninstall.sh similarity index 100% rename from appstore/alist-ffmpeg/3.43.0/scripts/uninstall.sh rename to appstore/alist-ffmpeg/3.44.0/scripts/uninstall.sh diff --git a/appstore/alist-ffmpeg/3.43.0/scripts/upgrade.sh b/appstore/alist-ffmpeg/3.44.0/scripts/upgrade.sh similarity index 100% rename from appstore/alist-ffmpeg/3.43.0/scripts/upgrade.sh rename to appstore/alist-ffmpeg/3.44.0/scripts/upgrade.sh diff --git a/appstore/alist/3.43.0/.env b/appstore/alist/3.44.0/.env similarity index 100% rename from appstore/alist/3.43.0/.env rename to appstore/alist/3.44.0/.env diff --git a/appstore/alist/3.43.0/data.yml b/appstore/alist/3.44.0/data.yml similarity index 100% rename from appstore/alist/3.43.0/data.yml rename to appstore/alist/3.44.0/data.yml diff --git a/appstore/alist/3.43.0/docker-compose.yml b/appstore/alist/3.44.0/docker-compose.yml similarity index 95% rename from appstore/alist/3.43.0/docker-compose.yml rename to appstore/alist/3.44.0/docker-compose.yml index c93503bad..9e7178f47 100644 --- a/appstore/alist/3.43.0/docker-compose.yml +++ b/appstore/alist/3.44.0/docker-compose.yml @@ -12,7 +12,7 @@ services: - PGID=0 - UMASK=022 - FORCE=false - image: xhofe/alist:v3.43.0 + image: xhofe/alist:v3.44.0 labels: createdBy: Apps networks: diff --git a/appstore/alist/3.43.0/envs/default.env b/appstore/alist/3.44.0/envs/default.env similarity index 100% rename from appstore/alist/3.43.0/envs/default.env rename to appstore/alist/3.44.0/envs/default.env diff --git a/appstore/alist/3.43.0/envs/global.env b/appstore/alist/3.44.0/envs/global.env similarity index 100% rename from appstore/alist/3.43.0/envs/global.env rename to appstore/alist/3.44.0/envs/global.env diff --git a/appstore/alist/3.43.0/scripts/init.sh b/appstore/alist/3.44.0/scripts/init.sh similarity index 100% rename from appstore/alist/3.43.0/scripts/init.sh rename to appstore/alist/3.44.0/scripts/init.sh diff --git a/appstore/alist/3.43.0/scripts/uninstall.sh b/appstore/alist/3.44.0/scripts/uninstall.sh similarity index 100% rename from appstore/alist/3.43.0/scripts/uninstall.sh rename to appstore/alist/3.44.0/scripts/uninstall.sh diff --git a/appstore/alist/3.43.0/scripts/upgrade.sh b/appstore/alist/3.44.0/scripts/upgrade.sh similarity index 100% rename from appstore/alist/3.43.0/scripts/upgrade.sh rename to appstore/alist/3.44.0/scripts/upgrade.sh diff --git a/appstore/ghost/5.114.1/.env b/appstore/ghost/5.115.0/.env similarity index 100% rename from appstore/ghost/5.114.1/.env rename to appstore/ghost/5.115.0/.env diff --git a/appstore/ghost/5.114.1/data.yml b/appstore/ghost/5.115.0/data.yml similarity index 100% rename from appstore/ghost/5.114.1/data.yml rename to appstore/ghost/5.115.0/data.yml diff --git a/appstore/ghost/5.114.1/docker-compose.yml b/appstore/ghost/5.115.0/docker-compose.yml similarity index 95% rename from appstore/ghost/5.114.1/docker-compose.yml rename to appstore/ghost/5.115.0/docker-compose.yml index 204e4db50..f9af8c6d6 100644 --- a/appstore/ghost/5.114.1/docker-compose.yml +++ b/appstore/ghost/5.115.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - database__client=mysql - mail__options__service=Email - mail__options__secure=true - image: ghost:5.114.1 + image: ghost:5.115.0 labels: createdBy: Apps networks: diff --git a/appstore/ghost/5.114.1/envs/default.env b/appstore/ghost/5.115.0/envs/default.env similarity index 100% rename from appstore/ghost/5.114.1/envs/default.env rename to appstore/ghost/5.115.0/envs/default.env diff --git a/appstore/ghost/5.114.1/envs/global.env b/appstore/ghost/5.115.0/envs/global.env similarity index 100% rename from appstore/ghost/5.114.1/envs/global.env rename to appstore/ghost/5.115.0/envs/global.env diff --git a/appstore/ghost/5.114.1/scripts/init.sh b/appstore/ghost/5.115.0/scripts/init.sh similarity index 100% rename from appstore/ghost/5.114.1/scripts/init.sh rename to appstore/ghost/5.115.0/scripts/init.sh diff --git a/appstore/ghost/5.114.1/scripts/uninstall.sh b/appstore/ghost/5.115.0/scripts/uninstall.sh similarity index 100% rename from appstore/ghost/5.114.1/scripts/uninstall.sh rename to appstore/ghost/5.115.0/scripts/uninstall.sh diff --git a/appstore/ghost/5.114.1/scripts/upgrade.sh b/appstore/ghost/5.115.0/scripts/upgrade.sh similarity index 100% rename from appstore/ghost/5.114.1/scripts/upgrade.sh rename to appstore/ghost/5.115.0/scripts/upgrade.sh diff --git a/dockge/alist-ffmpeg/docker-compose.yml b/dockge/alist-ffmpeg/docker-compose.yml index bb3b518b6..2311a14da 100644 --- a/dockge/alist-ffmpeg/docker-compose.yml +++ b/dockge/alist-ffmpeg/docker-compose.yml @@ -12,7 +12,7 @@ services: - PGID=0 - UMASK=022 - FORCE=false - image: xhofe/alist:v3.43.0-ffmpeg + image: xhofe/alist:v3.44.0-ffmpeg labels: createdBy: Apps networks: diff --git a/dockge/alist/docker-compose.yml b/dockge/alist/docker-compose.yml index c93503bad..9e7178f47 100644 --- a/dockge/alist/docker-compose.yml +++ b/dockge/alist/docker-compose.yml @@ -12,7 +12,7 @@ services: - PGID=0 - UMASK=022 - FORCE=false - image: xhofe/alist:v3.43.0 + image: xhofe/alist:v3.44.0 labels: createdBy: Apps networks: diff --git a/dockge/ghost/docker-compose.yml b/dockge/ghost/docker-compose.yml index 204e4db50..f9af8c6d6 100644 --- a/dockge/ghost/docker-compose.yml +++ b/dockge/ghost/docker-compose.yml @@ -14,7 +14,7 @@ services: - database__client=mysql - mail__options__service=Email - mail__options__secure=true - image: ghost:5.114.1 + image: ghost:5.115.0 labels: createdBy: Apps networks: From 8a89b26787d35b80f679fc43a8c580a000cd8164 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 19:23:52 +0000 Subject: [PATCH 138/198] Update envyafish/byte-muse Docker tag to v1.10.1 --- apps/byte-muse/1.10.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/byte-muse/1.10.0/docker-compose.yml b/apps/byte-muse/1.10.0/docker-compose.yml index d56b30575..49f69c3b5 100644 --- a/apps/byte-muse/1.10.0/docker-compose.yml +++ b/apps/byte-muse/1.10.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: auto-lady: - image: envyafish/byte-muse:1.10.0 + image: envyafish/byte-muse:1.10.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 06783727559057798f6e09b5ddda0df611c89b75 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 28 Mar 2025 19:24:07 +0000 Subject: [PATCH 139/198] Update app version [skip ci] --- apps/byte-muse/{1.10.0 => 1.10.1}/data.yml | 0 apps/byte-muse/{1.10.0 => 1.10.1}/docker-compose.yml | 0 apps/byte-muse/{1.10.0 => 1.10.1}/envs/default.env | 0 apps/byte-muse/{1.10.0 => 1.10.1}/envs/global.env | 0 apps/byte-muse/{1.10.0 => 1.10.1}/scripts/init.sh | 0 apps/byte-muse/{1.10.0 => 1.10.1}/scripts/uninstall.sh | 0 apps/byte-muse/{1.10.0 => 1.10.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/byte-muse/{1.10.0 => 1.10.1}/data.yml (100%) rename apps/byte-muse/{1.10.0 => 1.10.1}/docker-compose.yml (100%) rename apps/byte-muse/{1.10.0 => 1.10.1}/envs/default.env (100%) rename apps/byte-muse/{1.10.0 => 1.10.1}/envs/global.env (100%) rename apps/byte-muse/{1.10.0 => 1.10.1}/scripts/init.sh (100%) rename apps/byte-muse/{1.10.0 => 1.10.1}/scripts/uninstall.sh (100%) rename apps/byte-muse/{1.10.0 => 1.10.1}/scripts/upgrade.sh (100%) diff --git a/apps/byte-muse/1.10.0/data.yml b/apps/byte-muse/1.10.1/data.yml similarity index 100% rename from apps/byte-muse/1.10.0/data.yml rename to apps/byte-muse/1.10.1/data.yml diff --git a/apps/byte-muse/1.10.0/docker-compose.yml b/apps/byte-muse/1.10.1/docker-compose.yml similarity index 100% rename from apps/byte-muse/1.10.0/docker-compose.yml rename to apps/byte-muse/1.10.1/docker-compose.yml diff --git a/apps/byte-muse/1.10.0/envs/default.env b/apps/byte-muse/1.10.1/envs/default.env similarity index 100% rename from apps/byte-muse/1.10.0/envs/default.env rename to apps/byte-muse/1.10.1/envs/default.env diff --git a/apps/byte-muse/1.10.0/envs/global.env b/apps/byte-muse/1.10.1/envs/global.env similarity index 100% rename from apps/byte-muse/1.10.0/envs/global.env rename to apps/byte-muse/1.10.1/envs/global.env diff --git a/apps/byte-muse/1.10.0/scripts/init.sh b/apps/byte-muse/1.10.1/scripts/init.sh similarity index 100% rename from apps/byte-muse/1.10.0/scripts/init.sh rename to apps/byte-muse/1.10.1/scripts/init.sh diff --git a/apps/byte-muse/1.10.0/scripts/uninstall.sh b/apps/byte-muse/1.10.1/scripts/uninstall.sh similarity index 100% rename from apps/byte-muse/1.10.0/scripts/uninstall.sh rename to apps/byte-muse/1.10.1/scripts/uninstall.sh diff --git a/apps/byte-muse/1.10.0/scripts/upgrade.sh b/apps/byte-muse/1.10.1/scripts/upgrade.sh similarity index 100% rename from apps/byte-muse/1.10.0/scripts/upgrade.sh rename to apps/byte-muse/1.10.1/scripts/upgrade.sh From fe060f6ce0a64acd133a9f5707b7bb3c25e000b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 19:31:25 +0000 Subject: [PATCH 140/198] Update diygod/rsshub Docker tag to v2025-03-28 --- apps/rsshub/2025-03-27/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rsshub/2025-03-27/docker-compose.yml b/apps/rsshub/2025-03-27/docker-compose.yml index 1bb262f21..54f0d7558 100644 --- a/apps/rsshub/2025-03-27/docker-compose.yml +++ b/apps/rsshub/2025-03-27/docker-compose.yml @@ -23,7 +23,7 @@ services: timeout: 10s retries: 3 rsshub: - image: diygod/rsshub:2025-03-27 + image: diygod/rsshub:2025-03-28 container_name: rsshub-${CONTAINER_NAME} depends_on: - browserless From 89fe4d4c76507fd98e9ac6b74b4cba5df54ade8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 19:31:30 +0000 Subject: [PATCH 141/198] Update ghcr.io/metatube-community/metatube-server Docker tag to v1.2.11 --- apps/metatube-server/1.2.10/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/metatube-server/1.2.10/docker-compose.yml b/apps/metatube-server/1.2.10/docker-compose.yml index 9cfffad42..88d178352 100644 --- a/apps/metatube-server/1.2.10/docker-compose.yml +++ b/apps/metatube-server/1.2.10/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: metatube-server: - image: ghcr.io/metatube-community/metatube-server:1.2.10 + image: ghcr.io/metatube-community/metatube-server:1.2.11 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 56cfb2bcc744f95763ce55f57e3e500b6464df0f Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 28 Mar 2025 19:31:40 +0000 Subject: [PATCH 142/198] Update app version [skip ci] --- apps/rsshub/{2025-03-27 => 2025-03-28}/data.yml | 0 apps/rsshub/{2025-03-27 => 2025-03-28}/docker-compose.yml | 0 apps/rsshub/{2025-03-27 => 2025-03-28}/envs/default.env | 0 apps/rsshub/{2025-03-27 => 2025-03-28}/envs/global.env | 0 apps/rsshub/{2025-03-27 => 2025-03-28}/scripts/init.sh | 0 apps/rsshub/{2025-03-27 => 2025-03-28}/scripts/uninstall.sh | 0 apps/rsshub/{2025-03-27 => 2025-03-28}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/rsshub/{2025-03-27 => 2025-03-28}/data.yml (100%) rename apps/rsshub/{2025-03-27 => 2025-03-28}/docker-compose.yml (100%) rename apps/rsshub/{2025-03-27 => 2025-03-28}/envs/default.env (100%) rename apps/rsshub/{2025-03-27 => 2025-03-28}/envs/global.env (100%) rename apps/rsshub/{2025-03-27 => 2025-03-28}/scripts/init.sh (100%) rename apps/rsshub/{2025-03-27 => 2025-03-28}/scripts/uninstall.sh (100%) rename apps/rsshub/{2025-03-27 => 2025-03-28}/scripts/upgrade.sh (100%) diff --git a/apps/rsshub/2025-03-27/data.yml b/apps/rsshub/2025-03-28/data.yml similarity index 100% rename from apps/rsshub/2025-03-27/data.yml rename to apps/rsshub/2025-03-28/data.yml diff --git a/apps/rsshub/2025-03-27/docker-compose.yml b/apps/rsshub/2025-03-28/docker-compose.yml similarity index 100% rename from apps/rsshub/2025-03-27/docker-compose.yml rename to apps/rsshub/2025-03-28/docker-compose.yml diff --git a/apps/rsshub/2025-03-27/envs/default.env b/apps/rsshub/2025-03-28/envs/default.env similarity index 100% rename from apps/rsshub/2025-03-27/envs/default.env rename to apps/rsshub/2025-03-28/envs/default.env diff --git a/apps/rsshub/2025-03-27/envs/global.env b/apps/rsshub/2025-03-28/envs/global.env similarity index 100% rename from apps/rsshub/2025-03-27/envs/global.env rename to apps/rsshub/2025-03-28/envs/global.env diff --git a/apps/rsshub/2025-03-27/scripts/init.sh b/apps/rsshub/2025-03-28/scripts/init.sh similarity index 100% rename from apps/rsshub/2025-03-27/scripts/init.sh rename to apps/rsshub/2025-03-28/scripts/init.sh diff --git a/apps/rsshub/2025-03-27/scripts/uninstall.sh b/apps/rsshub/2025-03-28/scripts/uninstall.sh similarity index 100% rename from apps/rsshub/2025-03-27/scripts/uninstall.sh rename to apps/rsshub/2025-03-28/scripts/uninstall.sh diff --git a/apps/rsshub/2025-03-27/scripts/upgrade.sh b/apps/rsshub/2025-03-28/scripts/upgrade.sh similarity index 100% rename from apps/rsshub/2025-03-27/scripts/upgrade.sh rename to apps/rsshub/2025-03-28/scripts/upgrade.sh From 65194e79832c11ab2956333125529bb1c8c5baaa Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 28 Mar 2025 19:31:43 +0000 Subject: [PATCH 143/198] Update app version [skip ci] --- apps/metatube-server/{1.2.10 => 1.2.11}/data.yml | 0 apps/metatube-server/{1.2.10 => 1.2.11}/docker-compose.yml | 0 apps/metatube-server/{1.2.10 => 1.2.11}/envs/default.env | 0 apps/metatube-server/{1.2.10 => 1.2.11}/envs/global.env | 0 apps/metatube-server/{1.2.10 => 1.2.11}/scripts/init.sh | 0 apps/metatube-server/{1.2.10 => 1.2.11}/scripts/uninstall.sh | 0 apps/metatube-server/{1.2.10 => 1.2.11}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/metatube-server/{1.2.10 => 1.2.11}/data.yml (100%) rename apps/metatube-server/{1.2.10 => 1.2.11}/docker-compose.yml (100%) rename apps/metatube-server/{1.2.10 => 1.2.11}/envs/default.env (100%) rename apps/metatube-server/{1.2.10 => 1.2.11}/envs/global.env (100%) rename apps/metatube-server/{1.2.10 => 1.2.11}/scripts/init.sh (100%) rename apps/metatube-server/{1.2.10 => 1.2.11}/scripts/uninstall.sh (100%) rename apps/metatube-server/{1.2.10 => 1.2.11}/scripts/upgrade.sh (100%) diff --git a/apps/metatube-server/1.2.10/data.yml b/apps/metatube-server/1.2.11/data.yml similarity index 100% rename from apps/metatube-server/1.2.10/data.yml rename to apps/metatube-server/1.2.11/data.yml diff --git a/apps/metatube-server/1.2.10/docker-compose.yml b/apps/metatube-server/1.2.11/docker-compose.yml similarity index 100% rename from apps/metatube-server/1.2.10/docker-compose.yml rename to apps/metatube-server/1.2.11/docker-compose.yml diff --git a/apps/metatube-server/1.2.10/envs/default.env b/apps/metatube-server/1.2.11/envs/default.env similarity index 100% rename from apps/metatube-server/1.2.10/envs/default.env rename to apps/metatube-server/1.2.11/envs/default.env diff --git a/apps/metatube-server/1.2.10/envs/global.env b/apps/metatube-server/1.2.11/envs/global.env similarity index 100% rename from apps/metatube-server/1.2.10/envs/global.env rename to apps/metatube-server/1.2.11/envs/global.env diff --git a/apps/metatube-server/1.2.10/scripts/init.sh b/apps/metatube-server/1.2.11/scripts/init.sh similarity index 100% rename from apps/metatube-server/1.2.10/scripts/init.sh rename to apps/metatube-server/1.2.11/scripts/init.sh diff --git a/apps/metatube-server/1.2.10/scripts/uninstall.sh b/apps/metatube-server/1.2.11/scripts/uninstall.sh similarity index 100% rename from apps/metatube-server/1.2.10/scripts/uninstall.sh rename to apps/metatube-server/1.2.11/scripts/uninstall.sh diff --git a/apps/metatube-server/1.2.10/scripts/upgrade.sh b/apps/metatube-server/1.2.11/scripts/upgrade.sh similarity index 100% rename from apps/metatube-server/1.2.10/scripts/upgrade.sh rename to apps/metatube-server/1.2.11/scripts/upgrade.sh From 0fc6bda29df9dd27d4b934807c4d1f730daf07d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Mar 2025 20:16:06 +0000 Subject: [PATCH 144/198] Update dockurr/windows Docker tag to v4.28 --- apps/windows/4.27/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/windows/4.27/docker-compose.yml b/apps/windows/4.27/docker-compose.yml index 3fb2f446c..ab4dcc0c4 100644 --- a/apps/windows/4.27/docker-compose.yml +++ b/apps/windows/4.27/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: windows: - image: dockurr/windows:4.27 + image: dockurr/windows:4.28 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 087cb0308dca0a5ec0937de2ea7d7b87d25b01ce Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Fri, 28 Mar 2025 20:16:19 +0000 Subject: [PATCH 145/198] Update app version [skip ci] --- apps/windows/{4.27 => 4.28}/data.yml | 0 apps/windows/{4.27 => 4.28}/docker-compose.yml | 0 apps/windows/{4.27 => 4.28}/envs/default.env | 0 apps/windows/{4.27 => 4.28}/envs/global.env | 0 apps/windows/{4.27 => 4.28}/scripts/init.sh | 0 apps/windows/{4.27 => 4.28}/scripts/uninstall.sh | 0 apps/windows/{4.27 => 4.28}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/windows/{4.27 => 4.28}/data.yml (100%) rename apps/windows/{4.27 => 4.28}/docker-compose.yml (100%) rename apps/windows/{4.27 => 4.28}/envs/default.env (100%) rename apps/windows/{4.27 => 4.28}/envs/global.env (100%) rename apps/windows/{4.27 => 4.28}/scripts/init.sh (100%) rename apps/windows/{4.27 => 4.28}/scripts/uninstall.sh (100%) rename apps/windows/{4.27 => 4.28}/scripts/upgrade.sh (100%) diff --git a/apps/windows/4.27/data.yml b/apps/windows/4.28/data.yml similarity index 100% rename from apps/windows/4.27/data.yml rename to apps/windows/4.28/data.yml diff --git a/apps/windows/4.27/docker-compose.yml b/apps/windows/4.28/docker-compose.yml similarity index 100% rename from apps/windows/4.27/docker-compose.yml rename to apps/windows/4.28/docker-compose.yml diff --git a/apps/windows/4.27/envs/default.env b/apps/windows/4.28/envs/default.env similarity index 100% rename from apps/windows/4.27/envs/default.env rename to apps/windows/4.28/envs/default.env diff --git a/apps/windows/4.27/envs/global.env b/apps/windows/4.28/envs/global.env similarity index 100% rename from apps/windows/4.27/envs/global.env rename to apps/windows/4.28/envs/global.env diff --git a/apps/windows/4.27/scripts/init.sh b/apps/windows/4.28/scripts/init.sh similarity index 100% rename from apps/windows/4.27/scripts/init.sh rename to apps/windows/4.28/scripts/init.sh diff --git a/apps/windows/4.27/scripts/uninstall.sh b/apps/windows/4.28/scripts/uninstall.sh similarity index 100% rename from apps/windows/4.27/scripts/uninstall.sh rename to apps/windows/4.28/scripts/uninstall.sh diff --git a/apps/windows/4.27/scripts/upgrade.sh b/apps/windows/4.28/scripts/upgrade.sh similarity index 100% rename from apps/windows/4.27/scripts/upgrade.sh rename to apps/windows/4.28/scripts/upgrade.sh From 2eb23c4cda734aeefeb33cbcbcf060bc9e42e25c Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Fri, 28 Mar 2025 21:18:39 +0000 Subject: [PATCH 146/198] Processed apps directory via GitHub Actions --- appstore/ani-rss/{1.1.336 => 1.1.337}/.env | 0 appstore/ani-rss/{1.1.336 => 1.1.337}/data.yml | 0 appstore/ani-rss/{1.1.336 => 1.1.337}/docker-compose.yml | 2 +- appstore/ani-rss/{1.1.336 => 1.1.337}/envs/default.env | 0 appstore/ani-rss/{1.1.336 => 1.1.337}/envs/global.env | 0 appstore/ani-rss/{1.1.336 => 1.1.337}/scripts/init.sh | 0 appstore/ani-rss/{1.1.336 => 1.1.337}/scripts/uninstall.sh | 0 appstore/ani-rss/{1.1.336 => 1.1.337}/scripts/upgrade.sh | 0 appstore/byte-muse/{1.10.0 => 1.10.1}/.env | 0 appstore/byte-muse/{1.10.0 => 1.10.1}/data.yml | 0 appstore/byte-muse/{1.10.0 => 1.10.1}/docker-compose.yml | 2 +- appstore/byte-muse/{1.10.0 => 1.10.1}/envs/default.env | 0 appstore/byte-muse/{1.10.0 => 1.10.1}/envs/global.env | 0 appstore/byte-muse/{1.10.0 => 1.10.1}/scripts/init.sh | 0 appstore/byte-muse/{1.10.0 => 1.10.1}/scripts/uninstall.sh | 0 appstore/byte-muse/{1.10.0 => 1.10.1}/scripts/upgrade.sh | 0 appstore/metatube-server/{1.2.10 => 1.2.11}/.env | 0 appstore/metatube-server/{1.2.10 => 1.2.11}/data.yml | 0 appstore/metatube-server/{1.2.10 => 1.2.11}/docker-compose.yml | 2 +- appstore/metatube-server/{1.2.10 => 1.2.11}/envs/default.env | 0 appstore/metatube-server/{1.2.10 => 1.2.11}/envs/global.env | 0 appstore/metatube-server/{1.2.10 => 1.2.11}/scripts/init.sh | 0 .../metatube-server/{1.2.10 => 1.2.11}/scripts/uninstall.sh | 0 appstore/metatube-server/{1.2.10 => 1.2.11}/scripts/upgrade.sh | 0 appstore/movie-pilot/{2.3.4 => 2.3.5}/.env | 0 appstore/movie-pilot/{2.3.4 => 2.3.5}/data.yml | 0 .../movie-pilot/2.3.5}/docker-compose.yml | 2 +- appstore/movie-pilot/{2.3.4 => 2.3.5}/envs/default.env | 0 appstore/movie-pilot/{2.3.4 => 2.3.5}/envs/global.env | 0 appstore/movie-pilot/{2.3.4 => 2.3.5}/envs/movie-pilot.env | 0 appstore/movie-pilot/{2.3.4 => 2.3.5}/scripts/init.sh | 0 appstore/movie-pilot/{2.3.4 => 2.3.5}/scripts/uninstall.sh | 0 appstore/movie-pilot/{2.3.4 => 2.3.5}/scripts/upgrade.sh | 0 appstore/rsshub/{2025-03-26 => 2025-03-28}/.env | 0 appstore/rsshub/{2025-03-26 => 2025-03-28}/data.yml | 0 appstore/rsshub/{2025-03-26 => 2025-03-28}/docker-compose.yml | 2 +- appstore/rsshub/{2025-03-26 => 2025-03-28}/envs/default.env | 0 appstore/rsshub/{2025-03-26 => 2025-03-28}/envs/global.env | 0 appstore/rsshub/{2025-03-26 => 2025-03-28}/scripts/init.sh | 0 appstore/rsshub/{2025-03-26 => 2025-03-28}/scripts/uninstall.sh | 0 appstore/rsshub/{2025-03-26 => 2025-03-28}/scripts/upgrade.sh | 0 dockge/ani-rss/docker-compose.yml | 2 +- dockge/byte-muse/docker-compose.yml | 2 +- dockge/metatube-server/docker-compose.yml | 2 +- dockge/{movie-pilot_2_3_4 => movie-pilot_2_3_5}/.env | 0 .../2.3.4 => dockge/movie-pilot_2_3_5}/docker-compose.yml | 2 +- .../{movie-pilot_2_3_4 => movie-pilot_2_3_5}/envs/default.env | 0 dockge/{movie-pilot_2_3_4 => movie-pilot_2_3_5}/envs/global.env | 0 .../envs/movie-pilot.env | 0 dockge/rsshub/docker-compose.yml | 2 +- 50 files changed, 10 insertions(+), 10 deletions(-) rename appstore/ani-rss/{1.1.336 => 1.1.337}/.env (100%) rename appstore/ani-rss/{1.1.336 => 1.1.337}/data.yml (100%) rename appstore/ani-rss/{1.1.336 => 1.1.337}/docker-compose.yml (95%) rename appstore/ani-rss/{1.1.336 => 1.1.337}/envs/default.env (100%) rename appstore/ani-rss/{1.1.336 => 1.1.337}/envs/global.env (100%) rename appstore/ani-rss/{1.1.336 => 1.1.337}/scripts/init.sh (100%) rename appstore/ani-rss/{1.1.336 => 1.1.337}/scripts/uninstall.sh (100%) rename appstore/ani-rss/{1.1.336 => 1.1.337}/scripts/upgrade.sh (100%) rename appstore/byte-muse/{1.10.0 => 1.10.1}/.env (100%) rename appstore/byte-muse/{1.10.0 => 1.10.1}/data.yml (100%) rename appstore/byte-muse/{1.10.0 => 1.10.1}/docker-compose.yml (95%) rename appstore/byte-muse/{1.10.0 => 1.10.1}/envs/default.env (100%) rename appstore/byte-muse/{1.10.0 => 1.10.1}/envs/global.env (100%) rename appstore/byte-muse/{1.10.0 => 1.10.1}/scripts/init.sh (100%) rename appstore/byte-muse/{1.10.0 => 1.10.1}/scripts/uninstall.sh (100%) rename appstore/byte-muse/{1.10.0 => 1.10.1}/scripts/upgrade.sh (100%) rename appstore/metatube-server/{1.2.10 => 1.2.11}/.env (100%) rename appstore/metatube-server/{1.2.10 => 1.2.11}/data.yml (100%) rename appstore/metatube-server/{1.2.10 => 1.2.11}/docker-compose.yml (91%) rename appstore/metatube-server/{1.2.10 => 1.2.11}/envs/default.env (100%) rename appstore/metatube-server/{1.2.10 => 1.2.11}/envs/global.env (100%) rename appstore/metatube-server/{1.2.10 => 1.2.11}/scripts/init.sh (100%) rename appstore/metatube-server/{1.2.10 => 1.2.11}/scripts/uninstall.sh (100%) rename appstore/metatube-server/{1.2.10 => 1.2.11}/scripts/upgrade.sh (100%) rename appstore/movie-pilot/{2.3.4 => 2.3.5}/.env (100%) rename appstore/movie-pilot/{2.3.4 => 2.3.5}/data.yml (100%) rename {dockge/movie-pilot_2_3_4 => appstore/movie-pilot/2.3.5}/docker-compose.yml (97%) rename appstore/movie-pilot/{2.3.4 => 2.3.5}/envs/default.env (100%) rename appstore/movie-pilot/{2.3.4 => 2.3.5}/envs/global.env (100%) rename appstore/movie-pilot/{2.3.4 => 2.3.5}/envs/movie-pilot.env (100%) rename appstore/movie-pilot/{2.3.4 => 2.3.5}/scripts/init.sh (100%) rename appstore/movie-pilot/{2.3.4 => 2.3.5}/scripts/uninstall.sh (100%) rename appstore/movie-pilot/{2.3.4 => 2.3.5}/scripts/upgrade.sh (100%) rename appstore/rsshub/{2025-03-26 => 2025-03-28}/.env (100%) rename appstore/rsshub/{2025-03-26 => 2025-03-28}/data.yml (100%) rename appstore/rsshub/{2025-03-26 => 2025-03-28}/docker-compose.yml (97%) rename appstore/rsshub/{2025-03-26 => 2025-03-28}/envs/default.env (100%) rename appstore/rsshub/{2025-03-26 => 2025-03-28}/envs/global.env (100%) rename appstore/rsshub/{2025-03-26 => 2025-03-28}/scripts/init.sh (100%) rename appstore/rsshub/{2025-03-26 => 2025-03-28}/scripts/uninstall.sh (100%) rename appstore/rsshub/{2025-03-26 => 2025-03-28}/scripts/upgrade.sh (100%) rename dockge/{movie-pilot_2_3_4 => movie-pilot_2_3_5}/.env (100%) rename {appstore/movie-pilot/2.3.4 => dockge/movie-pilot_2_3_5}/docker-compose.yml (97%) rename dockge/{movie-pilot_2_3_4 => movie-pilot_2_3_5}/envs/default.env (100%) rename dockge/{movie-pilot_2_3_4 => movie-pilot_2_3_5}/envs/global.env (100%) rename dockge/{movie-pilot_2_3_4 => movie-pilot_2_3_5}/envs/movie-pilot.env (100%) diff --git a/appstore/ani-rss/1.1.336/.env b/appstore/ani-rss/1.1.337/.env similarity index 100% rename from appstore/ani-rss/1.1.336/.env rename to appstore/ani-rss/1.1.337/.env diff --git a/appstore/ani-rss/1.1.336/data.yml b/appstore/ani-rss/1.1.337/data.yml similarity index 100% rename from appstore/ani-rss/1.1.336/data.yml rename to appstore/ani-rss/1.1.337/data.yml diff --git a/appstore/ani-rss/1.1.336/docker-compose.yml b/appstore/ani-rss/1.1.337/docker-compose.yml similarity index 95% rename from appstore/ani-rss/1.1.336/docker-compose.yml rename to appstore/ani-rss/1.1.337/docker-compose.yml index 1424468a1..8a21a52ae 100644 --- a/appstore/ani-rss/1.1.336/docker-compose.yml +++ b/appstore/ani-rss/1.1.337/docker-compose.yml @@ -11,7 +11,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v1.1.336 + image: wushuo894/ani-rss:v1.1.337 labels: createdBy: Apps networks: diff --git a/appstore/ani-rss/1.1.336/envs/default.env b/appstore/ani-rss/1.1.337/envs/default.env similarity index 100% rename from appstore/ani-rss/1.1.336/envs/default.env rename to appstore/ani-rss/1.1.337/envs/default.env diff --git a/appstore/ani-rss/1.1.336/envs/global.env b/appstore/ani-rss/1.1.337/envs/global.env similarity index 100% rename from appstore/ani-rss/1.1.336/envs/global.env rename to appstore/ani-rss/1.1.337/envs/global.env diff --git a/appstore/ani-rss/1.1.336/scripts/init.sh b/appstore/ani-rss/1.1.337/scripts/init.sh similarity index 100% rename from appstore/ani-rss/1.1.336/scripts/init.sh rename to appstore/ani-rss/1.1.337/scripts/init.sh diff --git a/appstore/ani-rss/1.1.336/scripts/uninstall.sh b/appstore/ani-rss/1.1.337/scripts/uninstall.sh similarity index 100% rename from appstore/ani-rss/1.1.336/scripts/uninstall.sh rename to appstore/ani-rss/1.1.337/scripts/uninstall.sh diff --git a/appstore/ani-rss/1.1.336/scripts/upgrade.sh b/appstore/ani-rss/1.1.337/scripts/upgrade.sh similarity index 100% rename from appstore/ani-rss/1.1.336/scripts/upgrade.sh rename to appstore/ani-rss/1.1.337/scripts/upgrade.sh diff --git a/appstore/byte-muse/1.10.0/.env b/appstore/byte-muse/1.10.1/.env similarity index 100% rename from appstore/byte-muse/1.10.0/.env rename to appstore/byte-muse/1.10.1/.env diff --git a/appstore/byte-muse/1.10.0/data.yml b/appstore/byte-muse/1.10.1/data.yml similarity index 100% rename from appstore/byte-muse/1.10.0/data.yml rename to appstore/byte-muse/1.10.1/data.yml diff --git a/appstore/byte-muse/1.10.0/docker-compose.yml b/appstore/byte-muse/1.10.1/docker-compose.yml similarity index 95% rename from appstore/byte-muse/1.10.0/docker-compose.yml rename to appstore/byte-muse/1.10.1/docker-compose.yml index 03dfd7166..02266e076 100644 --- a/appstore/byte-muse/1.10.0/docker-compose.yml +++ b/appstore/byte-muse/1.10.1/docker-compose.yml @@ -11,7 +11,7 @@ services: - HTTPS_PROXY=${HTTP_PROXY} - HTTP_PROXY=${HTTP_PROXY:-} - NO_PROXY=${NO_PROXY:-} - image: envyafish/byte-muse:1.10.0 + image: envyafish/byte-muse:1.10.1 labels: createdBy: Apps networks: diff --git a/appstore/byte-muse/1.10.0/envs/default.env b/appstore/byte-muse/1.10.1/envs/default.env similarity index 100% rename from appstore/byte-muse/1.10.0/envs/default.env rename to appstore/byte-muse/1.10.1/envs/default.env diff --git a/appstore/byte-muse/1.10.0/envs/global.env b/appstore/byte-muse/1.10.1/envs/global.env similarity index 100% rename from appstore/byte-muse/1.10.0/envs/global.env rename to appstore/byte-muse/1.10.1/envs/global.env diff --git a/appstore/byte-muse/1.10.0/scripts/init.sh b/appstore/byte-muse/1.10.1/scripts/init.sh similarity index 100% rename from appstore/byte-muse/1.10.0/scripts/init.sh rename to appstore/byte-muse/1.10.1/scripts/init.sh diff --git a/appstore/byte-muse/1.10.0/scripts/uninstall.sh b/appstore/byte-muse/1.10.1/scripts/uninstall.sh similarity index 100% rename from appstore/byte-muse/1.10.0/scripts/uninstall.sh rename to appstore/byte-muse/1.10.1/scripts/uninstall.sh diff --git a/appstore/byte-muse/1.10.0/scripts/upgrade.sh b/appstore/byte-muse/1.10.1/scripts/upgrade.sh similarity index 100% rename from appstore/byte-muse/1.10.0/scripts/upgrade.sh rename to appstore/byte-muse/1.10.1/scripts/upgrade.sh diff --git a/appstore/metatube-server/1.2.10/.env b/appstore/metatube-server/1.2.11/.env similarity index 100% rename from appstore/metatube-server/1.2.10/.env rename to appstore/metatube-server/1.2.11/.env diff --git a/appstore/metatube-server/1.2.10/data.yml b/appstore/metatube-server/1.2.11/data.yml similarity index 100% rename from appstore/metatube-server/1.2.10/data.yml rename to appstore/metatube-server/1.2.11/data.yml diff --git a/appstore/metatube-server/1.2.10/docker-compose.yml b/appstore/metatube-server/1.2.11/docker-compose.yml similarity index 91% rename from appstore/metatube-server/1.2.10/docker-compose.yml rename to appstore/metatube-server/1.2.11/docker-compose.yml index 84493137c..a8b079427 100644 --- a/appstore/metatube-server/1.2.10/docker-compose.yml +++ b/appstore/metatube-server/1.2.11/docker-compose.yml @@ -15,7 +15,7 @@ services: - DB_MAX_OPEN_CONNS=0 - DB_PREPARED_STMT=false - DB_AUTO_MIGRATE=true - image: ghcr.io/metatube-community/metatube-server:1.2.10 + image: ghcr.io/metatube-community/metatube-server:1.2.11 labels: createdBy: Apps networks: diff --git a/appstore/metatube-server/1.2.10/envs/default.env b/appstore/metatube-server/1.2.11/envs/default.env similarity index 100% rename from appstore/metatube-server/1.2.10/envs/default.env rename to appstore/metatube-server/1.2.11/envs/default.env diff --git a/appstore/metatube-server/1.2.10/envs/global.env b/appstore/metatube-server/1.2.11/envs/global.env similarity index 100% rename from appstore/metatube-server/1.2.10/envs/global.env rename to appstore/metatube-server/1.2.11/envs/global.env diff --git a/appstore/metatube-server/1.2.10/scripts/init.sh b/appstore/metatube-server/1.2.11/scripts/init.sh similarity index 100% rename from appstore/metatube-server/1.2.10/scripts/init.sh rename to appstore/metatube-server/1.2.11/scripts/init.sh diff --git a/appstore/metatube-server/1.2.10/scripts/uninstall.sh b/appstore/metatube-server/1.2.11/scripts/uninstall.sh similarity index 100% rename from appstore/metatube-server/1.2.10/scripts/uninstall.sh rename to appstore/metatube-server/1.2.11/scripts/uninstall.sh diff --git a/appstore/metatube-server/1.2.10/scripts/upgrade.sh b/appstore/metatube-server/1.2.11/scripts/upgrade.sh similarity index 100% rename from appstore/metatube-server/1.2.10/scripts/upgrade.sh rename to appstore/metatube-server/1.2.11/scripts/upgrade.sh diff --git a/appstore/movie-pilot/2.3.4/.env b/appstore/movie-pilot/2.3.5/.env similarity index 100% rename from appstore/movie-pilot/2.3.4/.env rename to appstore/movie-pilot/2.3.5/.env diff --git a/appstore/movie-pilot/2.3.4/data.yml b/appstore/movie-pilot/2.3.5/data.yml similarity index 100% rename from appstore/movie-pilot/2.3.4/data.yml rename to appstore/movie-pilot/2.3.5/data.yml diff --git a/dockge/movie-pilot_2_3_4/docker-compose.yml b/appstore/movie-pilot/2.3.5/docker-compose.yml similarity index 97% rename from dockge/movie-pilot_2_3_4/docker-compose.yml rename to appstore/movie-pilot/2.3.5/docker-compose.yml index c83c4a09f..52bab17b1 100644 --- a/dockge/movie-pilot_2_3_4/docker-compose.yml +++ b/appstore/movie-pilot/2.3.5/docker-compose.yml @@ -19,7 +19,7 @@ services: - AUTH_SITE=iyuu,hhclub,audiences,hddolby,zmpt,freefarm,hdfans,wintersakura,leaves,ptba,icc2022,xingtan,ptvicomo,agsvpt,hdkyl,qingwa,discfan,haidan,rousi,sunny,ptcafe,ptzone,kufei,yemapt - HTTP_PROXY=${PROXY_HOST} - HTTPS_PROXY=${PROXY_HOST} - image: jxxghp/moviepilot-v2:2.3.4 + image: jxxghp/moviepilot-v2:2.3.5 labels: createdBy: Apps logging: diff --git a/appstore/movie-pilot/2.3.4/envs/default.env b/appstore/movie-pilot/2.3.5/envs/default.env similarity index 100% rename from appstore/movie-pilot/2.3.4/envs/default.env rename to appstore/movie-pilot/2.3.5/envs/default.env diff --git a/appstore/movie-pilot/2.3.4/envs/global.env b/appstore/movie-pilot/2.3.5/envs/global.env similarity index 100% rename from appstore/movie-pilot/2.3.4/envs/global.env rename to appstore/movie-pilot/2.3.5/envs/global.env diff --git a/appstore/movie-pilot/2.3.4/envs/movie-pilot.env b/appstore/movie-pilot/2.3.5/envs/movie-pilot.env similarity index 100% rename from appstore/movie-pilot/2.3.4/envs/movie-pilot.env rename to appstore/movie-pilot/2.3.5/envs/movie-pilot.env diff --git a/appstore/movie-pilot/2.3.4/scripts/init.sh b/appstore/movie-pilot/2.3.5/scripts/init.sh similarity index 100% rename from appstore/movie-pilot/2.3.4/scripts/init.sh rename to appstore/movie-pilot/2.3.5/scripts/init.sh diff --git a/appstore/movie-pilot/2.3.4/scripts/uninstall.sh b/appstore/movie-pilot/2.3.5/scripts/uninstall.sh similarity index 100% rename from appstore/movie-pilot/2.3.4/scripts/uninstall.sh rename to appstore/movie-pilot/2.3.5/scripts/uninstall.sh diff --git a/appstore/movie-pilot/2.3.4/scripts/upgrade.sh b/appstore/movie-pilot/2.3.5/scripts/upgrade.sh similarity index 100% rename from appstore/movie-pilot/2.3.4/scripts/upgrade.sh rename to appstore/movie-pilot/2.3.5/scripts/upgrade.sh diff --git a/appstore/rsshub/2025-03-26/.env b/appstore/rsshub/2025-03-28/.env similarity index 100% rename from appstore/rsshub/2025-03-26/.env rename to appstore/rsshub/2025-03-28/.env diff --git a/appstore/rsshub/2025-03-26/data.yml b/appstore/rsshub/2025-03-28/data.yml similarity index 100% rename from appstore/rsshub/2025-03-26/data.yml rename to appstore/rsshub/2025-03-28/data.yml diff --git a/appstore/rsshub/2025-03-26/docker-compose.yml b/appstore/rsshub/2025-03-28/docker-compose.yml similarity index 97% rename from appstore/rsshub/2025-03-26/docker-compose.yml rename to appstore/rsshub/2025-03-28/docker-compose.yml index fd6e37d05..b2ae3fe18 100644 --- a/appstore/rsshub/2025-03-26/docker-compose.yml +++ b/appstore/rsshub/2025-03-28/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-03-26 + image: diygod/rsshub:2025-03-28 labels: createdBy: Apps networks: diff --git a/appstore/rsshub/2025-03-26/envs/default.env b/appstore/rsshub/2025-03-28/envs/default.env similarity index 100% rename from appstore/rsshub/2025-03-26/envs/default.env rename to appstore/rsshub/2025-03-28/envs/default.env diff --git a/appstore/rsshub/2025-03-26/envs/global.env b/appstore/rsshub/2025-03-28/envs/global.env similarity index 100% rename from appstore/rsshub/2025-03-26/envs/global.env rename to appstore/rsshub/2025-03-28/envs/global.env diff --git a/appstore/rsshub/2025-03-26/scripts/init.sh b/appstore/rsshub/2025-03-28/scripts/init.sh similarity index 100% rename from appstore/rsshub/2025-03-26/scripts/init.sh rename to appstore/rsshub/2025-03-28/scripts/init.sh diff --git a/appstore/rsshub/2025-03-26/scripts/uninstall.sh b/appstore/rsshub/2025-03-28/scripts/uninstall.sh similarity index 100% rename from appstore/rsshub/2025-03-26/scripts/uninstall.sh rename to appstore/rsshub/2025-03-28/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-03-26/scripts/upgrade.sh b/appstore/rsshub/2025-03-28/scripts/upgrade.sh similarity index 100% rename from appstore/rsshub/2025-03-26/scripts/upgrade.sh rename to appstore/rsshub/2025-03-28/scripts/upgrade.sh diff --git a/dockge/ani-rss/docker-compose.yml b/dockge/ani-rss/docker-compose.yml index 1424468a1..8a21a52ae 100644 --- a/dockge/ani-rss/docker-compose.yml +++ b/dockge/ani-rss/docker-compose.yml @@ -11,7 +11,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v1.1.336 + image: wushuo894/ani-rss:v1.1.337 labels: createdBy: Apps networks: diff --git a/dockge/byte-muse/docker-compose.yml b/dockge/byte-muse/docker-compose.yml index 03dfd7166..02266e076 100644 --- a/dockge/byte-muse/docker-compose.yml +++ b/dockge/byte-muse/docker-compose.yml @@ -11,7 +11,7 @@ services: - HTTPS_PROXY=${HTTP_PROXY} - HTTP_PROXY=${HTTP_PROXY:-} - NO_PROXY=${NO_PROXY:-} - image: envyafish/byte-muse:1.10.0 + image: envyafish/byte-muse:1.10.1 labels: createdBy: Apps networks: diff --git a/dockge/metatube-server/docker-compose.yml b/dockge/metatube-server/docker-compose.yml index 84493137c..a8b079427 100644 --- a/dockge/metatube-server/docker-compose.yml +++ b/dockge/metatube-server/docker-compose.yml @@ -15,7 +15,7 @@ services: - DB_MAX_OPEN_CONNS=0 - DB_PREPARED_STMT=false - DB_AUTO_MIGRATE=true - image: ghcr.io/metatube-community/metatube-server:1.2.10 + image: ghcr.io/metatube-community/metatube-server:1.2.11 labels: createdBy: Apps networks: diff --git a/dockge/movie-pilot_2_3_4/.env b/dockge/movie-pilot_2_3_5/.env similarity index 100% rename from dockge/movie-pilot_2_3_4/.env rename to dockge/movie-pilot_2_3_5/.env diff --git a/appstore/movie-pilot/2.3.4/docker-compose.yml b/dockge/movie-pilot_2_3_5/docker-compose.yml similarity index 97% rename from appstore/movie-pilot/2.3.4/docker-compose.yml rename to dockge/movie-pilot_2_3_5/docker-compose.yml index c83c4a09f..52bab17b1 100644 --- a/appstore/movie-pilot/2.3.4/docker-compose.yml +++ b/dockge/movie-pilot_2_3_5/docker-compose.yml @@ -19,7 +19,7 @@ services: - AUTH_SITE=iyuu,hhclub,audiences,hddolby,zmpt,freefarm,hdfans,wintersakura,leaves,ptba,icc2022,xingtan,ptvicomo,agsvpt,hdkyl,qingwa,discfan,haidan,rousi,sunny,ptcafe,ptzone,kufei,yemapt - HTTP_PROXY=${PROXY_HOST} - HTTPS_PROXY=${PROXY_HOST} - image: jxxghp/moviepilot-v2:2.3.4 + image: jxxghp/moviepilot-v2:2.3.5 labels: createdBy: Apps logging: diff --git a/dockge/movie-pilot_2_3_4/envs/default.env b/dockge/movie-pilot_2_3_5/envs/default.env similarity index 100% rename from dockge/movie-pilot_2_3_4/envs/default.env rename to dockge/movie-pilot_2_3_5/envs/default.env diff --git a/dockge/movie-pilot_2_3_4/envs/global.env b/dockge/movie-pilot_2_3_5/envs/global.env similarity index 100% rename from dockge/movie-pilot_2_3_4/envs/global.env rename to dockge/movie-pilot_2_3_5/envs/global.env diff --git a/dockge/movie-pilot_2_3_4/envs/movie-pilot.env b/dockge/movie-pilot_2_3_5/envs/movie-pilot.env similarity index 100% rename from dockge/movie-pilot_2_3_4/envs/movie-pilot.env rename to dockge/movie-pilot_2_3_5/envs/movie-pilot.env diff --git a/dockge/rsshub/docker-compose.yml b/dockge/rsshub/docker-compose.yml index fd6e37d05..b2ae3fe18 100644 --- a/dockge/rsshub/docker-compose.yml +++ b/dockge/rsshub/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-03-26 + image: diygod/rsshub:2025-03-28 labels: createdBy: Apps networks: From b71213fd90a336ede845dba05317c1ae7382eb7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 03:00:23 +0000 Subject: [PATCH 147/198] Update qyg2297248353/ammds Docker tag to v1.0.28 --- apps/ammds/1.0.27/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ammds/1.0.27/docker-compose.yml b/apps/ammds/1.0.27/docker-compose.yml index 4f9b484a9..dc0f6106a 100644 --- a/apps/ammds/1.0.27/docker-compose.yml +++ b/apps/ammds/1.0.27/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ammds: - image: qyg2297248353/ammds:v1.0.27 + image: qyg2297248353/ammds:v1.0.28 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 15da7927a7778d786d7a907c6d8bc7dbecd6c513 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 29 Mar 2025 03:00:34 +0000 Subject: [PATCH 148/198] Update app version [skip ci] --- apps/ammds/{1.0.27 => 1.0.28}/data.yml | 0 apps/ammds/{1.0.27 => 1.0.28}/docker-compose.yml | 0 apps/ammds/{1.0.27 => 1.0.28}/envs/default.env | 0 apps/ammds/{1.0.27 => 1.0.28}/envs/global.env | 0 apps/ammds/{1.0.27 => 1.0.28}/scripts/init.sh | 0 apps/ammds/{1.0.27 => 1.0.28}/scripts/uninstall.sh | 0 apps/ammds/{1.0.27 => 1.0.28}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ammds/{1.0.27 => 1.0.28}/data.yml (100%) rename apps/ammds/{1.0.27 => 1.0.28}/docker-compose.yml (100%) rename apps/ammds/{1.0.27 => 1.0.28}/envs/default.env (100%) rename apps/ammds/{1.0.27 => 1.0.28}/envs/global.env (100%) rename apps/ammds/{1.0.27 => 1.0.28}/scripts/init.sh (100%) rename apps/ammds/{1.0.27 => 1.0.28}/scripts/uninstall.sh (100%) rename apps/ammds/{1.0.27 => 1.0.28}/scripts/upgrade.sh (100%) diff --git a/apps/ammds/1.0.27/data.yml b/apps/ammds/1.0.28/data.yml similarity index 100% rename from apps/ammds/1.0.27/data.yml rename to apps/ammds/1.0.28/data.yml diff --git a/apps/ammds/1.0.27/docker-compose.yml b/apps/ammds/1.0.28/docker-compose.yml similarity index 100% rename from apps/ammds/1.0.27/docker-compose.yml rename to apps/ammds/1.0.28/docker-compose.yml diff --git a/apps/ammds/1.0.27/envs/default.env b/apps/ammds/1.0.28/envs/default.env similarity index 100% rename from apps/ammds/1.0.27/envs/default.env rename to apps/ammds/1.0.28/envs/default.env diff --git a/apps/ammds/1.0.27/envs/global.env b/apps/ammds/1.0.28/envs/global.env similarity index 100% rename from apps/ammds/1.0.27/envs/global.env rename to apps/ammds/1.0.28/envs/global.env diff --git a/apps/ammds/1.0.27/scripts/init.sh b/apps/ammds/1.0.28/scripts/init.sh similarity index 100% rename from apps/ammds/1.0.27/scripts/init.sh rename to apps/ammds/1.0.28/scripts/init.sh diff --git a/apps/ammds/1.0.27/scripts/uninstall.sh b/apps/ammds/1.0.28/scripts/uninstall.sh similarity index 100% rename from apps/ammds/1.0.27/scripts/uninstall.sh rename to apps/ammds/1.0.28/scripts/uninstall.sh diff --git a/apps/ammds/1.0.27/scripts/upgrade.sh b/apps/ammds/1.0.28/scripts/upgrade.sh similarity index 100% rename from apps/ammds/1.0.27/scripts/upgrade.sh rename to apps/ammds/1.0.28/scripts/upgrade.sh From 3ad4061db82d603ee26030d408ae0ee7f72c7122 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 06:22:51 +0000 Subject: [PATCH 149/198] Update 1dev/server Docker tag to v11.8.3 --- apps/onedev/11.8.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/onedev/11.8.1/docker-compose.yml b/apps/onedev/11.8.1/docker-compose.yml index f5d8bf288..315c33862 100644 --- a/apps/onedev/11.8.1/docker-compose.yml +++ b/apps/onedev/11.8.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: onedev: - image: 1dev/server:11.8.1 + image: 1dev/server:11.8.3 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 6eba6d20e351b9521e3a3d851777a6afc572512e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 06:22:55 +0000 Subject: [PATCH 150/198] Update diygod/rsshub Docker tag to v2025-03-29 --- apps/rsshub/2025-03-28/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rsshub/2025-03-28/docker-compose.yml b/apps/rsshub/2025-03-28/docker-compose.yml index 54f0d7558..ca58747ea 100644 --- a/apps/rsshub/2025-03-28/docker-compose.yml +++ b/apps/rsshub/2025-03-28/docker-compose.yml @@ -23,7 +23,7 @@ services: timeout: 10s retries: 3 rsshub: - image: diygod/rsshub:2025-03-28 + image: diygod/rsshub:2025-03-29 container_name: rsshub-${CONTAINER_NAME} depends_on: - browserless From f0bcc767b6649db6f98e082551c4f712d6de6531 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 29 Mar 2025 06:23:01 +0000 Subject: [PATCH 151/198] Update app version [skip ci] --- apps/onedev/{11.8.1 => 11.8.3}/data.yml | 0 apps/onedev/{11.8.1 => 11.8.3}/docker-compose.yml | 0 apps/onedev/{11.8.1 => 11.8.3}/envs/default.env | 0 apps/onedev/{11.8.1 => 11.8.3}/envs/global.env | 0 apps/onedev/{11.8.1 => 11.8.3}/envs/onedev.env | 0 apps/onedev/{11.8.1 => 11.8.3}/scripts/init.sh | 0 apps/onedev/{11.8.1 => 11.8.3}/scripts/uninstall.sh | 0 apps/onedev/{11.8.1 => 11.8.3}/scripts/upgrade.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename apps/onedev/{11.8.1 => 11.8.3}/data.yml (100%) rename apps/onedev/{11.8.1 => 11.8.3}/docker-compose.yml (100%) rename apps/onedev/{11.8.1 => 11.8.3}/envs/default.env (100%) rename apps/onedev/{11.8.1 => 11.8.3}/envs/global.env (100%) rename apps/onedev/{11.8.1 => 11.8.3}/envs/onedev.env (100%) rename apps/onedev/{11.8.1 => 11.8.3}/scripts/init.sh (100%) rename apps/onedev/{11.8.1 => 11.8.3}/scripts/uninstall.sh (100%) rename apps/onedev/{11.8.1 => 11.8.3}/scripts/upgrade.sh (100%) diff --git a/apps/onedev/11.8.1/data.yml b/apps/onedev/11.8.3/data.yml similarity index 100% rename from apps/onedev/11.8.1/data.yml rename to apps/onedev/11.8.3/data.yml diff --git a/apps/onedev/11.8.1/docker-compose.yml b/apps/onedev/11.8.3/docker-compose.yml similarity index 100% rename from apps/onedev/11.8.1/docker-compose.yml rename to apps/onedev/11.8.3/docker-compose.yml diff --git a/apps/onedev/11.8.1/envs/default.env b/apps/onedev/11.8.3/envs/default.env similarity index 100% rename from apps/onedev/11.8.1/envs/default.env rename to apps/onedev/11.8.3/envs/default.env diff --git a/apps/onedev/11.8.1/envs/global.env b/apps/onedev/11.8.3/envs/global.env similarity index 100% rename from apps/onedev/11.8.1/envs/global.env rename to apps/onedev/11.8.3/envs/global.env diff --git a/apps/onedev/11.8.1/envs/onedev.env b/apps/onedev/11.8.3/envs/onedev.env similarity index 100% rename from apps/onedev/11.8.1/envs/onedev.env rename to apps/onedev/11.8.3/envs/onedev.env diff --git a/apps/onedev/11.8.1/scripts/init.sh b/apps/onedev/11.8.3/scripts/init.sh similarity index 100% rename from apps/onedev/11.8.1/scripts/init.sh rename to apps/onedev/11.8.3/scripts/init.sh diff --git a/apps/onedev/11.8.1/scripts/uninstall.sh b/apps/onedev/11.8.3/scripts/uninstall.sh similarity index 100% rename from apps/onedev/11.8.1/scripts/uninstall.sh rename to apps/onedev/11.8.3/scripts/uninstall.sh diff --git a/apps/onedev/11.8.1/scripts/upgrade.sh b/apps/onedev/11.8.3/scripts/upgrade.sh similarity index 100% rename from apps/onedev/11.8.1/scripts/upgrade.sh rename to apps/onedev/11.8.3/scripts/upgrade.sh From c7c16ec601d3a9f39d4b44eb8805ef68362a587c Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 29 Mar 2025 06:23:08 +0000 Subject: [PATCH 152/198] Update app version [skip ci] --- apps/rsshub/{2025-03-28 => 2025-03-29}/data.yml | 0 apps/rsshub/{2025-03-28 => 2025-03-29}/docker-compose.yml | 0 apps/rsshub/{2025-03-28 => 2025-03-29}/envs/default.env | 0 apps/rsshub/{2025-03-28 => 2025-03-29}/envs/global.env | 0 apps/rsshub/{2025-03-28 => 2025-03-29}/scripts/init.sh | 0 apps/rsshub/{2025-03-28 => 2025-03-29}/scripts/uninstall.sh | 0 apps/rsshub/{2025-03-28 => 2025-03-29}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/rsshub/{2025-03-28 => 2025-03-29}/data.yml (100%) rename apps/rsshub/{2025-03-28 => 2025-03-29}/docker-compose.yml (100%) rename apps/rsshub/{2025-03-28 => 2025-03-29}/envs/default.env (100%) rename apps/rsshub/{2025-03-28 => 2025-03-29}/envs/global.env (100%) rename apps/rsshub/{2025-03-28 => 2025-03-29}/scripts/init.sh (100%) rename apps/rsshub/{2025-03-28 => 2025-03-29}/scripts/uninstall.sh (100%) rename apps/rsshub/{2025-03-28 => 2025-03-29}/scripts/upgrade.sh (100%) diff --git a/apps/rsshub/2025-03-28/data.yml b/apps/rsshub/2025-03-29/data.yml similarity index 100% rename from apps/rsshub/2025-03-28/data.yml rename to apps/rsshub/2025-03-29/data.yml diff --git a/apps/rsshub/2025-03-28/docker-compose.yml b/apps/rsshub/2025-03-29/docker-compose.yml similarity index 100% rename from apps/rsshub/2025-03-28/docker-compose.yml rename to apps/rsshub/2025-03-29/docker-compose.yml diff --git a/apps/rsshub/2025-03-28/envs/default.env b/apps/rsshub/2025-03-29/envs/default.env similarity index 100% rename from apps/rsshub/2025-03-28/envs/default.env rename to apps/rsshub/2025-03-29/envs/default.env diff --git a/apps/rsshub/2025-03-28/envs/global.env b/apps/rsshub/2025-03-29/envs/global.env similarity index 100% rename from apps/rsshub/2025-03-28/envs/global.env rename to apps/rsshub/2025-03-29/envs/global.env diff --git a/apps/rsshub/2025-03-28/scripts/init.sh b/apps/rsshub/2025-03-29/scripts/init.sh similarity index 100% rename from apps/rsshub/2025-03-28/scripts/init.sh rename to apps/rsshub/2025-03-29/scripts/init.sh diff --git a/apps/rsshub/2025-03-28/scripts/uninstall.sh b/apps/rsshub/2025-03-29/scripts/uninstall.sh similarity index 100% rename from apps/rsshub/2025-03-28/scripts/uninstall.sh rename to apps/rsshub/2025-03-29/scripts/uninstall.sh diff --git a/apps/rsshub/2025-03-28/scripts/upgrade.sh b/apps/rsshub/2025-03-29/scripts/upgrade.sh similarity index 100% rename from apps/rsshub/2025-03-28/scripts/upgrade.sh rename to apps/rsshub/2025-03-29/scripts/upgrade.sh From 3f0c546ae4ea001200500f30f12ee12ca4f14073 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Sat, 29 Mar 2025 06:26:42 +0000 Subject: [PATCH 153/198] Processed apps directory via GitHub Actions --- appstore/ammds/{1.0.27 => 1.0.28}/.env | 0 appstore/ammds/{1.0.27 => 1.0.28}/data.yml | 0 appstore/ammds/{1.0.27 => 1.0.28}/docker-compose.yml | 2 +- appstore/ammds/{1.0.27 => 1.0.28}/envs/default.env | 0 appstore/ammds/{1.0.27 => 1.0.28}/envs/global.env | 0 appstore/ammds/{1.0.27 => 1.0.28}/scripts/init.sh | 0 appstore/ammds/{1.0.27 => 1.0.28}/scripts/uninstall.sh | 0 appstore/ammds/{1.0.27 => 1.0.28}/scripts/upgrade.sh | 0 appstore/windows/{4.27 => 4.28}/.env | 0 appstore/windows/{4.27 => 4.28}/data.yml | 0 appstore/windows/{4.27 => 4.28}/docker-compose.yml | 2 +- appstore/windows/{4.27 => 4.28}/envs/default.env | 0 appstore/windows/{4.27 => 4.28}/envs/global.env | 0 appstore/windows/{4.27 => 4.28}/scripts/init.sh | 0 appstore/windows/{4.27 => 4.28}/scripts/uninstall.sh | 0 appstore/windows/{4.27 => 4.28}/scripts/upgrade.sh | 0 dockge/ammds/docker-compose.yml | 2 +- dockge/windows/docker-compose.yml | 2 +- 18 files changed, 4 insertions(+), 4 deletions(-) rename appstore/ammds/{1.0.27 => 1.0.28}/.env (100%) rename appstore/ammds/{1.0.27 => 1.0.28}/data.yml (100%) rename appstore/ammds/{1.0.27 => 1.0.28}/docker-compose.yml (95%) rename appstore/ammds/{1.0.27 => 1.0.28}/envs/default.env (100%) rename appstore/ammds/{1.0.27 => 1.0.28}/envs/global.env (100%) rename appstore/ammds/{1.0.27 => 1.0.28}/scripts/init.sh (100%) rename appstore/ammds/{1.0.27 => 1.0.28}/scripts/uninstall.sh (100%) rename appstore/ammds/{1.0.27 => 1.0.28}/scripts/upgrade.sh (100%) rename appstore/windows/{4.27 => 4.28}/.env (100%) rename appstore/windows/{4.27 => 4.28}/data.yml (100%) rename appstore/windows/{4.27 => 4.28}/docker-compose.yml (95%) rename appstore/windows/{4.27 => 4.28}/envs/default.env (100%) rename appstore/windows/{4.27 => 4.28}/envs/global.env (100%) rename appstore/windows/{4.27 => 4.28}/scripts/init.sh (100%) rename appstore/windows/{4.27 => 4.28}/scripts/uninstall.sh (100%) rename appstore/windows/{4.27 => 4.28}/scripts/upgrade.sh (100%) diff --git a/appstore/ammds/1.0.27/.env b/appstore/ammds/1.0.28/.env similarity index 100% rename from appstore/ammds/1.0.27/.env rename to appstore/ammds/1.0.28/.env diff --git a/appstore/ammds/1.0.27/data.yml b/appstore/ammds/1.0.28/data.yml similarity index 100% rename from appstore/ammds/1.0.27/data.yml rename to appstore/ammds/1.0.28/data.yml diff --git a/appstore/ammds/1.0.27/docker-compose.yml b/appstore/ammds/1.0.28/docker-compose.yml similarity index 95% rename from appstore/ammds/1.0.27/docker-compose.yml rename to appstore/ammds/1.0.28/docker-compose.yml index 0f86d4fa6..67a64f15c 100644 --- a/appstore/ammds/1.0.27/docker-compose.yml +++ b/appstore/ammds/1.0.28/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.0.27 + image: qyg2297248353/ammds:v1.0.28 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/appstore/ammds/1.0.27/envs/default.env b/appstore/ammds/1.0.28/envs/default.env similarity index 100% rename from appstore/ammds/1.0.27/envs/default.env rename to appstore/ammds/1.0.28/envs/default.env diff --git a/appstore/ammds/1.0.27/envs/global.env b/appstore/ammds/1.0.28/envs/global.env similarity index 100% rename from appstore/ammds/1.0.27/envs/global.env rename to appstore/ammds/1.0.28/envs/global.env diff --git a/appstore/ammds/1.0.27/scripts/init.sh b/appstore/ammds/1.0.28/scripts/init.sh similarity index 100% rename from appstore/ammds/1.0.27/scripts/init.sh rename to appstore/ammds/1.0.28/scripts/init.sh diff --git a/appstore/ammds/1.0.27/scripts/uninstall.sh b/appstore/ammds/1.0.28/scripts/uninstall.sh similarity index 100% rename from appstore/ammds/1.0.27/scripts/uninstall.sh rename to appstore/ammds/1.0.28/scripts/uninstall.sh diff --git a/appstore/ammds/1.0.27/scripts/upgrade.sh b/appstore/ammds/1.0.28/scripts/upgrade.sh similarity index 100% rename from appstore/ammds/1.0.27/scripts/upgrade.sh rename to appstore/ammds/1.0.28/scripts/upgrade.sh diff --git a/appstore/windows/4.27/.env b/appstore/windows/4.28/.env similarity index 100% rename from appstore/windows/4.27/.env rename to appstore/windows/4.28/.env diff --git a/appstore/windows/4.27/data.yml b/appstore/windows/4.28/data.yml similarity index 100% rename from appstore/windows/4.27/data.yml rename to appstore/windows/4.28/data.yml diff --git a/appstore/windows/4.27/docker-compose.yml b/appstore/windows/4.28/docker-compose.yml similarity index 95% rename from appstore/windows/4.27/docker-compose.yml rename to appstore/windows/4.28/docker-compose.yml index 7fa22a29c..f5d5a1748 100644 --- a/appstore/windows/4.27/docker-compose.yml +++ b/appstore/windows/4.28/docker-compose.yml @@ -16,7 +16,7 @@ services: - REGION=en-US - KEYBOARD=en-US - VERSION=${VERSION} - image: dockurr/windows:4.27 + image: dockurr/windows:4.28 labels: createdBy: Apps networks: diff --git a/appstore/windows/4.27/envs/default.env b/appstore/windows/4.28/envs/default.env similarity index 100% rename from appstore/windows/4.27/envs/default.env rename to appstore/windows/4.28/envs/default.env diff --git a/appstore/windows/4.27/envs/global.env b/appstore/windows/4.28/envs/global.env similarity index 100% rename from appstore/windows/4.27/envs/global.env rename to appstore/windows/4.28/envs/global.env diff --git a/appstore/windows/4.27/scripts/init.sh b/appstore/windows/4.28/scripts/init.sh similarity index 100% rename from appstore/windows/4.27/scripts/init.sh rename to appstore/windows/4.28/scripts/init.sh diff --git a/appstore/windows/4.27/scripts/uninstall.sh b/appstore/windows/4.28/scripts/uninstall.sh similarity index 100% rename from appstore/windows/4.27/scripts/uninstall.sh rename to appstore/windows/4.28/scripts/uninstall.sh diff --git a/appstore/windows/4.27/scripts/upgrade.sh b/appstore/windows/4.28/scripts/upgrade.sh similarity index 100% rename from appstore/windows/4.27/scripts/upgrade.sh rename to appstore/windows/4.28/scripts/upgrade.sh diff --git a/dockge/ammds/docker-compose.yml b/dockge/ammds/docker-compose.yml index 0f86d4fa6..67a64f15c 100644 --- a/dockge/ammds/docker-compose.yml +++ b/dockge/ammds/docker-compose.yml @@ -11,7 +11,7 @@ services: - TZ=Asia/Shanghai - NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080} - AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523} - image: qyg2297248353/ammds:v1.0.27 + image: qyg2297248353/ammds:v1.0.28 labels: createdBy: Apps network_mode: ${NETWORK_MODE:-host} diff --git a/dockge/windows/docker-compose.yml b/dockge/windows/docker-compose.yml index 7fa22a29c..f5d5a1748 100644 --- a/dockge/windows/docker-compose.yml +++ b/dockge/windows/docker-compose.yml @@ -16,7 +16,7 @@ services: - REGION=en-US - KEYBOARD=en-US - VERSION=${VERSION} - image: dockurr/windows:4.27 + image: dockurr/windows:4.28 labels: createdBy: Apps networks: From 63b77242a2631af0aba1afe0df18966f80a6e44c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 13:54:22 +0000 Subject: [PATCH 154/198] Update jxxghp/moviepilot-v2 Docker tag to v2.3.6 --- apps/movie-pilot/2.3.5/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/movie-pilot/2.3.5/docker-compose.yml b/apps/movie-pilot/2.3.5/docker-compose.yml index a0e4d734f..b093fd073 100644 --- a/apps/movie-pilot/2.3.5/docker-compose.yml +++ b/apps/movie-pilot/2.3.5/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: movie-pilot-v2: - image: jxxghp/moviepilot-v2:2.3.5 + image: jxxghp/moviepilot-v2:2.3.6 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 7a0ab05e1d9cab88a6177fb2a17861995d8afca0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 13:54:28 +0000 Subject: [PATCH 155/198] Update casbin/casdoor Docker tag to v1.874.0 --- apps/casdoor/1.873.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/casdoor/1.873.0/docker-compose.yml b/apps/casdoor/1.873.0/docker-compose.yml index 3ea35e3b2..6e6a735ae 100644 --- a/apps/casdoor/1.873.0/docker-compose.yml +++ b/apps/casdoor/1.873.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: casdoor: - image: casbin/casdoor:v1.873.0 + image: casbin/casdoor:v1.874.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From f8559b4db2650a57e83e762bc17c957db3a1480e Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 29 Mar 2025 13:54:38 +0000 Subject: [PATCH 156/198] Update app version [skip ci] --- apps/movie-pilot/{2.3.5 => 2.3.6}/data.yml | 0 apps/movie-pilot/{2.3.5 => 2.3.6}/docker-compose.yml | 0 apps/movie-pilot/{2.3.5 => 2.3.6}/envs/default.env | 0 apps/movie-pilot/{2.3.5 => 2.3.6}/envs/global.env | 0 apps/movie-pilot/{2.3.5 => 2.3.6}/envs/movie-pilot.env | 0 apps/movie-pilot/{2.3.5 => 2.3.6}/scripts/init.sh | 0 apps/movie-pilot/{2.3.5 => 2.3.6}/scripts/uninstall.sh | 0 apps/movie-pilot/{2.3.5 => 2.3.6}/scripts/upgrade.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename apps/movie-pilot/{2.3.5 => 2.3.6}/data.yml (100%) rename apps/movie-pilot/{2.3.5 => 2.3.6}/docker-compose.yml (100%) rename apps/movie-pilot/{2.3.5 => 2.3.6}/envs/default.env (100%) rename apps/movie-pilot/{2.3.5 => 2.3.6}/envs/global.env (100%) rename apps/movie-pilot/{2.3.5 => 2.3.6}/envs/movie-pilot.env (100%) rename apps/movie-pilot/{2.3.5 => 2.3.6}/scripts/init.sh (100%) rename apps/movie-pilot/{2.3.5 => 2.3.6}/scripts/uninstall.sh (100%) rename apps/movie-pilot/{2.3.5 => 2.3.6}/scripts/upgrade.sh (100%) diff --git a/apps/movie-pilot/2.3.5/data.yml b/apps/movie-pilot/2.3.6/data.yml similarity index 100% rename from apps/movie-pilot/2.3.5/data.yml rename to apps/movie-pilot/2.3.6/data.yml diff --git a/apps/movie-pilot/2.3.5/docker-compose.yml b/apps/movie-pilot/2.3.6/docker-compose.yml similarity index 100% rename from apps/movie-pilot/2.3.5/docker-compose.yml rename to apps/movie-pilot/2.3.6/docker-compose.yml diff --git a/apps/movie-pilot/2.3.5/envs/default.env b/apps/movie-pilot/2.3.6/envs/default.env similarity index 100% rename from apps/movie-pilot/2.3.5/envs/default.env rename to apps/movie-pilot/2.3.6/envs/default.env diff --git a/apps/movie-pilot/2.3.5/envs/global.env b/apps/movie-pilot/2.3.6/envs/global.env similarity index 100% rename from apps/movie-pilot/2.3.5/envs/global.env rename to apps/movie-pilot/2.3.6/envs/global.env diff --git a/apps/movie-pilot/2.3.5/envs/movie-pilot.env b/apps/movie-pilot/2.3.6/envs/movie-pilot.env similarity index 100% rename from apps/movie-pilot/2.3.5/envs/movie-pilot.env rename to apps/movie-pilot/2.3.6/envs/movie-pilot.env diff --git a/apps/movie-pilot/2.3.5/scripts/init.sh b/apps/movie-pilot/2.3.6/scripts/init.sh similarity index 100% rename from apps/movie-pilot/2.3.5/scripts/init.sh rename to apps/movie-pilot/2.3.6/scripts/init.sh diff --git a/apps/movie-pilot/2.3.5/scripts/uninstall.sh b/apps/movie-pilot/2.3.6/scripts/uninstall.sh similarity index 100% rename from apps/movie-pilot/2.3.5/scripts/uninstall.sh rename to apps/movie-pilot/2.3.6/scripts/uninstall.sh diff --git a/apps/movie-pilot/2.3.5/scripts/upgrade.sh b/apps/movie-pilot/2.3.6/scripts/upgrade.sh similarity index 100% rename from apps/movie-pilot/2.3.5/scripts/upgrade.sh rename to apps/movie-pilot/2.3.6/scripts/upgrade.sh From 42c363be9fda871c3a6774aff3ba3be03a0a70bf Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 29 Mar 2025 13:54:41 +0000 Subject: [PATCH 157/198] Update app version [skip ci] --- apps/casdoor/{1.873.0 => 1.874.0}/config/init_data.json | 0 apps/casdoor/{1.873.0 => 1.874.0}/data.yml | 0 apps/casdoor/{1.873.0 => 1.874.0}/docker-compose.yml | 0 apps/casdoor/{1.873.0 => 1.874.0}/envs/casdoor.env | 0 apps/casdoor/{1.873.0 => 1.874.0}/envs/default.env | 0 apps/casdoor/{1.873.0 => 1.874.0}/envs/global.env | 0 apps/casdoor/{1.873.0 => 1.874.0}/scripts/init.sh | 0 apps/casdoor/{1.873.0 => 1.874.0}/scripts/uninstall.sh | 0 apps/casdoor/{1.873.0 => 1.874.0}/scripts/upgrade.sh | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename apps/casdoor/{1.873.0 => 1.874.0}/config/init_data.json (100%) rename apps/casdoor/{1.873.0 => 1.874.0}/data.yml (100%) rename apps/casdoor/{1.873.0 => 1.874.0}/docker-compose.yml (100%) rename apps/casdoor/{1.873.0 => 1.874.0}/envs/casdoor.env (100%) rename apps/casdoor/{1.873.0 => 1.874.0}/envs/default.env (100%) rename apps/casdoor/{1.873.0 => 1.874.0}/envs/global.env (100%) rename apps/casdoor/{1.873.0 => 1.874.0}/scripts/init.sh (100%) rename apps/casdoor/{1.873.0 => 1.874.0}/scripts/uninstall.sh (100%) rename apps/casdoor/{1.873.0 => 1.874.0}/scripts/upgrade.sh (100%) diff --git a/apps/casdoor/1.873.0/config/init_data.json b/apps/casdoor/1.874.0/config/init_data.json similarity index 100% rename from apps/casdoor/1.873.0/config/init_data.json rename to apps/casdoor/1.874.0/config/init_data.json diff --git a/apps/casdoor/1.873.0/data.yml b/apps/casdoor/1.874.0/data.yml similarity index 100% rename from apps/casdoor/1.873.0/data.yml rename to apps/casdoor/1.874.0/data.yml diff --git a/apps/casdoor/1.873.0/docker-compose.yml b/apps/casdoor/1.874.0/docker-compose.yml similarity index 100% rename from apps/casdoor/1.873.0/docker-compose.yml rename to apps/casdoor/1.874.0/docker-compose.yml diff --git a/apps/casdoor/1.873.0/envs/casdoor.env b/apps/casdoor/1.874.0/envs/casdoor.env similarity index 100% rename from apps/casdoor/1.873.0/envs/casdoor.env rename to apps/casdoor/1.874.0/envs/casdoor.env diff --git a/apps/casdoor/1.873.0/envs/default.env b/apps/casdoor/1.874.0/envs/default.env similarity index 100% rename from apps/casdoor/1.873.0/envs/default.env rename to apps/casdoor/1.874.0/envs/default.env diff --git a/apps/casdoor/1.873.0/envs/global.env b/apps/casdoor/1.874.0/envs/global.env similarity index 100% rename from apps/casdoor/1.873.0/envs/global.env rename to apps/casdoor/1.874.0/envs/global.env diff --git a/apps/casdoor/1.873.0/scripts/init.sh b/apps/casdoor/1.874.0/scripts/init.sh similarity index 100% rename from apps/casdoor/1.873.0/scripts/init.sh rename to apps/casdoor/1.874.0/scripts/init.sh diff --git a/apps/casdoor/1.873.0/scripts/uninstall.sh b/apps/casdoor/1.874.0/scripts/uninstall.sh similarity index 100% rename from apps/casdoor/1.873.0/scripts/uninstall.sh rename to apps/casdoor/1.874.0/scripts/uninstall.sh diff --git a/apps/casdoor/1.873.0/scripts/upgrade.sh b/apps/casdoor/1.874.0/scripts/upgrade.sh similarity index 100% rename from apps/casdoor/1.873.0/scripts/upgrade.sh rename to apps/casdoor/1.874.0/scripts/upgrade.sh From 07e7546defaaea816d6e6eacf7ca0f22f82a2329 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Sat, 29 Mar 2025 18:25:47 +0000 Subject: [PATCH 158/198] Processed apps directory via GitHub Actions --- appstore/casdoor/{1.873.0 => 1.874.0}/.env | 0 appstore/casdoor/{1.873.0 => 1.874.0}/config/init_data.json | 0 appstore/casdoor/{1.873.0 => 1.874.0}/data.yml | 0 appstore/casdoor/{1.873.0 => 1.874.0}/docker-compose.yml | 2 +- appstore/casdoor/{1.873.0 => 1.874.0}/envs/casdoor.env | 0 appstore/casdoor/{1.873.0 => 1.874.0}/envs/default.env | 0 appstore/casdoor/{1.873.0 => 1.874.0}/envs/global.env | 0 appstore/casdoor/{1.873.0 => 1.874.0}/scripts/init.sh | 0 appstore/casdoor/{1.873.0 => 1.874.0}/scripts/uninstall.sh | 0 appstore/casdoor/{1.873.0 => 1.874.0}/scripts/upgrade.sh | 0 appstore/movie-pilot/{2.3.5 => 2.3.6}/.env | 0 appstore/movie-pilot/{2.3.5 => 2.3.6}/data.yml | 0 .../movie-pilot/2.3.6}/docker-compose.yml | 2 +- appstore/movie-pilot/{2.3.5 => 2.3.6}/envs/default.env | 0 appstore/movie-pilot/{2.3.5 => 2.3.6}/envs/global.env | 0 appstore/movie-pilot/{2.3.5 => 2.3.6}/envs/movie-pilot.env | 0 appstore/movie-pilot/{2.3.5 => 2.3.6}/scripts/init.sh | 0 appstore/movie-pilot/{2.3.5 => 2.3.6}/scripts/uninstall.sh | 0 appstore/movie-pilot/{2.3.5 => 2.3.6}/scripts/upgrade.sh | 0 appstore/onedev/{11.8.1 => 11.8.3}/.env | 0 appstore/onedev/{11.8.1 => 11.8.3}/data.yml | 0 appstore/onedev/{11.8.1 => 11.8.3}/docker-compose.yml | 2 +- appstore/onedev/{11.8.1 => 11.8.3}/envs/default.env | 0 appstore/onedev/{11.8.1 => 11.8.3}/envs/global.env | 0 appstore/onedev/{11.8.1 => 11.8.3}/envs/onedev.env | 0 appstore/onedev/{11.8.1 => 11.8.3}/scripts/init.sh | 0 appstore/onedev/{11.8.1 => 11.8.3}/scripts/uninstall.sh | 0 appstore/onedev/{11.8.1 => 11.8.3}/scripts/upgrade.sh | 0 appstore/rsshub/{2025-03-28 => 2025-03-29}/.env | 0 appstore/rsshub/{2025-03-28 => 2025-03-29}/data.yml | 0 appstore/rsshub/{2025-03-28 => 2025-03-29}/docker-compose.yml | 2 +- appstore/rsshub/{2025-03-28 => 2025-03-29}/envs/default.env | 0 appstore/rsshub/{2025-03-28 => 2025-03-29}/envs/global.env | 0 appstore/rsshub/{2025-03-28 => 2025-03-29}/scripts/init.sh | 0 appstore/rsshub/{2025-03-28 => 2025-03-29}/scripts/uninstall.sh | 0 appstore/rsshub/{2025-03-28 => 2025-03-29}/scripts/upgrade.sh | 0 dockge/casdoor/docker-compose.yml | 2 +- dockge/{movie-pilot_2_3_5 => movie-pilot_2_3_6}/.env | 0 .../2.3.5 => dockge/movie-pilot_2_3_6}/docker-compose.yml | 2 +- .../{movie-pilot_2_3_5 => movie-pilot_2_3_6}/envs/default.env | 0 dockge/{movie-pilot_2_3_5 => movie-pilot_2_3_6}/envs/global.env | 0 .../envs/movie-pilot.env | 0 dockge/onedev/docker-compose.yml | 2 +- dockge/rsshub/docker-compose.yml | 2 +- 44 files changed, 8 insertions(+), 8 deletions(-) rename appstore/casdoor/{1.873.0 => 1.874.0}/.env (100%) rename appstore/casdoor/{1.873.0 => 1.874.0}/config/init_data.json (100%) rename appstore/casdoor/{1.873.0 => 1.874.0}/data.yml (100%) rename appstore/casdoor/{1.873.0 => 1.874.0}/docker-compose.yml (93%) rename appstore/casdoor/{1.873.0 => 1.874.0}/envs/casdoor.env (100%) rename appstore/casdoor/{1.873.0 => 1.874.0}/envs/default.env (100%) rename appstore/casdoor/{1.873.0 => 1.874.0}/envs/global.env (100%) rename appstore/casdoor/{1.873.0 => 1.874.0}/scripts/init.sh (100%) rename appstore/casdoor/{1.873.0 => 1.874.0}/scripts/uninstall.sh (100%) rename appstore/casdoor/{1.873.0 => 1.874.0}/scripts/upgrade.sh (100%) rename appstore/movie-pilot/{2.3.5 => 2.3.6}/.env (100%) rename appstore/movie-pilot/{2.3.5 => 2.3.6}/data.yml (100%) rename {dockge/movie-pilot_2_3_5 => appstore/movie-pilot/2.3.6}/docker-compose.yml (97%) rename appstore/movie-pilot/{2.3.5 => 2.3.6}/envs/default.env (100%) rename appstore/movie-pilot/{2.3.5 => 2.3.6}/envs/global.env (100%) rename appstore/movie-pilot/{2.3.5 => 2.3.6}/envs/movie-pilot.env (100%) rename appstore/movie-pilot/{2.3.5 => 2.3.6}/scripts/init.sh (100%) rename appstore/movie-pilot/{2.3.5 => 2.3.6}/scripts/uninstall.sh (100%) rename appstore/movie-pilot/{2.3.5 => 2.3.6}/scripts/upgrade.sh (100%) rename appstore/onedev/{11.8.1 => 11.8.3}/.env (100%) rename appstore/onedev/{11.8.1 => 11.8.3}/data.yml (100%) rename appstore/onedev/{11.8.1 => 11.8.3}/docker-compose.yml (95%) rename appstore/onedev/{11.8.1 => 11.8.3}/envs/default.env (100%) rename appstore/onedev/{11.8.1 => 11.8.3}/envs/global.env (100%) rename appstore/onedev/{11.8.1 => 11.8.3}/envs/onedev.env (100%) rename appstore/onedev/{11.8.1 => 11.8.3}/scripts/init.sh (100%) rename appstore/onedev/{11.8.1 => 11.8.3}/scripts/uninstall.sh (100%) rename appstore/onedev/{11.8.1 => 11.8.3}/scripts/upgrade.sh (100%) rename appstore/rsshub/{2025-03-28 => 2025-03-29}/.env (100%) rename appstore/rsshub/{2025-03-28 => 2025-03-29}/data.yml (100%) rename appstore/rsshub/{2025-03-28 => 2025-03-29}/docker-compose.yml (97%) rename appstore/rsshub/{2025-03-28 => 2025-03-29}/envs/default.env (100%) rename appstore/rsshub/{2025-03-28 => 2025-03-29}/envs/global.env (100%) rename appstore/rsshub/{2025-03-28 => 2025-03-29}/scripts/init.sh (100%) rename appstore/rsshub/{2025-03-28 => 2025-03-29}/scripts/uninstall.sh (100%) rename appstore/rsshub/{2025-03-28 => 2025-03-29}/scripts/upgrade.sh (100%) rename dockge/{movie-pilot_2_3_5 => movie-pilot_2_3_6}/.env (100%) rename {appstore/movie-pilot/2.3.5 => dockge/movie-pilot_2_3_6}/docker-compose.yml (97%) rename dockge/{movie-pilot_2_3_5 => movie-pilot_2_3_6}/envs/default.env (100%) rename dockge/{movie-pilot_2_3_5 => movie-pilot_2_3_6}/envs/global.env (100%) rename dockge/{movie-pilot_2_3_5 => movie-pilot_2_3_6}/envs/movie-pilot.env (100%) diff --git a/appstore/casdoor/1.873.0/.env b/appstore/casdoor/1.874.0/.env similarity index 100% rename from appstore/casdoor/1.873.0/.env rename to appstore/casdoor/1.874.0/.env diff --git a/appstore/casdoor/1.873.0/config/init_data.json b/appstore/casdoor/1.874.0/config/init_data.json similarity index 100% rename from appstore/casdoor/1.873.0/config/init_data.json rename to appstore/casdoor/1.874.0/config/init_data.json diff --git a/appstore/casdoor/1.873.0/data.yml b/appstore/casdoor/1.874.0/data.yml similarity index 100% rename from appstore/casdoor/1.873.0/data.yml rename to appstore/casdoor/1.874.0/data.yml diff --git a/appstore/casdoor/1.873.0/docker-compose.yml b/appstore/casdoor/1.874.0/docker-compose.yml similarity index 93% rename from appstore/casdoor/1.873.0/docker-compose.yml rename to appstore/casdoor/1.874.0/docker-compose.yml index 124f59360..fe3f497e9 100644 --- a/appstore/casdoor/1.873.0/docker-compose.yml +++ b/appstore/casdoor/1.874.0/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:v1.873.0 + image: casbin/casdoor:v1.874.0 labels: createdBy: Apps networks: diff --git a/appstore/casdoor/1.873.0/envs/casdoor.env b/appstore/casdoor/1.874.0/envs/casdoor.env similarity index 100% rename from appstore/casdoor/1.873.0/envs/casdoor.env rename to appstore/casdoor/1.874.0/envs/casdoor.env diff --git a/appstore/casdoor/1.873.0/envs/default.env b/appstore/casdoor/1.874.0/envs/default.env similarity index 100% rename from appstore/casdoor/1.873.0/envs/default.env rename to appstore/casdoor/1.874.0/envs/default.env diff --git a/appstore/casdoor/1.873.0/envs/global.env b/appstore/casdoor/1.874.0/envs/global.env similarity index 100% rename from appstore/casdoor/1.873.0/envs/global.env rename to appstore/casdoor/1.874.0/envs/global.env diff --git a/appstore/casdoor/1.873.0/scripts/init.sh b/appstore/casdoor/1.874.0/scripts/init.sh similarity index 100% rename from appstore/casdoor/1.873.0/scripts/init.sh rename to appstore/casdoor/1.874.0/scripts/init.sh diff --git a/appstore/casdoor/1.873.0/scripts/uninstall.sh b/appstore/casdoor/1.874.0/scripts/uninstall.sh similarity index 100% rename from appstore/casdoor/1.873.0/scripts/uninstall.sh rename to appstore/casdoor/1.874.0/scripts/uninstall.sh diff --git a/appstore/casdoor/1.873.0/scripts/upgrade.sh b/appstore/casdoor/1.874.0/scripts/upgrade.sh similarity index 100% rename from appstore/casdoor/1.873.0/scripts/upgrade.sh rename to appstore/casdoor/1.874.0/scripts/upgrade.sh diff --git a/appstore/movie-pilot/2.3.5/.env b/appstore/movie-pilot/2.3.6/.env similarity index 100% rename from appstore/movie-pilot/2.3.5/.env rename to appstore/movie-pilot/2.3.6/.env diff --git a/appstore/movie-pilot/2.3.5/data.yml b/appstore/movie-pilot/2.3.6/data.yml similarity index 100% rename from appstore/movie-pilot/2.3.5/data.yml rename to appstore/movie-pilot/2.3.6/data.yml diff --git a/dockge/movie-pilot_2_3_5/docker-compose.yml b/appstore/movie-pilot/2.3.6/docker-compose.yml similarity index 97% rename from dockge/movie-pilot_2_3_5/docker-compose.yml rename to appstore/movie-pilot/2.3.6/docker-compose.yml index 52bab17b1..ac83c8dd7 100644 --- a/dockge/movie-pilot_2_3_5/docker-compose.yml +++ b/appstore/movie-pilot/2.3.6/docker-compose.yml @@ -19,7 +19,7 @@ services: - AUTH_SITE=iyuu,hhclub,audiences,hddolby,zmpt,freefarm,hdfans,wintersakura,leaves,ptba,icc2022,xingtan,ptvicomo,agsvpt,hdkyl,qingwa,discfan,haidan,rousi,sunny,ptcafe,ptzone,kufei,yemapt - HTTP_PROXY=${PROXY_HOST} - HTTPS_PROXY=${PROXY_HOST} - image: jxxghp/moviepilot-v2:2.3.5 + image: jxxghp/moviepilot-v2:2.3.6 labels: createdBy: Apps logging: diff --git a/appstore/movie-pilot/2.3.5/envs/default.env b/appstore/movie-pilot/2.3.6/envs/default.env similarity index 100% rename from appstore/movie-pilot/2.3.5/envs/default.env rename to appstore/movie-pilot/2.3.6/envs/default.env diff --git a/appstore/movie-pilot/2.3.5/envs/global.env b/appstore/movie-pilot/2.3.6/envs/global.env similarity index 100% rename from appstore/movie-pilot/2.3.5/envs/global.env rename to appstore/movie-pilot/2.3.6/envs/global.env diff --git a/appstore/movie-pilot/2.3.5/envs/movie-pilot.env b/appstore/movie-pilot/2.3.6/envs/movie-pilot.env similarity index 100% rename from appstore/movie-pilot/2.3.5/envs/movie-pilot.env rename to appstore/movie-pilot/2.3.6/envs/movie-pilot.env diff --git a/appstore/movie-pilot/2.3.5/scripts/init.sh b/appstore/movie-pilot/2.3.6/scripts/init.sh similarity index 100% rename from appstore/movie-pilot/2.3.5/scripts/init.sh rename to appstore/movie-pilot/2.3.6/scripts/init.sh diff --git a/appstore/movie-pilot/2.3.5/scripts/uninstall.sh b/appstore/movie-pilot/2.3.6/scripts/uninstall.sh similarity index 100% rename from appstore/movie-pilot/2.3.5/scripts/uninstall.sh rename to appstore/movie-pilot/2.3.6/scripts/uninstall.sh diff --git a/appstore/movie-pilot/2.3.5/scripts/upgrade.sh b/appstore/movie-pilot/2.3.6/scripts/upgrade.sh similarity index 100% rename from appstore/movie-pilot/2.3.5/scripts/upgrade.sh rename to appstore/movie-pilot/2.3.6/scripts/upgrade.sh diff --git a/appstore/onedev/11.8.1/.env b/appstore/onedev/11.8.3/.env similarity index 100% rename from appstore/onedev/11.8.1/.env rename to appstore/onedev/11.8.3/.env diff --git a/appstore/onedev/11.8.1/data.yml b/appstore/onedev/11.8.3/data.yml similarity index 100% rename from appstore/onedev/11.8.1/data.yml rename to appstore/onedev/11.8.3/data.yml diff --git a/appstore/onedev/11.8.1/docker-compose.yml b/appstore/onedev/11.8.3/docker-compose.yml similarity index 95% rename from appstore/onedev/11.8.1/docker-compose.yml rename to appstore/onedev/11.8.3/docker-compose.yml index 8f129652f..1a45ad023 100644 --- a/appstore/onedev/11.8.1/docker-compose.yml +++ b/appstore/onedev/11.8.3/docker-compose.yml @@ -14,7 +14,7 @@ services: - initial_email=${INITIAL_EMAIL} - initial_server_url=${INITIAL_SERVER_URL} - initial_ssh_root_url=${INITIAL_SSH_ROOT_URL} - image: 1dev/server:11.8.1 + image: 1dev/server:11.8.3 labels: createdBy: Apps networks: diff --git a/appstore/onedev/11.8.1/envs/default.env b/appstore/onedev/11.8.3/envs/default.env similarity index 100% rename from appstore/onedev/11.8.1/envs/default.env rename to appstore/onedev/11.8.3/envs/default.env diff --git a/appstore/onedev/11.8.1/envs/global.env b/appstore/onedev/11.8.3/envs/global.env similarity index 100% rename from appstore/onedev/11.8.1/envs/global.env rename to appstore/onedev/11.8.3/envs/global.env diff --git a/appstore/onedev/11.8.1/envs/onedev.env b/appstore/onedev/11.8.3/envs/onedev.env similarity index 100% rename from appstore/onedev/11.8.1/envs/onedev.env rename to appstore/onedev/11.8.3/envs/onedev.env diff --git a/appstore/onedev/11.8.1/scripts/init.sh b/appstore/onedev/11.8.3/scripts/init.sh similarity index 100% rename from appstore/onedev/11.8.1/scripts/init.sh rename to appstore/onedev/11.8.3/scripts/init.sh diff --git a/appstore/onedev/11.8.1/scripts/uninstall.sh b/appstore/onedev/11.8.3/scripts/uninstall.sh similarity index 100% rename from appstore/onedev/11.8.1/scripts/uninstall.sh rename to appstore/onedev/11.8.3/scripts/uninstall.sh diff --git a/appstore/onedev/11.8.1/scripts/upgrade.sh b/appstore/onedev/11.8.3/scripts/upgrade.sh similarity index 100% rename from appstore/onedev/11.8.1/scripts/upgrade.sh rename to appstore/onedev/11.8.3/scripts/upgrade.sh diff --git a/appstore/rsshub/2025-03-28/.env b/appstore/rsshub/2025-03-29/.env similarity index 100% rename from appstore/rsshub/2025-03-28/.env rename to appstore/rsshub/2025-03-29/.env diff --git a/appstore/rsshub/2025-03-28/data.yml b/appstore/rsshub/2025-03-29/data.yml similarity index 100% rename from appstore/rsshub/2025-03-28/data.yml rename to appstore/rsshub/2025-03-29/data.yml diff --git a/appstore/rsshub/2025-03-28/docker-compose.yml b/appstore/rsshub/2025-03-29/docker-compose.yml similarity index 97% rename from appstore/rsshub/2025-03-28/docker-compose.yml rename to appstore/rsshub/2025-03-29/docker-compose.yml index b2ae3fe18..a70a48f83 100644 --- a/appstore/rsshub/2025-03-28/docker-compose.yml +++ b/appstore/rsshub/2025-03-29/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-03-28 + image: diygod/rsshub:2025-03-29 labels: createdBy: Apps networks: diff --git a/appstore/rsshub/2025-03-28/envs/default.env b/appstore/rsshub/2025-03-29/envs/default.env similarity index 100% rename from appstore/rsshub/2025-03-28/envs/default.env rename to appstore/rsshub/2025-03-29/envs/default.env diff --git a/appstore/rsshub/2025-03-28/envs/global.env b/appstore/rsshub/2025-03-29/envs/global.env similarity index 100% rename from appstore/rsshub/2025-03-28/envs/global.env rename to appstore/rsshub/2025-03-29/envs/global.env diff --git a/appstore/rsshub/2025-03-28/scripts/init.sh b/appstore/rsshub/2025-03-29/scripts/init.sh similarity index 100% rename from appstore/rsshub/2025-03-28/scripts/init.sh rename to appstore/rsshub/2025-03-29/scripts/init.sh diff --git a/appstore/rsshub/2025-03-28/scripts/uninstall.sh b/appstore/rsshub/2025-03-29/scripts/uninstall.sh similarity index 100% rename from appstore/rsshub/2025-03-28/scripts/uninstall.sh rename to appstore/rsshub/2025-03-29/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-03-28/scripts/upgrade.sh b/appstore/rsshub/2025-03-29/scripts/upgrade.sh similarity index 100% rename from appstore/rsshub/2025-03-28/scripts/upgrade.sh rename to appstore/rsshub/2025-03-29/scripts/upgrade.sh diff --git a/dockge/casdoor/docker-compose.yml b/dockge/casdoor/docker-compose.yml index 124f59360..fe3f497e9 100644 --- a/dockge/casdoor/docker-compose.yml +++ b/dockge/casdoor/docker-compose.yml @@ -14,7 +14,7 @@ services: - verificationCodeTimeout=10 - appname=casdoor - authState=casdoor - image: casbin/casdoor:v1.873.0 + image: casbin/casdoor:v1.874.0 labels: createdBy: Apps networks: diff --git a/dockge/movie-pilot_2_3_5/.env b/dockge/movie-pilot_2_3_6/.env similarity index 100% rename from dockge/movie-pilot_2_3_5/.env rename to dockge/movie-pilot_2_3_6/.env diff --git a/appstore/movie-pilot/2.3.5/docker-compose.yml b/dockge/movie-pilot_2_3_6/docker-compose.yml similarity index 97% rename from appstore/movie-pilot/2.3.5/docker-compose.yml rename to dockge/movie-pilot_2_3_6/docker-compose.yml index 52bab17b1..ac83c8dd7 100644 --- a/appstore/movie-pilot/2.3.5/docker-compose.yml +++ b/dockge/movie-pilot_2_3_6/docker-compose.yml @@ -19,7 +19,7 @@ services: - AUTH_SITE=iyuu,hhclub,audiences,hddolby,zmpt,freefarm,hdfans,wintersakura,leaves,ptba,icc2022,xingtan,ptvicomo,agsvpt,hdkyl,qingwa,discfan,haidan,rousi,sunny,ptcafe,ptzone,kufei,yemapt - HTTP_PROXY=${PROXY_HOST} - HTTPS_PROXY=${PROXY_HOST} - image: jxxghp/moviepilot-v2:2.3.5 + image: jxxghp/moviepilot-v2:2.3.6 labels: createdBy: Apps logging: diff --git a/dockge/movie-pilot_2_3_5/envs/default.env b/dockge/movie-pilot_2_3_6/envs/default.env similarity index 100% rename from dockge/movie-pilot_2_3_5/envs/default.env rename to dockge/movie-pilot_2_3_6/envs/default.env diff --git a/dockge/movie-pilot_2_3_5/envs/global.env b/dockge/movie-pilot_2_3_6/envs/global.env similarity index 100% rename from dockge/movie-pilot_2_3_5/envs/global.env rename to dockge/movie-pilot_2_3_6/envs/global.env diff --git a/dockge/movie-pilot_2_3_5/envs/movie-pilot.env b/dockge/movie-pilot_2_3_6/envs/movie-pilot.env similarity index 100% rename from dockge/movie-pilot_2_3_5/envs/movie-pilot.env rename to dockge/movie-pilot_2_3_6/envs/movie-pilot.env diff --git a/dockge/onedev/docker-compose.yml b/dockge/onedev/docker-compose.yml index 8f129652f..1a45ad023 100644 --- a/dockge/onedev/docker-compose.yml +++ b/dockge/onedev/docker-compose.yml @@ -14,7 +14,7 @@ services: - initial_email=${INITIAL_EMAIL} - initial_server_url=${INITIAL_SERVER_URL} - initial_ssh_root_url=${INITIAL_SSH_ROOT_URL} - image: 1dev/server:11.8.1 + image: 1dev/server:11.8.3 labels: createdBy: Apps networks: diff --git a/dockge/rsshub/docker-compose.yml b/dockge/rsshub/docker-compose.yml index b2ae3fe18..a70a48f83 100644 --- a/dockge/rsshub/docker-compose.yml +++ b/dockge/rsshub/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-03-28 + image: diygod/rsshub:2025-03-29 labels: createdBy: Apps networks: From ffd2b40e5c54d23bf525411072c70d8890963fde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Mar 2025 18:26:30 +0000 Subject: [PATCH 159/198] Update glanceapp/glance Docker tag to v0.7.9 --- apps/glance/0.7.8/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/glance/0.7.8/docker-compose.yml b/apps/glance/0.7.8/docker-compose.yml index bf4800f70..f3822f2a5 100644 --- a/apps/glance/0.7.8/docker-compose.yml +++ b/apps/glance/0.7.8/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: glance: - image: glanceapp/glance:v0.7.8 + image: glanceapp/glance:v0.7.9 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 22a74d5beb0000619d794d59a493a1125b73c56f Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sat, 29 Mar 2025 18:26:42 +0000 Subject: [PATCH 160/198] Update app version [skip ci] --- apps/glance/{0.7.8 => 0.7.9}/conf/glance.yml | 0 apps/glance/{0.7.8 => 0.7.9}/data.yml | 0 apps/glance/{0.7.8 => 0.7.9}/docker-compose.yml | 0 apps/glance/{0.7.8 => 0.7.9}/envs/default.env | 0 apps/glance/{0.7.8 => 0.7.9}/envs/global.env | 0 apps/glance/{0.7.8 => 0.7.9}/scripts/init.sh | 0 apps/glance/{0.7.8 => 0.7.9}/scripts/uninstall.sh | 0 apps/glance/{0.7.8 => 0.7.9}/scripts/upgrade.sh | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename apps/glance/{0.7.8 => 0.7.9}/conf/glance.yml (100%) rename apps/glance/{0.7.8 => 0.7.9}/data.yml (100%) rename apps/glance/{0.7.8 => 0.7.9}/docker-compose.yml (100%) rename apps/glance/{0.7.8 => 0.7.9}/envs/default.env (100%) rename apps/glance/{0.7.8 => 0.7.9}/envs/global.env (100%) rename apps/glance/{0.7.8 => 0.7.9}/scripts/init.sh (100%) rename apps/glance/{0.7.8 => 0.7.9}/scripts/uninstall.sh (100%) rename apps/glance/{0.7.8 => 0.7.9}/scripts/upgrade.sh (100%) diff --git a/apps/glance/0.7.8/conf/glance.yml b/apps/glance/0.7.9/conf/glance.yml similarity index 100% rename from apps/glance/0.7.8/conf/glance.yml rename to apps/glance/0.7.9/conf/glance.yml diff --git a/apps/glance/0.7.8/data.yml b/apps/glance/0.7.9/data.yml similarity index 100% rename from apps/glance/0.7.8/data.yml rename to apps/glance/0.7.9/data.yml diff --git a/apps/glance/0.7.8/docker-compose.yml b/apps/glance/0.7.9/docker-compose.yml similarity index 100% rename from apps/glance/0.7.8/docker-compose.yml rename to apps/glance/0.7.9/docker-compose.yml diff --git a/apps/glance/0.7.8/envs/default.env b/apps/glance/0.7.9/envs/default.env similarity index 100% rename from apps/glance/0.7.8/envs/default.env rename to apps/glance/0.7.9/envs/default.env diff --git a/apps/glance/0.7.8/envs/global.env b/apps/glance/0.7.9/envs/global.env similarity index 100% rename from apps/glance/0.7.8/envs/global.env rename to apps/glance/0.7.9/envs/global.env diff --git a/apps/glance/0.7.8/scripts/init.sh b/apps/glance/0.7.9/scripts/init.sh similarity index 100% rename from apps/glance/0.7.8/scripts/init.sh rename to apps/glance/0.7.9/scripts/init.sh diff --git a/apps/glance/0.7.8/scripts/uninstall.sh b/apps/glance/0.7.9/scripts/uninstall.sh similarity index 100% rename from apps/glance/0.7.8/scripts/uninstall.sh rename to apps/glance/0.7.9/scripts/uninstall.sh diff --git a/apps/glance/0.7.8/scripts/upgrade.sh b/apps/glance/0.7.9/scripts/upgrade.sh similarity index 100% rename from apps/glance/0.7.8/scripts/upgrade.sh rename to apps/glance/0.7.9/scripts/upgrade.sh From 700073339bd0118a1c95ad299860001d7f100846 Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Sat, 29 Mar 2025 21:17:36 +0000 Subject: [PATCH 161/198] Processed apps directory via GitHub Actions --- appstore/glance/{0.7.8 => 0.7.9}/.env | 0 appstore/glance/{0.7.8 => 0.7.9}/conf/glance.yml | 0 appstore/glance/{0.7.8 => 0.7.9}/data.yml | 0 appstore/glance/{0.7.8 => 0.7.9}/docker-compose.yml | 2 +- appstore/glance/{0.7.8 => 0.7.9}/envs/default.env | 0 appstore/glance/{0.7.8 => 0.7.9}/envs/global.env | 0 appstore/glance/{0.7.8 => 0.7.9}/scripts/init.sh | 0 appstore/glance/{0.7.8 => 0.7.9}/scripts/uninstall.sh | 0 appstore/glance/{0.7.8 => 0.7.9}/scripts/upgrade.sh | 0 dockge/glance/docker-compose.yml | 2 +- 10 files changed, 2 insertions(+), 2 deletions(-) rename appstore/glance/{0.7.8 => 0.7.9}/.env (100%) rename appstore/glance/{0.7.8 => 0.7.9}/conf/glance.yml (100%) rename appstore/glance/{0.7.8 => 0.7.9}/data.yml (100%) rename appstore/glance/{0.7.8 => 0.7.9}/docker-compose.yml (93%) rename appstore/glance/{0.7.8 => 0.7.9}/envs/default.env (100%) rename appstore/glance/{0.7.8 => 0.7.9}/envs/global.env (100%) rename appstore/glance/{0.7.8 => 0.7.9}/scripts/init.sh (100%) rename appstore/glance/{0.7.8 => 0.7.9}/scripts/uninstall.sh (100%) rename appstore/glance/{0.7.8 => 0.7.9}/scripts/upgrade.sh (100%) diff --git a/appstore/glance/0.7.8/.env b/appstore/glance/0.7.9/.env similarity index 100% rename from appstore/glance/0.7.8/.env rename to appstore/glance/0.7.9/.env diff --git a/appstore/glance/0.7.8/conf/glance.yml b/appstore/glance/0.7.9/conf/glance.yml similarity index 100% rename from appstore/glance/0.7.8/conf/glance.yml rename to appstore/glance/0.7.9/conf/glance.yml diff --git a/appstore/glance/0.7.8/data.yml b/appstore/glance/0.7.9/data.yml similarity index 100% rename from appstore/glance/0.7.8/data.yml rename to appstore/glance/0.7.9/data.yml diff --git a/appstore/glance/0.7.8/docker-compose.yml b/appstore/glance/0.7.9/docker-compose.yml similarity index 93% rename from appstore/glance/0.7.8/docker-compose.yml rename to appstore/glance/0.7.9/docker-compose.yml index 4c6767356..80a526399 100644 --- a/appstore/glance/0.7.8/docker-compose.yml +++ b/appstore/glance/0.7.9/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: glanceapp/glance:v0.7.8 + image: glanceapp/glance:v0.7.9 labels: createdBy: Apps networks: diff --git a/appstore/glance/0.7.8/envs/default.env b/appstore/glance/0.7.9/envs/default.env similarity index 100% rename from appstore/glance/0.7.8/envs/default.env rename to appstore/glance/0.7.9/envs/default.env diff --git a/appstore/glance/0.7.8/envs/global.env b/appstore/glance/0.7.9/envs/global.env similarity index 100% rename from appstore/glance/0.7.8/envs/global.env rename to appstore/glance/0.7.9/envs/global.env diff --git a/appstore/glance/0.7.8/scripts/init.sh b/appstore/glance/0.7.9/scripts/init.sh similarity index 100% rename from appstore/glance/0.7.8/scripts/init.sh rename to appstore/glance/0.7.9/scripts/init.sh diff --git a/appstore/glance/0.7.8/scripts/uninstall.sh b/appstore/glance/0.7.9/scripts/uninstall.sh similarity index 100% rename from appstore/glance/0.7.8/scripts/uninstall.sh rename to appstore/glance/0.7.9/scripts/uninstall.sh diff --git a/appstore/glance/0.7.8/scripts/upgrade.sh b/appstore/glance/0.7.9/scripts/upgrade.sh similarity index 100% rename from appstore/glance/0.7.8/scripts/upgrade.sh rename to appstore/glance/0.7.9/scripts/upgrade.sh diff --git a/dockge/glance/docker-compose.yml b/dockge/glance/docker-compose.yml index 4c6767356..80a526399 100644 --- a/dockge/glance/docker-compose.yml +++ b/dockge/glance/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: glanceapp/glance:v0.7.8 + image: glanceapp/glance:v0.7.9 labels: createdBy: Apps networks: From b5b118186b95d7bceb1b7f071230c793d0399bff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 06:45:56 +0000 Subject: [PATCH 162/198] Update wushuo894/ani-rss Docker tag to v1.1.338 --- apps/ani-rss/1.1.337/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ani-rss/1.1.337/docker-compose.yml b/apps/ani-rss/1.1.337/docker-compose.yml index b0a3f2858..710b97018 100644 --- a/apps/ani-rss/1.1.337/docker-compose.yml +++ b/apps/ani-rss/1.1.337/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ani-rss: - image: wushuo894/ani-rss:v1.1.337 + image: wushuo894/ani-rss:v1.1.338 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From bb160c2a90e02d8c0ce9ff454fcf22d2f59ae8f5 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 30 Mar 2025 06:46:08 +0000 Subject: [PATCH 163/198] Update app version [skip ci] --- apps/ani-rss/{1.1.337 => 1.1.338}/data.yml | 0 apps/ani-rss/{1.1.337 => 1.1.338}/docker-compose.yml | 0 apps/ani-rss/{1.1.337 => 1.1.338}/envs/default.env | 0 apps/ani-rss/{1.1.337 => 1.1.338}/envs/global.env | 0 apps/ani-rss/{1.1.337 => 1.1.338}/scripts/init.sh | 0 apps/ani-rss/{1.1.337 => 1.1.338}/scripts/uninstall.sh | 0 apps/ani-rss/{1.1.337 => 1.1.338}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ani-rss/{1.1.337 => 1.1.338}/data.yml (100%) rename apps/ani-rss/{1.1.337 => 1.1.338}/docker-compose.yml (100%) rename apps/ani-rss/{1.1.337 => 1.1.338}/envs/default.env (100%) rename apps/ani-rss/{1.1.337 => 1.1.338}/envs/global.env (100%) rename apps/ani-rss/{1.1.337 => 1.1.338}/scripts/init.sh (100%) rename apps/ani-rss/{1.1.337 => 1.1.338}/scripts/uninstall.sh (100%) rename apps/ani-rss/{1.1.337 => 1.1.338}/scripts/upgrade.sh (100%) diff --git a/apps/ani-rss/1.1.337/data.yml b/apps/ani-rss/1.1.338/data.yml similarity index 100% rename from apps/ani-rss/1.1.337/data.yml rename to apps/ani-rss/1.1.338/data.yml diff --git a/apps/ani-rss/1.1.337/docker-compose.yml b/apps/ani-rss/1.1.338/docker-compose.yml similarity index 100% rename from apps/ani-rss/1.1.337/docker-compose.yml rename to apps/ani-rss/1.1.338/docker-compose.yml diff --git a/apps/ani-rss/1.1.337/envs/default.env b/apps/ani-rss/1.1.338/envs/default.env similarity index 100% rename from apps/ani-rss/1.1.337/envs/default.env rename to apps/ani-rss/1.1.338/envs/default.env diff --git a/apps/ani-rss/1.1.337/envs/global.env b/apps/ani-rss/1.1.338/envs/global.env similarity index 100% rename from apps/ani-rss/1.1.337/envs/global.env rename to apps/ani-rss/1.1.338/envs/global.env diff --git a/apps/ani-rss/1.1.337/scripts/init.sh b/apps/ani-rss/1.1.338/scripts/init.sh similarity index 100% rename from apps/ani-rss/1.1.337/scripts/init.sh rename to apps/ani-rss/1.1.338/scripts/init.sh diff --git a/apps/ani-rss/1.1.337/scripts/uninstall.sh b/apps/ani-rss/1.1.338/scripts/uninstall.sh similarity index 100% rename from apps/ani-rss/1.1.337/scripts/uninstall.sh rename to apps/ani-rss/1.1.338/scripts/uninstall.sh diff --git a/apps/ani-rss/1.1.337/scripts/upgrade.sh b/apps/ani-rss/1.1.338/scripts/upgrade.sh similarity index 100% rename from apps/ani-rss/1.1.337/scripts/upgrade.sh rename to apps/ani-rss/1.1.338/scripts/upgrade.sh From 99b44f6011a94160b67ffb2a4cc54488de49c189 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 10:53:30 +0000 Subject: [PATCH 164/198] Update aceberg/watchyourlan Docker tag to v2.1.2 --- apps/watchyourlan/2.1.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/watchyourlan/2.1.1/docker-compose.yml b/apps/watchyourlan/2.1.1/docker-compose.yml index 76a7f63fd..c47200357 100644 --- a/apps/watchyourlan/2.1.1/docker-compose.yml +++ b/apps/watchyourlan/2.1.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: watchyourlan: - image: aceberg/watchyourlan:2.1.1 + image: aceberg/watchyourlan:2.1.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 43a697f8fdfedbbc7173745c452b9729f151f078 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 30 Mar 2025 10:53:42 +0000 Subject: [PATCH 165/198] Update app version [skip ci] --- apps/watchyourlan/{2.1.1 => 2.1.2}/data.yml | 0 apps/watchyourlan/{2.1.1 => 2.1.2}/docker-compose.yml | 0 apps/watchyourlan/{2.1.1 => 2.1.2}/envs/default.env | 0 apps/watchyourlan/{2.1.1 => 2.1.2}/envs/global.env | 0 apps/watchyourlan/{2.1.1 => 2.1.2}/scripts/init.sh | 0 apps/watchyourlan/{2.1.1 => 2.1.2}/scripts/uninstall.sh | 0 apps/watchyourlan/{2.1.1 => 2.1.2}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/watchyourlan/{2.1.1 => 2.1.2}/data.yml (100%) rename apps/watchyourlan/{2.1.1 => 2.1.2}/docker-compose.yml (100%) rename apps/watchyourlan/{2.1.1 => 2.1.2}/envs/default.env (100%) rename apps/watchyourlan/{2.1.1 => 2.1.2}/envs/global.env (100%) rename apps/watchyourlan/{2.1.1 => 2.1.2}/scripts/init.sh (100%) rename apps/watchyourlan/{2.1.1 => 2.1.2}/scripts/uninstall.sh (100%) rename apps/watchyourlan/{2.1.1 => 2.1.2}/scripts/upgrade.sh (100%) diff --git a/apps/watchyourlan/2.1.1/data.yml b/apps/watchyourlan/2.1.2/data.yml similarity index 100% rename from apps/watchyourlan/2.1.1/data.yml rename to apps/watchyourlan/2.1.2/data.yml diff --git a/apps/watchyourlan/2.1.1/docker-compose.yml b/apps/watchyourlan/2.1.2/docker-compose.yml similarity index 100% rename from apps/watchyourlan/2.1.1/docker-compose.yml rename to apps/watchyourlan/2.1.2/docker-compose.yml diff --git a/apps/watchyourlan/2.1.1/envs/default.env b/apps/watchyourlan/2.1.2/envs/default.env similarity index 100% rename from apps/watchyourlan/2.1.1/envs/default.env rename to apps/watchyourlan/2.1.2/envs/default.env diff --git a/apps/watchyourlan/2.1.1/envs/global.env b/apps/watchyourlan/2.1.2/envs/global.env similarity index 100% rename from apps/watchyourlan/2.1.1/envs/global.env rename to apps/watchyourlan/2.1.2/envs/global.env diff --git a/apps/watchyourlan/2.1.1/scripts/init.sh b/apps/watchyourlan/2.1.2/scripts/init.sh similarity index 100% rename from apps/watchyourlan/2.1.1/scripts/init.sh rename to apps/watchyourlan/2.1.2/scripts/init.sh diff --git a/apps/watchyourlan/2.1.1/scripts/uninstall.sh b/apps/watchyourlan/2.1.2/scripts/uninstall.sh similarity index 100% rename from apps/watchyourlan/2.1.1/scripts/uninstall.sh rename to apps/watchyourlan/2.1.2/scripts/uninstall.sh diff --git a/apps/watchyourlan/2.1.1/scripts/upgrade.sh b/apps/watchyourlan/2.1.2/scripts/upgrade.sh similarity index 100% rename from apps/watchyourlan/2.1.1/scripts/upgrade.sh rename to apps/watchyourlan/2.1.2/scripts/upgrade.sh From 8aa1591b1340efe5f5d5f627a0e1dbd0485506a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 17:38:19 +0000 Subject: [PATCH 166/198] Update diygod/rsshub Docker tag to v2025-03-30 --- apps/rsshub/2025-03-29/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rsshub/2025-03-29/docker-compose.yml b/apps/rsshub/2025-03-29/docker-compose.yml index ca58747ea..16484ed14 100644 --- a/apps/rsshub/2025-03-29/docker-compose.yml +++ b/apps/rsshub/2025-03-29/docker-compose.yml @@ -23,7 +23,7 @@ services: timeout: 10s retries: 3 rsshub: - image: diygod/rsshub:2025-03-29 + image: diygod/rsshub:2025-03-30 container_name: rsshub-${CONTAINER_NAME} depends_on: - browserless From 8fda02e784183d05d506effef18787067d39b5f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 17:38:24 +0000 Subject: [PATCH 167/198] Update amir20/dozzle Docker tag to v8.12.0 --- apps/dozzle/8.11.9/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dozzle/8.11.9/docker-compose.yml b/apps/dozzle/8.11.9/docker-compose.yml index 59cffadec..87d224277 100644 --- a/apps/dozzle/8.11.9/docker-compose.yml +++ b/apps/dozzle/8.11.9/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: dozzle: - image: amir20/dozzle:v8.11.9 + image: amir20/dozzle:v8.12.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From e19eed72d641e1b112915a6d4d8a6a5d6998aae0 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 30 Mar 2025 17:38:30 +0000 Subject: [PATCH 168/198] Update app version [skip ci] --- apps/rsshub/{2025-03-29 => 2025-03-30}/data.yml | 0 apps/rsshub/{2025-03-29 => 2025-03-30}/docker-compose.yml | 0 apps/rsshub/{2025-03-29 => 2025-03-30}/envs/default.env | 0 apps/rsshub/{2025-03-29 => 2025-03-30}/envs/global.env | 0 apps/rsshub/{2025-03-29 => 2025-03-30}/scripts/init.sh | 0 apps/rsshub/{2025-03-29 => 2025-03-30}/scripts/uninstall.sh | 0 apps/rsshub/{2025-03-29 => 2025-03-30}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/rsshub/{2025-03-29 => 2025-03-30}/data.yml (100%) rename apps/rsshub/{2025-03-29 => 2025-03-30}/docker-compose.yml (100%) rename apps/rsshub/{2025-03-29 => 2025-03-30}/envs/default.env (100%) rename apps/rsshub/{2025-03-29 => 2025-03-30}/envs/global.env (100%) rename apps/rsshub/{2025-03-29 => 2025-03-30}/scripts/init.sh (100%) rename apps/rsshub/{2025-03-29 => 2025-03-30}/scripts/uninstall.sh (100%) rename apps/rsshub/{2025-03-29 => 2025-03-30}/scripts/upgrade.sh (100%) diff --git a/apps/rsshub/2025-03-29/data.yml b/apps/rsshub/2025-03-30/data.yml similarity index 100% rename from apps/rsshub/2025-03-29/data.yml rename to apps/rsshub/2025-03-30/data.yml diff --git a/apps/rsshub/2025-03-29/docker-compose.yml b/apps/rsshub/2025-03-30/docker-compose.yml similarity index 100% rename from apps/rsshub/2025-03-29/docker-compose.yml rename to apps/rsshub/2025-03-30/docker-compose.yml diff --git a/apps/rsshub/2025-03-29/envs/default.env b/apps/rsshub/2025-03-30/envs/default.env similarity index 100% rename from apps/rsshub/2025-03-29/envs/default.env rename to apps/rsshub/2025-03-30/envs/default.env diff --git a/apps/rsshub/2025-03-29/envs/global.env b/apps/rsshub/2025-03-30/envs/global.env similarity index 100% rename from apps/rsshub/2025-03-29/envs/global.env rename to apps/rsshub/2025-03-30/envs/global.env diff --git a/apps/rsshub/2025-03-29/scripts/init.sh b/apps/rsshub/2025-03-30/scripts/init.sh similarity index 100% rename from apps/rsshub/2025-03-29/scripts/init.sh rename to apps/rsshub/2025-03-30/scripts/init.sh diff --git a/apps/rsshub/2025-03-29/scripts/uninstall.sh b/apps/rsshub/2025-03-30/scripts/uninstall.sh similarity index 100% rename from apps/rsshub/2025-03-29/scripts/uninstall.sh rename to apps/rsshub/2025-03-30/scripts/uninstall.sh diff --git a/apps/rsshub/2025-03-29/scripts/upgrade.sh b/apps/rsshub/2025-03-30/scripts/upgrade.sh similarity index 100% rename from apps/rsshub/2025-03-29/scripts/upgrade.sh rename to apps/rsshub/2025-03-30/scripts/upgrade.sh From 6afca787f0d28783c2c30c1afdc0f52978d8d9fe Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 30 Mar 2025 17:38:34 +0000 Subject: [PATCH 169/198] Update app version [skip ci] --- apps/dozzle/{8.11.9 => 8.12.0}/data.yml | 0 apps/dozzle/{8.11.9 => 8.12.0}/docker-compose.yml | 0 apps/dozzle/{8.11.9 => 8.12.0}/envs/default.env | 0 apps/dozzle/{8.11.9 => 8.12.0}/envs/global.env | 0 apps/dozzle/{8.11.9 => 8.12.0}/scripts/init.sh | 0 apps/dozzle/{8.11.9 => 8.12.0}/scripts/uninstall.sh | 0 apps/dozzle/{8.11.9 => 8.12.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/dozzle/{8.11.9 => 8.12.0}/data.yml (100%) rename apps/dozzle/{8.11.9 => 8.12.0}/docker-compose.yml (100%) rename apps/dozzle/{8.11.9 => 8.12.0}/envs/default.env (100%) rename apps/dozzle/{8.11.9 => 8.12.0}/envs/global.env (100%) rename apps/dozzle/{8.11.9 => 8.12.0}/scripts/init.sh (100%) rename apps/dozzle/{8.11.9 => 8.12.0}/scripts/uninstall.sh (100%) rename apps/dozzle/{8.11.9 => 8.12.0}/scripts/upgrade.sh (100%) diff --git a/apps/dozzle/8.11.9/data.yml b/apps/dozzle/8.12.0/data.yml similarity index 100% rename from apps/dozzle/8.11.9/data.yml rename to apps/dozzle/8.12.0/data.yml diff --git a/apps/dozzle/8.11.9/docker-compose.yml b/apps/dozzle/8.12.0/docker-compose.yml similarity index 100% rename from apps/dozzle/8.11.9/docker-compose.yml rename to apps/dozzle/8.12.0/docker-compose.yml diff --git a/apps/dozzle/8.11.9/envs/default.env b/apps/dozzle/8.12.0/envs/default.env similarity index 100% rename from apps/dozzle/8.11.9/envs/default.env rename to apps/dozzle/8.12.0/envs/default.env diff --git a/apps/dozzle/8.11.9/envs/global.env b/apps/dozzle/8.12.0/envs/global.env similarity index 100% rename from apps/dozzle/8.11.9/envs/global.env rename to apps/dozzle/8.12.0/envs/global.env diff --git a/apps/dozzle/8.11.9/scripts/init.sh b/apps/dozzle/8.12.0/scripts/init.sh similarity index 100% rename from apps/dozzle/8.11.9/scripts/init.sh rename to apps/dozzle/8.12.0/scripts/init.sh diff --git a/apps/dozzle/8.11.9/scripts/uninstall.sh b/apps/dozzle/8.12.0/scripts/uninstall.sh similarity index 100% rename from apps/dozzle/8.11.9/scripts/uninstall.sh rename to apps/dozzle/8.12.0/scripts/uninstall.sh diff --git a/apps/dozzle/8.11.9/scripts/upgrade.sh b/apps/dozzle/8.12.0/scripts/upgrade.sh similarity index 100% rename from apps/dozzle/8.11.9/scripts/upgrade.sh rename to apps/dozzle/8.12.0/scripts/upgrade.sh From a0486087d5b0dadd59e81032cd80cdfe71ff016f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 18:27:24 +0000 Subject: [PATCH 170/198] Update pihole/pihole Docker tag to v2025.03.1 --- apps/pi-hole-dhcp/2025.03.0/docker-compose.yml | 2 +- apps/pi-hole/2025.03.0/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/pi-hole-dhcp/2025.03.0/docker-compose.yml b/apps/pi-hole-dhcp/2025.03.0/docker-compose.yml index 0b7062907..a06760e97 100644 --- a/apps/pi-hole-dhcp/2025.03.0/docker-compose.yml +++ b/apps/pi-hole-dhcp/2025.03.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: pihole: - image: pihole/pihole:2025.03.0 + image: pihole/pihole:2025.03.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/pi-hole/2025.03.0/docker-compose.yml b/apps/pi-hole/2025.03.0/docker-compose.yml index f619fc3c1..33e470dc0 100644 --- a/apps/pi-hole/2025.03.0/docker-compose.yml +++ b/apps/pi-hole/2025.03.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: pihole: - image: pihole/pihole:2025.03.0 + image: pihole/pihole:2025.03.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 5f1521586779ac453622f1e69f466a5f30ddf1a0 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 30 Mar 2025 18:27:36 +0000 Subject: [PATCH 171/198] Update app version [skip ci] --- apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/data.yml | 0 apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/docker-compose.yml | 0 apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/envs/default.env | 0 apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/envs/global.env | 0 apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/scripts/init.sh | 0 apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/scripts/uninstall.sh | 0 apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/data.yml (100%) rename apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/docker-compose.yml (100%) rename apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/envs/default.env (100%) rename apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/envs/global.env (100%) rename apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/scripts/init.sh (100%) rename apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/scripts/uninstall.sh (100%) rename apps/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/scripts/upgrade.sh (100%) diff --git a/apps/pi-hole-dhcp/2025.03.0/data.yml b/apps/pi-hole-dhcp/2025.03.1/data.yml similarity index 100% rename from apps/pi-hole-dhcp/2025.03.0/data.yml rename to apps/pi-hole-dhcp/2025.03.1/data.yml diff --git a/apps/pi-hole-dhcp/2025.03.0/docker-compose.yml b/apps/pi-hole-dhcp/2025.03.1/docker-compose.yml similarity index 100% rename from apps/pi-hole-dhcp/2025.03.0/docker-compose.yml rename to apps/pi-hole-dhcp/2025.03.1/docker-compose.yml diff --git a/apps/pi-hole-dhcp/2025.03.0/envs/default.env b/apps/pi-hole-dhcp/2025.03.1/envs/default.env similarity index 100% rename from apps/pi-hole-dhcp/2025.03.0/envs/default.env rename to apps/pi-hole-dhcp/2025.03.1/envs/default.env diff --git a/apps/pi-hole-dhcp/2025.03.0/envs/global.env b/apps/pi-hole-dhcp/2025.03.1/envs/global.env similarity index 100% rename from apps/pi-hole-dhcp/2025.03.0/envs/global.env rename to apps/pi-hole-dhcp/2025.03.1/envs/global.env diff --git a/apps/pi-hole-dhcp/2025.03.0/scripts/init.sh b/apps/pi-hole-dhcp/2025.03.1/scripts/init.sh similarity index 100% rename from apps/pi-hole-dhcp/2025.03.0/scripts/init.sh rename to apps/pi-hole-dhcp/2025.03.1/scripts/init.sh diff --git a/apps/pi-hole-dhcp/2025.03.0/scripts/uninstall.sh b/apps/pi-hole-dhcp/2025.03.1/scripts/uninstall.sh similarity index 100% rename from apps/pi-hole-dhcp/2025.03.0/scripts/uninstall.sh rename to apps/pi-hole-dhcp/2025.03.1/scripts/uninstall.sh diff --git a/apps/pi-hole-dhcp/2025.03.0/scripts/upgrade.sh b/apps/pi-hole-dhcp/2025.03.1/scripts/upgrade.sh similarity index 100% rename from apps/pi-hole-dhcp/2025.03.0/scripts/upgrade.sh rename to apps/pi-hole-dhcp/2025.03.1/scripts/upgrade.sh From c21413a8c33f5fbccb3e61e51ff8847e3f660268 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 30 Mar 2025 18:27:36 +0000 Subject: [PATCH 172/198] Update app version [skip ci] --- apps/pi-hole/{2025.03.0 => 2025.03.1}/data.yml | 0 apps/pi-hole/{2025.03.0 => 2025.03.1}/docker-compose.yml | 0 apps/pi-hole/{2025.03.0 => 2025.03.1}/envs/default.env | 0 apps/pi-hole/{2025.03.0 => 2025.03.1}/envs/global.env | 0 apps/pi-hole/{2025.03.0 => 2025.03.1}/scripts/init.sh | 0 apps/pi-hole/{2025.03.0 => 2025.03.1}/scripts/uninstall.sh | 0 apps/pi-hole/{2025.03.0 => 2025.03.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/pi-hole/{2025.03.0 => 2025.03.1}/data.yml (100%) rename apps/pi-hole/{2025.03.0 => 2025.03.1}/docker-compose.yml (100%) rename apps/pi-hole/{2025.03.0 => 2025.03.1}/envs/default.env (100%) rename apps/pi-hole/{2025.03.0 => 2025.03.1}/envs/global.env (100%) rename apps/pi-hole/{2025.03.0 => 2025.03.1}/scripts/init.sh (100%) rename apps/pi-hole/{2025.03.0 => 2025.03.1}/scripts/uninstall.sh (100%) rename apps/pi-hole/{2025.03.0 => 2025.03.1}/scripts/upgrade.sh (100%) diff --git a/apps/pi-hole/2025.03.0/data.yml b/apps/pi-hole/2025.03.1/data.yml similarity index 100% rename from apps/pi-hole/2025.03.0/data.yml rename to apps/pi-hole/2025.03.1/data.yml diff --git a/apps/pi-hole/2025.03.0/docker-compose.yml b/apps/pi-hole/2025.03.1/docker-compose.yml similarity index 100% rename from apps/pi-hole/2025.03.0/docker-compose.yml rename to apps/pi-hole/2025.03.1/docker-compose.yml diff --git a/apps/pi-hole/2025.03.0/envs/default.env b/apps/pi-hole/2025.03.1/envs/default.env similarity index 100% rename from apps/pi-hole/2025.03.0/envs/default.env rename to apps/pi-hole/2025.03.1/envs/default.env diff --git a/apps/pi-hole/2025.03.0/envs/global.env b/apps/pi-hole/2025.03.1/envs/global.env similarity index 100% rename from apps/pi-hole/2025.03.0/envs/global.env rename to apps/pi-hole/2025.03.1/envs/global.env diff --git a/apps/pi-hole/2025.03.0/scripts/init.sh b/apps/pi-hole/2025.03.1/scripts/init.sh similarity index 100% rename from apps/pi-hole/2025.03.0/scripts/init.sh rename to apps/pi-hole/2025.03.1/scripts/init.sh diff --git a/apps/pi-hole/2025.03.0/scripts/uninstall.sh b/apps/pi-hole/2025.03.1/scripts/uninstall.sh similarity index 100% rename from apps/pi-hole/2025.03.0/scripts/uninstall.sh rename to apps/pi-hole/2025.03.1/scripts/uninstall.sh diff --git a/apps/pi-hole/2025.03.0/scripts/upgrade.sh b/apps/pi-hole/2025.03.1/scripts/upgrade.sh similarity index 100% rename from apps/pi-hole/2025.03.0/scripts/upgrade.sh rename to apps/pi-hole/2025.03.1/scripts/upgrade.sh From 9a875309aec16632395b8c41e46a3ddb3d273783 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Mar 2025 19:11:15 +0000 Subject: [PATCH 173/198] Update louislam/dockge Docker tag to v1.5.0 --- apps/dockge/1.4.2/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dockge/1.4.2/docker-compose.yml b/apps/dockge/1.4.2/docker-compose.yml index aa93e4167..10eaa70e5 100644 --- a/apps/dockge/1.4.2/docker-compose.yml +++ b/apps/dockge/1.4.2/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: dockge: - image: louislam/dockge:1.4.2 + image: louislam/dockge:1.5.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From b7df19ea3a3ac189468e15365ce4b2dedba7b311 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Sun, 30 Mar 2025 19:11:28 +0000 Subject: [PATCH 174/198] Update app version [skip ci] --- apps/dockge/{1.4.2 => 1.5.0}/data.yml | 0 apps/dockge/{1.4.2 => 1.5.0}/docker-compose.yml | 0 apps/dockge/{1.4.2 => 1.5.0}/envs/default.env | 0 apps/dockge/{1.4.2 => 1.5.0}/envs/global.env | 0 apps/dockge/{1.4.2 => 1.5.0}/scripts/init.sh | 0 apps/dockge/{1.4.2 => 1.5.0}/scripts/uninstall.sh | 0 apps/dockge/{1.4.2 => 1.5.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/dockge/{1.4.2 => 1.5.0}/data.yml (100%) rename apps/dockge/{1.4.2 => 1.5.0}/docker-compose.yml (100%) rename apps/dockge/{1.4.2 => 1.5.0}/envs/default.env (100%) rename apps/dockge/{1.4.2 => 1.5.0}/envs/global.env (100%) rename apps/dockge/{1.4.2 => 1.5.0}/scripts/init.sh (100%) rename apps/dockge/{1.4.2 => 1.5.0}/scripts/uninstall.sh (100%) rename apps/dockge/{1.4.2 => 1.5.0}/scripts/upgrade.sh (100%) diff --git a/apps/dockge/1.4.2/data.yml b/apps/dockge/1.5.0/data.yml similarity index 100% rename from apps/dockge/1.4.2/data.yml rename to apps/dockge/1.5.0/data.yml diff --git a/apps/dockge/1.4.2/docker-compose.yml b/apps/dockge/1.5.0/docker-compose.yml similarity index 100% rename from apps/dockge/1.4.2/docker-compose.yml rename to apps/dockge/1.5.0/docker-compose.yml diff --git a/apps/dockge/1.4.2/envs/default.env b/apps/dockge/1.5.0/envs/default.env similarity index 100% rename from apps/dockge/1.4.2/envs/default.env rename to apps/dockge/1.5.0/envs/default.env diff --git a/apps/dockge/1.4.2/envs/global.env b/apps/dockge/1.5.0/envs/global.env similarity index 100% rename from apps/dockge/1.4.2/envs/global.env rename to apps/dockge/1.5.0/envs/global.env diff --git a/apps/dockge/1.4.2/scripts/init.sh b/apps/dockge/1.5.0/scripts/init.sh similarity index 100% rename from apps/dockge/1.4.2/scripts/init.sh rename to apps/dockge/1.5.0/scripts/init.sh diff --git a/apps/dockge/1.4.2/scripts/uninstall.sh b/apps/dockge/1.5.0/scripts/uninstall.sh similarity index 100% rename from apps/dockge/1.4.2/scripts/uninstall.sh rename to apps/dockge/1.5.0/scripts/uninstall.sh diff --git a/apps/dockge/1.4.2/scripts/upgrade.sh b/apps/dockge/1.5.0/scripts/upgrade.sh similarity index 100% rename from apps/dockge/1.4.2/scripts/upgrade.sh rename to apps/dockge/1.5.0/scripts/upgrade.sh From 2fd2beda71ae3a039c0f492e333bac559f3c9bff Mon Sep 17 00:00:00 2001 From: QYG2297248353 Date: Sun, 30 Mar 2025 21:18:10 +0000 Subject: [PATCH 175/198] Processed apps directory via GitHub Actions --- appstore/ani-rss/{1.1.337 => 1.1.338}/.env | 0 appstore/ani-rss/{1.1.337 => 1.1.338}/data.yml | 0 appstore/ani-rss/{1.1.337 => 1.1.338}/docker-compose.yml | 2 +- appstore/ani-rss/{1.1.337 => 1.1.338}/envs/default.env | 0 appstore/ani-rss/{1.1.337 => 1.1.338}/envs/global.env | 0 appstore/ani-rss/{1.1.337 => 1.1.338}/scripts/init.sh | 0 appstore/ani-rss/{1.1.337 => 1.1.338}/scripts/uninstall.sh | 0 appstore/ani-rss/{1.1.337 => 1.1.338}/scripts/upgrade.sh | 0 appstore/dozzle/{8.11.9 => 8.12.0}/.env | 0 appstore/dozzle/{8.11.9 => 8.12.0}/data.yml | 0 appstore/dozzle/{8.11.9 => 8.12.0}/docker-compose.yml | 2 +- appstore/dozzle/{8.11.9 => 8.12.0}/envs/default.env | 0 appstore/dozzle/{8.11.9 => 8.12.0}/envs/global.env | 0 appstore/dozzle/{8.11.9 => 8.12.0}/scripts/init.sh | 0 appstore/dozzle/{8.11.9 => 8.12.0}/scripts/uninstall.sh | 0 appstore/dozzle/{8.11.9 => 8.12.0}/scripts/upgrade.sh | 0 appstore/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/.env | 0 appstore/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/data.yml | 0 .../pi-hole-dhcp/{2025.03.0 => 2025.03.1}/docker-compose.yml | 2 +- appstore/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/envs/default.env | 0 appstore/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/envs/global.env | 0 appstore/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/scripts/init.sh | 0 .../pi-hole-dhcp/{2025.03.0 => 2025.03.1}/scripts/uninstall.sh | 0 .../pi-hole-dhcp/{2025.03.0 => 2025.03.1}/scripts/upgrade.sh | 0 appstore/pi-hole/{2025.03.0 => 2025.03.1}/.env | 0 appstore/pi-hole/{2025.03.0 => 2025.03.1}/data.yml | 0 appstore/pi-hole/{2025.03.0 => 2025.03.1}/docker-compose.yml | 2 +- appstore/pi-hole/{2025.03.0 => 2025.03.1}/envs/default.env | 0 appstore/pi-hole/{2025.03.0 => 2025.03.1}/envs/global.env | 0 appstore/pi-hole/{2025.03.0 => 2025.03.1}/scripts/init.sh | 0 appstore/pi-hole/{2025.03.0 => 2025.03.1}/scripts/uninstall.sh | 0 appstore/pi-hole/{2025.03.0 => 2025.03.1}/scripts/upgrade.sh | 0 appstore/rsshub/{2025-03-29 => 2025-03-30}/.env | 0 appstore/rsshub/{2025-03-29 => 2025-03-30}/data.yml | 0 appstore/rsshub/{2025-03-29 => 2025-03-30}/docker-compose.yml | 2 +- appstore/rsshub/{2025-03-29 => 2025-03-30}/envs/default.env | 0 appstore/rsshub/{2025-03-29 => 2025-03-30}/envs/global.env | 0 appstore/rsshub/{2025-03-29 => 2025-03-30}/scripts/init.sh | 0 appstore/rsshub/{2025-03-29 => 2025-03-30}/scripts/uninstall.sh | 0 appstore/rsshub/{2025-03-29 => 2025-03-30}/scripts/upgrade.sh | 0 appstore/watchyourlan/{2.1.1 => 2.1.2}/.env | 0 appstore/watchyourlan/{2.1.1 => 2.1.2}/data.yml | 0 appstore/watchyourlan/{2.1.1 => 2.1.2}/docker-compose.yml | 2 +- appstore/watchyourlan/{2.1.1 => 2.1.2}/envs/default.env | 0 appstore/watchyourlan/{2.1.1 => 2.1.2}/envs/global.env | 0 appstore/watchyourlan/{2.1.1 => 2.1.2}/scripts/init.sh | 0 appstore/watchyourlan/{2.1.1 => 2.1.2}/scripts/uninstall.sh | 0 appstore/watchyourlan/{2.1.1 => 2.1.2}/scripts/upgrade.sh | 0 dockge/ani-rss/docker-compose.yml | 2 +- dockge/dozzle/docker-compose.yml | 2 +- dockge/pi-hole-dhcp/docker-compose.yml | 2 +- dockge/pi-hole/docker-compose.yml | 2 +- dockge/rsshub/docker-compose.yml | 2 +- dockge/watchyourlan/docker-compose.yml | 2 +- 54 files changed, 12 insertions(+), 12 deletions(-) rename appstore/ani-rss/{1.1.337 => 1.1.338}/.env (100%) rename appstore/ani-rss/{1.1.337 => 1.1.338}/data.yml (100%) rename appstore/ani-rss/{1.1.337 => 1.1.338}/docker-compose.yml (95%) rename appstore/ani-rss/{1.1.337 => 1.1.338}/envs/default.env (100%) rename appstore/ani-rss/{1.1.337 => 1.1.338}/envs/global.env (100%) rename appstore/ani-rss/{1.1.337 => 1.1.338}/scripts/init.sh (100%) rename appstore/ani-rss/{1.1.337 => 1.1.338}/scripts/uninstall.sh (100%) rename appstore/ani-rss/{1.1.337 => 1.1.338}/scripts/upgrade.sh (100%) rename appstore/dozzle/{8.11.9 => 8.12.0}/.env (100%) rename appstore/dozzle/{8.11.9 => 8.12.0}/data.yml (100%) rename appstore/dozzle/{8.11.9 => 8.12.0}/docker-compose.yml (94%) rename appstore/dozzle/{8.11.9 => 8.12.0}/envs/default.env (100%) rename appstore/dozzle/{8.11.9 => 8.12.0}/envs/global.env (100%) rename appstore/dozzle/{8.11.9 => 8.12.0}/scripts/init.sh (100%) rename appstore/dozzle/{8.11.9 => 8.12.0}/scripts/uninstall.sh (100%) rename appstore/dozzle/{8.11.9 => 8.12.0}/scripts/upgrade.sh (100%) rename appstore/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/.env (100%) rename appstore/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/data.yml (100%) rename appstore/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/docker-compose.yml (93%) rename appstore/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/envs/default.env (100%) rename appstore/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/envs/global.env (100%) rename appstore/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/scripts/init.sh (100%) rename appstore/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/scripts/uninstall.sh (100%) rename appstore/pi-hole-dhcp/{2025.03.0 => 2025.03.1}/scripts/upgrade.sh (100%) rename appstore/pi-hole/{2025.03.0 => 2025.03.1}/.env (100%) rename appstore/pi-hole/{2025.03.0 => 2025.03.1}/data.yml (100%) rename appstore/pi-hole/{2025.03.0 => 2025.03.1}/docker-compose.yml (93%) rename appstore/pi-hole/{2025.03.0 => 2025.03.1}/envs/default.env (100%) rename appstore/pi-hole/{2025.03.0 => 2025.03.1}/envs/global.env (100%) rename appstore/pi-hole/{2025.03.0 => 2025.03.1}/scripts/init.sh (100%) rename appstore/pi-hole/{2025.03.0 => 2025.03.1}/scripts/uninstall.sh (100%) rename appstore/pi-hole/{2025.03.0 => 2025.03.1}/scripts/upgrade.sh (100%) rename appstore/rsshub/{2025-03-29 => 2025-03-30}/.env (100%) rename appstore/rsshub/{2025-03-29 => 2025-03-30}/data.yml (100%) rename appstore/rsshub/{2025-03-29 => 2025-03-30}/docker-compose.yml (97%) rename appstore/rsshub/{2025-03-29 => 2025-03-30}/envs/default.env (100%) rename appstore/rsshub/{2025-03-29 => 2025-03-30}/envs/global.env (100%) rename appstore/rsshub/{2025-03-29 => 2025-03-30}/scripts/init.sh (100%) rename appstore/rsshub/{2025-03-29 => 2025-03-30}/scripts/uninstall.sh (100%) rename appstore/rsshub/{2025-03-29 => 2025-03-30}/scripts/upgrade.sh (100%) rename appstore/watchyourlan/{2.1.1 => 2.1.2}/.env (100%) rename appstore/watchyourlan/{2.1.1 => 2.1.2}/data.yml (100%) rename appstore/watchyourlan/{2.1.1 => 2.1.2}/docker-compose.yml (91%) rename appstore/watchyourlan/{2.1.1 => 2.1.2}/envs/default.env (100%) rename appstore/watchyourlan/{2.1.1 => 2.1.2}/envs/global.env (100%) rename appstore/watchyourlan/{2.1.1 => 2.1.2}/scripts/init.sh (100%) rename appstore/watchyourlan/{2.1.1 => 2.1.2}/scripts/uninstall.sh (100%) rename appstore/watchyourlan/{2.1.1 => 2.1.2}/scripts/upgrade.sh (100%) diff --git a/appstore/ani-rss/1.1.337/.env b/appstore/ani-rss/1.1.338/.env similarity index 100% rename from appstore/ani-rss/1.1.337/.env rename to appstore/ani-rss/1.1.338/.env diff --git a/appstore/ani-rss/1.1.337/data.yml b/appstore/ani-rss/1.1.338/data.yml similarity index 100% rename from appstore/ani-rss/1.1.337/data.yml rename to appstore/ani-rss/1.1.338/data.yml diff --git a/appstore/ani-rss/1.1.337/docker-compose.yml b/appstore/ani-rss/1.1.338/docker-compose.yml similarity index 95% rename from appstore/ani-rss/1.1.337/docker-compose.yml rename to appstore/ani-rss/1.1.338/docker-compose.yml index 8a21a52ae..6a00141b9 100644 --- a/appstore/ani-rss/1.1.337/docker-compose.yml +++ b/appstore/ani-rss/1.1.338/docker-compose.yml @@ -11,7 +11,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v1.1.337 + image: wushuo894/ani-rss:v1.1.338 labels: createdBy: Apps networks: diff --git a/appstore/ani-rss/1.1.337/envs/default.env b/appstore/ani-rss/1.1.338/envs/default.env similarity index 100% rename from appstore/ani-rss/1.1.337/envs/default.env rename to appstore/ani-rss/1.1.338/envs/default.env diff --git a/appstore/ani-rss/1.1.337/envs/global.env b/appstore/ani-rss/1.1.338/envs/global.env similarity index 100% rename from appstore/ani-rss/1.1.337/envs/global.env rename to appstore/ani-rss/1.1.338/envs/global.env diff --git a/appstore/ani-rss/1.1.337/scripts/init.sh b/appstore/ani-rss/1.1.338/scripts/init.sh similarity index 100% rename from appstore/ani-rss/1.1.337/scripts/init.sh rename to appstore/ani-rss/1.1.338/scripts/init.sh diff --git a/appstore/ani-rss/1.1.337/scripts/uninstall.sh b/appstore/ani-rss/1.1.338/scripts/uninstall.sh similarity index 100% rename from appstore/ani-rss/1.1.337/scripts/uninstall.sh rename to appstore/ani-rss/1.1.338/scripts/uninstall.sh diff --git a/appstore/ani-rss/1.1.337/scripts/upgrade.sh b/appstore/ani-rss/1.1.338/scripts/upgrade.sh similarity index 100% rename from appstore/ani-rss/1.1.337/scripts/upgrade.sh rename to appstore/ani-rss/1.1.338/scripts/upgrade.sh diff --git a/appstore/dozzle/8.11.9/.env b/appstore/dozzle/8.12.0/.env similarity index 100% rename from appstore/dozzle/8.11.9/.env rename to appstore/dozzle/8.12.0/.env diff --git a/appstore/dozzle/8.11.9/data.yml b/appstore/dozzle/8.12.0/data.yml similarity index 100% rename from appstore/dozzle/8.11.9/data.yml rename to appstore/dozzle/8.12.0/data.yml diff --git a/appstore/dozzle/8.11.9/docker-compose.yml b/appstore/dozzle/8.12.0/docker-compose.yml similarity index 94% rename from appstore/dozzle/8.11.9/docker-compose.yml rename to appstore/dozzle/8.12.0/docker-compose.yml index 193d17b5e..287f2c9a7 100644 --- a/appstore/dozzle/8.11.9/docker-compose.yml +++ b/appstore/dozzle/8.12.0/docker-compose.yml @@ -20,7 +20,7 @@ services: - /dozzle - healthcheck timeout: 30s - image: amir20/dozzle:v8.11.9 + image: amir20/dozzle:v8.12.0 labels: createdBy: Apps networks: diff --git a/appstore/dozzle/8.11.9/envs/default.env b/appstore/dozzle/8.12.0/envs/default.env similarity index 100% rename from appstore/dozzle/8.11.9/envs/default.env rename to appstore/dozzle/8.12.0/envs/default.env diff --git a/appstore/dozzle/8.11.9/envs/global.env b/appstore/dozzle/8.12.0/envs/global.env similarity index 100% rename from appstore/dozzle/8.11.9/envs/global.env rename to appstore/dozzle/8.12.0/envs/global.env diff --git a/appstore/dozzle/8.11.9/scripts/init.sh b/appstore/dozzle/8.12.0/scripts/init.sh similarity index 100% rename from appstore/dozzle/8.11.9/scripts/init.sh rename to appstore/dozzle/8.12.0/scripts/init.sh diff --git a/appstore/dozzle/8.11.9/scripts/uninstall.sh b/appstore/dozzle/8.12.0/scripts/uninstall.sh similarity index 100% rename from appstore/dozzle/8.11.9/scripts/uninstall.sh rename to appstore/dozzle/8.12.0/scripts/uninstall.sh diff --git a/appstore/dozzle/8.11.9/scripts/upgrade.sh b/appstore/dozzle/8.12.0/scripts/upgrade.sh similarity index 100% rename from appstore/dozzle/8.11.9/scripts/upgrade.sh rename to appstore/dozzle/8.12.0/scripts/upgrade.sh diff --git a/appstore/pi-hole-dhcp/2025.03.0/.env b/appstore/pi-hole-dhcp/2025.03.1/.env similarity index 100% rename from appstore/pi-hole-dhcp/2025.03.0/.env rename to appstore/pi-hole-dhcp/2025.03.1/.env diff --git a/appstore/pi-hole-dhcp/2025.03.0/data.yml b/appstore/pi-hole-dhcp/2025.03.1/data.yml similarity index 100% rename from appstore/pi-hole-dhcp/2025.03.0/data.yml rename to appstore/pi-hole-dhcp/2025.03.1/data.yml diff --git a/appstore/pi-hole-dhcp/2025.03.0/docker-compose.yml b/appstore/pi-hole-dhcp/2025.03.1/docker-compose.yml similarity index 93% rename from appstore/pi-hole-dhcp/2025.03.0/docker-compose.yml rename to appstore/pi-hole-dhcp/2025.03.1/docker-compose.yml index 2bf86268c..fc44d642d 100644 --- a/appstore/pi-hole-dhcp/2025.03.0/docker-compose.yml +++ b/appstore/pi-hole-dhcp/2025.03.1/docker-compose.yml @@ -18,7 +18,7 @@ services: - 53 - 53/udp - ${PANEL_APP_PORT_HTTP} - image: pihole/pihole:2025.03.0 + image: pihole/pihole:2025.03.1 labels: createdBy: Apps network_mode: host diff --git a/appstore/pi-hole-dhcp/2025.03.0/envs/default.env b/appstore/pi-hole-dhcp/2025.03.1/envs/default.env similarity index 100% rename from appstore/pi-hole-dhcp/2025.03.0/envs/default.env rename to appstore/pi-hole-dhcp/2025.03.1/envs/default.env diff --git a/appstore/pi-hole-dhcp/2025.03.0/envs/global.env b/appstore/pi-hole-dhcp/2025.03.1/envs/global.env similarity index 100% rename from appstore/pi-hole-dhcp/2025.03.0/envs/global.env rename to appstore/pi-hole-dhcp/2025.03.1/envs/global.env diff --git a/appstore/pi-hole-dhcp/2025.03.0/scripts/init.sh b/appstore/pi-hole-dhcp/2025.03.1/scripts/init.sh similarity index 100% rename from appstore/pi-hole-dhcp/2025.03.0/scripts/init.sh rename to appstore/pi-hole-dhcp/2025.03.1/scripts/init.sh diff --git a/appstore/pi-hole-dhcp/2025.03.0/scripts/uninstall.sh b/appstore/pi-hole-dhcp/2025.03.1/scripts/uninstall.sh similarity index 100% rename from appstore/pi-hole-dhcp/2025.03.0/scripts/uninstall.sh rename to appstore/pi-hole-dhcp/2025.03.1/scripts/uninstall.sh diff --git a/appstore/pi-hole-dhcp/2025.03.0/scripts/upgrade.sh b/appstore/pi-hole-dhcp/2025.03.1/scripts/upgrade.sh similarity index 100% rename from appstore/pi-hole-dhcp/2025.03.0/scripts/upgrade.sh rename to appstore/pi-hole-dhcp/2025.03.1/scripts/upgrade.sh diff --git a/appstore/pi-hole/2025.03.0/.env b/appstore/pi-hole/2025.03.1/.env similarity index 100% rename from appstore/pi-hole/2025.03.0/.env rename to appstore/pi-hole/2025.03.1/.env diff --git a/appstore/pi-hole/2025.03.0/data.yml b/appstore/pi-hole/2025.03.1/data.yml similarity index 100% rename from appstore/pi-hole/2025.03.0/data.yml rename to appstore/pi-hole/2025.03.1/data.yml diff --git a/appstore/pi-hole/2025.03.0/docker-compose.yml b/appstore/pi-hole/2025.03.1/docker-compose.yml similarity index 93% rename from appstore/pi-hole/2025.03.0/docker-compose.yml rename to appstore/pi-hole/2025.03.1/docker-compose.yml index 97769ad58..4de4fde84 100644 --- a/appstore/pi-hole/2025.03.0/docker-compose.yml +++ b/appstore/pi-hole/2025.03.1/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: pihole/pihole:2025.03.0 + image: pihole/pihole:2025.03.1 labels: createdBy: Apps networks: diff --git a/appstore/pi-hole/2025.03.0/envs/default.env b/appstore/pi-hole/2025.03.1/envs/default.env similarity index 100% rename from appstore/pi-hole/2025.03.0/envs/default.env rename to appstore/pi-hole/2025.03.1/envs/default.env diff --git a/appstore/pi-hole/2025.03.0/envs/global.env b/appstore/pi-hole/2025.03.1/envs/global.env similarity index 100% rename from appstore/pi-hole/2025.03.0/envs/global.env rename to appstore/pi-hole/2025.03.1/envs/global.env diff --git a/appstore/pi-hole/2025.03.0/scripts/init.sh b/appstore/pi-hole/2025.03.1/scripts/init.sh similarity index 100% rename from appstore/pi-hole/2025.03.0/scripts/init.sh rename to appstore/pi-hole/2025.03.1/scripts/init.sh diff --git a/appstore/pi-hole/2025.03.0/scripts/uninstall.sh b/appstore/pi-hole/2025.03.1/scripts/uninstall.sh similarity index 100% rename from appstore/pi-hole/2025.03.0/scripts/uninstall.sh rename to appstore/pi-hole/2025.03.1/scripts/uninstall.sh diff --git a/appstore/pi-hole/2025.03.0/scripts/upgrade.sh b/appstore/pi-hole/2025.03.1/scripts/upgrade.sh similarity index 100% rename from appstore/pi-hole/2025.03.0/scripts/upgrade.sh rename to appstore/pi-hole/2025.03.1/scripts/upgrade.sh diff --git a/appstore/rsshub/2025-03-29/.env b/appstore/rsshub/2025-03-30/.env similarity index 100% rename from appstore/rsshub/2025-03-29/.env rename to appstore/rsshub/2025-03-30/.env diff --git a/appstore/rsshub/2025-03-29/data.yml b/appstore/rsshub/2025-03-30/data.yml similarity index 100% rename from appstore/rsshub/2025-03-29/data.yml rename to appstore/rsshub/2025-03-30/data.yml diff --git a/appstore/rsshub/2025-03-29/docker-compose.yml b/appstore/rsshub/2025-03-30/docker-compose.yml similarity index 97% rename from appstore/rsshub/2025-03-29/docker-compose.yml rename to appstore/rsshub/2025-03-30/docker-compose.yml index a70a48f83..db806ffd9 100644 --- a/appstore/rsshub/2025-03-29/docker-compose.yml +++ b/appstore/rsshub/2025-03-30/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-03-29 + image: diygod/rsshub:2025-03-30 labels: createdBy: Apps networks: diff --git a/appstore/rsshub/2025-03-29/envs/default.env b/appstore/rsshub/2025-03-30/envs/default.env similarity index 100% rename from appstore/rsshub/2025-03-29/envs/default.env rename to appstore/rsshub/2025-03-30/envs/default.env diff --git a/appstore/rsshub/2025-03-29/envs/global.env b/appstore/rsshub/2025-03-30/envs/global.env similarity index 100% rename from appstore/rsshub/2025-03-29/envs/global.env rename to appstore/rsshub/2025-03-30/envs/global.env diff --git a/appstore/rsshub/2025-03-29/scripts/init.sh b/appstore/rsshub/2025-03-30/scripts/init.sh similarity index 100% rename from appstore/rsshub/2025-03-29/scripts/init.sh rename to appstore/rsshub/2025-03-30/scripts/init.sh diff --git a/appstore/rsshub/2025-03-29/scripts/uninstall.sh b/appstore/rsshub/2025-03-30/scripts/uninstall.sh similarity index 100% rename from appstore/rsshub/2025-03-29/scripts/uninstall.sh rename to appstore/rsshub/2025-03-30/scripts/uninstall.sh diff --git a/appstore/rsshub/2025-03-29/scripts/upgrade.sh b/appstore/rsshub/2025-03-30/scripts/upgrade.sh similarity index 100% rename from appstore/rsshub/2025-03-29/scripts/upgrade.sh rename to appstore/rsshub/2025-03-30/scripts/upgrade.sh diff --git a/appstore/watchyourlan/2.1.1/.env b/appstore/watchyourlan/2.1.2/.env similarity index 100% rename from appstore/watchyourlan/2.1.1/.env rename to appstore/watchyourlan/2.1.2/.env diff --git a/appstore/watchyourlan/2.1.1/data.yml b/appstore/watchyourlan/2.1.2/data.yml similarity index 100% rename from appstore/watchyourlan/2.1.1/data.yml rename to appstore/watchyourlan/2.1.2/data.yml diff --git a/appstore/watchyourlan/2.1.1/docker-compose.yml b/appstore/watchyourlan/2.1.2/docker-compose.yml similarity index 91% rename from appstore/watchyourlan/2.1.1/docker-compose.yml rename to appstore/watchyourlan/2.1.2/docker-compose.yml index a17df3b8b..0e161e037 100644 --- a/appstore/watchyourlan/2.1.1/docker-compose.yml +++ b/appstore/watchyourlan/2.1.2/docker-compose.yml @@ -11,7 +11,7 @@ services: - HOST=0.0.0.0 - PORT=8840 - LOG_LEVEL=info - image: aceberg/watchyourlan:2.1.1 + image: aceberg/watchyourlan:2.1.2 labels: createdBy: Apps network_mode: host diff --git a/appstore/watchyourlan/2.1.1/envs/default.env b/appstore/watchyourlan/2.1.2/envs/default.env similarity index 100% rename from appstore/watchyourlan/2.1.1/envs/default.env rename to appstore/watchyourlan/2.1.2/envs/default.env diff --git a/appstore/watchyourlan/2.1.1/envs/global.env b/appstore/watchyourlan/2.1.2/envs/global.env similarity index 100% rename from appstore/watchyourlan/2.1.1/envs/global.env rename to appstore/watchyourlan/2.1.2/envs/global.env diff --git a/appstore/watchyourlan/2.1.1/scripts/init.sh b/appstore/watchyourlan/2.1.2/scripts/init.sh similarity index 100% rename from appstore/watchyourlan/2.1.1/scripts/init.sh rename to appstore/watchyourlan/2.1.2/scripts/init.sh diff --git a/appstore/watchyourlan/2.1.1/scripts/uninstall.sh b/appstore/watchyourlan/2.1.2/scripts/uninstall.sh similarity index 100% rename from appstore/watchyourlan/2.1.1/scripts/uninstall.sh rename to appstore/watchyourlan/2.1.2/scripts/uninstall.sh diff --git a/appstore/watchyourlan/2.1.1/scripts/upgrade.sh b/appstore/watchyourlan/2.1.2/scripts/upgrade.sh similarity index 100% rename from appstore/watchyourlan/2.1.1/scripts/upgrade.sh rename to appstore/watchyourlan/2.1.2/scripts/upgrade.sh diff --git a/dockge/ani-rss/docker-compose.yml b/dockge/ani-rss/docker-compose.yml index 8a21a52ae..6a00141b9 100644 --- a/dockge/ani-rss/docker-compose.yml +++ b/dockge/ani-rss/docker-compose.yml @@ -11,7 +11,7 @@ services: - PORT=7789 - CONFIG=/config - TZ=Asia/Shanghai - image: wushuo894/ani-rss:v1.1.337 + image: wushuo894/ani-rss:v1.1.338 labels: createdBy: Apps networks: diff --git a/dockge/dozzle/docker-compose.yml b/dockge/dozzle/docker-compose.yml index 193d17b5e..287f2c9a7 100644 --- a/dockge/dozzle/docker-compose.yml +++ b/dockge/dozzle/docker-compose.yml @@ -20,7 +20,7 @@ services: - /dozzle - healthcheck timeout: 30s - image: amir20/dozzle:v8.11.9 + image: amir20/dozzle:v8.12.0 labels: createdBy: Apps networks: diff --git a/dockge/pi-hole-dhcp/docker-compose.yml b/dockge/pi-hole-dhcp/docker-compose.yml index 2bf86268c..fc44d642d 100644 --- a/dockge/pi-hole-dhcp/docker-compose.yml +++ b/dockge/pi-hole-dhcp/docker-compose.yml @@ -18,7 +18,7 @@ services: - 53 - 53/udp - ${PANEL_APP_PORT_HTTP} - image: pihole/pihole:2025.03.0 + image: pihole/pihole:2025.03.1 labels: createdBy: Apps network_mode: host diff --git a/dockge/pi-hole/docker-compose.yml b/dockge/pi-hole/docker-compose.yml index 97769ad58..4de4fde84 100644 --- a/dockge/pi-hole/docker-compose.yml +++ b/dockge/pi-hole/docker-compose.yml @@ -9,7 +9,7 @@ services: - .env environment: - TZ=Asia/Shanghai - image: pihole/pihole:2025.03.0 + image: pihole/pihole:2025.03.1 labels: createdBy: Apps networks: diff --git a/dockge/rsshub/docker-compose.yml b/dockge/rsshub/docker-compose.yml index a70a48f83..db806ffd9 100644 --- a/dockge/rsshub/docker-compose.yml +++ b/dockge/rsshub/docker-compose.yml @@ -57,7 +57,7 @@ services: - -f - http://localhost:1200/healthz?key=${ACCESS_KEY} timeout: 10s - image: diygod/rsshub:2025-03-29 + image: diygod/rsshub:2025-03-30 labels: createdBy: Apps networks: diff --git a/dockge/watchyourlan/docker-compose.yml b/dockge/watchyourlan/docker-compose.yml index a17df3b8b..0e161e037 100644 --- a/dockge/watchyourlan/docker-compose.yml +++ b/dockge/watchyourlan/docker-compose.yml @@ -11,7 +11,7 @@ services: - HOST=0.0.0.0 - PORT=8840 - LOG_LEVEL=info - image: aceberg/watchyourlan:2.1.1 + image: aceberg/watchyourlan:2.1.2 labels: createdBy: Apps network_mode: host From 6c679bef05d6c95ca660c55614f7f82e5ec990cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 05:58:24 +0000 Subject: [PATCH 176/198] Update renovatebot/github-action action to v41.0.18 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index dac1414e5..3fb3071e0 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Run Renovate - uses: renovatebot/github-action@cf5954a2aac7999882d3de4e462499adde159d04 # v41.0.17 + uses: renovatebot/github-action@c21017a4a2fc9f42953bcc907e375a5a544557ec # v41.0.18 with: useSlim: false token: ${{ secrets.GITHUBTOKEN }} From 872d200f81dd625c592e3a5b9561430c7634f82f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:54:23 +0000 Subject: [PATCH 177/198] Update diygod/rsshub Docker tag to v2025-03-31 --- apps/rsshub/2025-03-30/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rsshub/2025-03-30/docker-compose.yml b/apps/rsshub/2025-03-30/docker-compose.yml index 16484ed14..c4805e16f 100644 --- a/apps/rsshub/2025-03-30/docker-compose.yml +++ b/apps/rsshub/2025-03-30/docker-compose.yml @@ -23,7 +23,7 @@ services: timeout: 10s retries: 3 rsshub: - image: diygod/rsshub:2025-03-30 + image: diygod/rsshub:2025-03-31 container_name: rsshub-${CONTAINER_NAME} depends_on: - browserless From 6258afab80d91e227249a48f12654a0dc1e3543f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 12:54:27 +0000 Subject: [PATCH 178/198] Update getfider/fider Docker tag to v0.25.0 --- apps/fider/0.24.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fider/0.24.0/docker-compose.yml b/apps/fider/0.24.0/docker-compose.yml index 69313811b..be8cab463 100644 --- a/apps/fider/0.24.0/docker-compose.yml +++ b/apps/fider/0.24.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: fider: - image: getfider/fider:v0.24.0 + image: getfider/fider:v0.25.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From f5b638060e3254537ef287d0d2ff63b5fb31e9f4 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 31 Mar 2025 12:54:37 +0000 Subject: [PATCH 179/198] Update app version [skip ci] --- apps/rsshub/{2025-03-30 => 2025-03-31}/data.yml | 0 apps/rsshub/{2025-03-30 => 2025-03-31}/docker-compose.yml | 0 apps/rsshub/{2025-03-30 => 2025-03-31}/envs/default.env | 0 apps/rsshub/{2025-03-30 => 2025-03-31}/envs/global.env | 0 apps/rsshub/{2025-03-30 => 2025-03-31}/scripts/init.sh | 0 apps/rsshub/{2025-03-30 => 2025-03-31}/scripts/uninstall.sh | 0 apps/rsshub/{2025-03-30 => 2025-03-31}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/rsshub/{2025-03-30 => 2025-03-31}/data.yml (100%) rename apps/rsshub/{2025-03-30 => 2025-03-31}/docker-compose.yml (100%) rename apps/rsshub/{2025-03-30 => 2025-03-31}/envs/default.env (100%) rename apps/rsshub/{2025-03-30 => 2025-03-31}/envs/global.env (100%) rename apps/rsshub/{2025-03-30 => 2025-03-31}/scripts/init.sh (100%) rename apps/rsshub/{2025-03-30 => 2025-03-31}/scripts/uninstall.sh (100%) rename apps/rsshub/{2025-03-30 => 2025-03-31}/scripts/upgrade.sh (100%) diff --git a/apps/rsshub/2025-03-30/data.yml b/apps/rsshub/2025-03-31/data.yml similarity index 100% rename from apps/rsshub/2025-03-30/data.yml rename to apps/rsshub/2025-03-31/data.yml diff --git a/apps/rsshub/2025-03-30/docker-compose.yml b/apps/rsshub/2025-03-31/docker-compose.yml similarity index 100% rename from apps/rsshub/2025-03-30/docker-compose.yml rename to apps/rsshub/2025-03-31/docker-compose.yml diff --git a/apps/rsshub/2025-03-30/envs/default.env b/apps/rsshub/2025-03-31/envs/default.env similarity index 100% rename from apps/rsshub/2025-03-30/envs/default.env rename to apps/rsshub/2025-03-31/envs/default.env diff --git a/apps/rsshub/2025-03-30/envs/global.env b/apps/rsshub/2025-03-31/envs/global.env similarity index 100% rename from apps/rsshub/2025-03-30/envs/global.env rename to apps/rsshub/2025-03-31/envs/global.env diff --git a/apps/rsshub/2025-03-30/scripts/init.sh b/apps/rsshub/2025-03-31/scripts/init.sh similarity index 100% rename from apps/rsshub/2025-03-30/scripts/init.sh rename to apps/rsshub/2025-03-31/scripts/init.sh diff --git a/apps/rsshub/2025-03-30/scripts/uninstall.sh b/apps/rsshub/2025-03-31/scripts/uninstall.sh similarity index 100% rename from apps/rsshub/2025-03-30/scripts/uninstall.sh rename to apps/rsshub/2025-03-31/scripts/uninstall.sh diff --git a/apps/rsshub/2025-03-30/scripts/upgrade.sh b/apps/rsshub/2025-03-31/scripts/upgrade.sh similarity index 100% rename from apps/rsshub/2025-03-30/scripts/upgrade.sh rename to apps/rsshub/2025-03-31/scripts/upgrade.sh From b8b50bb4b7c90caa78e0dd95b99836ceec17805b Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 31 Mar 2025 12:54:40 +0000 Subject: [PATCH 180/198] Update app version [skip ci] --- apps/fider/{0.24.0 => 0.25.0}/data.yml | 0 apps/fider/{0.24.0 => 0.25.0}/docker-compose.yml | 0 apps/fider/{0.24.0 => 0.25.0}/envs/default.env | 0 apps/fider/{0.24.0 => 0.25.0}/envs/global.env | 0 apps/fider/{0.24.0 => 0.25.0}/scripts/init.sh | 0 apps/fider/{0.24.0 => 0.25.0}/scripts/uninstall.sh | 0 apps/fider/{0.24.0 => 0.25.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/fider/{0.24.0 => 0.25.0}/data.yml (100%) rename apps/fider/{0.24.0 => 0.25.0}/docker-compose.yml (100%) rename apps/fider/{0.24.0 => 0.25.0}/envs/default.env (100%) rename apps/fider/{0.24.0 => 0.25.0}/envs/global.env (100%) rename apps/fider/{0.24.0 => 0.25.0}/scripts/init.sh (100%) rename apps/fider/{0.24.0 => 0.25.0}/scripts/uninstall.sh (100%) rename apps/fider/{0.24.0 => 0.25.0}/scripts/upgrade.sh (100%) diff --git a/apps/fider/0.24.0/data.yml b/apps/fider/0.25.0/data.yml similarity index 100% rename from apps/fider/0.24.0/data.yml rename to apps/fider/0.25.0/data.yml diff --git a/apps/fider/0.24.0/docker-compose.yml b/apps/fider/0.25.0/docker-compose.yml similarity index 100% rename from apps/fider/0.24.0/docker-compose.yml rename to apps/fider/0.25.0/docker-compose.yml diff --git a/apps/fider/0.24.0/envs/default.env b/apps/fider/0.25.0/envs/default.env similarity index 100% rename from apps/fider/0.24.0/envs/default.env rename to apps/fider/0.25.0/envs/default.env diff --git a/apps/fider/0.24.0/envs/global.env b/apps/fider/0.25.0/envs/global.env similarity index 100% rename from apps/fider/0.24.0/envs/global.env rename to apps/fider/0.25.0/envs/global.env diff --git a/apps/fider/0.24.0/scripts/init.sh b/apps/fider/0.25.0/scripts/init.sh similarity index 100% rename from apps/fider/0.24.0/scripts/init.sh rename to apps/fider/0.25.0/scripts/init.sh diff --git a/apps/fider/0.24.0/scripts/uninstall.sh b/apps/fider/0.25.0/scripts/uninstall.sh similarity index 100% rename from apps/fider/0.24.0/scripts/uninstall.sh rename to apps/fider/0.25.0/scripts/uninstall.sh diff --git a/apps/fider/0.24.0/scripts/upgrade.sh b/apps/fider/0.25.0/scripts/upgrade.sh similarity index 100% rename from apps/fider/0.24.0/scripts/upgrade.sh rename to apps/fider/0.25.0/scripts/upgrade.sh From 81d279ae8be2125014e8c89258987ad18845d959 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 18:36:50 +0000 Subject: [PATCH 181/198] Update amir20/dozzle Docker tag to v8.12.1 --- apps/dozzle/8.12.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dozzle/8.12.0/docker-compose.yml b/apps/dozzle/8.12.0/docker-compose.yml index 87d224277..3b8903e0e 100644 --- a/apps/dozzle/8.12.0/docker-compose.yml +++ b/apps/dozzle/8.12.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: dozzle: - image: amir20/dozzle:v8.12.0 + image: amir20/dozzle:v8.12.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From f76012633e03fd7c6015b72043d535befb0ff139 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 18:36:54 +0000 Subject: [PATCH 182/198] Update envyafish/byte-muse Docker tag to v1.10.2 --- apps/byte-muse/1.10.1/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/byte-muse/1.10.1/docker-compose.yml b/apps/byte-muse/1.10.1/docker-compose.yml index 49f69c3b5..217a57956 100644 --- a/apps/byte-muse/1.10.1/docker-compose.yml +++ b/apps/byte-muse/1.10.1/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: auto-lady: - image: envyafish/byte-muse:1.10.1 + image: envyafish/byte-muse:1.10.2 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From c9385cf76052226cb3ff8bae7ca91a631c799bb3 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 31 Mar 2025 18:37:04 +0000 Subject: [PATCH 183/198] Update app version [skip ci] --- apps/dozzle/{8.12.0 => 8.12.1}/data.yml | 0 apps/dozzle/{8.12.0 => 8.12.1}/docker-compose.yml | 0 apps/dozzle/{8.12.0 => 8.12.1}/envs/default.env | 0 apps/dozzle/{8.12.0 => 8.12.1}/envs/global.env | 0 apps/dozzle/{8.12.0 => 8.12.1}/scripts/init.sh | 0 apps/dozzle/{8.12.0 => 8.12.1}/scripts/uninstall.sh | 0 apps/dozzle/{8.12.0 => 8.12.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/dozzle/{8.12.0 => 8.12.1}/data.yml (100%) rename apps/dozzle/{8.12.0 => 8.12.1}/docker-compose.yml (100%) rename apps/dozzle/{8.12.0 => 8.12.1}/envs/default.env (100%) rename apps/dozzle/{8.12.0 => 8.12.1}/envs/global.env (100%) rename apps/dozzle/{8.12.0 => 8.12.1}/scripts/init.sh (100%) rename apps/dozzle/{8.12.0 => 8.12.1}/scripts/uninstall.sh (100%) rename apps/dozzle/{8.12.0 => 8.12.1}/scripts/upgrade.sh (100%) diff --git a/apps/dozzle/8.12.0/data.yml b/apps/dozzle/8.12.1/data.yml similarity index 100% rename from apps/dozzle/8.12.0/data.yml rename to apps/dozzle/8.12.1/data.yml diff --git a/apps/dozzle/8.12.0/docker-compose.yml b/apps/dozzle/8.12.1/docker-compose.yml similarity index 100% rename from apps/dozzle/8.12.0/docker-compose.yml rename to apps/dozzle/8.12.1/docker-compose.yml diff --git a/apps/dozzle/8.12.0/envs/default.env b/apps/dozzle/8.12.1/envs/default.env similarity index 100% rename from apps/dozzle/8.12.0/envs/default.env rename to apps/dozzle/8.12.1/envs/default.env diff --git a/apps/dozzle/8.12.0/envs/global.env b/apps/dozzle/8.12.1/envs/global.env similarity index 100% rename from apps/dozzle/8.12.0/envs/global.env rename to apps/dozzle/8.12.1/envs/global.env diff --git a/apps/dozzle/8.12.0/scripts/init.sh b/apps/dozzle/8.12.1/scripts/init.sh similarity index 100% rename from apps/dozzle/8.12.0/scripts/init.sh rename to apps/dozzle/8.12.1/scripts/init.sh diff --git a/apps/dozzle/8.12.0/scripts/uninstall.sh b/apps/dozzle/8.12.1/scripts/uninstall.sh similarity index 100% rename from apps/dozzle/8.12.0/scripts/uninstall.sh rename to apps/dozzle/8.12.1/scripts/uninstall.sh diff --git a/apps/dozzle/8.12.0/scripts/upgrade.sh b/apps/dozzle/8.12.1/scripts/upgrade.sh similarity index 100% rename from apps/dozzle/8.12.0/scripts/upgrade.sh rename to apps/dozzle/8.12.1/scripts/upgrade.sh From 1a67ec13775bee3813eea1c5c5d8c3d0a28ab0e5 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 31 Mar 2025 18:37:07 +0000 Subject: [PATCH 184/198] Update app version [skip ci] --- apps/byte-muse/{1.10.1 => 1.10.2}/data.yml | 0 apps/byte-muse/{1.10.1 => 1.10.2}/docker-compose.yml | 0 apps/byte-muse/{1.10.1 => 1.10.2}/envs/default.env | 0 apps/byte-muse/{1.10.1 => 1.10.2}/envs/global.env | 0 apps/byte-muse/{1.10.1 => 1.10.2}/scripts/init.sh | 0 apps/byte-muse/{1.10.1 => 1.10.2}/scripts/uninstall.sh | 0 apps/byte-muse/{1.10.1 => 1.10.2}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/byte-muse/{1.10.1 => 1.10.2}/data.yml (100%) rename apps/byte-muse/{1.10.1 => 1.10.2}/docker-compose.yml (100%) rename apps/byte-muse/{1.10.1 => 1.10.2}/envs/default.env (100%) rename apps/byte-muse/{1.10.1 => 1.10.2}/envs/global.env (100%) rename apps/byte-muse/{1.10.1 => 1.10.2}/scripts/init.sh (100%) rename apps/byte-muse/{1.10.1 => 1.10.2}/scripts/uninstall.sh (100%) rename apps/byte-muse/{1.10.1 => 1.10.2}/scripts/upgrade.sh (100%) diff --git a/apps/byte-muse/1.10.1/data.yml b/apps/byte-muse/1.10.2/data.yml similarity index 100% rename from apps/byte-muse/1.10.1/data.yml rename to apps/byte-muse/1.10.2/data.yml diff --git a/apps/byte-muse/1.10.1/docker-compose.yml b/apps/byte-muse/1.10.2/docker-compose.yml similarity index 100% rename from apps/byte-muse/1.10.1/docker-compose.yml rename to apps/byte-muse/1.10.2/docker-compose.yml diff --git a/apps/byte-muse/1.10.1/envs/default.env b/apps/byte-muse/1.10.2/envs/default.env similarity index 100% rename from apps/byte-muse/1.10.1/envs/default.env rename to apps/byte-muse/1.10.2/envs/default.env diff --git a/apps/byte-muse/1.10.1/envs/global.env b/apps/byte-muse/1.10.2/envs/global.env similarity index 100% rename from apps/byte-muse/1.10.1/envs/global.env rename to apps/byte-muse/1.10.2/envs/global.env diff --git a/apps/byte-muse/1.10.1/scripts/init.sh b/apps/byte-muse/1.10.2/scripts/init.sh similarity index 100% rename from apps/byte-muse/1.10.1/scripts/init.sh rename to apps/byte-muse/1.10.2/scripts/init.sh diff --git a/apps/byte-muse/1.10.1/scripts/uninstall.sh b/apps/byte-muse/1.10.2/scripts/uninstall.sh similarity index 100% rename from apps/byte-muse/1.10.1/scripts/uninstall.sh rename to apps/byte-muse/1.10.2/scripts/uninstall.sh diff --git a/apps/byte-muse/1.10.1/scripts/upgrade.sh b/apps/byte-muse/1.10.2/scripts/upgrade.sh similarity index 100% rename from apps/byte-muse/1.10.1/scripts/upgrade.sh rename to apps/byte-muse/1.10.2/scripts/upgrade.sh From 57c475e48c4964d3b665428f4989108bce1793ea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 22:37:57 +0000 Subject: [PATCH 185/198] Update anirdev/slink Docker tag to v1.4.7 --- apps/slink/1.4.6/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/slink/1.4.6/docker-compose.yml b/apps/slink/1.4.6/docker-compose.yml index 3b7ce8b98..ebc246c44 100644 --- a/apps/slink/1.4.6/docker-compose.yml +++ b/apps/slink/1.4.6/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: slink: - image: anirdev/slink:v1.4.6 + image: anirdev/slink:v1.4.7 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From e3b2e3df85bb15dc813e9a169901df98ca291556 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 22:38:01 +0000 Subject: [PATCH 186/198] Update ghost Docker tag to v5.115.1 --- apps/ghost/5.115.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ghost/5.115.0/docker-compose.yml b/apps/ghost/5.115.0/docker-compose.yml index d44317d95..e1eb7d8a2 100644 --- a/apps/ghost/5.115.0/docker-compose.yml +++ b/apps/ghost/5.115.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: ghost: - image: ghost:5.115.0 + image: ghost:5.115.1 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From 3266437a4c43743bd71715e5f1bdcff58dd3972b Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 31 Mar 2025 22:38:09 +0000 Subject: [PATCH 187/198] Update app version [skip ci] --- apps/slink/{1.4.6 => 1.4.7}/data.yml | 0 apps/slink/{1.4.6 => 1.4.7}/docker-compose.yml | 0 apps/slink/{1.4.6 => 1.4.7}/envs/default.env | 0 apps/slink/{1.4.6 => 1.4.7}/envs/global.env | 0 apps/slink/{1.4.6 => 1.4.7}/scripts/init.sh | 0 apps/slink/{1.4.6 => 1.4.7}/scripts/uninstall.sh | 0 apps/slink/{1.4.6 => 1.4.7}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/slink/{1.4.6 => 1.4.7}/data.yml (100%) rename apps/slink/{1.4.6 => 1.4.7}/docker-compose.yml (100%) rename apps/slink/{1.4.6 => 1.4.7}/envs/default.env (100%) rename apps/slink/{1.4.6 => 1.4.7}/envs/global.env (100%) rename apps/slink/{1.4.6 => 1.4.7}/scripts/init.sh (100%) rename apps/slink/{1.4.6 => 1.4.7}/scripts/uninstall.sh (100%) rename apps/slink/{1.4.6 => 1.4.7}/scripts/upgrade.sh (100%) diff --git a/apps/slink/1.4.6/data.yml b/apps/slink/1.4.7/data.yml similarity index 100% rename from apps/slink/1.4.6/data.yml rename to apps/slink/1.4.7/data.yml diff --git a/apps/slink/1.4.6/docker-compose.yml b/apps/slink/1.4.7/docker-compose.yml similarity index 100% rename from apps/slink/1.4.6/docker-compose.yml rename to apps/slink/1.4.7/docker-compose.yml diff --git a/apps/slink/1.4.6/envs/default.env b/apps/slink/1.4.7/envs/default.env similarity index 100% rename from apps/slink/1.4.6/envs/default.env rename to apps/slink/1.4.7/envs/default.env diff --git a/apps/slink/1.4.6/envs/global.env b/apps/slink/1.4.7/envs/global.env similarity index 100% rename from apps/slink/1.4.6/envs/global.env rename to apps/slink/1.4.7/envs/global.env diff --git a/apps/slink/1.4.6/scripts/init.sh b/apps/slink/1.4.7/scripts/init.sh similarity index 100% rename from apps/slink/1.4.6/scripts/init.sh rename to apps/slink/1.4.7/scripts/init.sh diff --git a/apps/slink/1.4.6/scripts/uninstall.sh b/apps/slink/1.4.7/scripts/uninstall.sh similarity index 100% rename from apps/slink/1.4.6/scripts/uninstall.sh rename to apps/slink/1.4.7/scripts/uninstall.sh diff --git a/apps/slink/1.4.6/scripts/upgrade.sh b/apps/slink/1.4.7/scripts/upgrade.sh similarity index 100% rename from apps/slink/1.4.6/scripts/upgrade.sh rename to apps/slink/1.4.7/scripts/upgrade.sh From ba9ff4d479be64f05751203c85206459b40aef22 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Mon, 31 Mar 2025 22:38:15 +0000 Subject: [PATCH 188/198] Update app version [skip ci] --- apps/ghost/{5.115.0 => 5.115.1}/data.yml | 0 apps/ghost/{5.115.0 => 5.115.1}/docker-compose.yml | 0 apps/ghost/{5.115.0 => 5.115.1}/envs/default.env | 0 apps/ghost/{5.115.0 => 5.115.1}/envs/global.env | 0 apps/ghost/{5.115.0 => 5.115.1}/scripts/init.sh | 0 apps/ghost/{5.115.0 => 5.115.1}/scripts/uninstall.sh | 0 apps/ghost/{5.115.0 => 5.115.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/ghost/{5.115.0 => 5.115.1}/data.yml (100%) rename apps/ghost/{5.115.0 => 5.115.1}/docker-compose.yml (100%) rename apps/ghost/{5.115.0 => 5.115.1}/envs/default.env (100%) rename apps/ghost/{5.115.0 => 5.115.1}/envs/global.env (100%) rename apps/ghost/{5.115.0 => 5.115.1}/scripts/init.sh (100%) rename apps/ghost/{5.115.0 => 5.115.1}/scripts/uninstall.sh (100%) rename apps/ghost/{5.115.0 => 5.115.1}/scripts/upgrade.sh (100%) diff --git a/apps/ghost/5.115.0/data.yml b/apps/ghost/5.115.1/data.yml similarity index 100% rename from apps/ghost/5.115.0/data.yml rename to apps/ghost/5.115.1/data.yml diff --git a/apps/ghost/5.115.0/docker-compose.yml b/apps/ghost/5.115.1/docker-compose.yml similarity index 100% rename from apps/ghost/5.115.0/docker-compose.yml rename to apps/ghost/5.115.1/docker-compose.yml diff --git a/apps/ghost/5.115.0/envs/default.env b/apps/ghost/5.115.1/envs/default.env similarity index 100% rename from apps/ghost/5.115.0/envs/default.env rename to apps/ghost/5.115.1/envs/default.env diff --git a/apps/ghost/5.115.0/envs/global.env b/apps/ghost/5.115.1/envs/global.env similarity index 100% rename from apps/ghost/5.115.0/envs/global.env rename to apps/ghost/5.115.1/envs/global.env diff --git a/apps/ghost/5.115.0/scripts/init.sh b/apps/ghost/5.115.1/scripts/init.sh similarity index 100% rename from apps/ghost/5.115.0/scripts/init.sh rename to apps/ghost/5.115.1/scripts/init.sh diff --git a/apps/ghost/5.115.0/scripts/uninstall.sh b/apps/ghost/5.115.1/scripts/uninstall.sh similarity index 100% rename from apps/ghost/5.115.0/scripts/uninstall.sh rename to apps/ghost/5.115.1/scripts/uninstall.sh diff --git a/apps/ghost/5.115.0/scripts/upgrade.sh b/apps/ghost/5.115.1/scripts/upgrade.sh similarity index 100% rename from apps/ghost/5.115.0/scripts/upgrade.sh rename to apps/ghost/5.115.1/scripts/upgrade.sh From 84f0d820b7057a443057b6a4f395256021cc22a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 01:47:30 +0000 Subject: [PATCH 189/198] Update casbin/casdoor Docker tag to v1.875.0 --- apps/casdoor/1.874.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/casdoor/1.874.0/docker-compose.yml b/apps/casdoor/1.874.0/docker-compose.yml index 6e6a735ae..9807f2cbf 100644 --- a/apps/casdoor/1.874.0/docker-compose.yml +++ b/apps/casdoor/1.874.0/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: casdoor: - image: casbin/casdoor:v1.874.0 + image: casbin/casdoor:v1.875.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From e207f4cafbbb228af4fbdc2d4a16504d20e513c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 01:47:35 +0000 Subject: [PATCH 190/198] Update ghcr.io/immich-app/immich-machine-learning Docker tag to v1.131.1 --- apps/immich-machine-learning/1.130.3/docker-compose.yml | 2 +- apps/immich/1.130.3/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/immich-machine-learning/1.130.3/docker-compose.yml b/apps/immich-machine-learning/1.130.3/docker-compose.yml index e3c5bfb4d..be443e78e 100644 --- a/apps/immich-machine-learning/1.130.3/docker-compose.yml +++ b/apps/immich-machine-learning/1.130.3/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-machine-learning services: immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.130.3 + image: ghcr.io/immich-app/immich-machine-learning:v1.131.1 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.130.3/docker-compose.yml b/apps/immich/1.130.3/docker-compose.yml index 43ead53a2..3c22ebb3c 100644 --- a/apps/immich/1.130.3/docker-compose.yml +++ b/apps/immich/1.130.3/docker-compose.yml @@ -73,7 +73,7 @@ services: - /etc/localtime:/etc/localtime immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:v1.130.3 + image: ghcr.io/immich-app/immich-machine-learning:v1.131.1 container_name: immich-machine-learning-${CONTAINER_NAME} labels: createdBy: "Apps" From 8f77d221714efabf698c3ec43f401fddf9d6b679 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 1 Apr 2025 01:47:43 +0000 Subject: [PATCH 191/198] Update app version [skip ci] --- apps/casdoor/{1.874.0 => 1.875.0}/config/init_data.json | 0 apps/casdoor/{1.874.0 => 1.875.0}/data.yml | 0 apps/casdoor/{1.874.0 => 1.875.0}/docker-compose.yml | 0 apps/casdoor/{1.874.0 => 1.875.0}/envs/casdoor.env | 0 apps/casdoor/{1.874.0 => 1.875.0}/envs/default.env | 0 apps/casdoor/{1.874.0 => 1.875.0}/envs/global.env | 0 apps/casdoor/{1.874.0 => 1.875.0}/scripts/init.sh | 0 apps/casdoor/{1.874.0 => 1.875.0}/scripts/uninstall.sh | 0 apps/casdoor/{1.874.0 => 1.875.0}/scripts/upgrade.sh | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename apps/casdoor/{1.874.0 => 1.875.0}/config/init_data.json (100%) rename apps/casdoor/{1.874.0 => 1.875.0}/data.yml (100%) rename apps/casdoor/{1.874.0 => 1.875.0}/docker-compose.yml (100%) rename apps/casdoor/{1.874.0 => 1.875.0}/envs/casdoor.env (100%) rename apps/casdoor/{1.874.0 => 1.875.0}/envs/default.env (100%) rename apps/casdoor/{1.874.0 => 1.875.0}/envs/global.env (100%) rename apps/casdoor/{1.874.0 => 1.875.0}/scripts/init.sh (100%) rename apps/casdoor/{1.874.0 => 1.875.0}/scripts/uninstall.sh (100%) rename apps/casdoor/{1.874.0 => 1.875.0}/scripts/upgrade.sh (100%) diff --git a/apps/casdoor/1.874.0/config/init_data.json b/apps/casdoor/1.875.0/config/init_data.json similarity index 100% rename from apps/casdoor/1.874.0/config/init_data.json rename to apps/casdoor/1.875.0/config/init_data.json diff --git a/apps/casdoor/1.874.0/data.yml b/apps/casdoor/1.875.0/data.yml similarity index 100% rename from apps/casdoor/1.874.0/data.yml rename to apps/casdoor/1.875.0/data.yml diff --git a/apps/casdoor/1.874.0/docker-compose.yml b/apps/casdoor/1.875.0/docker-compose.yml similarity index 100% rename from apps/casdoor/1.874.0/docker-compose.yml rename to apps/casdoor/1.875.0/docker-compose.yml diff --git a/apps/casdoor/1.874.0/envs/casdoor.env b/apps/casdoor/1.875.0/envs/casdoor.env similarity index 100% rename from apps/casdoor/1.874.0/envs/casdoor.env rename to apps/casdoor/1.875.0/envs/casdoor.env diff --git a/apps/casdoor/1.874.0/envs/default.env b/apps/casdoor/1.875.0/envs/default.env similarity index 100% rename from apps/casdoor/1.874.0/envs/default.env rename to apps/casdoor/1.875.0/envs/default.env diff --git a/apps/casdoor/1.874.0/envs/global.env b/apps/casdoor/1.875.0/envs/global.env similarity index 100% rename from apps/casdoor/1.874.0/envs/global.env rename to apps/casdoor/1.875.0/envs/global.env diff --git a/apps/casdoor/1.874.0/scripts/init.sh b/apps/casdoor/1.875.0/scripts/init.sh similarity index 100% rename from apps/casdoor/1.874.0/scripts/init.sh rename to apps/casdoor/1.875.0/scripts/init.sh diff --git a/apps/casdoor/1.874.0/scripts/uninstall.sh b/apps/casdoor/1.875.0/scripts/uninstall.sh similarity index 100% rename from apps/casdoor/1.874.0/scripts/uninstall.sh rename to apps/casdoor/1.875.0/scripts/uninstall.sh diff --git a/apps/casdoor/1.874.0/scripts/upgrade.sh b/apps/casdoor/1.875.0/scripts/upgrade.sh similarity index 100% rename from apps/casdoor/1.874.0/scripts/upgrade.sh rename to apps/casdoor/1.875.0/scripts/upgrade.sh From 2d1b63270904e95bc6c14ca7a17ffd2487322e40 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 1 Apr 2025 01:47:46 +0000 Subject: [PATCH 192/198] Update app version [skip ci] --- apps/immich-machine-learning/{1.130.3 => 1.131.1}/data.yml | 0 .../{1.130.3 => 1.131.1}/docker-compose.yml | 0 .../immich-machine-learning/{1.130.3 => 1.131.1}/envs/default.env | 0 apps/immich-machine-learning/{1.130.3 => 1.131.1}/envs/global.env | 0 apps/immich-machine-learning/{1.130.3 => 1.131.1}/scripts/init.sh | 0 .../{1.130.3 => 1.131.1}/scripts/uninstall.sh | 0 .../{1.130.3 => 1.131.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich-machine-learning/{1.130.3 => 1.131.1}/data.yml (100%) rename apps/immich-machine-learning/{1.130.3 => 1.131.1}/docker-compose.yml (100%) rename apps/immich-machine-learning/{1.130.3 => 1.131.1}/envs/default.env (100%) rename apps/immich-machine-learning/{1.130.3 => 1.131.1}/envs/global.env (100%) rename apps/immich-machine-learning/{1.130.3 => 1.131.1}/scripts/init.sh (100%) rename apps/immich-machine-learning/{1.130.3 => 1.131.1}/scripts/uninstall.sh (100%) rename apps/immich-machine-learning/{1.130.3 => 1.131.1}/scripts/upgrade.sh (100%) diff --git a/apps/immich-machine-learning/1.130.3/data.yml b/apps/immich-machine-learning/1.131.1/data.yml similarity index 100% rename from apps/immich-machine-learning/1.130.3/data.yml rename to apps/immich-machine-learning/1.131.1/data.yml diff --git a/apps/immich-machine-learning/1.130.3/docker-compose.yml b/apps/immich-machine-learning/1.131.1/docker-compose.yml similarity index 100% rename from apps/immich-machine-learning/1.130.3/docker-compose.yml rename to apps/immich-machine-learning/1.131.1/docker-compose.yml diff --git a/apps/immich-machine-learning/1.130.3/envs/default.env b/apps/immich-machine-learning/1.131.1/envs/default.env similarity index 100% rename from apps/immich-machine-learning/1.130.3/envs/default.env rename to apps/immich-machine-learning/1.131.1/envs/default.env diff --git a/apps/immich-machine-learning/1.130.3/envs/global.env b/apps/immich-machine-learning/1.131.1/envs/global.env similarity index 100% rename from apps/immich-machine-learning/1.130.3/envs/global.env rename to apps/immich-machine-learning/1.131.1/envs/global.env diff --git a/apps/immich-machine-learning/1.130.3/scripts/init.sh b/apps/immich-machine-learning/1.131.1/scripts/init.sh similarity index 100% rename from apps/immich-machine-learning/1.130.3/scripts/init.sh rename to apps/immich-machine-learning/1.131.1/scripts/init.sh diff --git a/apps/immich-machine-learning/1.130.3/scripts/uninstall.sh b/apps/immich-machine-learning/1.131.1/scripts/uninstall.sh similarity index 100% rename from apps/immich-machine-learning/1.130.3/scripts/uninstall.sh rename to apps/immich-machine-learning/1.131.1/scripts/uninstall.sh diff --git a/apps/immich-machine-learning/1.130.3/scripts/upgrade.sh b/apps/immich-machine-learning/1.131.1/scripts/upgrade.sh similarity index 100% rename from apps/immich-machine-learning/1.130.3/scripts/upgrade.sh rename to apps/immich-machine-learning/1.131.1/scripts/upgrade.sh From 5b5e40f717d96afd7272c71b29df5327796c22e8 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 1 Apr 2025 01:47:47 +0000 Subject: [PATCH 193/198] Update app version [skip ci] --- apps/immich/{1.130.3 => 1.131.1}/data.yml | 0 apps/immich/{1.130.3 => 1.131.1}/docker-compose.yml | 0 apps/immich/{1.130.3 => 1.131.1}/envs/default.env | 0 apps/immich/{1.130.3 => 1.131.1}/envs/global.env | 0 apps/immich/{1.130.3 => 1.131.1}/scripts/init.sh | 0 apps/immich/{1.130.3 => 1.131.1}/scripts/uninstall.sh | 0 apps/immich/{1.130.3 => 1.131.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich/{1.130.3 => 1.131.1}/data.yml (100%) rename apps/immich/{1.130.3 => 1.131.1}/docker-compose.yml (100%) rename apps/immich/{1.130.3 => 1.131.1}/envs/default.env (100%) rename apps/immich/{1.130.3 => 1.131.1}/envs/global.env (100%) rename apps/immich/{1.130.3 => 1.131.1}/scripts/init.sh (100%) rename apps/immich/{1.130.3 => 1.131.1}/scripts/uninstall.sh (100%) rename apps/immich/{1.130.3 => 1.131.1}/scripts/upgrade.sh (100%) diff --git a/apps/immich/1.130.3/data.yml b/apps/immich/1.131.1/data.yml similarity index 100% rename from apps/immich/1.130.3/data.yml rename to apps/immich/1.131.1/data.yml diff --git a/apps/immich/1.130.3/docker-compose.yml b/apps/immich/1.131.1/docker-compose.yml similarity index 100% rename from apps/immich/1.130.3/docker-compose.yml rename to apps/immich/1.131.1/docker-compose.yml diff --git a/apps/immich/1.130.3/envs/default.env b/apps/immich/1.131.1/envs/default.env similarity index 100% rename from apps/immich/1.130.3/envs/default.env rename to apps/immich/1.131.1/envs/default.env diff --git a/apps/immich/1.130.3/envs/global.env b/apps/immich/1.131.1/envs/global.env similarity index 100% rename from apps/immich/1.130.3/envs/global.env rename to apps/immich/1.131.1/envs/global.env diff --git a/apps/immich/1.130.3/scripts/init.sh b/apps/immich/1.131.1/scripts/init.sh similarity index 100% rename from apps/immich/1.130.3/scripts/init.sh rename to apps/immich/1.131.1/scripts/init.sh diff --git a/apps/immich/1.130.3/scripts/uninstall.sh b/apps/immich/1.131.1/scripts/uninstall.sh similarity index 100% rename from apps/immich/1.130.3/scripts/uninstall.sh rename to apps/immich/1.131.1/scripts/uninstall.sh diff --git a/apps/immich/1.130.3/scripts/upgrade.sh b/apps/immich/1.131.1/scripts/upgrade.sh similarity index 100% rename from apps/immich/1.130.3/scripts/upgrade.sh rename to apps/immich/1.131.1/scripts/upgrade.sh From 88ae751780de59d00628da78db968c7cbe8e2e99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 02:04:58 +0000 Subject: [PATCH 194/198] Update ghcr.io/immich-app/immich-server Docker tag to v1.131.1 --- apps/immich-no-machine/1.130.3/docker-compose.yml | 2 +- apps/immich-server/1.130.3/docker-compose.yml | 2 +- apps/immich/1.131.1/docker-compose.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/immich-no-machine/1.130.3/docker-compose.yml b/apps/immich-no-machine/1.130.3/docker-compose.yml index a9f73230e..45bd6147f 100644 --- a/apps/immich-no-machine/1.130.3/docker-compose.yml +++ b/apps/immich-no-machine/1.130.3/docker-compose.yml @@ -47,7 +47,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.130.3 + image: ghcr.io/immich-app/immich-server:v1.131.1 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich-server/1.130.3/docker-compose.yml b/apps/immich-server/1.130.3/docker-compose.yml index 93de4b292..78a3037f8 100644 --- a/apps/immich-server/1.130.3/docker-compose.yml +++ b/apps/immich-server/1.130.3/docker-compose.yml @@ -6,7 +6,7 @@ name: immich-server services: immich-server: - image: ghcr.io/immich-app/immich-server:v1.130.3 + image: ghcr.io/immich-app/immich-server:v1.131.1 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" diff --git a/apps/immich/1.131.1/docker-compose.yml b/apps/immich/1.131.1/docker-compose.yml index 3c22ebb3c..5a7128884 100644 --- a/apps/immich/1.131.1/docker-compose.yml +++ b/apps/immich/1.131.1/docker-compose.yml @@ -47,7 +47,7 @@ services: immich-server: depends_on: - immich-pg14-vectors - image: ghcr.io/immich-app/immich-server:v1.130.3 + image: ghcr.io/immich-app/immich-server:v1.131.1 container_name: immich-server-${CONTAINER_NAME} labels: createdBy: "Apps" From 3a29f297d98e16e3669631fa17be6e3d1c00530c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 02:05:03 +0000 Subject: [PATCH 195/198] Update ghcr.io/open-webui/open-webui Docker tag to v0.6.0 --- apps/open-webui/0.5.20/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/open-webui/0.5.20/docker-compose.yml b/apps/open-webui/0.5.20/docker-compose.yml index 94d0fafe7..4c1facb62 100644 --- a/apps/open-webui/0.5.20/docker-compose.yml +++ b/apps/open-webui/0.5.20/docker-compose.yml @@ -4,7 +4,7 @@ networks: services: open-webui: - image: ghcr.io/open-webui/open-webui:0.5.20 + image: ghcr.io/open-webui/open-webui:v0.6.0 container_name: ${CONTAINER_NAME} labels: createdBy: "Apps" From fbb44ddc36dc43c2f3e6531014f3514068332809 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 1 Apr 2025 02:05:10 +0000 Subject: [PATCH 196/198] Update app version [skip ci] --- apps/immich-no-machine/{1.130.3 => 1.131.1}/data.yml | 0 apps/immich-no-machine/{1.130.3 => 1.131.1}/docker-compose.yml | 0 apps/immich-no-machine/{1.130.3 => 1.131.1}/envs/default.env | 0 apps/immich-no-machine/{1.130.3 => 1.131.1}/envs/global.env | 0 apps/immich-no-machine/{1.130.3 => 1.131.1}/scripts/init.sh | 0 apps/immich-no-machine/{1.130.3 => 1.131.1}/scripts/uninstall.sh | 0 apps/immich-no-machine/{1.130.3 => 1.131.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich-no-machine/{1.130.3 => 1.131.1}/data.yml (100%) rename apps/immich-no-machine/{1.130.3 => 1.131.1}/docker-compose.yml (100%) rename apps/immich-no-machine/{1.130.3 => 1.131.1}/envs/default.env (100%) rename apps/immich-no-machine/{1.130.3 => 1.131.1}/envs/global.env (100%) rename apps/immich-no-machine/{1.130.3 => 1.131.1}/scripts/init.sh (100%) rename apps/immich-no-machine/{1.130.3 => 1.131.1}/scripts/uninstall.sh (100%) rename apps/immich-no-machine/{1.130.3 => 1.131.1}/scripts/upgrade.sh (100%) diff --git a/apps/immich-no-machine/1.130.3/data.yml b/apps/immich-no-machine/1.131.1/data.yml similarity index 100% rename from apps/immich-no-machine/1.130.3/data.yml rename to apps/immich-no-machine/1.131.1/data.yml diff --git a/apps/immich-no-machine/1.130.3/docker-compose.yml b/apps/immich-no-machine/1.131.1/docker-compose.yml similarity index 100% rename from apps/immich-no-machine/1.130.3/docker-compose.yml rename to apps/immich-no-machine/1.131.1/docker-compose.yml diff --git a/apps/immich-no-machine/1.130.3/envs/default.env b/apps/immich-no-machine/1.131.1/envs/default.env similarity index 100% rename from apps/immich-no-machine/1.130.3/envs/default.env rename to apps/immich-no-machine/1.131.1/envs/default.env diff --git a/apps/immich-no-machine/1.130.3/envs/global.env b/apps/immich-no-machine/1.131.1/envs/global.env similarity index 100% rename from apps/immich-no-machine/1.130.3/envs/global.env rename to apps/immich-no-machine/1.131.1/envs/global.env diff --git a/apps/immich-no-machine/1.130.3/scripts/init.sh b/apps/immich-no-machine/1.131.1/scripts/init.sh similarity index 100% rename from apps/immich-no-machine/1.130.3/scripts/init.sh rename to apps/immich-no-machine/1.131.1/scripts/init.sh diff --git a/apps/immich-no-machine/1.130.3/scripts/uninstall.sh b/apps/immich-no-machine/1.131.1/scripts/uninstall.sh similarity index 100% rename from apps/immich-no-machine/1.130.3/scripts/uninstall.sh rename to apps/immich-no-machine/1.131.1/scripts/uninstall.sh diff --git a/apps/immich-no-machine/1.130.3/scripts/upgrade.sh b/apps/immich-no-machine/1.131.1/scripts/upgrade.sh similarity index 100% rename from apps/immich-no-machine/1.130.3/scripts/upgrade.sh rename to apps/immich-no-machine/1.131.1/scripts/upgrade.sh From c3c97fd4bf72c38efd75c8b892bc277054fe3757 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 1 Apr 2025 02:05:11 +0000 Subject: [PATCH 197/198] Update app version [skip ci] --- apps/immich-server/{1.130.3 => 1.131.1}/data.yml | 0 apps/immich-server/{1.130.3 => 1.131.1}/docker-compose.yml | 0 apps/immich-server/{1.130.3 => 1.131.1}/envs/default.env | 0 apps/immich-server/{1.130.3 => 1.131.1}/envs/global.env | 0 apps/immich-server/{1.130.3 => 1.131.1}/scripts/init.sh | 0 apps/immich-server/{1.130.3 => 1.131.1}/scripts/uninstall.sh | 0 apps/immich-server/{1.130.3 => 1.131.1}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/immich-server/{1.130.3 => 1.131.1}/data.yml (100%) rename apps/immich-server/{1.130.3 => 1.131.1}/docker-compose.yml (100%) rename apps/immich-server/{1.130.3 => 1.131.1}/envs/default.env (100%) rename apps/immich-server/{1.130.3 => 1.131.1}/envs/global.env (100%) rename apps/immich-server/{1.130.3 => 1.131.1}/scripts/init.sh (100%) rename apps/immich-server/{1.130.3 => 1.131.1}/scripts/uninstall.sh (100%) rename apps/immich-server/{1.130.3 => 1.131.1}/scripts/upgrade.sh (100%) diff --git a/apps/immich-server/1.130.3/data.yml b/apps/immich-server/1.131.1/data.yml similarity index 100% rename from apps/immich-server/1.130.3/data.yml rename to apps/immich-server/1.131.1/data.yml diff --git a/apps/immich-server/1.130.3/docker-compose.yml b/apps/immich-server/1.131.1/docker-compose.yml similarity index 100% rename from apps/immich-server/1.130.3/docker-compose.yml rename to apps/immich-server/1.131.1/docker-compose.yml diff --git a/apps/immich-server/1.130.3/envs/default.env b/apps/immich-server/1.131.1/envs/default.env similarity index 100% rename from apps/immich-server/1.130.3/envs/default.env rename to apps/immich-server/1.131.1/envs/default.env diff --git a/apps/immich-server/1.130.3/envs/global.env b/apps/immich-server/1.131.1/envs/global.env similarity index 100% rename from apps/immich-server/1.130.3/envs/global.env rename to apps/immich-server/1.131.1/envs/global.env diff --git a/apps/immich-server/1.130.3/scripts/init.sh b/apps/immich-server/1.131.1/scripts/init.sh similarity index 100% rename from apps/immich-server/1.130.3/scripts/init.sh rename to apps/immich-server/1.131.1/scripts/init.sh diff --git a/apps/immich-server/1.130.3/scripts/uninstall.sh b/apps/immich-server/1.131.1/scripts/uninstall.sh similarity index 100% rename from apps/immich-server/1.130.3/scripts/uninstall.sh rename to apps/immich-server/1.131.1/scripts/uninstall.sh diff --git a/apps/immich-server/1.130.3/scripts/upgrade.sh b/apps/immich-server/1.131.1/scripts/upgrade.sh similarity index 100% rename from apps/immich-server/1.130.3/scripts/upgrade.sh rename to apps/immich-server/1.131.1/scripts/upgrade.sh From 0c2bf6f4420b096ecb6ba0827bc7043b62dcc9f9 Mon Sep 17 00:00:00 2001 From: github-action update-app-version Date: Tue, 1 Apr 2025 02:05:16 +0000 Subject: [PATCH 198/198] Update app version [skip ci] --- apps/open-webui/{0.5.20 => 0.6.0}/data.yml | 0 apps/open-webui/{0.5.20 => 0.6.0}/docker-compose.yml | 0 apps/open-webui/{0.5.20 => 0.6.0}/envs/default.env | 0 apps/open-webui/{0.5.20 => 0.6.0}/envs/global.env | 0 apps/open-webui/{0.5.20 => 0.6.0}/scripts/init.sh | 0 apps/open-webui/{0.5.20 => 0.6.0}/scripts/uninstall.sh | 0 apps/open-webui/{0.5.20 => 0.6.0}/scripts/upgrade.sh | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename apps/open-webui/{0.5.20 => 0.6.0}/data.yml (100%) rename apps/open-webui/{0.5.20 => 0.6.0}/docker-compose.yml (100%) rename apps/open-webui/{0.5.20 => 0.6.0}/envs/default.env (100%) rename apps/open-webui/{0.5.20 => 0.6.0}/envs/global.env (100%) rename apps/open-webui/{0.5.20 => 0.6.0}/scripts/init.sh (100%) rename apps/open-webui/{0.5.20 => 0.6.0}/scripts/uninstall.sh (100%) rename apps/open-webui/{0.5.20 => 0.6.0}/scripts/upgrade.sh (100%) diff --git a/apps/open-webui/0.5.20/data.yml b/apps/open-webui/0.6.0/data.yml similarity index 100% rename from apps/open-webui/0.5.20/data.yml rename to apps/open-webui/0.6.0/data.yml diff --git a/apps/open-webui/0.5.20/docker-compose.yml b/apps/open-webui/0.6.0/docker-compose.yml similarity index 100% rename from apps/open-webui/0.5.20/docker-compose.yml rename to apps/open-webui/0.6.0/docker-compose.yml diff --git a/apps/open-webui/0.5.20/envs/default.env b/apps/open-webui/0.6.0/envs/default.env similarity index 100% rename from apps/open-webui/0.5.20/envs/default.env rename to apps/open-webui/0.6.0/envs/default.env diff --git a/apps/open-webui/0.5.20/envs/global.env b/apps/open-webui/0.6.0/envs/global.env similarity index 100% rename from apps/open-webui/0.5.20/envs/global.env rename to apps/open-webui/0.6.0/envs/global.env diff --git a/apps/open-webui/0.5.20/scripts/init.sh b/apps/open-webui/0.6.0/scripts/init.sh similarity index 100% rename from apps/open-webui/0.5.20/scripts/init.sh rename to apps/open-webui/0.6.0/scripts/init.sh diff --git a/apps/open-webui/0.5.20/scripts/uninstall.sh b/apps/open-webui/0.6.0/scripts/uninstall.sh similarity index 100% rename from apps/open-webui/0.5.20/scripts/uninstall.sh rename to apps/open-webui/0.6.0/scripts/uninstall.sh diff --git a/apps/open-webui/0.5.20/scripts/upgrade.sh b/apps/open-webui/0.6.0/scripts/upgrade.sh similarity index 100% rename from apps/open-webui/0.5.20/scripts/upgrade.sh rename to apps/open-webui/0.6.0/scripts/upgrade.sh