Merge branch 'master' into anse
| 
		 Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 15 KiB  | 
| 
						 | 
					@ -5,8 +5,8 @@
 | 
				
			||||||
  "available": true,
 | 
					  "available": true,
 | 
				
			||||||
  "exposable": true,
 | 
					  "exposable": true,
 | 
				
			||||||
  "id": "budibase",
 | 
					  "id": "budibase",
 | 
				
			||||||
  "tipi_version": 75,
 | 
					  "tipi_version": 76,
 | 
				
			||||||
  "version": "2.15.7",
 | 
					  "version": "2.16.0",
 | 
				
			||||||
  "categories": [
 | 
					  "categories": [
 | 
				
			||||||
    "development"
 | 
					    "development"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
version: '3.7'
 | 
					version: '3.7'
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  budibase:
 | 
					  budibase:
 | 
				
			||||||
    image: budibase/budibase:2.15.7
 | 
					    image: budibase/budibase:2.16.0
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    container_name: budibase
 | 
					    container_name: budibase
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
		 Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 10 KiB  | 
| 
		 Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 13 KiB  | 
| 
						 | 
					@ -5,8 +5,8 @@
 | 
				
			||||||
  "available": true,
 | 
					  "available": true,
 | 
				
			||||||
  "exposable": true,
 | 
					  "exposable": true,
 | 
				
			||||||
  "id": "emulatorjs",
 | 
					  "id": "emulatorjs",
 | 
				
			||||||
  "tipi_version": 9,
 | 
					  "tipi_version": 10,
 | 
				
			||||||
  "version": "1.8.5",
 | 
					  "version": "1.8.6",
 | 
				
			||||||
  "categories": [
 | 
					  "categories": [
 | 
				
			||||||
    "gaming"
 | 
					    "gaming"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -3,7 +3,7 @@ version: "3.7"
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  emulatorjs:
 | 
					  emulatorjs:
 | 
				
			||||||
    container_name: emulatorjs
 | 
					    container_name: emulatorjs
 | 
				
			||||||
    image: lscr.io/linuxserver/emulatorjs:1.8.5
 | 
					    image: lscr.io/linuxserver/emulatorjs:1.8.6
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - ${APP_PORT}:80
 | 
					      - ${APP_PORT}:80
 | 
				
			||||||
      - 8165:3000
 | 
					      - 8165:3000
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
		 Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 30 KiB  | 
| 
						 | 
					@ -5,8 +5,8 @@
 | 
				
			||||||
  "available": true,
 | 
					  "available": true,
 | 
				
			||||||
  "exposable": true,
 | 
					  "exposable": true,
 | 
				
			||||||
  "id": "ghost",
 | 
					  "id": "ghost",
 | 
				
			||||||
  "tipi_version": 70,
 | 
					  "tipi_version": 71,
 | 
				
			||||||
  "version": "5.76.2",
 | 
					  "version": "5.77.0",
 | 
				
			||||||
  "categories": [
 | 
					  "categories": [
 | 
				
			||||||
    "social",
 | 
					    "social",
 | 
				
			||||||
    "media"
 | 
					    "media"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@ version: "3.9"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  ghost:
 | 
					  ghost:
 | 
				
			||||||
    image: ghost:5.76.2
 | 
					    image: ghost:5.77.0
 | 
				
			||||||
    container_name: ghost
 | 
					    container_name: ghost
 | 
				
			||||||
    depends_on:
 | 
					    depends_on:
 | 
				
			||||||
      - ghostdb
 | 
					      - ghostdb
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -42,7 +42,7 @@ services:
 | 
				
			||||||
      traefik.http.routers.invoice-ninja-local.tls: true
 | 
					      traefik.http.routers.invoice-ninja-local.tls: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  invoice-ninja-server:
 | 
					  invoice-ninja-server:
 | 
				
			||||||
    image: invoiceninja/invoiceninja:5.8.18
 | 
					    image: invoiceninja/invoiceninja:5.8.19
 | 
				
			||||||
    container_name: invoice-ninja-server
 | 
					    container_name: invoice-ninja-server
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    user: 1500:1500
 | 
					    user: 1500:1500
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
		 Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 12 KiB  | 
| 
						 | 
					@ -6,8 +6,8 @@
 | 
				
			||||||
  "exposable": true,
 | 
					  "exposable": true,
 | 
				
			||||||
  "id": "koillection",
 | 
					  "id": "koillection",
 | 
				
			||||||
  "description": "Koillection is a self-hosted service allowing users to manage any kind of collections.",
 | 
					  "description": "Koillection is a self-hosted service allowing users to manage any kind of collections.",
 | 
				
			||||||
  "tipi_version": 5,
 | 
					  "tipi_version": 6,
 | 
				
			||||||
  "version": "1.5.2",
 | 
					  "version": "1.5.3",
 | 
				
			||||||
  "categories": [
 | 
					  "categories": [
 | 
				
			||||||
    "utilities"
 | 
					    "utilities"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@ version: '3'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  koillection:
 | 
					  koillection:
 | 
				
			||||||
    image: koillection/koillection:1.5.2
 | 
					    image: koillection/koillection:1.5.3
 | 
				
			||||||
    container_name: koillection
 | 
					    container_name: koillection
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,8 +5,8 @@
 | 
				
			||||||
  "exposable": true,
 | 
					  "exposable": true,
 | 
				
			||||||
  "id": "lobe-chat",
 | 
					  "id": "lobe-chat",
 | 
				
			||||||
  "description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
 | 
					  "description": "LobeChat is an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible (Function Call) plugin system.",
 | 
				
			||||||
  "tipi_version": 20,
 | 
					  "tipi_version": 21,
 | 
				
			||||||
  "version": "0.122.1",
 | 
					  "version": "0.122.4",
 | 
				
			||||||
  "categories": [
 | 
					  "categories": [
 | 
				
			||||||
    "ai"
 | 
					    "ai"
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@ version: '3.9'
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  lobe-chat:
 | 
					  lobe-chat:
 | 
				
			||||||
    container_name: lobe-chat
 | 
					    container_name: lobe-chat
 | 
				
			||||||
    image: lobehub/lobe-chat:v0.122.1
 | 
					    image: lobehub/lobe-chat:v0.122.4
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      - OPENAI_API_KEY=${OPENAI_API_KEY}
 | 
					      - OPENAI_API_KEY=${OPENAI_API_KEY}
 | 
				
			||||||
      - OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
 | 
					      - OPENAI_PROXY_URL=${OPEANAI_PROXY_URL}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
		 Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 14 KiB  | 
| 
		 Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 18 KiB  |