Skip to content

Commit

Permalink
Merge branch 'runtipi:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomescua authored Dec 1, 2024
2 parents 15909dd + 41d52bd commit 1ea54f4
Show file tree
Hide file tree
Showing 35 changed files with 68 additions and 78 deletions.
6 changes: 3 additions & 3 deletions apps/audiobookshelf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dynamic_config": true,
"port": 13378,
"id": "audiobookshelf",
"tipi_version": 34,
"version": "2.17.2",
"tipi_version": 35,
"version": "2.17.3",
"categories": ["books", "media"],
"description": "Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks. Audiobookshelf has a clean, accessible design that's loaded with features but not overly complicated.",
"short_desc": "Audiobookshelf is a self-hosted audiobook and podcast server.",
Expand All @@ -16,5 +16,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732240236000
"updated_at": 1733016056000
}
2 changes: 1 addition & 1 deletion apps/audiobookshelf/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "audiobookshelf",
"image": "ghcr.io/advplyr/audiobookshelf:2.17.2",
"image": "ghcr.io/advplyr/audiobookshelf:2.17.3",
"isMain": true,
"internalPort": 80,
"restart": "unless-stopped",
Expand Down
2 changes: 1 addition & 1 deletion apps/audiobookshelf/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'
services:
audiobookshelf:
container_name: audiobookshelf
image: ghcr.io/advplyr/audiobookshelf:2.17.2
image: ghcr.io/advplyr/audiobookshelf:2.17.3
restart: unless-stopped
ports:
- ${APP_PORT}:80
Expand Down
6 changes: 3 additions & 3 deletions apps/budibase/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": true,
"dynamic_config": true,
"id": "budibase",
"tipi_version": 211,
"version": "3.2.14",
"tipi_version": 212,
"version": "3.2.16",
"categories": ["development"],
"description": "Low code platform for creating internal tools, workflows, and admin panels in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀. Budibase, the low code platform you'll enjoy using ⚡",
"short_desc": "Internal tools made easy.",
Expand All @@ -17,5 +17,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732813947000
"updated_at": 1732890404000
}
2 changes: 1 addition & 1 deletion apps/budibase/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "budibase",
"image": "budibase/budibase:3.2.14",
"image": "budibase/budibase:3.2.16",
"isMain": true,
"internalPort": 80,
"volumes": [
Expand Down
2 changes: 1 addition & 1 deletion apps/budibase/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
budibase:
image: budibase/budibase:3.2.14
image: budibase/budibase:3.2.16
restart: unless-stopped
container_name: budibase
ports:
Expand Down
6 changes: 3 additions & 3 deletions apps/docmost/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"port": 9713,
"categories": ["data", "utilities"],
"description": "Docmost is an open-source alternative to the likes of Notion and Confluence. Whether you're managing a wiki, a knowledge base, or extensive project documentation, Docmost provides the tools you need to create, collaborate, and share knowledge effortlessly.",
"tipi_version": 11,
"version": "0.5.0",
"tipi_version": 12,
"version": "0.6.0",
"source": "https://github.com/docmost/docmost",
"website": "https://docmost.com/",
"exposable": true,
Expand All @@ -30,5 +30,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1730917628000
"updated_at": 1733004944000
}
2 changes: 1 addition & 1 deletion apps/docmost/docker-compose.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"services": [
{
"name": "docmost",
"image": "docmost/docmost:0.5.0",
"image": "docmost/docmost:0.6.0",
"isMain": true,
"internalPort": 3000,
"environment": {
Expand Down
2 changes: 1 addition & 1 deletion apps/docmost/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
docmost:
container_name: docmost
image: docmost/docmost:0.5.0
image: docmost/docmost:0.6.0
depends_on:
- docmost-db
- docmost-redis
Expand Down
6 changes: 3 additions & 3 deletions apps/duplicati/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "duplicati",
"tipi_version": 4,
"version": "2.0.8",
"tipi_version": 5,
"version": "2.1.0",
"categories": ["data"],
"description": "Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.",
"short_desc": "Store securely encrypted backups in the cloud!",
Expand All @@ -15,5 +15,5 @@
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1723566283000
"updated_at": 1732900997000
}
2 changes: 1 addition & 1 deletion apps/duplicati/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:
duplicati:
container_name: duplicati
image: lscr.io/linuxserver/duplicati:2.0.8
image: lscr.io/linuxserver/duplicati:2.1.0
ports:
- ${APP_PORT}:8200
volumes:
Expand Down
6 changes: 3 additions & 3 deletions apps/flowise/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"exposable": true,
"port": 8009,
"id": "flowise",
"tipi_version": 35,
"version": "2.2.0",
"tipi_version": 36,
"version": "2.2.1",
"categories": ["ai", "automation"],
"description": "Flowise AI is an Open source UI visual tool to build your customized LLM ochestration flow & AI agents. Developing LLM apps takes countless iterations. With low code approach, Flowise AI enable quick iterations to go from testing to production.",
"short_desc": "Build LLM Apps Easily",
Expand Down Expand Up @@ -74,5 +74,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732824741000
"updated_at": 1732890404000
}
2 changes: 1 addition & 1 deletion apps/flowise/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
flowise:
image: flowiseai/flowise:2.2.0
image: flowiseai/flowise:2.2.1
restart: unless-stopped
entrypoint: /bin/sh -c "sleep 3; flowise start"
container_name: flowise
Expand Down
6 changes: 3 additions & 3 deletions apps/ghostfolio/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "ghostfolio",
"tipi_version": 125,
"version": "2.124.1",
"tipi_version": 126,
"version": "2.125.0",
"categories": ["finance"],
"description": "Ghostfolio is a privacy-first, open source dashboard for your personal finances.",
"short_desc": "Open Source Wealth Management Software.",
Expand Down Expand Up @@ -44,5 +44,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732580578000
"updated_at": 1733004936000
}
2 changes: 1 addition & 1 deletion apps/ghostfolio/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.9"
services:
ghostfolio:
container_name: ghostfolio
image: ghostfolio/ghostfolio:2.124.1
image: ghostfolio/ghostfolio:2.125.0
restart: unless-stopped
ports:
- ${APP_PORT}:3333
Expand Down
17 changes: 4 additions & 13 deletions apps/homarr/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,16 @@
"exposable": true,
"port": 8102,
"id": "homarr",
"tipi_version": 33,
"tipi_version": 34,
"version": "0.15.7",
"categories": ["utilities"],
"description": "A homepage for your server.",
"short_desc": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.",
"author": "ajnart",
"source": "https://github.com/ajnart/homarr",
"website": "https://discord.gg/C2WTXkzkwK",
"form_fields": [
{
"type": "password",
"label": "Password",
"max": 50,
"min": 3,
"required": true,
"env_variable": "HOMARR_PASSWORD"
}
],
"website": "https://homarr.dev",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1730916980000
"updated_at": 1732892516732
}
4 changes: 1 addition & 3 deletions apps/homarr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.7"
services:
homarr:
container_name: homarr
Expand All @@ -10,8 +9,6 @@ services:
- ${APP_DATA_DIR}/data/dashboard:/data
- /var/run/docker.sock:/var/run/docker.sock
environment:
- PASSWORD=${HOMARR_PASSWORD}
- PGID=1000
- TZ=${TZ}
ports:
- ${APP_PORT}:7575
Expand Down Expand Up @@ -42,4 +39,5 @@ services:
traefik.http.routers.homarr-local.entrypoints: websecure
traefik.http.routers.homarr-local.service: homarr
traefik.http.routers.homarr-local.tls: true
# Runtipi managed
runtipi.managed: true
6 changes: 3 additions & 3 deletions apps/homebox/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "homebox",
"tipi_version": 20,
"version": "0.15.2-rootless",
"tipi_version": 21,
"version": "0.16.0-rootless",
"uid": 1000,
"gid": 1000,
"categories": ["utilities"],
Expand All @@ -27,5 +27,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1728166511000
"updated_at": 1732928541000
}
2 changes: 1 addition & 1 deletion apps/homebox/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
homebox:
image: ghcr.io/sysadminsmedia/homebox:0.15.2-rootless
image: ghcr.io/sysadminsmedia/homebox:0.16.0-rootless
container_name: homebox
restart: unless-stopped
environment:
Expand Down
6 changes: 3 additions & 3 deletions apps/invoice-ninja/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "invoice-ninja",
"tipi_version": 49,
"version": "5.10.57",
"tipi_version": 50,
"version": "5.10.58",
"categories": ["finance"],
"description": "Invoice Ninja is an invoicing application which makes sending invoices and receiving payments simple and easy. Our latest version is a clean slate rewrite of our popular invoicing application which builds on the existing feature set and adds a wide range of features and enhancements the community has asked for.",
"short_desc": "Invoices, Expenses and Tasks built with Laravel, Flutter and React.",
Expand Down Expand Up @@ -46,5 +46,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732444956000
"updated_at": 1732921297000
}
2 changes: 1 addition & 1 deletion apps/invoice-ninja/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
invoice-ninja:
image: invoiceninja/invoiceninja:5.10.57
image: invoiceninja/invoiceninja:5.10.58
container_name: invoice-ninja
restart: unless-stopped
user: 1500:1500
Expand Down
6 changes: 3 additions & 3 deletions apps/koillection/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"exposable": true,
"id": "koillection",
"description": "Koillection is a self-hosted service allowing users to manage any kind of collections.",
"tipi_version": 16,
"version": "1.5.14",
"tipi_version": 18,
"version": "1.5.16",
"categories": ["utilities"],
"short_desc": "Koillection allow you to manage any kind of collections.",
"author": "https://github.com/benjaminjonard",
Expand All @@ -31,5 +31,5 @@
}
],
"created_at": 1691943801422,
"updated_at": 1730916717000
"updated_at": 1732921300000
}
2 changes: 1 addition & 1 deletion apps/koillection/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
koillection:
image: koillection/koillection:1.5.14
image: koillection/koillection:1.5.16
container_name: koillection
restart: unless-stopped
ports:
Expand Down
6 changes: 3 additions & 3 deletions apps/linkwarden/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "linkwarden",
"tipi_version": 26,
"version": "2.8.3",
"tipi_version": 27,
"version": "2.8.4",
"categories": ["data"],
"description": "A self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.",
"short_desc": "A self-hosted, open-source collaborative bookmark manager",
Expand Down Expand Up @@ -36,5 +36,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1731633193000
"updated_at": 1733016079000
}
2 changes: 1 addition & 1 deletion apps/linkwarden/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
linkwarden:
image: ghcr.io/linkwarden/linkwarden:v2.8.3
image: ghcr.io/linkwarden/linkwarden:v2.8.4
container_name: linkwarden
environment:
- DATABASE_URL=postgresql://tipi:${LINKWARDEN_DB_PASSWORD}@linkwarden-db:5432/linkwarden
Expand Down
2 changes: 1 addition & 1 deletion apps/odoo/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"available": true,
"exposable": true,
"id": "odoo",
"tipi_version": 3,
"tipi_version": 4,
"version": "18",
"categories": ["utilities", "finance"],
"description": "Open-source business management software suite designed to streamline various aspects of business operations. With its modular structure, users can choose and integrate specific applications such as accounting, inventory, and sales. Odoo provides a user-friendly interface, scalability for businesses of all sizes, and is available in both community (free) and enterprise editions. Its integrated approach and customization options make it a popular choice for comprehensive ERP (Enterprise Resource Planning) solutions.",
Expand Down
5 changes: 3 additions & 2 deletions apps/odoo/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.9'

services:
odoodb:
container_name: odoodb
Expand All @@ -16,6 +14,7 @@ services:
- tipi_main_network
labels:
runtipi.managed: true

odoo:
container_name: odoo
image: odoo:18
Expand All @@ -34,6 +33,8 @@ services:
# - ./entrypoint.sh:/entrypoint.sh # if you want to install additional Python packages, uncomment this line!
- ${APP_DATA_DIR}/data/addons:/mnt/extra-addons
- ${APP_DATA_DIR}/data/etc:/etc/odoo
- ${APP_DATA_DIR}/data/odoo-web-data:/var/lib/odoo
- ${APP_DATA_DIR}/data/filestore:/root/.local/share
restart: unless-stopped
networks:
- tipi_main_network
Expand Down
6 changes: 3 additions & 3 deletions apps/onedev/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"available": true,
"exposable": true,
"id": "onedev",
"tipi_version": 126,
"version": "11.5.3",
"tipi_version": 127,
"version": "11.6.0",
"categories": ["development"],
"description": "Self-hosted Git Server with Kanban and CI/CD",
"short_desc": "Self-hosted Git Server with Kanban and CI/CD",
Expand Down Expand Up @@ -46,5 +46,5 @@
],
"supported_architectures": ["arm64", "amd64"],
"created_at": 1691943801422,
"updated_at": 1732151582000
"updated_at": 1732948964000
}
Loading

0 comments on commit 1ea54f4

Please sign in to comment.