Update Bookwyrm git rev to 229a035a2b, remove 'bookwyrm-env' Redis vars
The Redis environment variables belong in '/etc/bookwyrm/config.env'.
This commit is contained in:
parent
7754ddbed1
commit
5af00580bb
1 changed files with 2 additions and 4 deletions
|
@ -91,8 +91,8 @@ mkDerivation {
|
||||||
domain = "kernelmaft.com/forgejo" ;
|
domain = "kernelmaft.com/forgejo" ;
|
||||||
owner = "zedfrigg" ;
|
owner = "zedfrigg" ;
|
||||||
repo = "bookwyrm" ;
|
repo = "bookwyrm" ;
|
||||||
rev = "984b9b08fc1219be5581e339c00d51d7f956fc3f" ;
|
rev = "229a035a2be1811123b5afcb035fab61d13f0a47" ;
|
||||||
hash = "sha256-mhULkMLm4g+J/UoPWRpoh0CXcFQ4MhkP0xKJvTzJVSM=" ;
|
hash = "sha256-0pwszQwx/RsCv3pxGifyAEpzXfTBiwOOt+h3pZuN3Bk=" ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
dontPatch = true ;
|
dontPatch = true ;
|
||||||
|
@ -179,8 +179,6 @@ mkDerivation {
|
||||||
export PYTHONPATH=$out/lib/python3.11/site-packages
|
export PYTHONPATH=$out/lib/python3.11/site-packages
|
||||||
|
|
||||||
export DEBUG=false
|
export DEBUG=false
|
||||||
export REDIS_ACTIVITY_URL=unix:///run/redis-bookwyrm-activity/redis.sock
|
|
||||||
export REDIS_BROKER_URL=unix:///run/redis-bookwyrm-broker/redis.sock
|
|
||||||
export STATIC_ROOT_ABS=$out/srv/http
|
export STATIC_ROOT_ABS=$out/srv/http
|
||||||
|
|
||||||
exec \$@
|
exec \$@
|
||||||
|
|
Loading…
Add table
Reference in a new issue