Updated the user permissions for nginx inside the container.
This commit is contained in:
@@ -23,7 +23,7 @@ RUN echo '* * * * * /usr/bin/run-app-cron'>>/etc/crontabs/www-data && \
|
||||
rm -rf /app/docker/ /app/var/ /app/docs/ /app/.github/ && \
|
||||
chmod +x /usr/bin/run-app-cron /usr/bin/console /usr/bin/entrypoint-docker && \
|
||||
/usr/bin/composer --working-dir=/app/ -o --no-progress --no-cache install && \
|
||||
chown -R www-data:www-data /app /config
|
||||
chown -R www-data:www-data /app /config /var/lib/nginx/
|
||||
|
||||
ENTRYPOINT ["/usr/bin/entrypoint-docker"]
|
||||
|
||||
|
||||
11
FAQ.md
11
FAQ.md
@@ -98,10 +98,17 @@ most efficient method to gather play state.
|
||||
|
||||
This likely to a reported bug
|
||||
in [Clicking save sometimes add another entry. #113](https://github.com/jellyfin/jellyfin-plugin-webhook/issues/113),
|
||||
please direct your questions to the maintainer of plugin to fix this bug.
|
||||
please direct your questions to the maintainer of plugin to fix this bug.
|
||||
|
||||
---
|
||||
|
||||
### Q: When using jellyfin webhook plugin, Sometimes there are events with no user info?
|
||||
|
||||
This is also a bug in jellyfin webhook, please direct your questions to the maintainer of plugin.
|
||||
This is also a bug in jellyfin webhook, please direct your questions to the maintainer of plugin.
|
||||
|
||||
---
|
||||
|
||||
### Q: I keep on seeing "..., entity state is tainted." what does that means?
|
||||
|
||||
Tainted events are events that are not used to update the watch state, but they are interesting enough for us to keep
|
||||
around for other benefits like updating the GUID mapping for items. It's normal do not worry about it.
|
||||
|
||||
@@ -37,7 +37,7 @@ if [ ! -f "/usr/bin/run-app-cron" ]; then
|
||||
fi
|
||||
|
||||
if [ 0 == "${WS_NO_CHOWN}" ]; then
|
||||
chown -R www-data:www-data /config
|
||||
chown -R www-data:www-data /config /var/lib/nginx/
|
||||
fi
|
||||
|
||||
/usr/bin/console config:php >"${PHP_INI_DIR}/conf.d/zz-app-custom-ini-settings.ini"
|
||||
|
||||
Reference in New Issue
Block a user