umbrel-nostr-relay icon indicating copy to clipboard operation
umbrel-nostr-relay copied to clipboard

Make it more agnostic

Open doitwithnotepad opened this issue 5 months ago • 0 comments

Umbrel build process will be essentially the same, but others can personalize more her builds.

RELAY_PROXY_PORT and RELAY_DATA_STORE does the evident.

When REACT_APP_OFFICIAL isn't set or set to true it shows the default <p>, when set to false it doesn't appear.

cd ./ui
npm ci
REACT_APP_OFFICIAL=false npm run build

image

doitwithnotepad avatar Sep 05 '24 16:09 doitwithnotepad