add default json files, update Dockerfiles, update default DB

This commit is contained in:
KF7EEL 2022-09-25 13:13:19 -07:00
parent ac37ed369a
commit 597e1317f9
6 changed files with 6 additions and 4 deletions

View File

@ -26,9 +26,9 @@ RUN apt-get -y update; apt-get -y upgrade; apt-get -y install --no-install-recom
RUN mkdir -p /opt/hbnet_data_gateway/log/
RUN wget https://radioid.net/static/users.json -O /opt/hbnet_data_gateway/subscriber_ids.json
#RUN wget https://radioid.net/static/users.json -O /opt/hbnet_data_gateway/subscriber_ids.json
RUN wget https://www.radioid.net/static/rptrs.json -O /opt/hbnet_data_gateway/peer_ids.json
#RUN wget https://www.radioid.net/static/rptrs.json -O /opt/hbnet_data_gateway/peer_ids.json
RUN chown -R hbnet:hbnet /opt/hbnet_data_gateway/

View File

@ -27,9 +27,9 @@ COPY hotspot_proxy_v2.py .
#Install Python3.9 and dependencies
RUN apt-get -y update; apt-get -y upgrade; apt-get -y install --no-install-recommends python3.9-dev python3-pip python3.9 build-essential net-tools iputils-ping wget; apt-get clean; rm -rf /var/lib/apt/lists/*
RUN wget https://radioid.net/static/users.json -O /opt/hbnet/subscriber_ids.json
#RUN wget https://radioid.net/static/users.json -O /opt/hbnet/subscriber_ids.json
RUN wget https://www.radioid.net/static/rptrs.json -O /opt/hbnet/peer_ids.json
#RUN wget https://www.radioid.net/static/rptrs.json -O /opt/hbnet/peer_ids.json
RUN chown -R hbnet:hbnet /opt/hbnet/

Binary file not shown.

1
peer_ids.json Normal file

File diff suppressed because one or more lines are too long

1
subscriber_ids.json Normal file

File diff suppressed because one or more lines are too long

Binary file not shown.