Commit Graph

468 Commits

Author SHA1 Message Date
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
CorrectRoadH 00c1f4180d
Revert "Revert "Update: Crafty Controller 4.2.2"" (#368)
Reverts IceWhaleTech/CasaOS-AppStore#367
2023-12-18 10:18:08 +08:00
CorrectRoadH 4257ac8a57
Revert "Update: Crafty Controller 4.2.2" (#367)
Reverts IceWhaleTech/CasaOS-AppStore#365
2023-12-18 10:07:49 +08:00
Wout Bouckaert 8b4ced9ed2
Update: Crafty Controller 4.2.2 (#365)
Bumping Crafty to newest version 4.2.2.

This update uses a new randomly generated credential. The password help
dialog has been updated for the new credential. Tested and location is
easily accessible through CasaOS interface.

Update has no other breaking changes.

Co-authored-by: Wout Bouckaert <woutbouckaert@gmail.com>
2023-12-18 09:57:22 +08:00
leeson 80aabc2c7c
update lucky version to v2.5.3 (#366)
STUN穿透: 
1.1 强制使用 TCP4 协议进行 stun 保活。 
1.2 新增了对 UPnP 的支持, 
1.3支持在禁用内置转发时 自定义 UPnP/NAT-PMP 内部端口 
存储: 
2.1 修复已知的 bug。 
2.2 优化阿里云盘文件批量重命名速度。
2023-12-16 17:30:05 +08:00
Rodman 04c0eedb89
update: UptimeKuma (#363)
UptimeKuma update 1.23.6-alpine -> 1.23.10
2023-12-13 13:17:24 +08:00
Shubhankar Trivedi a7f51d706e
Plex Update (#362)
PLEX updated to 1.32.8
2023-12-12 12:28:46 +08:00
UnderCurve 92def9ffd3
Update homebridge docker-compose.yml with screenshots (#360)
for some reason the screenshot images weren't in the compose so I added
those to the compose
2023-12-09 08:01:35 +08:00
João Bosco 4594b8f7b7
add : Stremio (#354)
closes #264
2023-12-06 15:04:26 +08:00
raller1028 ceb124c9c3
update qbit version to fix no password problem (#359) 2023-12-05 11:12:38 +08:00
MegaTKC 710751eede
Update the categories for these 3 apps (#355)
There isn't a section for 'Utility' so I decided to rename these apps so
that they can be found in a category search. With a similar named
category named 'Utilities'

---------

Co-authored-by: Tiger Wang <tigerwang@outlook.com>
2023-12-05 09:25:55 +08:00
Scott Harman 8a6120e699
Tweaks to UID, GID, TZ and replace unwritable /path/ (#358)
Update appfile and docker compose for LazyLibrarian, Mylar3 and Readarr
to use consistent conventions for UID, GID and TZ, as well as replacing
the unwritable /path/ location, and make the config of these paths
available in the GUI
2023-12-05 09:22:59 +08:00
raller1028 13a367f1c2
fix readarr path error (#357)
fix readarr path error
2023-12-04 15:28:04 +08:00
raller1028 afda90e92d
Update docker-compose.yml (#356)
Fix transmission env problem: 
This image no longer bundles 3rd party Transmission UI packages. You
will need to either remove the TRANSMISSION_WEB_HOME environment
variable from your container or source a UI package yourself and update
the path to match We would advise you to use subfolders under /config to
store your UI packages so that they survive upgrades
2023-12-04 11:40:38 +08:00
leeson a52468507b
update lucky version to 2.5.2 (#350)
1. 修复了winfsp复制大文件后,文件目录列表显示文件大小为0的 bug。 
2. 修复了当可用安全证书为空时,导致启用 HTTPS 的 Lucky 启动后自动退出的 bug。 
3. 修复了存储管理中本地存储路径启动时因路径无效而无显示的问题。 
4. 修复了 文件服务的 readme.md 文件内容没有显示在页面上。 
5. 对文件服务前端页面进行了优化,以适配暗黑主题。
2023-12-02 08:12:12 +08:00
raller1028 1a2a8dc53a
Update docker-compose.yml (#349)
Add filedrop port_map
2023-11-30 14:37:56 +08:00
Cp0204 a4039c4aed
update FileDrop&lucky (#345) 2023-11-27 15:28:31 +08:00