分享

UNRAID 应用市场2021.12.5最新加速文件

 pio9999 2023-01-19 发布于广西
2021-12-11 17:38:25

【写作说明】:Unraid 应用市场2021.12.5更新后和原有的修改版path.php优化加速文件有冲突,导致应用市场出错告警。对比了下新版自带的path.php后发现和之前版本的有新的变化,将原来的修改版path.php优化加速文件相应更改后恢复正常。下面分享给大家UNRAID 应用市场2021.12.5最新加速文件

将以下文本复制替换原有path.php的内容即可。

UNRAID 应用市场2021.12.5最新加速文件

<?PHP

###############################################################

# #

# Community Applications copyright 2015-2021, Andrew Zawadzki #

# Licenced under GPLv2 #

# #

###############################################################

$CA = "community.applications";

$caPaths['tempFiles'] = "/tmp/$CA/tempFiles"; /* path to tempo

rary files */

$caPaths['flashDrive'] = "/boot/config/plugins/$CA";

$caPaths['templates-community'] = $caPaths['tempFiles']."/templates-community-apps"; /* templates and temporary files stored here. Deleted every update of applications */

$caPaths['community-templates-url'] = "https://cdn.jsdeli

vr.net/gh/Squidly271/Community-Applications-Moderators@master/Repositories.json";

$caPaths['PublicServiceAnnouncement'] = "https://cdn./gh/Squidly271/Community-Applications-Moderators@master/PublicServiceAnnouncement.txt";

$caPaths['community-templates-info'] = $caPaths['tempFiles']."/templates.json"; /* json file containing all of the templates */

$caPaths['community-templates-displayed'] = $caPaths['tempFiles']."/displayed.json"; /* json file containing all of the templates currently displayed */

$caPaths['community-templates-allSearchResults']= $caPaths['tempFiles']."/allSearchResults.json";

$caPaths['community-templates-catSearchResults']= $caPaths['tempFiles']."/catSearchResults.json";

$caPaths['startupDisplayed'] = $caPaths['tempFiles']."/startupDisplayed";

$caPaths['repositoriesDisplayed'] = $caPaths['tempFiles']."/repositoriesDisplayed.json";

$caPaths['application-feed'] = "https://cdn./gh/Squidly271/AppFeed@master/applicationFeed.json";

$caPaths['application-feed-last-updated'] = "https://cdn./gh/Squidly271/AppFeed@master/applicationFeed-lastUpdated.json";

$caPaths['application-feedBackup'] = "https://raw./Squidly271/AppFeed/master/applicationFeed.json";

$caPaths['application-feed-last-updatedBackup'] = "https://raw./Squidly271/AppFeed/master/applicationFeed-lastUpdated.json";

$caPaths['appFeedDownloadError'] = $caPaths['tempFiles']."/downloaderror.txt";

$caPaths['categoryList'] = $caPaths['tempFiles']."/categoryList.json";

$caPaths['repositoryList'] = $caPaths['tempFiles']."/repositoryList.json";

$caPaths['sortOrder'] = $caPaths['tempFiles']."/sortOrder.json";

$caPaths['currentServer'] = $caPaths['tempFiles']."/currentServer.txt";

$caPaths['lastUpdated'] = $caPaths['tempFiles']."/lastUpdated.json";

$caPaths['lastUpdated-old'] = $caPaths['tempFiles']."/lastUpdated-old.json";

$caPaths['addConverted'] = $caPaths['tempFiles']."/TrippingTheRift"; /* flag to indicate a rescan need

ed since a dockerHub container was added */

$caPaths['convertedTemplates'] = "{$caPaths['flashDrive']}/private/"; /* path to private repositories on flash drive */

$caPaths['dockerSearchResults'] = $caPaths['tempFiles']."/docker_search.json"; /* The displayed docker search results */

$caPaths['dockerfilePage'] = $caPaths['tempFiles']."/dockerfilePage"; /* the downloaded webpage to scrape the dockerfile from */

$caPaths['Dockerfile'] = $caPaths['tempFiles']."/Dockerfile";

$caPaths['moderationURL'] = "https://raw./Squidly271/Community-Applications-Moderators/master/Moderation.json";

$caPaths['moderation'] = $caPaths['tempFiles']."/moderation.json"; /* json file that has all of the moderation */

$caPaths['unRaidVersion'] = "/etc/unraid-version";

$caPaths['logos'] = $caPaths['tempFiles']."/logos.json";

$caPaths['unRaidVars'] = "/var/local/emhttp/var.ini";

$caPaths['docker_cfg'] = "/boot/config/docker.cfg";

$caPaths['dockerUpdateStatus'] = "/var/lib/docker/unraid-update-status.json";

$caPaths['pinnedV2'] = "{$caPaths['flashDrive']}/pinned_appsV2.json";

$caPaths['appOfTheDay'] = $caPaths['tempFiles']."/appOfTheDay.json";

$caPaths['statistics'] = $caPaths['tempFiles']."/statistics.json";

$caPaths['statisticsURL'] = "https://raw./Squidly271/AppFeed/master/statistics.json";

$caPaths['pluginSettings'] = "{$caPaths['flashDrive']}/community.applications.cfg";

$caPaths['fixedTemplates_txt'] = $caPaths['tempFiles']."/caFixed.txt";

$caPaths['invalidXML_txt'] = $caPaths['tempFiles']."/invalidxml.txt";

$caPaths['warningAccep

ted'] = "{$caPaths['flashDrive']}/accepted";

$caPaths['pluginWarning'] = "{$caPaths['flashDrive']}/plugins_accepted";

$caPaths['pluginDupes'] = $caPaths['tempFiles']."/pluginDupes.json";

$caPaths['pluginTempDownload'] = $caPaths['tempFiles']."/pluginTempFile.plg";

$caPaths['dockerManTemplates'] = $dockerManPaths['templates-user'];

$caPaths['iconHTTPSbase'] = "https://raw./Squidly271/AppFeed/master/https-images/";

$caPaths['disksINI'] = "/var/local/emhttp/disks.ini";

$caPaths['dynamixSettings'] = "/boot/config/plugins/dynamix/dynamix.cfg";

$caPaths['installedLanguages'] = "/boot/config/plugins";

$caPaths['dynamixUpdates'] = "/tmp/plugins";

$caPaths['LanguageErrors'] = "https://squidly271./languageErrors.html";

$caPaths['CA_languageBase'] = "https://raw./Squidly271/AppFeed/master/";

$caPaths['CA_logs'] = "/tmp/CA_logs";

$caPaths['logging'] = "{$caPaths['CA_logs']}/ca_log.txt";

$caPaths['dockerSearchInstall'] = $caPaths['tempFiles']."/dockerConvert.xml";

$caPaths['dockerSearchActive'] = $caPaths['tempFiles']."/dockerSearchActive";

$caPaths['SpotlightIcon'] = "https://raw./Squidly271/community.applications/master/webImages/Unraid.svg";

$caPaths['languageInstalled'] = "/usr/local/emhttp/languages/";

$caPaths['updateTime'] = "/tmp/$CA/checkForUpdatesTime"; # can't be in /tmp/community.applications/tempFiles because new feed downloads erases everything there

$caPaths['dockerWriteTest'] = "/var/lib/docker/communityApplicationsWriteTest";

$caPaths['info'] = $caPaths['tempFiles']."/info.json";

?>

总结

上述修改也是本人临时修改,有什么问题欢迎指正。

作者声明本文无利益相关,欢迎值友理性交流,和谐讨论~

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多