Merge branch 'master' into app/koillection

This commit is contained in:
Mathieu Daniere 2023-11-09 09:30:32 +01:00 committed by GitHub
commit 5879fa0e18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
66 changed files with 262 additions and 137 deletions

View File

@ -37,6 +37,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
- [Filestash](https://github.com/mickael-kerjean/filestash) - A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze - [Filestash](https://github.com/mickael-kerjean/filestash) - A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze
- [Firefly III](https://github.com/firefly-iii/firefly-iii) - A personal finances manager - [Firefly III](https://github.com/firefly-iii/firefly-iii) - A personal finances manager
- [Fireshare](https://github.com/ShaneIsrael/fireshare) - Self host your media and share with unique links - [Fireshare](https://github.com/ShaneIsrael/fireshare) - Self host your media and share with unique links
- [Flaresolverr](https://github.com/FlareSolverr/FlareSolverr) - FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.
- [Flatnotes](https://github.com/Dullage/flatnotes) - A self-hosted, database-less note taking web app - [Flatnotes](https://github.com/Dullage/flatnotes) - A self-hosted, database-less note taking web app
- [Freshrss](https://github.com/FreshRSS/FreshRSS) - A free, self-hostable RSS aggregator - [Freshrss](https://github.com/FreshRSS/FreshRSS) - A free, self-hostable RSS aggregator
- [gandi-livedns](https://github.com/jbbodart/gandi-livedns) - Update your Gandi DNS zone records with your WAN IP - [gandi-livedns](https://github.com/jbbodart/gandi-livedns) - Update your Gandi DNS zone records with your WAN IP

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8011, "port": 8011,
"id": "actual-budget", "id": "actual-budget",
"tipi_version": 11, "tipi_version": 12,
"version": "23.10.0", "version": "23.11.0",
"categories": [ "categories": [
"finance" "finance"
], ],
@ -15,5 +15,8 @@
"author": "Shift Reset LLC", "author": "Shift Reset LLC",
"source": "https://github.com/actualbudget/actual-server", "source": "https://github.com/actualbudget/actual-server",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3.9"
services: services:
actual-budget: actual-budget:
container_name: actual-budget container_name: actual-budget
image: actualbudget/actual-server:23.10.0 image: actualbudget/actual-server:23.11.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:5006 - ${APP_PORT}:5006

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "autobrr", "id": "autobrr",
"tipi_version": 12, "tipi_version": 13,
"version": "1.32.0", "version": "1.33.0",
"categories": [ "categories": [
"media" "media"
], ],
@ -16,5 +16,8 @@
"source": "https://github.com/autobrr/autobrr", "source": "https://github.com/autobrr/autobrr",
"website": "https://autobrr.com/", "website": "https://autobrr.com/",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3"
services: services:
autobrr: autobrr:
container_name: autobrr container_name: autobrr
image: ghcr.io/autobrr/autobrr:v1.32.0 image: ghcr.io/autobrr/autobrr:v1.33.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:7474 - ${APP_PORT}:7474

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8119, "port": 8119,
"id": "bookstack", "id": "bookstack",
"tipi_version": 12, "tipi_version": 13,
"version": "23.08.20230830", "version": "23.10.20231030",
"description": "BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. Default login: admin@admin.com password: password", "description": "BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information. Default login: admin@admin.com password: password",
"short_desc": "BookStack is a self-hosted platform for organising and storing information.", "short_desc": "BookStack is a self-hosted platform for organising and storing information.",
"author": "Dan Brown", "author": "Dan Brown",
@ -25,5 +25,8 @@
"env_variable": "BOOKSTACK_DB_PASS" "env_variable": "BOOKSTACK_DB_PASS"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
bookstack: bookstack:
image: lscr.io/linuxserver/bookstack:23.08.20230830 image: lscr.io/linuxserver/bookstack:23.10.20231030
container_name: bookstack container_name: bookstack
environment: environment:
- APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN} - APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "budibase", "id": "budibase",
"tipi_version": 19, "tipi_version": 29,
"version": "2.11.45", "version": "2.13.5",
"categories": [ "categories": [
"development" "development"
], ],
@ -16,5 +16,8 @@
"source": "https://github.com/Budibase/budibase", "source": "https://github.com/Budibase/budibase",
"website": "https://budibase.com/", "website": "https://budibase.com/",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: '3.7' version: '3.7'
services: services:
budibase: budibase:
image: budibase/budibase:2.11.45 image: budibase/budibase:2.13.5
restart: unless-stopped restart: unless-stopped
container_name: budibase container_name: budibase
ports: ports:

View File

@ -5,13 +5,18 @@
"available": true, "available": true,
"exposable": false, "exposable": false,
"id": "cloudflared", "id": "cloudflared",
"tipi_version": 1, "tipi_version": 2,
"version": "2023.8.2", "version": "2023.10.0",
"categories": ["utilities"], "categories": [
"utilities"
],
"description": "Cloudflared-web is a docker image that packages both cloudflared cli and a no-frills Web UI for easy starting/stopping of cloudflare tunnel.", "description": "Cloudflared-web is a docker image that packages both cloudflared cli and a no-frills Web UI for easy starting/stopping of cloudflare tunnel.",
"short_desc": "Cloudflare Tunnels in a Web UI", "short_desc": "Cloudflare Tunnels in a Web UI",
"author": "WisdomSky", "author": "WisdomSky",
"source": "https://github.com/WisdomSky/Cloudflared-web", "source": "https://github.com/WisdomSky/Cloudflared-web",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3.9"
services: services:
cloudflared: cloudflared:
image: wisdomsky/cloudflared-web:2023.8.2 image: wisdomsky/cloudflared-web:2023.10.0
container_name: cloudflared container_name: cloudflared
restart: unless-stopped restart: unless-stopped
network_mode: host network_mode: host

View File

@ -6,8 +6,8 @@
"url_suffix": "?offline=1", "url_suffix": "?offline=1",
"id": "drawio", "id": "drawio",
"description": "draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding.", "description": "draw.io is a JavaScript, client-side editor for general diagramming and whiteboarding.",
"tipi_version": 3, "tipi_version": 4,
"version": "22.0.8", "version": "22.1.0",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -16,5 +16,8 @@
"source": "https://github.com/jgraph/drawio", "source": "https://github.com/jgraph/drawio",
"website": "https://www.drawio.com/", "website": "https://www.drawio.com/",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
drawio: drawio:
image: jgraph/drawio:22.0.8 image: jgraph/drawio:22.1.0
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080
container_name: drawio container_name: drawio

View File

@ -0,0 +1,23 @@
{
"$schema": "../schema.json",
"name": "Flaresolverr",
"port": 8666,
"available": true,
"exposable": false,
"no_gui": true,
"id": "flaresolverr",
"tipi_version": 3,
"version": "3.3.7",
"categories": [
"media",
"security",
"utilities"
],
"description": "FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.",
"short_desc": "Bypass Cloudflare and DDoS-GuARD.",
"author": "FlareSolverr Team",
"source": "https://github.com/FlareSolverr/FlareSolverr",
"website": "https://github.com/FlareSolverr/FlareSolverr",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}

View File

@ -0,0 +1,13 @@
services:
flaresolverr:
container_name: flaresolverr
image: ghcr.io/flaresolverr/flaresolverr:v3.3.7
restart: unless-stopped
environment:
- LOG_LEVEL=${FLARESOLVERR_LOG_LEVEL-info}
- TZ=${TZ}
networks:
- tipi_main_network
labels:
# Main
traefik.enable: false

View File

@ -0,0 +1,18 @@
# FlareSolverr
FlareSolverr is a proxy server to bypass Cloudflare and DDoS-GUARD protection.
## How it works
FlareSolverr starts a proxy server, and it waits for user requests in an idle state using few resources.
When some request arrives, it uses [Selenium](https://www.selenium.dev) with the
[undetected-chromedriver](https://github.com/ultrafunkamsterdam/undetected-chromedriver)
to create a web browser (Chrome). It opens the URL with user parameters and waits until the Cloudflare challenge
is solved (or timeout). The HTML code and the cookies are sent back to the user, and those cookies can be used to
bypass Cloudflare using other HTTP clients.
**NOTE**: Web browsers consume a lot of memory. If you are running FlareSolverr on a machine with few RAM, do not make
many requests at once. With each request a new browser is launched.
It is also possible to use a permanent session. However, if you use sessions, you should make sure to close them as
soon as you are done using them.

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8086, "port": 8086,
"id": "freshrss", "id": "freshrss",
"tipi_version": 6, "tipi_version": 7,
"version": "1.22.0", "version": "1.22.1",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -15,5 +15,8 @@
"author": "https://freshrss.org/", "author": "https://freshrss.org/",
"source": "https://github.com/FreshRSS/FreshRSS", "source": "https://github.com/FreshRSS/FreshRSS",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
freshrss: freshrss:
image: lscr.io/linuxserver/freshrss:1.22.0 image: lscr.io/linuxserver/freshrss:1.22.1
container_name: freshrss container_name: freshrss
environment: environment:
- PUID=1000 - PUID=1000

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "ghost", "id": "ghost",
"tipi_version": 57, "tipi_version": 59,
"version": "5.71.0", "version": "5.72.1",
"categories": [ "categories": [
"social", "social",
"media" "media"
@ -23,5 +23,8 @@
"env_variable": "GHOST_DATABASE_PASSWORD" "env_variable": "GHOST_DATABASE_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3.9"
services: services:
ghost: ghost:
image: ghost:5.71.0 image: ghost:5.72.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": "ghostfolio", "id": "ghostfolio",
"tipi_version": 13, "tipi_version": 17,
"version": "2.16.0", "version": "2.20.0",
"categories": [ "categories": [
"finance" "finance"
], ],
@ -44,5 +44,8 @@
"env_variable": "GHOSTFOLIO_REDIS_PASSWORD" "env_variable": "GHOSTFOLIO_REDIS_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3.9"
services: services:
ghostfolio: ghostfolio:
container_name: ghostfolio container_name: ghostfolio
image: ghostfolio/ghostfolio:2.16.0 image: ghostfolio/ghostfolio:2.20.0
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:3333 - ${APP_PORT}:3333

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": false, "exposable": false,
"id": "gladys", "id": "gladys",
"tipi_version": 19, "tipi_version": 20,
"version": "4.29.0", "version": "4.30.0",
"categories": [ "categories": [
"automation" "automation"
], ],
@ -16,5 +16,8 @@
"source": "https://github.com/gladysassistant/gladys", "source": "https://github.com/gladysassistant/gladys",
"website": "https://gladysassistant.com/", "website": "https://gladysassistant.com/",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: '3'
services: services:
gladys: gladys:
container_name: gladys container_name: gladys
image: gladysassistant/gladys:v4.29.0 image: gladysassistant/gladys:v4.30.0
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,
"id": "grist", "id": "grist",
"description": "Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive.", "description": "Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database to organize your data and make you more productive.",
"tipi_version": 5, "tipi_version": 6,
"version": "1.1.6", "version": "1.1.7",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -32,5 +32,8 @@
"env_variable": "GRIST_SANDBOX_FLAVOR" "env_variable": "GRIST_SANDBOX_FLAVOR"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -6,7 +6,7 @@ services:
environment: environment:
- APP_HOME_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN} - APP_HOME_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
- GRIST_SANDBOX_FLAVOR=${GRIST_SANDBOX_FLAVOR} - GRIST_SANDBOX_FLAVOR=${GRIST_SANDBOX_FLAVOR}
image: "gristlabs/grist:1.1.6" image: "gristlabs/grist:1.1.7"
ports: ports:
- "${APP_PORT}:8484" - "${APP_PORT}:8484"
restart: always restart: always

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8092, "port": 8092,
"id": "halo", "id": "halo",
"tipi_version": 11, "tipi_version": 12,
"version": "2.10.1", "version": "2.10.2",
"description": "Halo is a powerful and easy-to-use open source website building tool.", "description": "Halo is a powerful and easy-to-use open source website building tool.",
"short_desc": "Halo - Open source website building tool.", "short_desc": "Halo - Open source website building tool.",
"categories": [ "categories": [
@ -29,5 +29,8 @@
"env_variable": "HALO_EXTERNAL_URL" "env_variable": "HALO_EXTERNAL_URL"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
halo: halo:
image: halohub/halo:2.10.1 image: halohub/halo:2.10.2
container_name: halo container_name: halo
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8128, "port": 8128,
"id": "immich", "id": "immich",
"tipi_version": 50, "tipi_version": 52,
"version": "1.83.0", "version": "1.85.0",
"categories": [ "categories": [
"data", "data",
"photography" "photography"
@ -36,5 +36,8 @@
"env_variable": "IMMICH_TYPESENSE_API_KEY" "env_variable": "IMMICH_TYPESENSE_API_KEY"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
immich: immich:
container_name: immich container_name: immich
image: altran1502/immich-proxy:v1.83.0 image: altran1502/immich-proxy:v1.85.0
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080
depends_on: depends_on:
@ -43,7 +43,7 @@ services:
immich-server: immich-server:
container_name: immich-server container_name: immich-server
image: altran1502/immich-server:v1.83.0 image: altran1502/immich-server:v1.85.0
command: ["start-server.sh"] command: ["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
@ -68,7 +68,7 @@ services:
immich-microservices: immich-microservices:
container_name: immich-microservices container_name: immich-microservices
image: altran1502/immich-server:v1.83.0 image: altran1502/immich-server:v1.85.0
command: ["start-microservices.sh"] command: ["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
@ -93,7 +93,7 @@ services:
immich-machine-learning: immich-machine-learning:
container_name: immich-machine-learning container_name: immich-machine-learning
image: altran1502/immich-machine-learning:v1.83.0 image: altran1502/immich-machine-learning:v1.85.0
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
@ -114,7 +114,7 @@ services:
immich-web: immich-web:
container_name: immich-web container_name: immich-web
image: altran1502/immich-web:v1.83.0 image: altran1502/immich-web:v1.85.0
restart: unless-stopped restart: unless-stopped
networks: networks:
- tipi_main_network - tipi_main_network

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "librephotos", "id": "librephotos",
"tipi_version": 12, "tipi_version": 13,
"version": "2023w37p2", "version": "2023w43",
"categories": [ "categories": [
"photography" "photography"
], ],
@ -48,5 +48,8 @@
"env_variable": "LIBREPHOTOS_SECRET_KEY" "env_variable": "LIBREPHOTOS_SECRET_KEY"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
librephotos: librephotos:
image: reallibrephotos/librephotos-proxy:2023w37p2 image: reallibrephotos/librephotos-proxy:2023w43
container_name: librephotos container_name: librephotos
restart: unless-stopped restart: unless-stopped
volumes: volumes:
@ -61,7 +61,7 @@ services:
- tipi_main_network - tipi_main_network
librephotos-frontend: librephotos-frontend:
image: reallibrephotos/librephotos-frontend:2023w37p2 image: reallibrephotos/librephotos-frontend:2023w43
container_name: librephotos-frontend container_name: librephotos-frontend
restart: unless-stopped restart: unless-stopped
depends_on: depends_on:
@ -70,7 +70,7 @@ services:
- tipi_main_network - tipi_main_network
librephotos-backend: librephotos-backend:
image: reallibrephotos/librephotos:2023w37p2 image: reallibrephotos/librephotos:2023w43
container_name: librephotos-backend container_name: librephotos-backend
restart: unless-stopped restart: unless-stopped
volumes: volumes:

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8121, "port": 8121,
"id": "libretranslate", "id": "libretranslate",
"tipi_version": 10, "tipi_version": 12,
"version": "1.4.1", "version": "1.5.1",
"categories": [ "categories": [
"utilities" "utilities"
], ],

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
libretranslate: libretranslate:
container_name: libretranslate container_name: libretranslate
image: libretranslate/libretranslate:v1.4.1 image: libretranslate/libretranslate:v1.5.1
dns: dns:
- ${DNS_IP} - ${DNS_IP}
ports: ports:

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "logto", "id": "logto",
"tipi_version": 10, "tipi_version": 11,
"version": "1.10.0", "version": "1.10.1",
"force_expose": true, "force_expose": true,
"categories": [ "categories": [
"security" "security"
@ -30,5 +30,8 @@
"env_variable": "LOGTO_ADMIN_URL" "env_variable": "LOGTO_ADMIN_URL"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -4,7 +4,7 @@ services:
depends_on: depends_on:
logto-db: logto-db:
condition: service_healthy condition: service_healthy
image: svhd/logto:1.10.0 image: svhd/logto:1.10.1
container_name: logto container_name: logto
entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm start"] entrypoint: ["sh", "-c", "npm run cli db seed -- --swe && npm start"]
ports: ports:

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"id": "netdata", "id": "netdata",
"description": "Stream any metrics from every physical and virtual server, container and IoT device, to one dashboard, in real-time.", "description": "Stream any metrics from every physical and virtual server, container and IoT device, to one dashboard, in real-time.",
"tipi_version": 3, "tipi_version": 4,
"version": "1.43.1", "version": "1.43.2",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -15,5 +15,8 @@
"source": "https://github.com/netdata/netdata", "source": "https://github.com/netdata/netdata",
"website": "https://www.netdata.cloud/", "website": "https://www.netdata.cloud/",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
netdata: netdata:
image: netdata/netdata:v1.43.1 image: netdata/netdata:v1.43.2
container_name: netdata container_name: netdata
pid: host pid: host
restart: unless-stopped restart: unless-stopped

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "onedev", "id": "onedev",
"tipi_version": 57, "tipi_version": 58,
"version": "9.2.4", "version": "9.2.5",
"categories": [ "categories": [
"development" "development"
], ],

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
onedev: onedev:
image: 1dev/server:9.2.4 image: 1dev/server:9.2.5
container_name: onedev container_name: onedev
environment: environment:
- hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect - hibernate_dialect=io.onedev.server.persistence.PostgreSQLDialect

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 32400, "port": 32400,
"id": "plex", "id": "plex",
"tipi_version": 21, "tipi_version": 22,
"version": "1.32.6", "version": "1.32.7",
"url_suffix": "/web", "url_suffix": "/web",
"categories": [ "categories": [
"media" "media"
@ -16,5 +16,8 @@
"author": "plexinc", "author": "plexinc",
"source": "https://github.com/plexinc/pms-docker", "source": "https://github.com/plexinc/pms-docker",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: "3.7"
services: services:
plex: plex:
image: lscr.io/linuxserver/plex:1.32.6 image: lscr.io/linuxserver/plex:1.32.7
container_name: plex container_name: plex
network_mode: host network_mode: host
environment: environment:

View File

@ -5,12 +5,10 @@
"exposable": true, "exposable": true,
"port": 8118, "port": 8118,
"id": "proxitok", "id": "proxitok",
"categories": [ "categories": ["social"],
"social"
],
"description": "", "description": "",
"tipi_version": 4, "tipi_version": 5,
"version": "2.4.9.2", "version": "master",
"short_desc": "Open source alternative frontend for TikTok made using PHP ", "short_desc": "Open source alternative frontend for TikTok made using PHP ",
"author": "pablouser1", "author": "pablouser1",
"source": "https://github.com/pablouser1/ProxiTok", "source": "https://github.com/pablouser1/ProxiTok",

View File

@ -1,17 +1,17 @@
version: "3.8"
services: services:
proxitok: proxitok:
container_name: proxitok container_name: proxitok
image: ghcr.io/pablouser1/proxitok:v2.4.9.2 image: ghcr.io/pablouser1/proxitok:master
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:80 - ${APP_PORT}:8080
environment: environment:
- "LATTE_CACHE=/cache" - "LATTE_CACHE=/cache"
- "API_CACHE=redis" - "API_CACHE=redis"
- "REDIS_HOST=proxitok-redis" - "REDIS_HOST=proxitok-redis"
- "REDIS_PORT=6379" - "REDIS_PORT=6379"
- "API_SIGNER=remote"
- "API_SIGNER_URL=http://proxitok-signer:8080/signature" - "API_SIGNER_URL=http://proxitok-signer:8080/signature"
volumes: volumes:
- "proxitok-cache:/cache" - "proxitok-cache:/cache"
@ -24,7 +24,7 @@ services:
# Main # Main
traefik.enable: true traefik.enable: true
traefik.http.middlewares.proxitok-web-redirect.redirectscheme.scheme: https traefik.http.middlewares.proxitok-web-redirect.redirectscheme.scheme: https
traefik.http.services.proxitok.loadbalancer.server.port: 80 traefik.http.services.proxitok.loadbalancer.server.port: 8080
# Web # Web
traefik.http.routers.proxitok-insecure.rule: Host(`${APP_DOMAIN}`) traefik.http.routers.proxitok-insecure.rule: Host(`${APP_DOMAIN}`)
traefik.http.routers.proxitok-insecure.entrypoints: web traefik.http.routers.proxitok-insecure.entrypoints: web
@ -48,7 +48,7 @@ services:
proxitok-redis: proxitok-redis:
container_name: proxitok-redis container_name: proxitok-redis
image: docker.io/redis:7-alpine image: redis:7-alpine
restart: unless-stopped restart: unless-stopped
command: redis-server --save 60 1 --loglevel warning command: redis-server --save 60 1 --loglevel warning
networks: networks:
@ -60,6 +60,5 @@ services:
networks: networks:
- tipi_main_network - tipi_main_network
volumes: volumes:
proxitok-cache: proxitok-cache:

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8008, "port": 8008,
"id": "serge", "id": "serge",
"tipi_version": 2, "tipi_version": 3,
"version": "0.5.0", "version": "0.5.1",
"categories": [ "categories": [
"ai" "ai"
], ],
@ -15,5 +15,8 @@
"author": "nsarrazin", "author": "nsarrazin",
"source": "https://github.com/serge-chat/serge", "source": "https://github.com/serge-chat/serge",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
serge: serge:
image: ghcr.io/serge-chat/serge:0.5.0 image: ghcr.io/serge-chat/serge:0.5.1
container_name: serge container_name: serge
restart: unless-stopped restart: unless-stopped
ports: ports:

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8090, "port": 8090,
"id": "syncthing", "id": "syncthing",
"tipi_version": 8, "tipi_version": 9,
"version": "1.25", "version": "1.26",
"categories": [ "categories": [
"data", "data",
"utilities" "utilities"
@ -17,5 +17,8 @@
"source": "https://github.com/syncthing", "source": "https://github.com/syncthing",
"website": "https://syncthing.net", "website": "https://syncthing.net",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
syncthing: syncthing:
container_name: syncthing container_name: syncthing
image: syncthing/syncthing:1.25 image: syncthing/syncthing:1.26
stop_grace_period: 1m stop_grace_period: 1m
hostname: tipi hostname: tipi
environment: environment:

View File

@ -4,8 +4,8 @@
"available": true, "available": true,
"port": 8093, "port": 8093,
"id": "tailscale", "id": "tailscale",
"tipi_version": 15, "tipi_version": 16,
"version": "1.50.1", "version": "1.52.0",
"categories": [ "categories": [
"network", "network",
"security" "security"
@ -16,5 +16,8 @@
"source": "https://github.com/tailscale/tailscale", "source": "https://github.com/tailscale/tailscale",
"website": "https://tailscale.com/", "website": "https://tailscale.com/",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -4,7 +4,7 @@ services:
tailscale: tailscale:
container_name: tailscale container_name: tailscale
network_mode: "host" # TODO: Find a way to remove this network_mode: "host" # TODO: Find a way to remove this
image: tailscale/tailscale:v1.50.1 image: tailscale/tailscale:v1.52.0
privileged: true privileged: true
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m

View File

@ -44,7 +44,7 @@ services:
tooljet-server: tooljet-server:
container_name: tooljet-server container_name: tooljet-server
image: tooljet/tooljet-server-ce:v2.22.1 image: tooljet/tooljet-server-ce:v2.24.0
tty: true tty: true
stdin_open: true stdin_open: true
restart: always restart: always

View File

@ -5,13 +5,16 @@
"exposable": true, "exposable": true,
"id": "trilium", "id": "trilium",
"description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. ", "description": "Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases. ",
"tipi_version": 6, "tipi_version": 7,
"version": "0.61.10-beta", "version": "0.62.0-beta",
"categories": [ "categories": [
"utilities" "utilities"
], ],
"short_desc": "An open-source, self-hosted Notion alterative", "short_desc": "An open-source, self-hosted Notion alterative",
"author": "zadam", "author": "zadam",
"source": "https://github.com/zadam/trilium", "source": "https://github.com/zadam/trilium",
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: '3.7'
services: services:
trilium: trilium:
image: ghcr.io/zadam/trilium:0.61.10-beta image: ghcr.io/zadam/trilium:0.62.0-beta
container_name: trilium container_name: trilium
ports: ports:
- ${APP_PORT}:8080 - ${APP_PORT}:8080

View File

@ -62,7 +62,7 @@ services:
- tubearchivist-es - tubearchivist-es
tubearchivist-es: tubearchivist-es:
image: elasticsearch:8.10.2 image: elasticsearch:8.11.0
container_name: tubearchivist-es container_name: tubearchivist-es
restart: always restart: always
environment: environment:

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8107, "port": 8107,
"id": "vaultwarden", "id": "vaultwarden",
"tipi_version": 9, "tipi_version": 10,
"version": "1.29.2", "version": "1.30.0",
"categories": [ "categories": [
"utilities" "utilities"
], ],
@ -24,5 +24,8 @@
"env_variable": "VAULTWARDEN_ADMIN_PASSWORD" "env_variable": "VAULTWARDEN_ADMIN_PASSWORD"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -2,7 +2,7 @@ version: '3.7'
services: services:
vaultwarden: vaultwarden:
image: vaultwarden/server:1.29.2 image: vaultwarden/server:1.30.0
container_name: vaultwarden container_name: vaultwarden
restart: unless-stopped restart: unless-stopped
ports: ports:

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "viewtube", "id": "viewtube",
"tipi_version": 3, "tipi_version": 4,
"version": "0.13.0", "version": "0.13.1",
"categories": [ "categories": [
"media" "media"
], ],
@ -15,5 +15,8 @@
"author": "ViewTube", "author": "ViewTube",
"source": "https://github.com/ViewTube/viewtube", "source": "https://github.com/ViewTube/viewtube",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -4,7 +4,7 @@ services:
viewtube: viewtube:
restart: unless-stopped restart: unless-stopped
container_name: viewtube container_name: viewtube
image: mauriceo/viewtube:0.13.0 image: mauriceo/viewtube:0.13.1
depends_on: depends_on:
- viewtube-mongodb - viewtube-mongodb
- viewtube-redis - viewtube-redis

View File

@ -4,7 +4,7 @@ services:
viewtube: viewtube:
restart: unless-stopped restart: unless-stopped
container_name: viewtube container_name: viewtube
image: mauriceo/viewtube:0.13.0 image: mauriceo/viewtube:0.13.1
depends_on: depends_on:
- viewtube-mongodb - viewtube-mongodb
- viewtube-redis - viewtube-redis

View File

@ -5,8 +5,8 @@
"exposable": true, "exposable": true,
"port": 8255, "port": 8255,
"id": "whoogle", "id": "whoogle",
"tipi_version": 2, "tipi_version": 3,
"version": "0.8.3", "version": "0.8.4",
"categories": [ "categories": [
"social" "social"
], ],
@ -15,5 +15,8 @@
"author": "Ben Busby", "author": "Ben Busby",
"source": "https://github.com/benbusby/whoogle-search", "source": "https://github.com/benbusby/whoogle-search",
"form_fields": [], "form_fields": [],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: "3.7"
services: services:
whoogle: whoogle:
container_name: whoogle container_name: whoogle
image: benbusby/whoogle-search:0.8.3 image: benbusby/whoogle-search:0.8.4
restart: unless-stopped restart: unless-stopped
networks: networks:
- tipi_main_network - tipi_main_network

View File

@ -5,11 +5,9 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "wizarr", "id": "wizarr",
"tipi_version": 5, "tipi_version": 6,
"version": "latest-3.4.2", "version": "3.4.8",
"categories": [ "categories": ["utilities"],
"utilities"
],
"description": "Wizarr is an automatic user invitation system for Plex and Jellyfin. Create a unique link and share it to a user and they will be invited to your Media Server after they complete there signup proccess! They can even be guided to download the clients and read instructions on how to use your media software!", "description": "Wizarr is an automatic user invitation system for Plex and Jellyfin. Create a unique link and share it to a user and they will be invited to your Media Server after they complete there signup proccess! They can even be guided to download the clients and read instructions on how to use your media software!",
"short_desc": "Wizarr is an automatic user invitation system for Plex and Jellyfin.", "short_desc": "Wizarr is an automatic user invitation system for Plex and Jellyfin.",
"author": "https://github.com/Wizarrrr", "author": "https://github.com/Wizarrrr",

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
wizarr: wizarr:
container_name: wizarr container_name: wizarr
image: ghcr.io/wizarrrr/wizarr:latest-3.4.2 image: ghcr.io/wizarrrr/wizarr:3.4.8
ports: ports:
- ${APP_PORT}:5690 - ${APP_PORT}:5690
volumes: volumes:
@ -35,5 +35,3 @@ services:
traefik.http.routers.wizarr-local.entrypoints: websecure traefik.http.routers.wizarr-local.entrypoints: websecure
traefik.http.routers.wizarr-local.service: wizarr traefik.http.routers.wizarr-local.service: wizarr
traefik.http.routers.wizarr-local.tls: true traefik.http.routers.wizarr-local.tls: true

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "zipline", "id": "zipline",
"tipi_version": 5, "tipi_version": 6,
"version": "3.7.4", "version": "3.7.5",
"categories": [ "categories": [
"media" "media"
], ],
@ -29,5 +29,8 @@
"env_variable": "ZIPLINE_CORE_SECRET" "env_variable": "ZIPLINE_CORE_SECRET"
} }
], ],
"supported_architectures": ["arm64", "amd64"] "supported_architectures": [
"arm64",
"amd64"
]
} }

View File

@ -3,7 +3,7 @@ version: '3.7'
services: services:
zipline: zipline:
container_name: zipline container_name: zipline
image: ghcr.io/diced/zipline:3.7.4 image: ghcr.io/diced/zipline:3.7.5
ports: ports:
- '${APP_PORT}:3000' - '${APP_PORT}:3000'
restart: unless-stopped restart: unless-stopped