This repository was archived by the owner on Sep 10, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Chronos configuration
Emanuele B edited this page Jul 21, 2023
·
3 revisions
Chronos is a powerful tool that allows you to automate script execution on your system. Follow the steps below to configure Chronos and run your desired script effectively.
- You can install Chronos directly from the Unraid app store.
- Alternatively, you can explore other installation methods by referring to the Chronos GitHub repository.
- To begin, allocate an additional path and link it to "/mnt" in both the host and the container. This step ensures that the necessary files are accessible to Chronos during script execution.
- Consider setting the container network type to "Host," although it may not be necessary in all cases. This configuration option optimizes network performance for your Chronos setup.
- Start by creating a new script within Chronos.
- Add triggers to determine when the script should run. Personally, I find chron to be a helpful resource for defining trigger patterns based on specific time intervals or schedules.
- In the Pip requirements box, Paste the contents of the "requirements.txt" to install the required dependencies for your script. Save the changes and proceed to install the pip requirements.
- Paste the contents of the "plexcache.py" script into the Python script box provided by Chronos.
- Before proceeding, make sure to adjust all the variables in the script according to your specific setup and requirements.
- Save the script configuration once all the necessary changes have been made.
- Execute the script within Chronos to start its automated operation.
Below are the accompanying screenshots that illustrate the configuration process:
