diff --git a/nostrudel/docker-compose.yml b/nostrudel/docker-compose.yml new file mode 100644 index 0000000..66c0695 --- /dev/null +++ b/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 diff --git a/nostrudel/umbrel-app.yml b/nostrudel/umbrel-app.yml new file mode 100644 index 0000000..f504fc1 --- /dev/null +++ b/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