https://github.com/dotupnet/dotup-node-fileserver
Serve html files within a configured folder.
https://github.com/dotupnet/dotup-node-fileserver
Last synced: 4 months ago
JSON representation
Serve html files within a configured folder.
- Host: GitHub
- URL: https://github.com/dotupnet/dotup-node-fileserver
- Owner: dotupNET
- License: gpl-3.0
- Created: 2020-02-16T03:44:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T08:08:30.000Z (over 2 years ago)
- Last Synced: 2025-01-09T07:47:15.270Z (6 months ago)
- Language: JavaScript
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotup-node-fileserver
Serve html files within a configured folder.sudo chmod +x /home/pi/src/dotup-node-fileserver/app.js
sudo rm -f /usr/bin/dotup-node-fileserver
sudo ln -s /home/pi/src/dotup-node-fileserver/app.js /usr/bin/dotup-node-fileserver
sudo chown pi:pi /usr/bin/dotup-node-fileserver