Skip to content

Commit 00d9f4d

Browse files
committed
Updated on 08-11-2023 04:13:08 PM UTC
1 parent 1cae7f0 commit 00d9f4d

File tree

3 files changed

+60
-6
lines changed

3 files changed

+60
-6
lines changed

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.70.0
55
command:
66
- start.sh
77
- immich
@@ -22,7 +22,7 @@ services:
2222
- immich-machine-learning
2323
restart: always
2424
immich-microservices:
25-
image: ghcr.io/immich-app/immich-server:v1.72.2
25+
image: ghcr.io/immich-app/immich-server:v1.70.0
2626
command:
2727
- start.sh
2828
- microservices
@@ -41,7 +41,7 @@ services:
4141
- typesense
4242
restart: always
4343
immich-machine-learning:
44-
image: ghcr.io/immich-app/immich-machine-learning:v1.72.2
44+
image: ghcr.io/immich-app/immich-machine-learning:v1.72.0
4545
volumes:
4646
- /DATA/AppData/immich/model/cache:/cache
4747
environment:
@@ -53,7 +53,7 @@ services:
5353
- REDIS_HOSTNAME=immich_redis
5454
restart: always
5555
immich-web:
56-
image: ghcr.io/immich-app/immich-web:v1.72.2
56+
image: ghcr.io/immich-app/immich-web:v1.72.0
5757
restart: always
5858
typesense:
5959
image: typesense/typesense:0.24.1
@@ -79,7 +79,7 @@ services:
7979
- /DATA/AppData/immich/postgresql/data:/var/lib/postgresql/data
8080
restart: always
8181
immich-proxy:
82-
image: ghcr.io/immich-app/immich-proxy:v1.72.2
82+
image: ghcr.io/immich-app/immich-proxy:v1.72.0
8383
environment:
8484
- IMMICH_SERVER_URL=http://immich-server:3001
8585
- IMMICH_WEB_URL=http://immich-web:3000

Apps/rsshub/docker-compose.yml

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
name: rsshub
2+
services:
3+
app:
4+
image: diygod/rsshub:2023-08-11
5+
restart: unless-stopped
6+
environment:
7+
NODE_ENV: production
8+
CACHE_TYPE: redis
9+
REDIS_URL: redis://redis:6379/
10+
PUPPETEER_WS_ENDPOINT: ws://browserless:3000
11+
ports:
12+
- target: 1200
13+
published: 1200
14+
protocol: tcp
15+
depends_on:
16+
- redis
17+
- browserless
18+
browserless:
19+
image: browserless/chrome:1-puppeteer-1.20.0
20+
restart: unless-stopped
21+
ulimits:
22+
core:
23+
hard: 0
24+
soft: 0
25+
redis:
26+
image: redis:6.2-alpine
27+
restart: always
28+
volumes:
29+
- type: bind
30+
source: /DATA/AppData/rsshub/redis
31+
target: /data
32+
x-casaos:
33+
architectures:
34+
- amd64
35+
- arm64
36+
main: app
37+
description:
38+
en_us: |
39+
RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything.
40+
41+
RSSHub delivers millions of contents aggregated from all kinds of sources, our vibrant open source community is ensuring the deliver of RSSHub's new routes, new features and bug fixes.
42+
43+
RSSHub can be used with browser extension RSSHub Radar and mobile auxiliary app RSSBud (iOS) and RSSAid (Android)
44+
tagline:
45+
en_us: RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything.
46+
developer: DIYgod
47+
author: WisdomSky
48+
icon: https://docs.rsshub.app/logo.png
49+
thumbnail: https://docs.rsshub.app/logo.png
50+
title:
51+
en_us: RSShub
52+
category: Coolstore
53+
port_map: '1200'

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Just an another CasaOS third-party Appstore with ❄**Cool**❄ apps.
6767
| <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.58.0 | Free And Open-source Blogging Platform |
6868
| <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. |
6969
| <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. |
70-
| <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 |
70+
| <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.0 | Self-hosted photos and videos backup tool |
7171
| <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 |
7272
| <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 |
7373
| <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 |
@@ -80,6 +80,7 @@ Just an another CasaOS third-party Appstore with ❄**Cool**❄ apps.
8080
| <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. |
8181
| <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.1.2096 | Readarr Usent Server |
8282
| <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.0 | Rocket. Chat is a customizable open source communications platform for organizations with high standards of data protection. |
83+
| <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-11 | RSSHub is an open source, easy to use, and extensible RSS feed generator. It's capable of generating RSS feeds from pretty much everything. |
8384
| <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 |
8485
| <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. |
8586
| <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)