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.

"SimpleFeatures" Plugin - Version 1.0.11

Featured Replies

I found that during the new permisions script it does not show the stats on beta 12.

thank you.

  • Replies 2.8k
  • Views 827.5k
  • Created
  • Last Reply

Looks awesome mr ant, going to give it a crack on b12. :)

awesome plugin,

 

any chance you'll be actually make is a proper plugin ?

 

Love the layout! My only problem is I run the installer but when I reboot the server it goes back to the old style layout and not the new one. Any ideas on how I may be able to fix this? or if I have missed something.

 

Cheers,

 

Sam.

Love the layout! My only problem is I run the installer but when I reboot the server it goes back to the old style layout and not the new one. Any ideas on how I may be able to fix this? or if I have missed something.

 

You can simply copy the tgz file to the directory '/boot/extra' - as explained a couple of posts earlier !

 

This will automatically install the package upon each reboot! No further installation required.

I have a problem in the send mail section that sounds different from the other send mail problem in this thread.  When I get to the config screen I only have one config box and no text to indicate what it represents.  Before I disabled my exiting send mail script I would see almost two dozen text input fields with various config parameters in them, but again no text indicating what each box was for...  Any idea on what's happening?  The rest of the Simple Features works fine.

  • Author

Finally found some time for a new release today... See change log below.

 

SimpleFeatures 0.8

 

Improvements: With help of Madburg, added SSMTP as the default SMTP mailer. Configurable with the webGui, and compatible with nearly any mail server out there.

Bug Fixes: CSS Fixes for disabled buttons & iOS viewing. Fixed SMART checks in the notification scripts, and fixed over-temp powerdown.

 

Note: You will need to re-configure Email Configuration & SMTP Configuration (under Settings menu)

Thanks for the update, your hard work is much appreciated.

 

This version is about 5x bigger than the previous one, where this size increase is coming from?

  • Author

Thanks - Madburg did a lot of work on this version as well.

 

The additional size is due to the compiled libraries that SSMTP requires.

This may have been addressed -  Just installed Simple Features first time on beta 12.

The display is not correct in IE 9.  Looks fine in FireFox.

 

Thanks

 

Ed

This may have been addressed -   Just installed Simple Features first time on beta 12.

The display is not correct in IE 9.  Looks fine in FireFox.

 

Thanks

 

Ed

 

Ed, what looks different between them?  I've tried both IE9 and Chrome, and the displays main and stats look identical.

 

 

Yes, screen shots help, Ed :D

All the menu items were lined up on the left side.  I had to put IE9 inot IE8 compatibilty mode. All

looks right now.

 

Thanks

 

Ed

This may have been addressed -   Just installed Simple Features first time on beta 12.

The display is not correct in IE 9.  Looks fine in FireFox.

 

It could be your browser cache interfering... did you empty the cache and reload the page?

 

Ps. SF works fine in IE9, FF and Chrome.

No I did not clear the cache.. Will put it back to IE9 and clear.  THanks

Ed

That fixed it! Back in IE9 mode now.  Thanks

 

Ed

  • Author

Anyone had success with the new SMTP mailer?

Works fine but I have an internal Exchange Server that doesn't have Auth turned on.    I started to update all the php pages to add a "None" for Authentication type and started testing.  SSMTP works fine with no-auth as long as AuthMethod is not in the conf file.  Unfortunately, the design of the Web Form drives off that value and once you set it and remove from config file you cannot change it back. ;-)  After I figured that out, I just decided to erase AuthMethod, AuthLogin, AuthPassword from default config file. 

 

I really like your Look and Feel and the Stats page.  Nice work.

  • Author

Ah right - bit of an oversight there. So, you're talking about the LOGIN/MD5 auth method? I'll need to add another radio button for "none" then.

 

Thanks for testing!

Yes, I am talking about LOGIN/MD5.    Since I host my own MailServer domain and Unraid is inside my FW no need to Auth.  Others may have a similar request.

 

Keep up the good work.

 

 

  • Author

Fair point - just installed @ work and tested, same deal.

 

Will be changed in an update tonight or tomorrow.

I've just updated to .8 and I'm getting the same errors I was with .7.  I haven't seen any complain about it recently so I assumed it was my problem but with the new version I've decided to look for help.

 

When I install and run Simple Features (love it by the way !), I get these errors on the console:

 

PHP Notice: Undefined index: Title in /usr/local/emhttp/plugins/webGui/template.php on line 148

PHP Notice: Undefined index: Icon in /usr/local/emhttp/plugins/webGui/template.php on line 153

PHP Notice: Use of undefined constant NAME - assumed 'NAME' in /usr/local/emhttp/plugins/webGui/template.php on line 249

PHP Notice: Use of undefined constant NAME - assumed 'NAME' in /usr/local/emhttp/plugins/webGui/template.php on line 324

 

I assume I am missing something, a file or something, but I have no idea what or where.

Ant,

 

Looks like my tweak to remove AuthMethod, etc from the ssmtp.conf files works and I get an email on my internal Exchange MTA.  However, on-boot I see a message generated and accepted from my MTA but no message delivered to my mailbox.  I run the Configuration Test and do immediately receive the test message with Subject and Body.  Next I go to Notification screen and push the test and immediately receive an email with Subject only.  However I see in the log where the unraid information was collected.

 

I've just updated to .8 and I'm getting the same errors I was with .7.  I haven't seen any complain about it recently so I assumed it was my problem but with the new version I've decided to look for help.

 

When I install and run Simple Features (love it by the way !), I get these errors on the console:

 

PHP Notice: Undefined index: Title in /usr/local/emhttp/plugins/webGui/template.php on line 148

PHP Notice: Undefined index: Icon in /usr/local/emhttp/plugins/webGui/template.php on line 153

PHP Notice: Use of undefined constant NAME - assumed 'NAME' in /usr/local/emhttp/plugins/webGui/template.php on line 249

PHP Notice: Use of undefined constant NAME - assumed 'NAME' in /usr/local/emhttp/plugins/webGui/template.php on line 324

 

I assume I am missing something, a file or something, but I have no idea what or where.

There is nothing wrong or missing.

 

The "Undefined index" messages are a PHP warning so say that the particular entry was not existing before, it is created afterwards.

 

The "Undefined contant" messages occur because the 'index' NAME is not enclosed in single or double quotes, but PHP is making the correct assumption here for proper execution.

Ant,

Next I go to Notification screen and push the test and immediately receive an email with Subject only. 

 

I figure this one out...  It is a problem withe unraid_notify script.  I added an additional \n after subject on output creation and all is good now.

 

 

Archived

This topic is now archived and is closed to further replies.

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.