Browse Source

App Submission: noStrudel (#901)

Co-authored-by: smolgrrr <smolgrrr@protonmail.com>
Co-authored-by: nmfretz <nmfretz@gmail.com>
main
hzrd149 11 months ago
committed by GitHub
parent
commit
c1dae98bf6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 22
      nostrudel/docker-compose.yml
  2. 26
      nostrudel/umbrel-app.yml

22
nostrudel/docker-compose.yml

@ -0,0 +1,22 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: nostrudel_web_1
APP_PORT: 80
PROXY_AUTH_ADD: "false"
cors:
image: ghcr.io/hzrd149/docker-cors-anywhere:0.4.5@sha256:641f5ea3265acbc339a03a72b79cd942c4bedab9b1c8b3fc13e5f3f087f649e6
environment:
CORSANYWHERE_REQUIRE_HEADERS: "host"
web:
image: ghcr.io/hzrd149/nostrudel:0.38.3@sha256:cda4e5964e2f24f118547189819465682997fe8b3d6e0b688a3ae0685fed00da
restart: on-failure
stop_grace_period: 1m
init: true
depends_on:
- cors
environment:
CORS_PROXY: cors:8080

26
nostrudel/umbrel-app.yml

@ -0,0 +1,26 @@
manifestVersion: 1
id: nostrudel
category: social
name: noStrudel
version: "0.38.3"
tagline: A sandbox for exploring nostr
description: >-
noStrudel is a nostr web client that is focused on exploring the nostr network.
The focus is on power users or any other users who want to learn the inner workings of nostr.
releaseNotes: ""
developer: hzrd149
website: https://github.com/hzrd149/nostrudel
dependencies: []
repo: https://github.com/hzrd149/nostrudel
support: https://github.com/hzrd149/nostrudel/issues
port: 3149
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
submitter: hzrd149
submission: https://github.com/getumbrel/umbrel-apps/pull/901
Loading…
Cancel
Save