mirror of
https://github.com/Squidly271/community.applications.git
synced 2025-06-03 14:52:13 +08:00
692
This commit is contained in:
parent
787b22a3de
commit
f256d8cef0
Binary file not shown.
@ -2,8 +2,8 @@
|
||||
<!DOCTYPE PLUGIN [
|
||||
<!ENTITY name "community.applications">
|
||||
<!ENTITY author "Andrew Zawadzki">
|
||||
<!ENTITY version "2023.04.26a">
|
||||
<!ENTITY md5 "7b54504de48d089dd89152cc81ad5d4a">
|
||||
<!ENTITY version "2023.04.26b">
|
||||
<!ENTITY md5 "a197bd71b14b549478b001b2af08b654">
|
||||
<!ENTITY launch "Apps">
|
||||
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
|
||||
<!ENTITY github "Squidly271/community.applications">
|
||||
@ -13,6 +13,9 @@
|
||||
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" min="6.9.0" support="https://forums.unraid.net/topic/38582-plug-in-community-applications" icon="users">
|
||||
|
||||
<CHANGES>
|
||||
###2023.04.26b
|
||||
- 6.9.2 Compatibility
|
||||
|
||||
###2023.04.26a
|
||||
- Regression Error: Handle situation where no changes to display settings have ever taken place
|
||||
|
||||
|
@ -2,7 +2,7 @@ f1e084500dd635a56910895207120dc0 ./Apps.page
|
||||
106b521c1feebda4d7b3f558cc016cda ./CA_notices.page
|
||||
eb1f0ee4148747c0473e73e4e973994f ./ca_settings.page
|
||||
e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg
|
||||
668a14b0c52f105d2a443d58d3c25845 ./include/exec.php
|
||||
7e22b781295bbf10fe0089378b9ba76b ./include/exec.php
|
||||
6315b71595f089a310861ef2e1954d84 ./include/helpers.php
|
||||
d44d717a911db11ea41eea01fadb3968 ./include/paths.php
|
||||
532fffdf939594c143e679da02bd841e ./javascript/libraries.js
|
||||
|
@ -15,12 +15,12 @@ $docroot = $docroot ?? $_SERVER['DOCUMENT_ROOT'] ?: "/usr/local/emhttp";
|
||||
|
||||
$_SERVER['REQUEST_URI'] = "docker/apps";
|
||||
|
||||
require_once "$docroot/plugins/dynamix/include/Wrappers.php";
|
||||
require_once "$docroot/plugins/dynamix/include/Translations.php";
|
||||
require_once "$docroot/plugins/dynamix.docker.manager/include/DockerClient.php"; # must be first include due to paths defined
|
||||
require_once "$docroot/plugins/community.applications/include/paths.php";
|
||||
require_once "$docroot/plugins/community.applications/include/helpers.php";
|
||||
require_once "$docroot/plugins/community.applications/skins/Narrow/skin.php";
|
||||
require_once "$docroot/plugins/dynamix/include/Wrappers.php";
|
||||
require_once "$docroot/plugins/dynamix.plugin.manager/include/PluginHelpers.php";
|
||||
require_once "$docroot/webGui/include/Markdown.php";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user