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

Amato App Submission #729

Closed
wants to merge 13 commits into 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"

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

web:
image: berkeleyengineer/mopomo:v0.0.1.1
ziadgit marked this conversation as resolved.
Show resolved Hide resolved
restart: on-failure
stop_grace_period: 1m
environment:
PORT: 3838
20 changes: 20 additions & 0 deletions amato/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
manifestVersion: 1
id: amato
ziadgit marked this conversation as resolved.
Show resolved Hide resolved
category: productivity
ziadgit marked this conversation as resolved.
Show resolved Hide resolved
name: Amato Timer
ziadgit marked this conversation as resolved.
Show resolved Hide resolved
version: "0.0.1.1"
tagline: Simple work timer.
ziadgit marked this conversation as resolved.
Show resolved Hide resolved
description: >-
A simple timer with default 25 minute increments to track your work.
ziadgit marked this conversation as resolved.
Show resolved Hide resolved
releaseNotes: >-
This is an initial alpha version
ziadgit marked this conversation as resolved.
Show resolved Hide resolved
developer: Bitparasol
website: http://bitparasol.com
ziadgit marked this conversation as resolved.
Show resolved Hide resolved
port: 3838
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
ziadgit marked this conversation as resolved.
Show resolved Hide resolved