website
website copied to clipboard
Documentation miss-alignment on verdaccio as a service
Problem
The tips provided at the page: https://verdaccio.org/docs/en/server-configuration suggests to create an user with home directory at /var/lib/verdaccio.
However the service file present with the project verdaccio.service expectes as home directory (working directory) /home/verdaccio
Note
- I'm assuming that is a good practice to have as working directory the same home directory
- Also the last phrase of the page "This unit assumes you have configuration in /etc/verdaccio/config.yaml and store data in /var/lib/verdaccio, so either move your files to those locations or edit the unit." I think it's out of context
Resolution Align the tip with the content of the service file
I transferred the issue to the right place.
Hi @Zanobos,
what would you recommend? Change the docs to read /home/verdaccio?
Hi @DanielRuf ,
I would change the docs to "/home/verdaccio" in any place that mentions something different