add chromium app

This commit is contained in:
2025-12-07 18:30:46 +01:00
parent 85fd795207
commit ec4b76fd05
4 changed files with 38 additions and 0 deletions

24
apps/chromium/config.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "Chromium",
"id": "Chromium",
"available": true,
"short_desc": "Chromium is an open-source browser project.",
"author": "linuxserver.io",
"port": 3001,
"categories": [
"utilities"
],
"description": "Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.",
"tipi_version": 1,
"version": "v143.0.7499.40",
"source": "https://source.chromium.org/chromium/chromium/src",
"exposable": true,
"supported_architectures": [
"arm64",
"amd64"
],
"created_at": 1765127288185,
"updated_at": 1765127384750,
"dynamic_config": true,
"form_fields": []
}

View File

@@ -0,0 +1,11 @@
{
"services": [
{
"name": "chromium",
"image": "linuxserver/chromium:version-880f99c7",
"isMain": true,
"internalPort": "3000",
"shm_size": "1gb"
}
]
}

View File

@@ -0,0 +1,3 @@
# Chromium
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB