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/
|
/build/
|
||||||
dist/
|
dist/
|
||||||
*.egg-info/
|
*.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/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
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue
Block a user