Skip to content

Commit 2b4fa05

Browse files
committed
Merge remote-tracking branch 'origin/news_upgrade_to_1.0.3' into news
2 parents 5153a01 + 0a50655 commit 2b4fa05

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt update && apt install -y --no-install-recommends \
1616
libyaml-perl libtemplate-perl libregexp-grammars-perl libssl-dev zlib1g-dev \
1717
liblmdb-dev libflatbuffers-dev libsecp256k1-dev libzstd-dev curl build-essential
1818

19-
RUN git clone --branch 0.9.6 https://github.com/hoytech/strfry.git && \
19+
RUN git clone --depth 1 --branch 1.0.3 https://github.com/hoytech/strfry.git && \
2020
cd strfry/ && \
2121
git submodule update --init && \
2222
make setup-golpe && \

strfry/config/strfry.conf

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ relay {
3838

3939
# NIP-11: Alternative administrative contact (email, website, etc)
4040
contact = "support@nos.social"
41+
42+
# List of supported lists as JSON array, or empty string to use default. Example: [1,2]
43+
nips = "[1,2,4,9,11,12,16,20,22,28,33,40,62]"
4144
}
4245

4346
# Maximum accepted incoming websocket frame size (should be larger than max event and yesstr msg) (restart required)

0 commit comments

Comments
 (0)