8000 GitHub - melomac/widescreen_fs: widescreen theme repack for pfSense
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 3, 2020. It is now read-only.

melomac/widescreen_fs

Repository files navigation

widescreen_fs

This is a complete rip-off of widescreen-2.1 patch by jimp and pfsense_ng_fs theme by charlie0440.

Widescreen package is gone in pfSense 2.1 and is expected to re-appear as a theme in pfSense 2.2. In the meantime, pfSense community have been reactive and provided solutions. Unfortunately, at the time of this writing, none of their deployment process would fulfil my security concerns. Here you have, IMHO, a transparent repack of their work.

Install

Secure copy the archive to pfSense box:

$ scp widescreen_fs-2.1.tar.gz root@pf:

Expand the archive and run the patch script:

$ ssh admin@pf
# tar xf widescreen_fs-2.1.tar.gz
# cd widescreen_fs-2.1
# ./patch.sh

Select pfsense_ng_fs theme in pfSense Web interface:

  • go to System menu
  • select General Setup menu item
  • in Theme popup menu, select pfsense_ng_fs theme
  • press Save button
  • go back to Dashboard
  • enjoy!

Revert

Select pfsense_ng theme in pfSense Web interface:

  • go to System menu
  • select General Setup menu item
  • in Theme popup menu, select pfsense_ng theme
  • press Save button

Remove files:

$ ssh admin@pf
# cp -p /usr/local/www/index.php.orig /usr/local/www/index.php
# rm /usr/local/www/index.php.orig
# rm -rf /usr/local/www/themes/pfsense_ng_fs

Bonus

Icons for Fluip app for OS X.

Greetz

Many thanks to jimp and charlie0440 for their work.

About

widescreen theme repack for pfSense

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0