add chromium app
This commit is contained in:
24
apps/chromium/config.json
Normal file
24
apps/chromium/config.json
Normal 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": []
|
||||||
|
}
|
||||||
11
apps/chromium/docker-compose.json
Normal file
11
apps/chromium/docker-compose.json
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"services": [
|
||||||
|
{
|
||||||
|
"name": "chromium",
|
||||||
|
"image": "linuxserver/chromium:version-880f99c7",
|
||||||
|
"isMain": true,
|
||||||
|
"internalPort": "3000",
|
||||||
|
"shm_size": "1gb"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
3
apps/chromium/metadata/description.md
Normal file
3
apps/chromium/metadata/description.md
Normal 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.
|
||||||
BIN
apps/chromium/metadata/logo.jpg
Normal file
BIN
apps/chromium/metadata/logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user