remove unused path entries
parent
53be70ed84
commit
a51316444c
Binary file not shown.
|
@ -209,6 +209,7 @@ function DownloadCommunityTemplates() {
|
|||
writeJsonFile($communityPaths['blacklisted_txt'],$blacklist);
|
||||
writeJsonFile($communityPaths['statistics'],$statistics);
|
||||
writeJsonFile($communityPaths['community-templates-info'],$myTemplates);
|
||||
|
||||
file_put_contents($communityPaths['LegacyMode'],"active");
|
||||
return true;
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ $communityPaths['community-templates-url'] = "https://raw.githubuserconten
|
|||
$communityPaths['Repositories'] = $communityPaths['tempFiles']."/Repositories.json";
|
||||
$communityPaths['community-templates-info'] = $communityPaths['tempFiles']."/templates.json"; /* json file containing all of the templates */
|
||||
$communityPaths['community-templates-displayed'] = $communityPaths['tempFiles']."/displayed.json"; /* json file containing all of the templates currently displayed */
|
||||
$communityPaths['application-feed'] = "https://tools.linuxserver.io/unraid-docker-templates.json"; /* path to the application feed */
|
||||
$communityPaths['application-feed'] = "https://tools.linuxserver.io/unraid-docker-templates.json"; /* path to the application feed */
|
||||
$communityPaths['application-feed-last-updated'] = "https://tools.linuxserver.io/unraid-docker-templates.json?last_updated=1";
|
||||
$communityPaths['lastUpdated'] = $communityPaths['tempFiles']."/lastUpdated.json";
|
||||
$communityPaths['lastUpdated-old'] = $communityPaths['tempFiles']."/lastUpdated-old.json";
|
||||
|
@ -35,13 +35,8 @@ $communityPaths['unRaidVersion'] = "/etc/unraid-version";
|
|||
$communityPaths['logos'] = $communityPaths['tempFiles']."/logos.json";
|
||||
$communityPaths['deleteAppdataScript'] = "/usr/local/emhttp/plugins/community.applications/scripts/deleteAppData.sh";
|
||||
$communityPaths['unRaidVars'] = "/var/local/emhttp/var.ini";
|
||||
$communityPaths['appdataSize'] = $communityPaths['tempFiles']."/appdata/";
|
||||
$communityPaths['calculateAppdataScript'] = "/usr/local/emhttp/plugins/community.applications/scripts/calculateAppData1.php";
|
||||
$communityPaths['calculateAppdataProgress'] = $communityPaths['tempFiles']."/appdata/inprogress";
|
||||
$communityPaths['cAdvisor'] = $communityPaths['tempFiles']."/cAdvisorURL"; /* URL of cadvisor (if installed) */
|
||||
$communityPaths['updateErrors'] = $communityPaths['tempFiles']."/updateErrors.txt";
|
||||
$communityPaths['dockerUpdateStatus'] = "/var/lib/docker/unraid-update-status.json";
|
||||
$communityPaths['backupLog'] = $communityPaths['persistentDataStore']."/appdata_backup.log";
|
||||
$communityPaths['pinnedRam'] = $communityPaths['tempFiles']."/pinned_apps.json"; # the ram copy of pinned apps for speed
|
||||
$communityPaths['pinned'] = "/boot/config/plugins/community.applications/pinned_apps.json"; # stored on flash instead of docker.img so it will work without docker running
|
||||
$communityPaths['appOfTheDay'] = $communityPaths['persistentDataStore']."/appOfTheDay.json";
|
||||
|
|
Loading…
Reference in New Issue