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, "available": true,
"exposable": true, "exposable": true,
"id": "ghost", "id": "ghost",
"tipi_version": 11, "tipi_version": 12,
"version": "5.44.0", "version": "5.45.1",
"categories": [ "categories": [
"social", "social",
"media" "media"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -22,4 +22,4 @@ services:
traefik.http.routers.lidarr.entrypoints: websecure traefik.http.routers.lidarr.entrypoints: websecure
traefik.http.routers.lidarr.service: lidarr traefik.http.routers.lidarr.service: lidarr
traefik.http.routers.lidarr.tls.certresolver: myresolver 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, "available": true,
"exposable": true, "exposable": true,
"id": "mixpost", "id": "mixpost",
"tipi_version": 1, "tipi_version": 2,
"version": "v1.1.3", "version": "v1.1.3",
"categories": ["social"], "categories": ["social"],
"description": "Mixpost it's the coolest Self-hosted social media management software.", "description": "Mixpost it's the coolest Self-hosted social media management software.",

View File

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

View File

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

View File

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

View File

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

View File

@ -8,7 +8,7 @@ services:
condition: service_healthy condition: service_healthy
environment: environment:
- NC_DB=pg://nocodb-db:5432?u=postgres&p=${NOCODB_DB_PASSWORD}&d=nocodb - 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_AUTH_JWT_SECRET=${NOCODB_JWT_SECRET}
- NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379 - NC_REDIS_URL=redis://default:${NOCODB_REDIS_PASSWORD}@nocodb-redis:6379
image: 'nocodb/nocodb:0.106.1' image: 'nocodb/nocodb:0.106.1'

View File

@ -6,13 +6,17 @@
"exposable": true, "exposable": true,
"force_expose": true, "force_expose": true,
"id": "pairdrop", "id": "pairdrop",
"tipi_version": 1, "tipi_version": 2,
"version": "1.6.2", "version": "1.6.3",
"categories": ["media", "data", "utilities"], "categories": [
"media",
"data",
"utilities"
],
"description": "Local file sharing in your browser. Inspired by Apple's AirDrop", "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", "short_desc": "Local file sharing in your browser. Inspired by Apple's AirDrop",
"author": "schlagmichdoch", "author": "schlagmichdoch",
"source": "https://github.com/schlagmichdoch/PairDrop", "source": "https://github.com/schlagmichdoch/PairDrop",
"website": "https://pairdrop.net/", "website": "https://pairdrop.net/",
"form_fields": [] "form_fields": []
} }

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -5,9 +5,12 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "sabnzbd", "id": "sabnzbd",
"tipi_version": 2, "tipi_version": 3,
"version": "3.7.2", "version": "4.0.0",
"categories": ["media", "utilities"], "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.", "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", "short_desc": "Sabnzbd makes Usenet as simple and streamlined as possible by automating everything we can",
"author": "Sabnzbd", "author": "Sabnzbd",

View File

@ -2,13 +2,13 @@ version: '3'
services: services:
sabnzbd: sabnzbd:
image: lscr.io/linuxserver/sabnzbd:3.7.2 image: lscr.io/linuxserver/sabnzbd:4.0.0
container_name: sabnzbd container_name: sabnzbd
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080
volumes: volumes:
- ${APP_DATA_DIR}/data/config:/config - ${APP_DATA_DIR}/data/config:/config
- ${ROOT_FOLDER_HOST}/media/usenet:/downloads - ${ROOT_FOLDER_HOST}/media/usenet:/media/usenet
environment: environment:
- PUID=1000 - PUID=1000
- PGID=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 | | Root Folder | Container Folder |
|---------------------------------------|------------------| |---------------------------------------|------------------|
| /runtipi/app-data/sabnzbd/data/config | /config | | /runtipi/app-data/sabnzbd/data/config | /config |
| /runtipi/media/usenet | /downloads | | /runtipi/media/usenet | /media/usenet |

View File

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

View File

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

View File

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

View File

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

View File

@ -9,7 +9,7 @@ services:
volumes: volumes:
- ${APP_DATA_DIR}/data/database:/data/database - ${APP_DATA_DIR}/data/database:/data/database
environment: 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) - DISABLE_BUILTIN_AUTH=false #Set to true ONLY if you are using another auth provider (Authelia, Authentik, etc)
- TZ=${TZ} - TZ=${TZ}
networks: networks:

View File

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