Skip to content

Commit

Permalink
Probably good to go
Browse files Browse the repository at this point in the history
  • Loading branch information
Squidly271 committed Apr 14, 2019
1 parent f754fea commit 284208d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Binary file modified archive/community.applications-2019.04.14-x86_64-1.txz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,9 @@ function DownloadApplicationFeed() {
$o['SortAuthor'] = $o['Author'];
$o['SortName'] = $o['Name'];
$o['CardDescription'] = (strlen($o['Description']) > 240) ? substr($o['Description'],0,240)." ..." : $o['Description'];

if ( $o['IconHTTPS'] ) {
$o['IconHTTPS'] = $communityPaths['iconHTTPSbase'] .$o['IconHTTPS'];
}

if ( $o['PluginURL'] ) {
$o['Author'] = $o['PluginAuthor'];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@
$communityPaths['defaultSkinPHP'] = $communityPaths['defaultSkin'].".php";
$communityPaths['pluginTempDownload'] = $communityPaths['tempFiles']."/pluginTempFile.plg";
$communityPaths['dockerManTemplates'] = "/boot/config/plugins/dockerMan/templates-user";
$communityPaths['iconHTTPSbase'] = "https://raw.githubusercontent.com/Squidly271/AppFeed/master/https-images/";
?>
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
if ( ! $moderation ) {
echo "<br><br><div class='ca_center'><span class='ca_bold'>No templates were automatically fixed</span></div>";
} else {
echo "All of these errors found have been fixed automatically. These errors only affect the operation of Community Applications. <span class='ca_bold'>The template <span class='ca_italic'>may</span> have other errors present</span><br><br>Note that many of these errors can be avoided by following the directions <a href='https://forums.unraid.net/topic/57181-real-docker-faq/#comment-566084' target='_blank'>HERE</a><br><br>";
echo "All of these errors found have been fixed automatically.<br><br>Note that many of these errors can be avoided by following the directions <a href='https://forums.unraid.net/topic/57181-real-docker-faq/#comment-566084' target='_blank'>HERE</a><br><br>";
foreach (array_keys($json) as $repository) {
echo "<br><b><span style='font-size:20px;'>$repository</span></b><br>";
foreach (array_keys($json[$repository]) as $repo) {
Expand Down

0 comments on commit 284208d

Please sign in to comment.