You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the OWC_SPECIFICATION variable to override the specification to assure that later versions have all parameters present with existing configurations and no uncaught surprises happen during updates
Also, if you start it as the PyPI package is started, use gunicorn, see below
PORT for the port if relevant
WORKERS, see gunicorn -w "$WORKERS" -b "0.0.0.0:$PORT" open_web_calendar.app:app in start-service.sh in Dockerfile
CACHE_REQUESTED_URLS_FOR_SECONDS
Install open_web_calendar[production] to install with the fixed versions used in the tests
Nixpkgs version
Package name
open-web-calendar
Upstream version
1.46
Nixpkgs version
1.42
Changelog
https://open-web-calendar.quelltext.eu/changelog/#v146
Notify maintainers
Maintainer: @erictapen
Have a look at the new parameters.
gunicorn
, see belowgunicorn -w "$WORKERS" -b "0.0.0.0:$PORT" open_web_calendar.app:app
instart-service.sh
inDockerfile
open_web_calendar[production]
to install with the fixed versions used in the testsHTTP_PROXY
,HTTPS_PROXY
,ALL_PROXY
See also:
I am available for review and feedback. Thanks for shipping this!
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: