I asked a question on the discord to know if its possible to have the addons at the same location in case multiples peoples work in the same computer? for the moment the addons are copied in each user profile which duplicate them “x” times on the computer.
also I have multiples site-Id is it normal?
I have been suggested to make a thread about it ^^
Hi, current situation:
Right now there is environment variable AYON_LAUNCHER_STORAGE_DIR which can be used to change where shim, addons and dependency packages are installed. If you set it as system environment variable then all users on the machine will use that folder.
NOTE: It is not bullet proof, we have enhancements in backlog, but unless you run multiple AYON processes that would will start downloading updates, it is ok.
The difference between AYON_LAUNCHER_STORAGE_DIR and AYON_LAUNCHER_LOCAL_DIR
AYON_LAUNCHER_STORAGE_DIR: reference.
Storage directory is used for storing shims, addons, dependencies, etc. The location can be shared across multiple machines. But, It is not recommended.
AYON_LAUNCHER_LOCAL_DIR: reference.
Local directory is used for storing machine or user specific data.
The location is user specific. Highly recommended not to share the location across multiple machines.
Site id is relative to AYON_LAUNCHER_LOCAL_DIR and that can be overridden by setting AYON_SITE_ID. reference.
It changed, so it is outdated documentation, will update. Nope, I’m wrong. It’s using AYON_LAUNCHER_LOCAL_DIR, we wanted to change it, but didn’t get to it.