*********************** HTTP-Server v1.3 ************************* HTTP-server is a combination of scripts that lets a user from within nemo start a small http server and copy files to a WWW folder to quickly share files over the internet. Depends on: yad, xclip, webfs * copy-nemo-action.sh This bash script presents a yad window where you can specify a folder in the servers root to copy the files to. It also give the abillity to start/stop the http server. * copyto-httpserver.nemo_action This is the nemo action script that provides you an exta submenu option to copy a file to the server root subfolder. It needs to be copied to your nemo actions folder: ~/.local/share/nemo/actions Don't forget to edit the file and correct the path to the bash script: copy-nemo-action.sh * startstop-server.sh This bash script starts or stops the http-server. It can ben started from the terminal, but also from within the nemo action yad windows. This does not need to be edited. * server.conf Has 3 settings in it. Docroot is where you installed the http-server root folder. Mostly ~/.http-server/www Pubip is the public ip address or ddns name of the http server. Port is the port of the http server. Don't forget to open the port in your router. * server.log Logs all connection activity of the http server * status Shows if the server is on- or offline. Have fun! ;) Koentje (remon@cobrasoft.nl) (c)Cobrasoft