Skip to content
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

hub meta #47

Merged
merged 1 commit into from
Jan 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions balena.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: "2"
slug: "browser"
name: "browser"
type: "sw.application"
assets:
- url: "https://github.com/balenablocks/browser"
name: "repository"
- url: "https://raw.githubusercontent.com/balenablocks/browser/master/logo.png"
name: "logo"
data:
description: "a hardware accelerated web browser to present internal and external URLs on a connected display"
defaultDeviceType: "raspberrypi3"
supportedDeviceTypes:
- "raspberrypi4-64"
- "fincm3"
- "raspberrypi3"
- "raspberrypi3-64"
- "raspberrypi400-64"
- "intel-nuc"
- "genericx86-64-ext"
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '2'

volumes:
settings: # Only required if using PERSISTENT flag (see below)

services:

browser:
image: balenablocks/browser:raspberrypi3
privileged: true # required for UDEV to find plugged in peripherals such as a USB mouse
network_mode: host
volumes:
- 'settings:/data' # Only required if using PERSISTENT flag (see below)
Binary file added logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.