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

Add Shopstr #2131

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
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
14 changes: 14 additions & 0 deletions shopstr/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 shopstr/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: shopstr_web_1
APP_PORT: 3000

web:
image: calvadev/shopstr-eng:v0.1.0@sha256:776a9964ebabd94cbfa0d9763afa4f0a2c92aea58ab08b14e68c04e79db14217
restart: on-failure
stop_grace_period: 1m
environment:
PORT: 3000
26 changes: 26 additions & 0 deletions shopstr/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
manifestVersion: 1
id: shopstr
category: bitcoin
name: Shopstr
version: "0.1.0"
tagline: Shop freely
description: >-
Shopstr is a permissionless Nostr marketplace for Bitcoin commerce.

Your keys. Your shop.
releaseNotes: ""
developer: calvadev
website: https://calva.dev
dependencies: []
repo: https://github.com/shopstr-eng/shopstr
support: https://github.com/shopstr-eng/shopstr/issues
port: 30402
gallery:

Check warning on line 18 in shopstr/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: ""
submitter: calvadev
submission: https://github.com/getumbrel/umbrel-apps/pull/2131