SoftwareGuy / NodeListServer

Node List Server is a multi-purpose server list system. NodeJS powered and supports Docker.
Other
92 stars 33 forks source link

Module Update #26

Closed yayza closed 2 years ago

yayza commented 2 years ago

Made some changes to how the configuration is done:

Other Changes:

SoftwareGuy commented 2 years ago

+666 lines... 😮

I'll probably bump the version to 2.1 after this PR as it's quite a cleanup and tidy up.

Is this ready to merge or do you still need to tidy things up?

yayza commented 2 years ago

+666 lines... 😮

I'll probably bump the version to 2.1 after this PR as it's quite a cleanup and tidy up.

Is this ready to merge or do you still need to tidy things up?

I had to do a double take myself lol. 641 lines were generated by npm and added to the package-lock.json file. (Usually when someone changes package.json or runs npm install and npm installs the latest versions of the required packages their own dependencies might have changed as well so those get added/updated to package-lock.json)

EDIT: If you're going to bump the version, I'll add some more code splits tomorrow to that lib folder. (Or you can merge this one since is config specific and I can put that in a seperate PR)

SoftwareGuy commented 2 years ago

Looking really good. I'm liking this modular approach refactor.

yayza commented 2 years ago

Thanks ! Almost finished with this one , gonna clean it up tomorrow and it'll be ready to merge.

yayza commented 2 years ago

General

Config

Logger

Express

New Files

listServer.js

SoftwareGuy commented 2 years ago

All good with this? I'll push it if you're good to go.

yayza commented 2 years ago

Yup, it's ready now !