Skip to content

Commit

Permalink
add env
Browse files Browse the repository at this point in the history
  • Loading branch information
tsaridas committed Dec 20, 2023
1 parent b524903 commit 67711b6
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,32 +43,31 @@ RUN npm install -g http-server

ENV FFMPEG_BIN=
ENV FFPROBE_BIN=

# Custom application path for storing server settings, certificates, etc
# You can change this but server.js always saves cache to /root/.stremio-server/
ENV APP_PATH=
ENV NO_CORS=
ENV CASTING_DISABLED=
# remote or local
ENV HLSV2_REMOTE=

ENV DEBUG_MIME=
ENV HTTPS_CERT_ENDPOINT=

# default https://app.strem.io/shell-v4.4/
ENV WEBUI_LOCATION=

ENV OPEN=
ENV HLS_DEBUG=
ENV DEBUG=
ENV DEBUG_FD=
ENV DEBUG_MIME=
ENV DEBUG_FD=
ENV FFMPEG_DEBUG=
ENV FFSPLIT_DEBUG=
ENV NODE_DEBUG=

ENV NODE_ENV=
ENV HTTPS_CERT_ENDPOINT=
ENV DISABLE_CACHING=
# disable or enable
ENV READABLE_STREAM=
# remote or local
ENV HLSV2_REMOTE=

# Custom application path for storing server settings, certificates, etc
# You can change this but server.js always saves cache to /root/.stremio-server/
ENV APP_PATH=
ENV NO_CORS=
ENV CASTING_DISABLED=

# Do not change the above ENVs.

# Set this to your lan or public ip.
ENV IPADDRESS=
Expand Down

0 comments on commit 67711b6

Please sign in to comment.