Skip to content

Commit

Permalink
Add Shopstr
Browse files Browse the repository at this point in the history
  • Loading branch information
calvadev committed Feb 1, 2025
1 parent d97fd19 commit fd27315
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
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 failure on line 1 in shopstr/docker-compose.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid image name

Error: Invalid image format: calvadev/shopstr-eng:v0.1.0@sha256:776a9964ebabd94cbfa0d9763afa4f0a2>

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:776a9964ebabd94cbfa0d9763afa4f0a2>
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/1230

Check failure on line 26 in shopstr/umbrel-app.yml

View workflow job for this annotation

GitHub Actions / Lint apps

Invalid submission field "https://github.com/getumbrel/umbrel-apps/pull/1230"

The submission field must be set to the URL of this pull request: https://github.com/getumbrel/umbrel-apps/pull/2131

0 comments on commit fd27315

Please sign in to comment.