summaryrefslogblamecommitdiff
path: root/Bastillefile
blob: ff36d8202fb37bbd7cdc22e86cc7a4fe69ef5360 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              

             
           
                                                                            

                                                                                                

                         
                    
# Simple web server for my personal site pages
PKG lighttpd 
OVERLAY usr
OVERLAY var
CMD fetch -o /tmp https://git.53hor.net/53hornet/53hor/archive/master.tar.gz
CMD tar -C /var -xvf /tmp/master.tar.gz --exclude drafts --exclude Makefile --exclude templates 
CMD mv /tmp/master.tar.gz /tmp/master.tar.gz.bak
SYSRC lighttpd_enable=YES
SERVICE lighttpd start
SERVICE cron restart