Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Plug-In] Community Applications

Featured Replies

hi is anyone else having issues with the plugin?

i keep getting. already uninstalled the plugin and forced it back so kind of weird. any advice will be helpful

image.png

  • Replies 4.9k
  • Views 2.1m
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • If the source had been in the same GH user then it winds up being a new plugin. A new plugin gets flagged and I receive a notification, and until the plugins are code-reviewed etc etc the they aren'

  • My co-workers wondered why I was taking off my shirt.  They are still baffled why I have to show my belly button to a squid.  😁   

  • Back up.  Sorry for any and all inconveniences. 

Posted Images

4 hours ago, gacpac said:

hi is anyone else having issues with the plugin?

i keep getting. already uninstalled the plugin and forced it back so kind of weird. any advice will be helpful

image.png

Yup, updated today and I'm faced with this exact issue.

8 hours ago, gacpac said:

hi is anyone else having issues with the plugin?

i keep getting. already uninstalled the plugin and forced it back so kind of weird. any advice will be helpful

image.png


Glad I'm not the only one - I just did a full Mobo replacement and was wondering what I broke during setup haha

Latest update seems to conflict with the sidebar layout of unraid when in the apps page, covered menu:
image.png


fine when on dashboard:
Screenshot 2026-07-13 145949.png

Happens in both firefox/edge

Edited by cr4zy

I've also been having the issue. Assuming it was a bug and they would get it patched out soon.
Developer tools shows the following errors.
Tested on:
Unraid version 7.3.2
Firefox 152.0.5
Chrome 150.0.7871.115
chrome_Wc5pmzB5mT.png

hi is anyone else having issues with the plugin?

9 hours ago, gacpac said:

i keep getting. already uninstalled the plugin and forced it back so kind of weird. any advice will be helpful

image.png

Edited by rbonney

Possible packaging issue: CA .txz owns / and /usr as the build user, breaks root SSH (StrictModes)

Up front: I'm a basic Unraid user and didn't diagnose this myself — I lean on an AI assistant (Claude) that did the digging. I'm just passing along what it found. If something's wrong or you want more detail, tell me what to run and I'll paste it.

After a recent Community Applications update, root SSH by key stopped working — every key rejected with "Permission denied". The server log showed:

sshd-session: Authentication refused: bad ownership or modes for directory /

sshd-session: Failed publickey for root ...

The key was fine and still in authorized_keys. It traced to the ownership of / itself:

# ls -ld / /usr

drwxr-xr-x 20 501 games ... /

drwxr-xr-x 1 501 games ... /usr

/ and /usr were owned by UID 501 / GID 20 (games) instead of root:root. sshd's StrictModes (on by default) won't read authorized_keys if any directory up the path — like / — isn't root-owned, so it rejects every root key.

The 501:games comes from the CA package. Every entry in the .txz is owned by the build user, including the top-level directories that overlap the host:

# tar tvf community.applications-2026.07.11-x86_64-1.txz | grep -v ' root/root'

drwxr-xr-x andrewzawadzki/staff 0 2026-07-11 00:25 ./

drwxr-xr-x andrewzawadzki/staff 0 2026-07-11 00:25 ./usr/

... (all 60 entries are andrewzawadzki/staff)

andrewzawadzki = UID 501 and staff = GID 20 on a Mac; on Unraid there's no UID 501 and GID 20 is games. Since upgradepkg runs as root and preserves the archived ownership, installing ./ and ./usr/ re-owns the live / and /usr to 501:games. Plugins reinstall from flash at every boot and on each update, so it re-applies.

This got me back in (just the two directory inodes; run it from the webUI/console Terminal since SSH is down):

chown root:root / /usr

Happy to run any diagnostics if that's useful.

1 hour ago, tmaults said:

Possible packaging issue: CA .txz owns / and /usr as the build user, breaks root SSH (StrictModes)

That was fixed yesterday, update/reboot

Updated CA today and the layout is now broken like in the attached picture. Tried in both Firefox and Chrome. I'm assuming it is because of the resolution of my screen (1440p) because if I swap to 1080p then there is no overlap.

CA broken.png

yup it's a bugg! I posted in the product app newly launched and no response as of yet. Maybe if you do upvote someone will take a look at it?

community apps not loaded | Unraid

i'm sure squid will be the one looking at it lol

Downgraded, this looks like it was unnecessarily rushed way too early. Maybe should have been gated to next unraid beta.

11 minutes ago, Kilrah said:

Downgraded, this looks like it was unnecessarily rushed way too early. Maybe should have been gated to next unraid beta.

yoo where's the url to install the downgraded version

43 minutes ago, Kilrah said:

Downgraded, this looks like it was unnecessarily rushed way too early. Maybe should have been gated to next unraid beta.

Yes, will need this also. I cannot install any plugins. Both buttons on the card (Details & Install) both open to the details page. No sign of an install button or otherwise.

Edited by Golfnut1221

looks like they downgrade it. Theres a new update available

Thank you for the new version, really nice to see constant development over the years. Very impressive!

Could you integrate an option to have the project link already on the card? for many, many apps i want to look first into the official page to understand better what i am getting into and not only the general outline. I know this maybe a different flow than what most people do, since an optional flag to show this link on the card.

Thank you

Hello,

I am the only one with this error :

Stack trace:

#0 /usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php(1624): date('M j, Y', '2026-07-17')

#1 /usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php(915): displayPopup(Array)

#2 /usr/local/emhttp/plugins/community.applications/include/exec.php(2039): getPopupDescriptionSkin('/tmp/community....')

#3 /usr/local/emhttp/plugins/community.applications/include/exec.php(138): getPopupDescription()

#4 {main}

thrown in /usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php on line 1624

[20-Jul-2026 13:05:50 America/Toronto] PHP Fatal error: Uncaught TypeError: date(): Argument #2 ($timestamp) must be of type ?int, string given in /usr/local/emhttp/plugins/community.applications/skins/Narrow/skin.php:1624

I am tryng to download seekify ont the community apps and it crash

All the other one are working also

My community apps was updated the last time de 2026-07-14

Latest version of this plugin freezes the browser tab completely, after browsing the apps for a while. Browser informs that tab should be stopped.

This is repeatable in Firefox/Brave.

The plugin is buggy as hell. The old version was flawless.

How do I downgrade?

Getting support from someone for CA seems like a lot of trouble. Although my template is completely build like the starter template, it looks like it is removed? in the CA. Nobody seems to be reachable to explain this. What is wrong, what's needs to be adjusted.

Repo is here; https://github.com/TeeCodeDev/unraid-templates

Edited by DutchTee86

31 minutes ago, DutchTee86 said:

Although my template is completely build like the starter template, it looks like it is removed? in the CA. Nobody seems to be reachable to explain this. What is wrong, what's needs to be adjusted.

Go to Apps, Statistics, Invalid templates, search for gyroidvault, you'll find

{
    "TemplatePath": "/tmp/GitHub/repositoryClone/TeeCodeDev/unraid-templates/templates/GyroidVault.xml",
    "errors": [
       "char '&' is not expected."
    ],
	"FirstSeen": null
},

Looks like (at least) you have an unescaped & , and it's in a changelog block that's also missing the <Changes> start tag.

A simple XML validator would catch that.

Edited by Kilrah

On 7/25/2026 at 7:35 PM, Kilrah said:

Go to Apps, Statistics, Invalid templates, search for gyroidvault, you'll find

{
    "TemplatePath": "/tmp/GitHub/repositoryClone/TeeCodeDev/unraid-templates/templates/GyroidVault.xml",
    "errors": [
       "char '&' is not expected."
    ],
	"FirstSeen": null
},

Looks like (at least) you have an unescaped & , and it's in a changelog block that's also missing the <Changes> start tag.

A simple XML validator would catch that.

Ok, thank you. I have resolved the issue (2 days ago) but am still seeing the error. A xml validator detects no faults. Any idea how to get it back in the store?

3 hours ago, DutchTee86 said:

Ok, thank you. I have resolved the issue (2 days ago) but am still seeing the error. A xml validator detects no faults. Any idea how to get it back in the store?

Wait until it updates, looks like it's stuck again.

image.png

On 7/20/2026 at 4:06 AM, GilbN said:

How often is the feed updated? Last update was July 18

image.png

did you get an Answer to this question ?
we are the JUly 27 17:30 EDT
and

Screenshot 2026-07-27 at 5.32.40 PM.png

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.