Skip to content

Commit 88810e2

Browse files
committed
Updated on 08-16-2023 10:28:21 PM UTC
1 parent 6e3382f commit 88810e2

File tree

8 files changed

+53
-15
lines changed

8 files changed

+53
-15
lines changed

Apps/flaresolverr/docker-compose.yml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
name: flaresolverr
2+
services:
3+
app:
4+
image: flaresolverr/flaresolverr:v3.3.2
5+
restart: unless-stopped
6+
environment:
7+
LOG_LEVEL: info
8+
LOG_HTML: false
9+
PROMETHEUS_ENABLED: false
10+
CAPTCHA_SOLVER: none
11+
PORT: 8191
12+
PROMETHEUS_PORT: 8192
13+
TZ: $TZ
14+
ports:
15+
- target: 8191
16+
published: 8191
17+
protocol: tcp
18+
- target: 8192
19+
published: 8192
20+
protocol: tcp
21+
x-casaos:
22+
architectures:
23+
- amd64
24+
- arm
25+
- arm64
26+
main: app
27+
description:
28+
en_us: FlareSolverr is a proxy server to bypass Cloudflare protection. FlareSolverr starts a proxy server, and it waits for user requests in an idle state using few resources. When some request arrives, it uses Selenium with the undetected-chromedriver to create a web browser (Chrome). It opens the URL with user parameters and waits until the Cloudflare challenge is solved (or timeout). The HTML code and the cookies are sent back to the user, and those cookies can be used to bypass Cloudflare using other HTTP clients.
29+
tagline:
30+
en_us: FlareSolverr is a proxy server to bypass Cloudflare protection.
31+
developer: FlareSolverr
32+
author: WisdomSky
33+
icon: https://avatars.githubusercontent.com/u/10577978
34+
thumbnail: https://avatars.githubusercontent.com/u/10577978
35+
title:
36+
en_us: FlareSolverr
37+
category: Coolstore

Apps/immich/docker-compose.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: immich
22
services:
33
immich-server:
4-
image: ghcr.io/immich-app/immich-server:v1.72.2
4+
image: ghcr.io/immich-app/immich-server:v1.73.0
55
command:
66
- start.sh
77
- immich
@@ -23,7 +23,7 @@ services:
2323
- immich-machine-learning
2424
restart: always
2525
immich-microservices:
26-
image: ghcr.io/immich-app/immich-server:v1.72.2
26+
image: ghcr.io/immich-app/immich-server:v1.73.0
2727
command:
2828
- start.sh
2929
- microservices
@@ -43,7 +43,7 @@ services:
4343
- typesense
4444
restart: always
4545
immich-machine-learning:
46-
image: ghcr.io/immich-app/immich-machine-learning:v1.72.2
46+
image: ghcr.io/immich-app/immich-machine-learning:v1.73.0
4747
volumes:
4848
- /DATA/AppData/immich/model/cache:/cache
4949
environment:
@@ -55,7 +55,7 @@ services:
5555
- REDIS_HOSTNAME=immich_redis
5656
restart: always
5757
immich-web:
58-
image: ghcr.io/immich-app/immich-web:v1.72.2
58+
image: ghcr.io/immich-app/immich-web:v1.73.0
5959
restart: always
6060
typesense:
6161
image: typesense/typesense:0.25.0
@@ -83,7 +83,7 @@ services:
8383
- /DATA/AppData/immich/postgresql/data:/var/lib/postgresql/data
8484
restart: always
8585
immich-proxy:
86-
image: ghcr.io/immich-app/immich-proxy:v1.72.2
86+
image: ghcr.io/immich-app/immich-proxy:v1.73.0
8787
environment:
8888
- IMMICH_SERVER_URL=http://immich-server:3001
8989
- IMMICH_WEB_URL=http://immich-web:3000

Apps/joomla/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: joomla
22
services:
33
app:
4-
image: joomla:4.3.3-apache
4+
image: joomla:5.0-apache
55
environment:
66
JOOMLA_DB_HOST: joomladb
77
JOOMLA_DB_PASSWORD: casaos

Apps/minecraft/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: minecraft
22
services:
33
app:
4-
image: itzg/minecraft-server:2023.8.2
4+
image: itzg/minecraft-server:2023.8.3
55
environment:
66
EULA: true
77
x-casaos:

Apps/mosquitto/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mosquitto
22
services:
33
app:
4-
image: eclipse-mosquitto:2.0.15
4+
image: eclipse-mosquitto:2.0.16
55
restart: unless-stopped
66
x-casaos:
77
envs: []

Apps/rocket-chat/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services:
1212
published: '3000'
1313
protocol: tcp
1414
db:
15-
image: mongo:6.0
15+
image: mongo:6.0.9
1616
restart: unless-stopped
1717
environment:
1818
PUID: $PUID

Apps/rsshub/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: rsshub
22
services:
33
app:
4-
image: diygod/rsshub:2023-08-15
4+
image: diygod/rsshub:2023-08-16
55
restart: unless-stopped
66
environment:
77
NODE_ENV: production

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -64,26 +64,27 @@ Just an another CasaOS third-party Appstore with ❄**Cool**❄ apps.
6464
| <img src="https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/caddy.png" width="15"/>&nbsp;&nbsp;&nbsp;[Caddy](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/caddy) | 2.7.3 | Caddy - The Ultimate Server With Automatic Https. Need To Run Tools/install_caddy.sh Before Installing The Template. |
6565
| <img src="https://cdn.jsdelivr.net/gh/WisdomSky/CasaOS-Coolstore@main/Apps/casaos-cloudflared/icon.png" width="15"/>&nbsp;&nbsp;&nbsp;[Cloudflared-web](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/cloudflared-web) | 2023.7.3 | Cloudflare tunnel with a simple web-based user interface. |
6666
| <img src="https://raw.githubusercontent.com/jgraph/drawio/dev/src/main/webapp/images/logo.png" width="15"/>&nbsp;&nbsp;&nbsp;[Draw.io](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/draw.io) | 21.6.8 | Draw.io (formerly Diagramly) Is Free Online Diagram Software. You Can Use It As A Flowchart Maker, Network Diagram Software, To Create Uml Online, As An Er Diagram Tool, To Design Database Schema, To Build Bpmn Online, As A Circuit Diagram Maker, And More. Draw.io Can Import .vsdx, Gliffy™ And Lucidchart™ Files. |
67+
| <img src="https://avatars.githubusercontent.com/u/10577978" width="15"/>&nbsp;&nbsp;&nbsp;[FlareSolverr](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/flaresolverr) | v3.3.2 | FlareSolverr is a proxy server to bypass Cloudflare protection. |
6768
| <img src="https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/ghost.png" width="15"/>&nbsp;&nbsp;&nbsp;[Ghost](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/ghost) | 5.59.0 | Free And Open-source Blogging Platform |
6869
| <img src="https://raw.githubusercontent.com/hestiacp/hestiacp/main/web/images/logo.png" width="15"/>&nbsp;&nbsp;&nbsp;[Hestia CP](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/hestiacp) | 1.0.1 | An open-source web hosting control panel that allows users to manage their websites, domains, email accounts, databases, and more. It provides a user-friendly interface for managing web hosting environments and simplifies various administrative tasks. |
6970
| <img src="https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homebridge.png" width="15"/>&nbsp;&nbsp;&nbsp;[Homebridge](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/homebridge) | 2023-01-08 | Homebridge Allows You To Integrate With Smart Home Devices That Do Not Natively Support Homekit. There Are Over 2,000 Homebridge Plugins Supporting Thousands Of Different Smart Accessories. |
7071
| <img src="https://cdn.jsdelivr.net/gh/WisdomSky/CasaOS-Coolstore@main/Apps/hrconvert2/icon.png" width="15"/>&nbsp;&nbsp;&nbsp;[HRConvert2](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/hrconvert2) | latest | HRConvert2 is a self-hosted drag-and-drop file conversion server & file sharing tool that supports 86 file formats with 4 color schemes & 13 end-user selctable languages. |
71-
| <img src="https://immich.app/img/logo.png" width="15"/>&nbsp;&nbsp;&nbsp;[Immich](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/immich) | v1.72.2 | Self-hosted photos and videos backup tool |
72-
| <img src="https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png" width="15"/>&nbsp;&nbsp;&nbsp;[Joomla](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/joomla) | 4.3.3-apache | Another Free And Open-source Cms |
72+
| <img src="https://immich.app/img/logo.png" width="15"/>&nbsp;&nbsp;&nbsp;[Immich](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/immich) | v1.73.0 | Self-hosted photos and videos backup tool |
73+
| <img src="https://portainer-io-assets.sfo2.digitaloceanspaces.com/logos/joomla.png" width="15"/>&nbsp;&nbsp;&nbsp;[Joomla](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/joomla) | 5.0-apache | Another Free And Open-source Cms |
7374
| <img src="https://raw.githubusercontent.com/Kareadita/Kavita/main/UI/Web/src/assets/images/logo.png" width="15"/>&nbsp;&nbsp;&nbsp;[Kavita](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/kavita) | 0.7.7 | Kavita Manga, Comic And E-book Server |
7475
| <img src="https://raw.githubusercontent.com/gotson/komga/master/.github/readme-images/app-icon.png" width="15"/>&nbsp;&nbsp;&nbsp;[Komga](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/komga) | 1.3.1 | Koomga Manga, Comic And E-book Server |
7576
| <img src="https://cf.appdrag.com/dashboard-openvm-clo-b2d42c/uploads/Mealie-LZF8.png" width="15"/>&nbsp;&nbsp;&nbsp;[Mealie](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/mealie) | omni-nightly | Mealie is a self hosted recipe manager and meal planner with a RestAPI backend and a reactive frontend application built in Vue for a pleasant user experience for the whole family. |
7677
| <img src="https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/ytdlm.png" width="15"/>&nbsp;&nbsp;&nbsp;[Metube](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/metube-youtubedl) | 2023-08-13 | Web Gui For Youtube-dl With Playlist Support. Allows You To Download Videos From Youtube And Dozens Of Other Sites (https://ytdl-org.github.io/youtube-dl/supportedsites.html). |
77-
| <img src="https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/minecraft.png" width="15"/>&nbsp;&nbsp;&nbsp;[Minecraft Server](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/minecraft) | 2023.8.2 | This Docker Image Provides A Minecraft Server That Will Automatically Download The Latest Stable Version At Startup. You Can Also Run/upgrade To Any Specific Version Or The Latest Snapshot. See The Versions Section Below For More Information. |
78-
| <img src="https://raw.githubusercontent.com/docker-library/docs/757578e3a44e5460a8a11d32a81776f8b74231a9/eclipse-mosquitto/logo.png" width="15"/>&nbsp;&nbsp;&nbsp;[Eclipse Mosquitto](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/mosquitto) | 2.0.15 | Eclipse Mosquitto Is An Open Source Implementation Of A Server For Versions 5, 3.1.1, And 3.1 Of The Mqtt Protocol.you Will Need To Create /portainer/files/appdata/config/mosquitto/config/mosquitto.conf And If Needed Your Password File.have A Look On Https://mosquitto.org/man/mosquitto_passwd-1.html |
78+
| <img src="https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/minecraft.png" width="15"/>&nbsp;&nbsp;&nbsp;[Minecraft Server](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/minecraft) | 2023.8.3 | This Docker Image Provides A Minecraft Server That Will Automatically Download The Latest Stable Version At Startup. You Can Also Run/upgrade To Any Specific Version Or The Latest Snapshot. See The Versions Section Below For More Information. |
79+
| <img src="https://raw.githubusercontent.com/docker-library/docs/757578e3a44e5460a8a11d32a81776f8b74231a9/eclipse-mosquitto/logo.png" width="15"/>&nbsp;&nbsp;&nbsp;[Eclipse Mosquitto](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/mosquitto) | 2.0.16 | Eclipse Mosquitto Is An Open Source Implementation Of A Server For Versions 5, 3.1.1, And 3.1 Of The Mqtt Protocol.you Will Need To Create /portainer/files/appdata/config/mosquitto/config/mosquitto.conf And If Needed Your Password File.have A Look On Https://mosquitto.org/man/mosquitto_passwd-1.html |
7980
| <img src="https://cdn.jsdelivr.net/gh/WisdomSky/CasaOS-Coolstore@main/Apps/peppermint/icon.png" width="15"/>&nbsp;&nbsp;&nbsp;[Peppermint](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/peppermint) | latest | Peppermint is a central hub for your help desk. A powerfully easy system for tracking, prioritising, and solving customer support tickets. |
8081
| <img src="https://raw.githubusercontent.com/pucherot/Pi.Alert/main/docs/img/1_devices.jpg" width="15"/>&nbsp;&nbsp;&nbsp;[Pi.alert](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/pi-alert) | 23 | Wifi / Lan Intruder Detector |
8182
| <img src="https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Portainer/icon.png" width="15"/>&nbsp;&nbsp;&nbsp;[Portainer Tools](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/portainer-tools) | latest | Portainer Tools allows you to add your own Portainer App Template definitions, merge them with existing ones and host them on your own server. |
8283
| <img src="https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/privatebin.png" width="15"/>&nbsp;&nbsp;&nbsp;[Privatebin](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/privatebin) | 1.5.2 | Privatebin Is A Minimalist, Open Source Online Pastebin Where The Server Has Zero Knowledge Of Pasted Data! |
8384
| <img src="https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/reactiveresume.png" width="15"/>&nbsp;&nbsp;&nbsp;[Reactive Resume](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/reactive-resume) | v3.8.4 | A One-of-a-kind Resume Builder That's Not Out To Get Your Data. Completely Secure, Customizable, Portable, Open-source And Free Forever. |
8485
| <img src="https://raw.githubusercontent.com/Readarr/Readarr/develop/Logo/128.png" width="15"/>&nbsp;&nbsp;&nbsp;[Readarr](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/readerr) | nightly-0.3.3.2123 | Readarr Usent Server |
8586
| <img src="https://static.cdnlogo.com/logos/r/32/rocket-chat.svg" width="15"/>&nbsp;&nbsp;&nbsp;[Rocket. Chat](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/rocket-chat) | 6.3.1 | Rocket. Chat is a customizable open source communications platform for organizations with high standards of data protection. |
86-
| <img src="https://docs.rsshub.app/logo.png" width="15"/>&nbsp;&nbsp;&nbsp;[RSShub](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/rsshub) | 2023-08-15 | RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything. |
87+
| <img src="https://docs.rsshub.app/logo.png" width="15"/>&nbsp;&nbsp;&nbsp;[RSShub](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/rsshub) | 2023-08-16 | RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything. |
8788
| <img src="https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/speedtest-tracker.png" width="15"/>&nbsp;&nbsp;&nbsp;[Speedtest Tracker](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/speedtest-tracker) | v1.12.3-dev | Run A Speedtest Every Hour And Graph The Results. See Https://hub.docker.com/r/henrywhitaker3/speedtest-tracker/tags For Arch Options |
8889
| <img src="https://cdn.jsdelivr.net/gh/WisdomSky/CasaOS-Coolstore@main/Apps/spot-dl/icon.svg" width="15"/>&nbsp;&nbsp;&nbsp;[spotDL](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/spot-dl) | v4.2.0 | spotDL finds songs from Spotify playlists on YouTube and downloads them - along with album art, lyrics and metadata. |
8990
| <img src="https://raw.githubusercontent.com/xneo1/portainer_templates/master/Images/statping.png" width="15"/>&nbsp;&nbsp;&nbsp;[Statping](https://github.com/WisdomSky/CasaOS-Coolstore/tree/main/Apps/statping) | v0.90.74 | An Easy To Use Status Page For Your Websites And Applications. Statping Will Automatically Fetch The Application And Render A Beautiful Status Page With Tons Of Features For You To Build An Even Better Status Page. |

0 commit comments

Comments
 (0)