Commit Graph

484 Commits

Author SHA1 Message Date
raller1028 a4b4eb58a6 update SD icon 2024-03-11 07:21:26 +00:00
Đỗ Danh Mạnh f0de735c38
fix: upgrade version of navidrome to resolve ARM Docker image issue (#427)
I had a problem installing on Raspberry Pi 4. After checking, I found
that version 0.50.0 had a problem with the image when pushing it to
Docker hub, and Navidrome fixed it in version 0.50.1.

Source: https://github.com/navidrome/navidrome/releases/tag/v0.50.1
2024-03-11 09:53:35 +08:00
leeson dba790955f
update lucky version to v2.7.1 (#432)
1.重构
1.1.web服务模块
新增子规则排序,子规则编辑
Web服务 目标地址 新增支持STUN穿透相关变量
{STUN 规则名 ADDR} {STUN 规则名 IP} {STUN 规则名 PORT}
{domainPartX} 末尾x为数字1开始,获取请求host第x段,以.分割
{pathPartxxx} 末尾X为数字1开始,获取请求路径的第x段 ,段以/分割
{clientIP} 客户端IP,优先获取从header
{RemoteIP} 访问IP
{time} 当前服务器时间
web服务反代 新增自定义配置,支持 nginx的proxy_set_header,proxy_hide_header,add_header
设置写法 BasicAuth增加只对指定路径启用认证
泛域名
新增Web服务类型 文本输出,配置{clentIP}变量可用作IP地址查询接口
修复:
linux环境下修改stun 触发脚本内容不生效的bug
stun upnp 一处会导致程序奔溃的bug
ddns 修复阿里云,华为云,京东云中文域名对接
ddns FreeMyIP无法添加的BUG
ddns 华为云修复个别情况下重复添加记录的BUG
修复FileBrowser 软连接目录无法访问
其他部分已知bug修复
新增:
acme 增加CNAME验证方式支持
ddns增加 ODHCPD file方式获取局域网设备IPv6地址
更新:
FileBrowser 同步最新源码
更名:
daji (大吉) 分支更名 wanji(万吉)

Co-authored-by: Tiger Wang <tigerwang@outlook.com>
2024-03-11 09:53:10 +08:00
Wout Bouckaert 5aacb4ff23
Update Crafty Controller to 4.3.0 (#436)
Updating the Crafty controller app to 4.3.0.

No breaking changes for how the docker container for Crafty operates.
Major version change because it is impossible to downgrade from 4.3.0.

Tested in CasaOS without issue 2024-03-08
 
 Quotes changed per YML linting.

---------

Co-authored-by: Wout Bouckaert <woutbouckaert@gmail.com>
2024-03-11 09:50:51 +08:00
raller1028 594c34e667 update StableDiffusion title name 2024-03-07 10:24:03 +00:00
raller1028 91b556de32 update Stable Diffusion icon 2024-03-06 09:14:16 +00:00
Nice c69ddd30dc
chore: bump siyuan note version (#435) 2024-03-05 10:56:35 +08:00
CorrectRoadH 6254459c0f
remove media fetch pro (#429)
media fetch pro already stop maintain. So we need remove it.
2024-02-20 16:44:20 +08:00
Giuseppe Galilei d561c4ab40
add legacy label to unifi controller (#416) 2024-02-20 15:32:44 +08:00
jimtng 7cc921f4d0
Update openHAB to 4.1.1 (#421) 2024-02-20 15:29:01 +08:00
Lennart Buhl 6a712f674e
Bump Jellyfin to 10.8.13 (#426) 2024-02-20 15:28:50 +08:00
Wout Bouckaert 786b9d9f7c
Bump Crafty to 4.2.3 (#420)
Bumps Crafty to new version 4.2.3

Security update for Crafty, resolves CVE-2024-1064

No breaking changes for CasaOS.
2024-02-20 15:28:40 +08:00
Cp0204 166390a67d
fix: img link (#408) 2024-02-20 15:27:06 +08:00
raller1028 43b96ca1b5
Update docker-compose.yml (#423)
Update syncthing version
2024-02-11 10:53:05 +08:00
raller1028 3d900c4673
Update docker-compose.yml (#418) 2024-02-01 13:55:41 +08:00
raller1028 a973b9f7b4
Update docker-compose.yml (#417) 2024-01-31 17:53:49 +08:00
raller1028 344efc8828 Add Stable diffusion WebUI 2024-01-31 09:14:33 +00:00
CorrectRoadH 2454a873a2
feat: add validate to GitHub Action (#414) 2024-01-29 18:09:38 +08:00
CorrectRoadH 46f27409b5
fix: fix unifi app icon (#413) 2024-01-29 15:25:35 +08:00
CorrectRoadH 54fda9fdf8
app: add unifi network (#412) 2024-01-29 15:22:03 +08:00
CorrectRoadH 93c2809c4b
fix: fix unifi network (#409) 2024-01-27 11:31:24 +08:00
Giuseppe Galilei ba4ae76a55
Unifi network application (#374)
Closes #371 

As said in issue #371, casaos currently offers unifi-controller, which
is being deprecated starting January 1st.
Linuxserver has replaced it with unifi-network-application. However
deployment is a bit more complicated.
You can read more
[here](https://docs.linuxserver.io/images/docker-unifi-network-application/).

I wrote a compose file that deploys both unifi-network-application and
mongodb.

For mongoDB the chosen version is 3.6 and I believe it should not be
changed, because:
- it is officially supported by unifi-network-application
- it is the latest mongodb version supported by ARMv8A devices (aka
Raspberry Pis), newer versions require ARMv8.2

For unifi-network-application I tested the latest version (as of today
8.0.24) and it seems to work well, however I'm asking for more testing
and opinions, reason why in the compose I left the "latest" tag.

The compose also creates a bridge network, needed for hostname
resolution between the two services, needed at least until [this
issue](https://github.com/IceWhaleTech/CasaOS/issues/1348) is resolved.

The only caveats, from a user perspective, are described in the app
"tips", I paste them here:

To properly initialize the database, before installing, create a file
named `init-mongo.js` in the `/DATA/AppData` folder, with
        the following content:
        ```
db.getSiblingDB("unifi-db").createUser({user: "unifi", pwd: "pass",
roles: [{role: "dbOwner", db: "unifi-db"}]});
db.getSiblingDB("unifi-db_stat").createUser({user: "unifi", pwd: "pass",
roles: [{role: "dbOwner", db: "unifi-db_stat"}]});
        ```
This file is used only upon the first container start, to perform
initial configuration.
If you want, you can change the password `pass` modifying this file and
then the container's environment variables.

Because the network application runs inside Docker by default it uses an
IP address not accessible by other devices.
So, for it to adopt other devices, it is required to use port `8080` and
change the inform IP address. To do so, go in settings
and search for the `Inform Host` option, there select override and set
the address to that of the host.
Often, it is also needed to ssh into the devices you want to adopt and
manually set the inform IP address, the command
needed for doing so is `set-inform http://HOST-ADDRESS:8080/inform`.

For more
[information](https://docs.linuxserver.io/images/docker-unifi-network-application/)

I'm currently using an almost identical compose, deployed through
portainer on a Raspberry Pi 3 not using CasaOS, and it is working
flawlessly. (be careful on low memory devices because this application
can use about 500MB of memory)
I tested this PR on an x86 device and I can confirm deployment is
succesful and the network-application launches and configures correctly.
However I didn't test the adoption of unifi devices and everyday usage.
I believe there should be no issue, but any other test is warmly
welcomed.
Other useful info:
https://github.com/GiuseppeGalilei/Ubiquiti-Tips-and-Tricks/blob/main/Unifi%20network%20application%20-%20CasaOS/instructions.md

Happy holidays!

---------

Co-authored-by: Tiger Wang <tigerwang@outlook.com>
2024-01-26 17:54:26 +08:00
CorrectRoadH 19b9149ce0
chore: bump memos version to 0.18.2 (#406) 2024-01-26 16:51:45 +08:00
CorrectRoadH 7af2785c98
fix: fix lose push appstore (#405) 2024-01-26 15:49:08 +08:00
CorrectRoadH e6aaab9b71
fix: fix app format error (#404) 2024-01-26 10:43:58 +08:00
CorrectRoadH 8fccdfcf7a
chore: fix docker compose throw error (#401) 2024-01-25 14:17:13 +08:00
Wout Bouckaert 4d62f2b897
Update Crafty Controller to 4.2.2, fix missing screenshots (#399)
Hello,

We saw y'all needed to rollback Crafty for some text display issues. I
see that this has been resolved in a recent update of CasaOS.
I validated this version of Crafty against CasaOS v0.4.6 on 2024-01-23.

Screenshot of testing:

![firefox_2024-01-23_15-53-49](https://github.com/IceWhaleTech/CasaOS-AppStore/assets/22280421/01998490-9f50-4ffb-b0b6-08440a1b937c)

Additionally updated the screenshot links to also appear the yml file so
that screenshots correctly appear in the app store.

PR was waiting for issue 1559 from the main CasaOS repository.

Best,
Boat from the Crafty Team

---------

Co-authored-by: Wout Bouckaert <woutbouckaert@gmail.com>
2024-01-25 11:16:54 +08:00
Cp0204 4c0255e57e
update: Improving AppStore Quality (#400)
Standardize icons and add missing items
2024-01-25 10:31:03 +08:00
jc21 1e70ea58cd
Update NPM version to 2.11.1 (#397)
See
https://github.com/NginxProxyManager/nginx-proxy-manager/releases/tag/v2.11.1
2024-01-24 17:44:04 +08:00
leeson b50d74111a
Update Radarr Version to 5.2.6 (#381)
#377 fixed

Co-authored-by: Tiger Wang <tigerwang@outlook.com>
2024-01-24 16:43:15 +08:00
LisonEvf 6cd88f5290
add:Anaconda3 (#378)
Co-authored-by: Tiger Wang <tigerwang@outlook.com>
2024-01-24 16:33:33 +08:00
CorrectRoadH e10b7757fd
feat: polish the release GitHub action (#395) 2024-01-17 17:21:28 +08:00
CorrectRoadH e992d8ed92
feat: change target zip path (#394) 2024-01-17 11:08:48 +08:00
CorrectRoadH bdea7a69f6
feat: release zip after every change (#393) 2024-01-17 10:43:22 +08:00
CorrectRoadH f1dc627da0
fix: fix release copy fail (#392) 2024-01-15 17:47:48 +08:00
CorrectRoadH 212f385315
feat: push zip to appstore github page (#391) 2024-01-15 17:45:46 +08:00
CorrectRoadH 2fa60afb5e
fix: fix release push (#390) 2024-01-15 17:26:08 +08:00
CorrectRoadH a014e35a26
fix: fix release push (#389) 2024-01-15 17:21:45 +08:00
CorrectRoadH 5b5b302f3d
fix: fix release push (#388) 2024-01-15 17:17:53 +08:00
CorrectRoadH 7abe3f3315
fix: fix release push (#387) 2024-01-15 17:07:36 +08:00
CorrectRoadH b2270e14c6
fix: fix release push repo error (#386) 2024-01-15 14:46:13 +08:00
CorrectRoadH 8240a688f7
fix: fix release push not work (#385) 2024-01-15 14:36:21 +08:00
CorrectRoadH 4b1795825b
fix: fix release GitHub Action fail (#384) 2024-01-15 14:29:03 +08:00
CorrectRoadH 935819aa68
fix: fix release github action fail (#383) 2024-01-15 14:12:42 +08:00
CorrectRoadH 76b177aea0
feat: upload zip to GitHub pages (#382) 2024-01-15 14:06:59 +08:00
leeson ac99852b2d
Update lucky version to 2.6.1 (#380)
1. 修复了历史记录中未显示DDNS Webhook的bug。
2. 将DDNS Webhook和全局Webhook的历史记录分开。
3. 修复了禁用STUN模块后再启用时规则列表不显示的bug。
4. STUN功能增加了指定UPnP网关参数。
5. 将STUN Webhook和全局Webhook的历史记录分开。
6. 修复了调用OpenAPI时崩溃的bug。
7. 在DDNS和ACME服务商中添加了FreeMyIP
2024-01-14 10:54:14 +08:00
ProBreizh35 ba3b309f9b
Update docker-compose.yml (#376)
update image to new version (2.19.3 =>2.19.4)
French description added
added French tagline
2023-12-29 22:36:35 +08:00
Stéphane 1a6aa52137
app: update HoloPlay version to 1.11.0 (#370)
Co-authored-by: Stephane Richin <s.richin@lml-2101.home>
2023-12-21 11:28:18 +08:00
Shub a401f95c2c
n8n update 1.16.0 (#364) 2023-12-21 11:28:00 +08:00
CorrectRoadH 66847fac6e
Revert "Revert "Revert "Update: Crafty Controller 4.2.2""" (#369)
Reverts IceWhaleTech/CasaOS-AppStore#368
2023-12-18 10:23:14 +08:00