Skip to content

Thiktak/RBPi

Repository files navigation

RB(π)

Welcome to the GitHub project page of RB(π).

RB(π) gives you a nice home page to your apache/lighttp/ngnix server, and change the default rendering of the file browser.

Index page

Screen Screen

  • List files & directories
  • Personalize icon, display (hidden or not), description
  • Automatically applied to all subfolders
  • Keyboard navigation
  • Auto display README.md file

@Todo :

  • Compress & optimize CSS
  • Add principal home page navigation (personnal links)
  • Add icons (type)

Installation

1. Clone repository

git clone git://github.com/Thiktak/RBPi.git

2. Install RB(pi)

mv index.php index.old.php
mv .htaccess .htaccess.old
cp RBPI/install/* .
cp RBPI/install/.htaccess .htaccess

3. Edit your server

Apache

Edit httpd.conf or any .htaccess

DirectoryIndex index.php index.html /index.php

Lighttpd

Edit lighttpd.conf

index-file.names += ( "index.php", "index.php", "/index.php")

Ngnix

Edit nginx.conf

index index.php index.html /index.php

Personalize files & directories

You can create a file Create optional files to persolnalize files and directories thanks to .options file

# Option of current directory
icon = 'icon-raspberry'
description = 'My little description'
hidden = false

[my_sub_directory]
    # Options

[my_files.ext]
    # Options

githalytics.com alpha

About

Index page for RasberryPi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages