Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/6592f19ea6890dc4fa06588cfe5d718055f2a205?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
8 additions and
2 deletions
@ -257,9 +257,15 @@ First you need to download Pullio
sudo chmod +x /usr/local/bin/pullio
sudo chmod +x /usr/local/bin/pullio
```
```
For Pullio to work, you will need to create in your Task Scheduler a "triggered t ask" that runs for example at 4am at night with root privileges.
For Pullio to work, you will need to create in your Task Scheduler a "Scheduled T ask" that runs for example at 4am at night with root privileges.
Add the following line to your triggered task
`Control Panel` > `Task Scheduler` > click `Create` > choose `Scheduled task - user defined script`
Give the task a name so you know what it does. Choose user `root` .
In the `Schedule` tab choose whenever you want it to check for updates.
At `Task Settings` tab, add the following line in the Run Command section:
```bash
```bash
/usr/local/bin/pullio > /volume1/docker/appdata/pullio/pullio.log 2>& 1
/usr/local/bin/pullio > /volume1/docker/appdata/pullio/pullio.log 2>& 1