Go to file
2024-09-07 20:47:05 -04:00
.gitattributes Initial commit 2023-02-08 13:16:45 -05:00
Featured.json Update Featured.json 2023-08-01 12:01:00 -04:00
Moderation.json Update Moderation.json 2024-09-07 20:47:05 -04:00
PublicServiceAnnouncement.txt Initial commit 2023-02-08 13:16:45 -05:00
README.md Initial commit 2023-02-08 13:16:45 -05:00
Recommended.json Update Recommended.json 2024-09-02 12:46:17 -04:00
Repositories.json Update Repositories.json 2024-09-04 01:51:28 -04:00
test.sh Initial commit 2023-02-08 13:16:45 -05:00

Instructions:

Moderation.json - Adds a moderator comment to a container / plugin.

Some special items can be added:

MinVer - Minimum OS version allowed

MaxVer - Maximum OS version allowed

Deprecated - True/False

Blacklisted - True/False

DeprecatedMaxVer - unRaid version that the template gets deprecated when on.

ModeratorComment - a comment to place within the app. Also triggers warning on FCP

CAComment - a comment to place within the app. Will NOT trigger a warning on FCP

RemoveFromCA - completely removes the template. Does not trigger a deprecation or blacklist

IncompatibleVersion = a plugin version that is incompatible with Unraid. Allows to selectively mark a plugin's version as being incompatible so that after an update to the .plg it winds up being compatible again

Note that both MinVer and MaxVer do not have to be present

PublicServiceAnnouncement: Contents of this file are read in case of an appfeed failure and display to the user. Edit and update accordingly during an extended outage

Repositories.json

Blacklist: true - blacklists the entire repository

Deprecated: true - deprecates the entire repository

RepoComment: string - adds a moderator comment to the entire repository

Duplicated: array - Removes the specified repository from CA (due to a duplicated template with another author)