mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
App Submission: Chromium (#1888)
Co-authored-by: Josua Frank <frank.josua@gmail.com> Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
parent
a91cde6c77
commit
52692298b2
0
chromium/data/.gitkeep
Normal file
0
chromium/data/.gitkeep
Normal file
16
chromium/docker-compose.yml
Normal file
16
chromium/docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
version: "3.7"
|
||||
services:
|
||||
app_proxy:
|
||||
environment:
|
||||
APP_HOST: chromium_chromium_1
|
||||
APP_PORT: 3000
|
||||
|
||||
chromium:
|
||||
image: ghcr.io/linuxserver/chromium:version-c0d313e5@sha256:231b1e75148be3a8bda8143a2cdffb18e0207d3dc3ba8fc4e07fb954830d51db
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
volumes:
|
||||
- ${APP_DATA_DIR}/data:/config
|
||||
shm_size: "1gb"
|
||||
restart: on-failure
|
21
chromium/umbrel-app.yml
Normal file
21
chromium/umbrel-app.yml
Normal file
@ -0,0 +1,21 @@
|
||||
manifestVersion: 1
|
||||
id: chromium
|
||||
name: Chromium
|
||||
tagline: The open-source browser project
|
||||
category: networking
|
||||
version: "c0d313e5"
|
||||
port: 30099
|
||||
description: >-
|
||||
Chromium is an open-source web browser project initiated and primarily maintained by Google. Serving as the foundation for many browsers, including Google Chrome, Microsoft Edge, and Opera, Chromium aims to build a safer, faster, and more stable way for all users to experience the web.
|
||||
developer: The Chromium Project
|
||||
website: https://www.chromium.org/Home/
|
||||
submitter: maddog11010
|
||||
submission: https://github.com/getumbrel/umbrel-apps/pull/1888
|
||||
repo: https://github.com/linuxserver/docker-chromium
|
||||
support: https://discourse.linuxserver.io/
|
||||
dependencies: []
|
||||
path: ""
|
||||
gallery:
|
||||
- 1.jpg
|
||||
- 2.jpg
|
||||
- 3.jpg
|
Loading…
Reference in New Issue
Block a user