Merge branch 'meienberger:master' into master

This commit is contained in:
sclaren 2023-04-28 22:52:03 +02:00 committed by GitHub
commit e305dd43de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
34 changed files with 59 additions and 51 deletions

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "ghost",
"tipi_version": 11,
"version": "5.44.0",
"tipi_version": 12,
"version": "5.45.1",
"categories": [
"social",
"media"

View File

@ -3,7 +3,7 @@ version: '3.9'
services:
ghost:
image: ghost:5.44.0
image: ghost:5.45.1
container_name: ghost
depends_on:
- ghostdb

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "gitea",
"tipi_version": 5,
"version": "1.19.1",
"tipi_version": 6,
"version": "1.19.2",
"categories": [
"development"
],

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
gitea:
image: gitea/gitea:1.19.1
image: gitea/gitea:1.19.2
container_name: gitea
environment:
- USER_UID=1000

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": false,
"id": "gladys",
"tipi_version": 3,
"version": "4.21.0",
"tipi_version": 4,
"version": "4.21.1",
"categories": [
"automation"
],

View File

@ -3,7 +3,7 @@ version: '3'
services:
gladys:
container_name: gladys
image: gladysassistant/gladys:v4.21.0
image: gladysassistant/gladys:v4.21.1
privileged: true
restart: on-failure
stop_grace_period: 1m

View File

@ -5,8 +5,8 @@
"exposable": true,
"port": 8097,
"id": "jackett",
"tipi_version": 12,
"version": "0.20.3996",
"tipi_version": 14,
"version": "0.20.4013",
"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": [

View File

@ -1,7 +1,7 @@
version: "3.7"
services:
jackett:
image: lscr.io/linuxserver/jackett:0.20.3996
image: lscr.io/linuxserver/jackett:0.20.4013
container_name: jackett
environment:
- PUID=1000

View File

@ -14,11 +14,9 @@
"website": "https://kanboard.org/",
"form_fields": [
{
"type": "text",
"label": "Enable Plugin Installer (true or false)",
"max": 5,
"min": 4,
"required": true,
"type": "boolean",
"label": "Enable Plugin Installer",
"required": false,
"env_variable": "PLUGIN_INSTALLER"
}
]

View File

@ -5,12 +5,14 @@
"available": true,
"exposable": true,
"id": "lidarr-deemix",
"tipi_version": 1,
"tipi_version": 2,
"version": "1.2.8",
"categories": ["media"],
"categories": [
"media"
],
"description": "Lidarr with some muscles thanks to deemix",
"short_desc": "Lidarr with some muscles thanks to deemix",
"author": "Youegraillot",
"source": "https://github.com/youegraillot/lidarr-on-steroids",
"form_fields": []
}
}

View File

@ -10,6 +10,7 @@ services:
- ${ROOT_FOLDER_HOST}/media/downloads/deemix:/downloads
- ${ROOT_FOLDER_HOST}/media/data/music:/music
- ${ROOT_FOLDER_HOST}/media/usenet/completed/:/downloads/completed
- ${ROOT_FOLDER_HOST}/media:/media
ports:
- ${APP_PORT}:8686 # Lidarr web UI
- 8187:6595 # Deemix web UI

View File

@ -22,4 +22,4 @@ services:
traefik.http.routers.lidarr.entrypoints: websecure
traefik.http.routers.lidarr.service: lidarr
traefik.http.routers.lidarr.tls.certresolver: myresolver
traefik.http.services.lidarr.loadbalancer.server.port: 8686
traefik.http.services.lidarr.loadbalancer.server.port: 8686

View File

@ -5,7 +5,7 @@
"available": true,
"exposable": true,
"id": "mixpost",
"tipi_version": 1,
"tipi_version": 2,
"version": "v1.1.3",
"categories": ["social"],
"description": "Mixpost it's the coolest Self-hosted social media management software.",

View File

@ -7,7 +7,7 @@ services:
environment:
- APP_NAME='Mixpost'
- APP_KEY='${MIXPOST_APP_KEY}'
- APP_URL='https://${APP_DOMAIN}'
- APP_URL='${APP_PROTOCOL:-http}://${APP_DOMAIN}'
- DB_HOST=mixpost-mysql
- DB_DATABASE=mixpost
- DB_USERNAME=tipi

View File

@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "movary",
"tipi_version": 2,
"version": "0.48.1",
"tipi_version": 3,
"version": "0.50.0",
"categories": [
"media"
],

View File

@ -2,7 +2,7 @@ version: "3"
services:
movary:
image: leepeuker/movary:0.48.1
image: leepeuker/movary:0.50.0
container_name: movary
environment:
- TMDB_API_KEY=${MOVARY_TMDB_API_KEY}

View File

@ -5,7 +5,7 @@
"available": true,
"exposable": true,
"id": "nocodb",
"tipi_version": 3,
"tipi_version": 4,
"version": "0.106.1",
"categories": [
"utilities"

View File

@ -8,7 +8,7 @@ services:
condition: service_healthy
environment:
- NC_DB=pg://nocodb-db:5432?u=postgres&p=${NOCODB_DB_PASSWORD}&d=nocodb
- NC_PUBLIC_URL=https://${APP_DOMAIN}
- NC_PUBLIC_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
- NC_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET}
- NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379
image: 'nocodb/nocodb:0.106.1'

View File

@ -6,13 +6,17 @@
"exposable": true,
"force_expose": true,
"id": "pairdrop",
"tipi_version": 1,
"version": "1.6.2",
"categories": ["media", "data", "utilities"],
"tipi_version": 2,
"version": "1.6.3",
"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": []
}
}

View File

@ -2,7 +2,7 @@ version: "3"
services:
pairdrop:
image: lscr.io/linuxserver/pairdrop:1.6.2
image: lscr.io/linuxserver/pairdrop:1.6.3
container_name: pairdrop
environment:
- PUID=1000

View File

@ -5,7 +5,7 @@
"available": true,
"exposable": true,
"id": "peppermint",
"tipi_version": 1,
"tipi_version": 2,
"version": "latest",
"categories": ["utilities"],
"description": "An open source ticket management & help desk solution.",

View File

@ -9,7 +9,7 @@ services:
- DB_USERNAME=tipi
- DB_PASSWORD=${PEPPERMINT_DB_PASSWORD}
- DB_HOST=peppermint-db
- BASE_URL=https://${APP_DOMAIN}
- BASE_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
restart: unless-stopped
ports:
- ${APP_PORT}:5000

View File

@ -5,7 +5,7 @@
"exposable": true,
"port": 8133,
"id": "qbittorrent",
"tipi_version": 3,
"tipi_version": 4,
"version": "4.5.2",
"categories": [
"utilities"

View File

@ -12,7 +12,7 @@ services:
- WEBUI_PORT=${APP_PORT}
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${ROOT_FOLDER_HOST}/media/torrents:/downloads
- ${ROOT_FOLDER_HOST}/media/torrents:/media/torrents
ports:
- ${APP_PORT}:${APP_PORT}
- 6881:6881

View File

@ -12,4 +12,4 @@ Password: adminadmin
| Root Folder | Container Folder |
|-------------------------------------------|------------------|
| /runtipi/app-data/qbittorrent/data/config | /config |
| /runtipi/media/torrents | /downloads |
| /runtipi/media/torrents | /media/torrents |

View File

@ -5,9 +5,12 @@
"available": true,
"exposable": true,
"id": "sabnzbd",
"tipi_version": 2,
"version": "3.7.2",
"categories": ["media", "utilities"],
"tipi_version": 3,
"version": "4.0.0",
"categories": [
"media",
"utilities"
],
"description": "Sabnzbd makes Usenet as simple and streamlined as possible by automating everything we can. All you have to do is add an .nzb. SABnzbd takes over from there, where it will be automatically downloaded, verified, repaired, extracted and filed away with zero human interaction.",
"short_desc": "Sabnzbd makes Usenet as simple and streamlined as possible by automating everything we can",
"author": "Sabnzbd",

View File

@ -2,13 +2,13 @@ version: '3'
services:
sabnzbd:
image: lscr.io/linuxserver/sabnzbd:3.7.2
image: lscr.io/linuxserver/sabnzbd:4.0.0
container_name: sabnzbd
ports:
- ${APP_PORT}:8080
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${ROOT_FOLDER_HOST}/media/usenet:/downloads
- ${ROOT_FOLDER_HOST}/media/usenet:/media/usenet
environment:
- PUID=1000
- PGID=1000

View File

@ -11,4 +11,4 @@ If you want to know more you can head over to our website: [https://sabnzbd.org]
| Root Folder | Container Folder |
|---------------------------------------|------------------|
| /runtipi/app-data/sabnzbd/data/config | /config |
| /runtipi/media/usenet | /downloads |
| /runtipi/media/usenet | /media/usenet |

View File

@ -10,7 +10,7 @@
]
},
"id": "transmission",
"tipi_version": 5,
"tipi_version": 6,
"version": "4.0.3",
"categories": [
"utilities"

View File

@ -17,7 +17,7 @@ services:
# - HOST_WHITELIST=dnsnane list #optional
volumes:
- ${APP_DATA_DIR}/data/config:/config
- ${ROOT_FOLDER_HOST}/media/torrents:/downloads
- ${ROOT_FOLDER_HOST}/media/torrents:/media/torrents
ports:
- ${APP_PORT}:9091
- 51413:51413

View File

@ -13,4 +13,4 @@ Visit [https://transmissionbt.com/](https://transmissionbt.com/) for more inform
| Root Folder | Container Folder |
|-------------------------------|------------------|
| /runtipi/app-data/transmission/data/config | /config |
| /runtipi/media/torrents | /downloads |
| /runtipi/media/torrents | /media/torrents |

View File

@ -5,7 +5,7 @@
"available": true,
"exposable": true,
"id": "wizarr",
"tipi_version": 2,
"tipi_version": 3,
"version": "2.1.3",
"categories": [
"utilities"

View File

@ -9,7 +9,7 @@ services:
volumes:
- ${APP_DATA_DIR}/data/database:/data/database
environment:
- APP_URL=https://${APP_DOMAIN}
- APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
- DISABLE_BUILTIN_AUTH=false #Set to true ONLY if you are using another auth provider (Authelia, Authentik, etc)
- TZ=${TZ}
networks:

View File

@ -11,8 +11,8 @@
"packageRules": [
{
"managers": ["docker-compose", "dockerfile"],
"packagePatterns": ["^([^\\/]+\\/)?(mysql|mariadb|mongodb|postgres|redis)(:|$)"],
"packagePatterns": ["^([^\\/]+\\/)?(mysql|mariadb|mongodb|mongo|postgres|redis)(:|$)"],
"enabled": false
}
]
}
}