This is an image showcase/image hosting site.
- Upload/Show pictures
- NSFW Blur
- Tag select
- Simple permission manage
If you want to modify the frontend, you can modify
/frontend/
. (Icon:/backend/static
or/frontend/public
)
- MySQL (8.0+)
- NodeJS (v16+)
- Get
git clone https://github.com/ArsFy/tung-lo-siu
cd tung-lo-siu/backend
npm i
- Install
Follow the prompts to config MySQL and create an admin user.
If you want to create a second admin user, please refer to run.js (under dev)
node run.js
- Config
Edit config.json, edit site_name
and http_port
{
"site_name": "TungLoSiu",
...
"http_port": 80
}
- Run
Open http://[your server ip]/
npm start # Or node main.js