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

App Submission: Amato 2.0 #1497

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
14 changes: 14 additions & 0 deletions amato/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: "3.7"

Check notice on line 1 in amato/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Potentially using unsafe user in service "web"

The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.

services:
app_proxy:
environment:
APP_HOST: amato_web_1
APP_PORT: 3838

web:
image: berkeleyengineer/amato:v0.0.1.2@sha256:399142b4322573725ec0c6e922e56e66331d1f3e4d769459c1d585d68aca989b
restart: on-failure
stop_grace_period: 1m
environment:
PORT: 3838
24 changes: 24 additions & 0 deletions amato/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
manifestVersion: 1
id: amato
category: files
name: Amato Timer
version: "0.0.1.2"
tagline: Simple work timer
description:
A simple timer to help track your time spent on tasks and boost your productivity. Choose between 5, 10, and 25 minute timers.
releaseNotes: ""
developer: bitparasol
website: http://bitparasol.com/amato/
port: 3838
gallery:

Check warning on line 13 in amato/umbrel-app.yml

View workflow job for this annotation

GitHub Actions / Lint apps

"icon" and "gallery" needs to be empty for new app submissions

The "icon" and "gallery" fields must be empty for new app submissions as it is being created by the Umbrel team.
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
repo: https://github.com/ziadgit/amato
support: https://github.com/ziadgit/amato/issues
submitter: bitparasol
submission: https://github.com/getumbrel/umbrel-apps/pull/1497
dependencies: []