Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

baotang2118/nodejs-share-link-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-share-link-server

A simple nodejs server for sharing site paths

It's simple, download this project create a database like below.

mysql> CREATE DATABASE mydb;
mysql> USE mydb;
mysql> CREATE TABLE linkphim (id SMALLINT UNSIGNED AUTO_INCREMENT PRIMARY KEY, link TEXT NOT NULL);

Create a crontab to make this service automatic startup

@reboot cd /home/pi/"nodejs share-link-server"/ && /usr/bin/node /home/pi/"nodejs share-link-server"/server.js

See my blog for any problem: https://baotden.wordpress.com/?p=87

Web UI Web UI

About

A simple nodejs server for sharing site paths

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published