Merge branch 'benbusby:main' into main
This commit is contained in:
commit
4b80529e20
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -15,3 +15,6 @@ app/static/bangs
|
|||
/build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
|
||||
# env
|
||||
whoogle.env
|
||||
|
|
|
@ -66,8 +66,7 @@ COPY --from=builder /install /usr/local
|
|||
COPY misc/tor/torrc /etc/tor/torrc
|
||||
COPY misc/tor/start-tor.sh misc/tor/start-tor.sh
|
||||
COPY app/ app/
|
||||
COPY run .
|
||||
COPY whoogle.env .
|
||||
COPY run whoogle.env* .
|
||||
|
||||
# Allow writing symlinks to build dir
|
||||
RUN chown 102:102 app/static/build
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# ----------------------------------
|
||||
# Rename to "whoogle.env" before use
|
||||
# ----------------------------------
|
||||
# You can set Whoogle environment variables here, but must
|
||||
# modify your deployment to enable these values:
|
||||
# - Local: Set WHOOGLE_DOTENV=1
|
Loading…
Reference in New Issue
Block a user