-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add chromium browser app #1888
Open
maddog1110
wants to merge
59
commits into
getumbrel:master
Choose a base branch
from
maddog1110:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
add chromium browser app #1888
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
21b64bc
Create umbrel-app.yml
maddog1110 37d1d62
Update umbrel-app.yml
maddog1110 5865e04
Add files via upload
maddog1110 284af35
Update umbrel-app.yml
maddog1110 0e1b961
Rename Untitled.png to 1.png
maddog1110 48388f1
Rename amazon.png to 3.png
maddog1110 7ca2f98
Rename google.png to 2.png
maddog1110 e1040c7
Rename chrome.png to icon.png
maddog1110 b9785d2
Update umbrel-app.yml
maddog1110 5ca4866
Update umbrel-app.yml
maddog1110 5d6da55
Update umbrel-app.yml
maddog1110 820e6d0
Update umbrel-app.yml
maddog1110 00e52f1
Update umbrel-app.yml
maddog1110 e404f5c
Update umbrel-app.yml
maddog1110 82bbb5c
Update umbrel-app.yml
maddog1110 0f55cc6
Create docker-compose.yml
maddog1110 8f620c0
Update docker-compose.yml
maddog1110 33d570b
Update docker-compose.yml
maddog1110 faedd6f
Update docker-compose.yml
maddog1110 7032198
Update docker-compose.yml
maddog1110 ffcae94
Update docker-compose.yml
maddog1110 deb3698
Update docker-compose.yml
maddog1110 f1cd409
Update docker-compose.yml
maddog1110 9bf02f3
Update docker-compose.yml
maddog1110 95ada58
Update docker-compose.yml
maddog1110 ae77fe5
Update apps/chromium-browser/docker-compose.yml
maddog1110 4606974
Update apps/chromium-browser/docker-compose.yml
maddog1110 b413f3e
Update apps/chromium-browser/docker-compose.yml
maddog1110 7a094a7
Update apps/chromium-browser/umbrel-app.yml
maddog1110 9210ee9
Update apps/chromium-browser/umbrel-app.yml
maddog1110 65f7ffa
Update apps/chromium-browser/umbrel-app.yml
maddog1110 d0203f0
Update apps/chromium-browser/docker-compose.yml
maddog1110 e4dcde0
Update apps/chromium-browser/docker-compose.yml
maddog1110 f95ab5f
Update docker-compose.yml
maddog1110 f81432e
Update docker-compose.yml
maddog1110 b9c1435
Update docker-compose.yml
maddog1110 cd47e76
Update docker-compose.yml
maddog1110 5308541
Update docker-compose.yml
maddog1110 998ae53
Update docker-compose.yml
maddog1110 de16e46
Update docker-compose.yml
maddog1110 7c2f5f7
Update docker-compose.yml
maddog1110 4beb1f4
Add files via upload
maddog1110 917a249
Add files via upload
maddog1110 2d9c179
Delete apps/chromium-browser/ghrominux .png
maddog1110 8b786f6
Delete apps/chromium-browser/1.png
maddog1110 dbb644e
Rename ghrominux (1).png to 1.png
maddog1110 a204212
Add files via upload
maddog1110 19c59ad
Delete apps/chromium-browser/1.png
maddog1110 1792860
Rename ghrominux (1).png to 1.png
maddog1110 7c96300
Add files via upload
maddog1110 70259cb
Delete apps/chromium-browser/ghrominux (1).png
maddog1110 154a693
Add files via upload
maddog1110 4887123
Delete apps/chromium-browser/1.png
maddog1110 8475560
Add files via upload
maddog1110 63f4ffb
Add files via upload
maddog1110 49d0343
Delete apps/chromium-browser/2.png
maddog1110 5d64c37
Delete apps/chromium-browser/3.png
maddog1110 51fb0d7
Delete apps/chromium-browser/icon.png
maddog1110 2cebc3c
Add files via upload
maddog1110 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
version: '3.8' | ||
services: | ||
chromium: | ||
image: lscr.io/linuxserver/chromium:latest@sha256:3bb1e2b133224a470567b461fa49b1f47149d506f71987408686c17bc3f64166 | ||
container_name: chromium | ||
environment: | ||
- PUID=1000 | ||
- PGID=1000 | ||
maddog1110 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
- TZ=Etc/UTC | ||
volumes: | ||
- /chromium-browser/data:/config | ||
shm_size: "1gb" | ||
restart: on-failure |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
manifestVersion: 1 | ||
id: "chromium-browser" | ||
name: "Chromium Browser" | ||
tagline: "Browse securely with LinuxServer.io's Chromium" | ||
description: "A full-featured Chromium browser with secure remote access. Perfect for browsing the web from any device, with built-in security and easy access through your Umbrel." | ||
version: "1.0.0" | ||
category: "networking" | ||
port: 30099 | ||
developer: "LinuxServer.io" | ||
website: "https://docs.linuxserver.io/images/docker-chromium" | ||
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: "" | ||
defaultUsername: "admin" | ||
defaultPassword: "umbrel123" | ||
maddog1110 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
gallery: [] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have also added the app proxy, so that we can ensure, that people log in first, before accessing the browser.