Merge branch 'benbusby:main' into main

This commit is contained in:
Vansh Comar 2021-10-19 06:02:25 +05:30 committed by GitHub
commit 4b80529e20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 2 deletions

3
.gitignore vendored
View File

@ -15,3 +15,6 @@ app/static/bangs
/build/ /build/
dist/ dist/
*.egg-info/ *.egg-info/
# env
whoogle.env

View File

@ -66,8 +66,7 @@ COPY --from=builder /install /usr/local
COPY misc/tor/torrc /etc/tor/torrc COPY misc/tor/torrc /etc/tor/torrc
COPY misc/tor/start-tor.sh misc/tor/start-tor.sh COPY misc/tor/start-tor.sh misc/tor/start-tor.sh
COPY app/ app/ COPY app/ app/
COPY run . COPY run whoogle.env* .
COPY whoogle.env .
# Allow writing symlinks to build dir # Allow writing symlinks to build dir
RUN chown 102:102 app/static/build RUN chown 102:102 app/static/build

View File

@ -1,3 +1,6 @@
# ----------------------------------
# Rename to "whoogle.env" before use
# ----------------------------------
# You can set Whoogle environment variables here, but must # You can set Whoogle environment variables here, but must
# modify your deployment to enable these values: # modify your deployment to enable these values:
# - Local: Set WHOOGLE_DOTENV=1 # - Local: Set WHOOGLE_DOTENV=1