Commit Graph

15 Commits

Author SHA1 Message Date
Cp0204 0e805d31cf
Update ver and arch (#343)
1、Update the mirror version (have manually check the parameter problems
between versions)
2、Fix the correct support architecture

In many linuxserver docker images, [linuxserver dropped armv7
support](https://www.linuxserver.io/blog/a-farewell-to-arm-hf), making
it impossible to install and upgrade these applications on armv7
devices. And the current CasaOS AppStore rules are not perfectly
compatible with these yml files.

**Fortunately, armv7 can be supported by the community store,**
[Apps_arm](https://github.com/Cp0204/CasaOS-AppStore-Play/tree/main/Apps_arm)
store source link:
```
https://play.cuse.eu.org/Cp0204-AppStore-Play-arm.zip
```

---------

Co-authored-by: raller1028 <57336867+raller1028@users.noreply.github.com>
2023-11-27 11:28:16 +08:00
Pao Dayag 6d63e7012b
Fix calibre web (#257)
Remove leading whitespace in the thumbnail property value in the
`docker-compose.yaml` file which causes the `Export ComposeFile` option
for Calibre-web in CasaOS to not work.


![image](https://github.com/IceWhaleTech/CasaOS-AppStore/assets/6792172/7438106b-f775-4a4c-bfa0-bb3b8cc1fb1c)


![image](https://github.com/IceWhaleTech/CasaOS-AppStore/assets/6792172/ef3d7979-e859-4b53-9707-cb20a6415bc5)
2023-08-24 00:29:36 +08:00
Fabio Tea 9a7e09b023
replaced deprecated DOCKER_MODS (#234)
```bash
...

* Setting up desktop integration failed with error:

    ********************************************************
    ********************************************************
    *                                                      *
    *                         !!!!                         *
    *   This mod is no longer updated, please switch to    *
    *      ghcr.io/linuxserver/mods:universal-calibre      *
    *                                                      *
    *                                                      *
    ********************************************************
    ********************************************************
...
```

self explanatory, I guess :)
2023-08-03 11:06:30 +08:00
Cp0204 10c4349ce2
fix&add container_name (#224) 2023-07-26 17:05:00 +08:00
WisdomSky 5b82e9fe2c
Bump Apps image tags into most recent minor versions (#176)
This PR bumps the image tags of some apps into their more recent minor
version specially those that followed semver versioning scheme.
2023-06-10 14:40:01 -04:00
Tiger Wang be78c5768b
add mckaywrigley/chatbot-ui - a OSS UI for ChatGPT (#160)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2023-05-24 00:09:44 -04:00
Tiger Wang fc5e69ed99
move `port_map`, `index`, `hostname`, `scheme` from container level `x-casaos` to root level `x-casaos` (#35)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2023-04-26 20:35:07 -04:00
raller1028 3c35559c8f
add more translations (#32) 2023-04-09 23:57:49 -04:00
Tiger Wang c850c2ab5d
change language code to lower cases, e.g. `en-US` now is `en-us`, for better i18n support (#31)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2023-04-06 16:20:58 -04:00
Tiger Wang 05385c062e
update each `docker-compose.yml` file to adopt new `x-casaos` extension structure (#30)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2023-04-03 20:40:15 -04:00
Tiger Wang b98ec41805
update `tips.before_install` for all apps due to schema change (#28)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2023-03-24 21:14:10 -04:00
Tiger Wang ca726eb819
remove unnecessary properties from docker-compose.yml of each app (#24) 2023-03-08 19:45:48 -05:00
Tiger Wang b57d75857a
replace deprecated mem_reservation with recommended property. (#23)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2023-03-07 13:15:13 -05:00
Tiger Wang fa69aa7c58
update docker-compose files with specific version and architectures (#22)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2023-03-06 19:52:47 -05:00
Tiger Wang af9b788b96
convert legacy appfile to new Docker Compose based app format (#17)
Signed-off-by: Tiger Wang <tigerwang@outlook.com>
2023-02-27 19:15:03 -05:00