Skip to content
Snippets Groups Projects
Commit af31e01e authored by Martina Müller's avatar Martina Müller
Browse files

Fix: change aura uid and gid to sysuser, aura#310

parent a9c8d182
No related branches found
No related tags found
1 merge request!42Change `aura` UID:GID to value in the sysuser range
Pipeline #8041 failed
......@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Implemented basic permissions so that unprivileged users either can’t see or can’t edit data they are not allowed to see or edit.
- Episodes that the dashboard detects as invalid (e.g. those with a negative duration) are now highlighted with a yellow background and red stripes and should be reported.
- The menu now has a link to the steering administration page.
- Changed the aura user and group ID from 2872 to 872.
### Fixed
......
......@@ -3,7 +3,7 @@ USER root
RUN set -e \
&& apt-get update -q \
&& apt-get install -y -q --no-install-recommends python3-certbot-nginx
RUN groupadd -g 2872 aura
RUN groupadd -g 872 aura
RUN usermod -a -G aura nginx
RUN mkdir -p /var/lib/letsencrypt
RUN chown nginx /var/lib/letsencrypt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment