diff --git a/apps/chromium/config.json b/apps/chromium/config.json new file mode 100644 index 0000000..1f159fe --- /dev/null +++ b/apps/chromium/config.json @@ -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": [] +} \ No newline at end of file diff --git a/apps/chromium/docker-compose.json b/apps/chromium/docker-compose.json new file mode 100644 index 0000000..328c59b --- /dev/null +++ b/apps/chromium/docker-compose.json @@ -0,0 +1,11 @@ +{ + "services": [ + { + "name": "chromium", + "image": "linuxserver/chromium:version-880f99c7", + "isMain": true, + "internalPort": "3000", + "shm_size": "1gb" + } + ] +} diff --git a/apps/chromium/metadata/description.md b/apps/chromium/metadata/description.md new file mode 100644 index 0000000..5cd8052 --- /dev/null +++ b/apps/chromium/metadata/description.md @@ -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. diff --git a/apps/chromium/metadata/logo.jpg b/apps/chromium/metadata/logo.jpg new file mode 100644 index 0000000..0e16083 Binary files /dev/null and b/apps/chromium/metadata/logo.jpg differ