Skip to content

Visitors On Github - give stars for this repository!

License

Notifications You must be signed in to change notification settings

NeofetchNpc/moe-count-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moe-Counter-Fixxed

Moe-Counter

More theme
asoul

asoul

moebooru

moebooru

rule34

Rule34

gelbooru

Gelbooru


Try It!

https://count.neastooid.xyz


Setup Deploying on your own server

$ git clone https://github.com/NeofetchNpc/moe-count.git
$ cd moe-count
$ yarn install

$ yarn start

Configuration

setup config.yaml

app:
  site: https://count.neastooid.xyz # your website must
  port: 3000

db:
  type: mongodb # sqlite or mongodb

mongodb.js replace this code with your mongodb!

// the default mongodb url (local server)
const mongodbURL = 'mongodb+srv://localhost'

Credits