5 Commits

Author SHA1 Message Date
5fd8878417 Define victoriametrics user in the package
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
When I originally added the *victoriametrics* user to the `users` file,
I did not realize that it was possible for a package to define a user.
It makes much more sense to define it there.
2022-06-28 17:13:53 -05:00
68140d98c9 Remove nginx user
Buildroot uses *www-data*, so this user is not needed
2022-06-28 17:13:53 -05:00
47d19c033b Add user for nginx
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
The *nginx* package for Buildroot does not automatically create an
unprivileged user for the process to use.
2022-06-26 16:36:47 -05:00
fa3b59143b users: Add victoriametrics user
All checks were successful
dustin/metricspi/pipeline/head This commit looks good
Normally, this would be done by Ansible, but Buildroot does not provide
a `useradd` utility.  As such, the user has to be created at build time.
2022-06-23 11:24:55 -05:00
50d2f3459b Initial commit 2022-06-22 17:06:58 -05:00