Merge branch 'meienberger:master' into actual-budget
This commit is contained in:
commit
a02276504e
|
@ -78,6 +78,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
|
|||
- [Openbooks](https://github.com/evan-buss/openbooks) - Search and Download eBooks
|
||||
- [Overseerr](https://github.com/sct/overseerr) - Request management and media discovery tool for the Plex ecosystem
|
||||
- [Owncloud](https://github.com/owncloud/core) - A personal cloud which runs on your own server.
|
||||
- [PairDrop](https://github.com/schlagmichdoch/PairDrop) - Local file sharing in your browser. Inspired by Apple's AirDrop.
|
||||
- [Peppermint](https://github.com/Peppermint-Lab/peppermint) - An open source ticket management & help desk solution.
|
||||
- [Photoprism](https://github.com/photoprism/photoprism) - AI-Powered Photos App for the Decentralized Web. We are on a mission to protect your freedom and privacy.
|
||||
- [Pihole](https://github.com/pi-hole/pi-hole) - A black hole for Internet advertisements
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "chatgpt-ui",
|
||||
"tipi_version": 3,
|
||||
"version": "2.4.7",
|
||||
"tipi_version": 5,
|
||||
"version": "2.5.3",
|
||||
"categories": [
|
||||
"utilities"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: '3'
|
||||
services:
|
||||
chatgpt-ui:
|
||||
image: wongsaang/chatgpt-ui-client:v2.4.7
|
||||
image: wongsaang/chatgpt-ui-client:v2.5.3
|
||||
container_name: chatgpt-ui
|
||||
environment:
|
||||
- SERVER_DOMAIN=http://chatgpt-ui-web-server
|
||||
|
@ -25,7 +25,7 @@ services:
|
|||
traefik.http.services.chatgpt-ui.loadbalancer.server.port: 80
|
||||
|
||||
chatgpt-ui-wsgi-server:
|
||||
image: wongsaang/chatgpt-ui-wsgi-server:v2.4.3
|
||||
image: wongsaang/chatgpt-ui-wsgi-server:v2.4.4
|
||||
container_name: chatgpt-ui-wsgi-server
|
||||
environment:
|
||||
- APP_DOMAIN=${INTERNAL_IP}:8201
|
||||
|
@ -49,7 +49,7 @@ services:
|
|||
restart: always
|
||||
|
||||
chatgpt-ui-web-server:
|
||||
image: wongsaang/chatgpt-ui-web-server:v2.4.3
|
||||
image: wongsaang/chatgpt-ui-web-server:v2.4.4
|
||||
container_name: chatgpt-ui-web-server
|
||||
environment:
|
||||
- BACKEND_URL=http://chatgpt-ui-wsgi-server:8000
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8138,
|
||||
"id": "code-server",
|
||||
"tipi_version": 6,
|
||||
"version": "4.11.0",
|
||||
"tipi_version": 7,
|
||||
"version": "4.12.0",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
code-server:
|
||||
image: lscr.io/linuxserver/code-server:4.11.0
|
||||
image: lscr.io/linuxserver/code-server:4.12.0
|
||||
container_name: code-server
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8128,
|
||||
"id": "immich",
|
||||
"tipi_version": 4,
|
||||
"version": "v1.53.0",
|
||||
"tipi_version": 5,
|
||||
"version": "v1.54.1",
|
||||
"categories": ["data", "photography"],
|
||||
"description": "Photo and video backup solution directly from your mobile phone.",
|
||||
"short_desc": "Photo and video backup solution directly from your mobile phone.",
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
immich:
|
||||
container_name: immich
|
||||
image: altran1502/immich-proxy:v1.53.0
|
||||
image: altran1502/immich-proxy:v1.54.1
|
||||
ports:
|
||||
- ${APP_PORT}:8080
|
||||
depends_on:
|
||||
|
@ -25,7 +25,7 @@ services:
|
|||
|
||||
immich-server:
|
||||
container_name: immich-server
|
||||
image: altran1502/immich-server:v1.53.0
|
||||
image: altran1502/immich-server:v1.54.1
|
||||
entrypoint: ["/bin/sh", "./start-server.sh"]
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
|
@ -50,7 +50,7 @@ services:
|
|||
|
||||
immich-microservices:
|
||||
container_name: immich-microservices
|
||||
image: altran1502/immich-server:v1.53.0
|
||||
image: altran1502/immich-server:v1.54.1
|
||||
entrypoint: ["/bin/sh", "./start-microservices.sh"]
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
|
@ -75,7 +75,7 @@ services:
|
|||
|
||||
immich-machine-learning:
|
||||
container_name: immich-machine-learning
|
||||
image: altran1502/immich-machine-learning:v1.53.0
|
||||
image: altran1502/immich-machine-learning:v1.54.1
|
||||
volumes:
|
||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache
|
||||
|
@ -96,7 +96,7 @@ services:
|
|||
|
||||
immich-web:
|
||||
container_name: immich-web
|
||||
image: altran1502/immich-web:v1.53.0
|
||||
image: altran1502/immich-web:v1.54.1
|
||||
entrypoint: ["/bin/sh", "./entrypoint.sh"]
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8097,
|
||||
"id": "jackett",
|
||||
"tipi_version": 10,
|
||||
"version": "0.20.3927",
|
||||
"tipi_version": 11,
|
||||
"version": "0.20.3985",
|
||||
"description": "Jackett works as a proxy server: it translates queries from apps (Sonarr, Radarr, SickRage, CouchPotato, Mylar3, Lidarr, DuckieTV, qBittorrent, Nefarious etc.) into tracker-site-specific http queries, parses the html or json response, and then sends results back to the requesting software. This allows for getting recent uploads (like RSS) and performing searches.",
|
||||
"short_desc": "API Support for your favorite torrent trackers ",
|
||||
"categories": [
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
jackett:
|
||||
image: lscr.io/linuxserver/jackett:0.20.3927
|
||||
image: lscr.io/linuxserver/jackett:0.20.3985
|
||||
container_name: jackett
|
||||
environment:
|
||||
- PUID=1000
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8091,
|
||||
"id": "jellyfin",
|
||||
"tipi_version": 5,
|
||||
"version": "10.8.9",
|
||||
"tipi_version": 6,
|
||||
"version": "10.8.10",
|
||||
"categories": [
|
||||
"media"
|
||||
],
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
version: "3.7"
|
||||
services:
|
||||
jellyfin:
|
||||
image: lscr.io/linuxserver/jellyfin:10.8.9
|
||||
image: lscr.io/linuxserver/jellyfin:10.8.10
|
||||
container_name: jellyfin
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/config:/config
|
||||
|
|
|
@ -5,9 +5,12 @@
|
|||
"exposable": true,
|
||||
"port": 8163,
|
||||
"id": "jellyseerr",
|
||||
"tipi_version": 1,
|
||||
"version": "1.4.1",
|
||||
"categories": ["media", "utilities"],
|
||||
"tipi_version": 2,
|
||||
"version": "1.5.0",
|
||||
"categories": [
|
||||
"media",
|
||||
"utilities"
|
||||
],
|
||||
"description": "Jellyseerr is a free and open source software application for managing requests for your media library. It is a a fork of Overseerr built to bring support for Jellyfin & Emby media servers!",
|
||||
"short_desc": "Fork of overseerr for Jellyfin support",
|
||||
"author": "Fallenbagel",
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
|||
services:
|
||||
jellyseerr:
|
||||
container_name: jellyseerr
|
||||
image: fallenbagel/jellyseerr:1.4.1
|
||||
image: fallenbagel/jellyseerr:1.5.0
|
||||
ports:
|
||||
- ${APP_PORT}:5055
|
||||
volumes:
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"exposable": true,
|
||||
"port": 8083,
|
||||
"id": "nextcloud",
|
||||
"tipi_version": 10,
|
||||
"version": "25.0.5-apache",
|
||||
"tipi_version": 11,
|
||||
"version": "25.0.6-apache",
|
||||
"categories": [
|
||||
"data"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
|||
services:
|
||||
nextcloud:
|
||||
container_name: nextcloud
|
||||
image: nextcloud:25.0.5-apache
|
||||
image: nextcloud:25.0.6-apache
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- ${APP_PORT}:80
|
||||
|
@ -69,7 +69,7 @@ services:
|
|||
- tipi_main_network
|
||||
|
||||
cron:
|
||||
image: nextcloud:25.0.5-apache
|
||||
image: nextcloud:25.0.6-apache
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "onedev",
|
||||
"tipi_version": 3,
|
||||
"version": "8.0.15",
|
||||
"tipi_version": 5,
|
||||
"version": "8.1.2",
|
||||
"categories": [
|
||||
"development"
|
||||
],
|
||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
|||
|
||||
services:
|
||||
onedev:
|
||||
image: 1dev/server:8.0.15
|
||||
image: 1dev/server:8.1.2
|
||||
container_name: onedev
|
||||
environment:
|
||||
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect
|
||||
|
|
18
apps/pairdrop/config.json
Normal file
18
apps/pairdrop/config.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"$schema": "../schema.json",
|
||||
"name": "PairDrop",
|
||||
"port": 8182,
|
||||
"available": true,
|
||||
"exposable": true,
|
||||
"force_expose": true,
|
||||
"id": "pairdrop",
|
||||
"tipi_version": 1,
|
||||
"version": "1.6.2",
|
||||
"categories": ["media", "data", "utilities"],
|
||||
"description": "Local file sharing in your browser. Inspired by Apple's AirDrop",
|
||||
"short_desc": "Local file sharing in your browser. Inspired by Apple's AirDrop",
|
||||
"author": "schlagmichdoch",
|
||||
"source": "https://github.com/schlagmichdoch/PairDrop",
|
||||
"website": "https://pairdrop.net/",
|
||||
"form_fields": []
|
||||
}
|
23
apps/pairdrop/docker-compose.yml
Normal file
23
apps/pairdrop/docker-compose.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
pairdrop:
|
||||
image: lscr.io/linuxserver/pairdrop:1.6.2
|
||||
container_name: pairdrop
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=${TZ}
|
||||
- RATE_LIMIT=false]
|
||||
- WS_FALLBACK=false
|
||||
ports:
|
||||
- ${APP_PORT}:3000
|
||||
networks:
|
||||
- tipi_main_network
|
||||
labels:
|
||||
traefik.enable: ${APP_EXPOSED}
|
||||
traefik.http.routers.pairdrop.rule: Host(`${APP_DOMAIN}`)
|
||||
traefik.http.routers.pairdrop.entrypoints: websecure
|
||||
traefik.http.routers.pairdrop.service: pairdrop
|
||||
traefik.http.routers.pairdrop.tls.certresolver: myresolver
|
||||
traefik.http.services.pairdrop.loadbalancer.server.port: 3000
|
25
apps/pairdrop/metadata/description.md
Normal file
25
apps/pairdrop/metadata/description.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
# PairDrop
|
||||
|
||||
Local file sharing in your browser. Inspired by Apple's AirDrop.
|
||||
[**Explore »**](https://pairdrop.net)
|
||||
|
||||
[Report Bug](https://github.com/schlagmichdoch/PairDrop/issues) · [Request Feature](https://github.com/schlagmichdoch/PairDrop/issues)
|
||||
|
||||
## Features
|
||||
|
||||
[PairDrop](https://pairdrop.net) is a sublime alternative to AirDrop that works on all platforms.
|
||||
|
||||
Send images, documents or text via peer to peer connection to devices in the same local network/Wi-Fi or to paired devices. As it is web based, it runs on all devices.
|
||||
|
||||
You want to quickly send a file from your phone to your laptop?
|
||||
You want to share photos in original quality with friends that use a mixture of Android and iOS?
|
||||
You want to share private files peer to peer between Linux systems?
|
||||
AirDrop is unreliable again?
|
||||
_Send it with PairDrop!_
|
||||
|
||||
Developed based on [Snapdrop](https://github.com/RobinLinus/snapdrop)
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||
[](https://github.com/schlagmichdoch/PairDrop/blob/master/docs/pairdrop_screenshot_mobile.gif)
|
BIN
apps/pairdrop/metadata/logo.jpg
Normal file
BIN
apps/pairdrop/metadata/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue
Block a user