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
|
- [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
|
- [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.
|
- [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.
|
- [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.
|
- [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
|
- [Pihole](https://github.com/pi-hole/pi-hole) - A black hole for Internet advertisements
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "chatgpt-ui",
|
"id": "chatgpt-ui",
|
||||||
"tipi_version": 3,
|
"tipi_version": 5,
|
||||||
"version": "2.4.7",
|
"version": "2.5.3",
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities"
|
"utilities"
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
chatgpt-ui:
|
chatgpt-ui:
|
||||||
image: wongsaang/chatgpt-ui-client:v2.4.7
|
image: wongsaang/chatgpt-ui-client:v2.5.3
|
||||||
container_name: chatgpt-ui
|
container_name: chatgpt-ui
|
||||||
environment:
|
environment:
|
||||||
- SERVER_DOMAIN=http://chatgpt-ui-web-server
|
- SERVER_DOMAIN=http://chatgpt-ui-web-server
|
||||||
|
@ -25,7 +25,7 @@ services:
|
||||||
traefik.http.services.chatgpt-ui.loadbalancer.server.port: 80
|
traefik.http.services.chatgpt-ui.loadbalancer.server.port: 80
|
||||||
|
|
||||||
chatgpt-ui-wsgi-server:
|
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
|
container_name: chatgpt-ui-wsgi-server
|
||||||
environment:
|
environment:
|
||||||
- APP_DOMAIN=${INTERNAL_IP}:8201
|
- APP_DOMAIN=${INTERNAL_IP}:8201
|
||||||
|
@ -49,7 +49,7 @@ services:
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
chatgpt-ui-web-server:
|
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
|
container_name: chatgpt-ui-web-server
|
||||||
environment:
|
environment:
|
||||||
- BACKEND_URL=http://chatgpt-ui-wsgi-server:8000
|
- BACKEND_URL=http://chatgpt-ui-wsgi-server:8000
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8138,
|
"port": 8138,
|
||||||
"id": "code-server",
|
"id": "code-server",
|
||||||
"tipi_version": 6,
|
"tipi_version": 7,
|
||||||
"version": "4.11.0",
|
"version": "4.12.0",
|
||||||
"categories": [
|
"categories": [
|
||||||
"development"
|
"development"
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
code-server:
|
code-server:
|
||||||
image: lscr.io/linuxserver/code-server:4.11.0
|
image: lscr.io/linuxserver/code-server:4.12.0
|
||||||
container_name: code-server
|
container_name: code-server
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8128,
|
"port": 8128,
|
||||||
"id": "immich",
|
"id": "immich",
|
||||||
"tipi_version": 4,
|
"tipi_version": 5,
|
||||||
"version": "v1.53.0",
|
"version": "v1.54.1",
|
||||||
"categories": ["data", "photography"],
|
"categories": ["data", "photography"],
|
||||||
"description": "Photo and video backup solution directly from your mobile phone.",
|
"description": "Photo and video backup solution directly from your mobile phone.",
|
||||||
"short_desc": "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:
|
services:
|
||||||
immich:
|
immich:
|
||||||
container_name: immich
|
container_name: immich
|
||||||
image: altran1502/immich-proxy:v1.53.0
|
image: altran1502/immich-proxy:v1.54.1
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:8080
|
- ${APP_PORT}:8080
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -25,7 +25,7 @@ services:
|
||||||
|
|
||||||
immich-server:
|
immich-server:
|
||||||
container_name: 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"]
|
entrypoint: ["/bin/sh", "./start-server.sh"]
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||||
|
@ -50,7 +50,7 @@ services:
|
||||||
|
|
||||||
immich-microservices:
|
immich-microservices:
|
||||||
container_name: 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"]
|
entrypoint: ["/bin/sh", "./start-microservices.sh"]
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||||
|
@ -75,7 +75,7 @@ services:
|
||||||
|
|
||||||
immich-machine-learning:
|
immich-machine-learning:
|
||||||
container_name: 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:
|
volumes:
|
||||||
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
- ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload
|
||||||
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache
|
- ${APP_DATA_DIR}/data/immich-ml-cache:/cache
|
||||||
|
@ -96,7 +96,7 @@ services:
|
||||||
|
|
||||||
immich-web:
|
immich-web:
|
||||||
container_name: 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"]
|
entrypoint: ["/bin/sh", "./entrypoint.sh"]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8097,
|
"port": 8097,
|
||||||
"id": "jackett",
|
"id": "jackett",
|
||||||
"tipi_version": 10,
|
"tipi_version": 11,
|
||||||
"version": "0.20.3927",
|
"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.",
|
"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 ",
|
"short_desc": "API Support for your favorite torrent trackers ",
|
||||||
"categories": [
|
"categories": [
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
jackett:
|
jackett:
|
||||||
image: lscr.io/linuxserver/jackett:0.20.3927
|
image: lscr.io/linuxserver/jackett:0.20.3985
|
||||||
container_name: jackett
|
container_name: jackett
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8091,
|
"port": 8091,
|
||||||
"id": "jellyfin",
|
"id": "jellyfin",
|
||||||
"tipi_version": 5,
|
"tipi_version": 6,
|
||||||
"version": "10.8.9",
|
"version": "10.8.10",
|
||||||
"categories": [
|
"categories": [
|
||||||
"media"
|
"media"
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
services:
|
services:
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: lscr.io/linuxserver/jellyfin:10.8.9
|
image: lscr.io/linuxserver/jellyfin:10.8.10
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/config:/config
|
- ${APP_DATA_DIR}/data/config:/config
|
||||||
|
|
|
@ -5,9 +5,12 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8163,
|
"port": 8163,
|
||||||
"id": "jellyseerr",
|
"id": "jellyseerr",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "1.4.1",
|
"version": "1.5.0",
|
||||||
"categories": ["media", "utilities"],
|
"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!",
|
"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",
|
"short_desc": "Fork of overseerr for Jellyfin support",
|
||||||
"author": "Fallenbagel",
|
"author": "Fallenbagel",
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
jellyseerr:
|
jellyseerr:
|
||||||
container_name: jellyseerr
|
container_name: jellyseerr
|
||||||
image: fallenbagel/jellyseerr:1.4.1
|
image: fallenbagel/jellyseerr:1.5.0
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:5055
|
- ${APP_PORT}:5055
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"port": 8083,
|
"port": 8083,
|
||||||
"id": "nextcloud",
|
"id": "nextcloud",
|
||||||
"tipi_version": 10,
|
"tipi_version": 11,
|
||||||
"version": "25.0.5-apache",
|
"version": "25.0.6-apache",
|
||||||
"categories": [
|
"categories": [
|
||||||
"data"
|
"data"
|
||||||
],
|
],
|
||||||
|
|
|
@ -3,7 +3,7 @@ version: "3.7"
|
||||||
services:
|
services:
|
||||||
nextcloud:
|
nextcloud:
|
||||||
container_name: nextcloud
|
container_name: nextcloud
|
||||||
image: nextcloud:25.0.5-apache
|
image: nextcloud:25.0.6-apache
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
|
@ -69,7 +69,7 @@ services:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
||||||
cron:
|
cron:
|
||||||
image: nextcloud:25.0.5-apache
|
image: nextcloud:25.0.6-apache
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html
|
- ${APP_DATA_DIR}/data/nextcloud:/var/www/html
|
||||||
|
|
|
@ -5,8 +5,8 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "onedev",
|
"id": "onedev",
|
||||||
"tipi_version": 3,
|
"tipi_version": 5,
|
||||||
"version": "8.0.15",
|
"version": "8.1.2",
|
||||||
"categories": [
|
"categories": [
|
||||||
"development"
|
"development"
|
||||||
],
|
],
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
onedev:
|
onedev:
|
||||||
image: 1dev/server:8.0.15
|
image: 1dev/server:8.1.2
|
||||||
container_name: onedev
|
container_name: onedev
|
||||||
environment:
|
environment:
|
||||||
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect
|
- 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