A simple personal homepage that I use to list and organise my media.
Tested under latest Ubuntu LTS.
- Install lighttpd -
sudo apt install lighttpd
- Run the
./deploy-media-library-homepage.sh
script to deploy the page for the first time. - Run
sudo ln -s ${PWD}/deploy-media-library-homepage.sh /etc/cron.d/cron.daily/deploy-media-library-homepage
to make it update every day with the latest version.
- Browse to
http://localhost
or equivalent, to view the homepage.
You will need to fork/duplicate this repository and update all the github references in the shell scripts to your personal github repo. Once you have done that, the process is:
- Make edits to the homepage
- Commit them to your Github repo
- Run the script
deploy-media-library-homepage.sh
.
You are free to reuse this project how you want. Let me know if I can be of any help.