A simple file repository and link tree, ideal for a raspberry pi NAS
Go to file
2021-03-08 22:13:24 -05:00
dir Initial Commit 2021-01-04 15:22:48 -05:00
helpers Fix not showing filesize with spaces 2021-01-04 15:42:39 -05:00
resources Add custom Icon Support 2021-02-08 14:51:46 -05:00
var Add Debug Option to config 2021-02-17 18:34:07 -05:00
www Add Link Tree 2021-01-04 20:34:14 -05:00
.gitignore Update .gitignore to remove resource files 2021-02-08 15:36:50 -05:00
hiddenlisting.php Add hiddenlisting.php 2021-02-18 15:50:30 -05:00
index.php Add javascript for hidden folders 2021-03-08 15:18:28 -05:00
LICENSE Add LICENSE 2021-01-04 15:28:00 -05:00
listing.php Add hiddenlisting.php 2021-02-18 15:50:30 -05:00
Makefile Add update_dir to makefile 2021-03-08 22:13:24 -05:00
README.md Add update_dir to makefile 2021-03-08 22:13:24 -05:00
TODO Add TODO file 2021-02-18 15:49:16 -05:00

Simple Repository

My simple php file repository/link tree that I wrote for my personal NAS.

Requirements

To run this you will need:

apache2 php make

How to use

All setup can be done with make. It is recomended you first edit the config file. Above each section is an explanation of how to use it. To create a new config file, run:

make new_config

The config file can then be found at var/config.php

After you are done setting up your configuration file, run:

make install

This will install the website and should now be accessible. If at any time you wish to update the config file, edit the config file in this folder, then run:

make update_config

If you would like to update the dir folder with new symlinks that you have added, you can do so automatically by running:

make update_dir