Skip to content

mikndotdev/BetterMoeCounter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Better Moe Counter!

  • The Moe Counter you love, but modernized and better!
  • Fully rewritten in TypeScript with Elysia+Bun
  • Database switched to Redis for better performance

Moe Counter!

More theme

habanero

habanero

3d-num

3d-num

ai-1

ai-1

asoul

asoul

booru-ffsr

booru-ffsr

booru-helltaker

booru-helltaker

booru-huggboo

booru-huggboo

booru-jaypee

booru-jaypee

booru-koe

booru-koe

booru-lewd

booru-lewd

booru-lisu

booru-lisu

booru-mjg

booru-mjg

booru-mof

booru-mof

booru-nandroid

booru-nandroid

booru-qualityhentais

booru-qualityhentais

booru-r6gdrawfriends

booru-r6gdrawfriends

booru-rfck

booru-rfck

booru-smtg

booru-smtg

booru-snyde

booru-snyde

booru-the-collection

booru-the-collection

booru-touhoulat

booru-touhoulat

booru-townofgravityfalls

booru-townofgravityfalls

booru-twifanartsfw

booru-twifanartsfw

booru-ve

booru-ve

booru-vivi

booru-vivi

booru-vp

booru-vp

booru-yuyuyui

booru-yuyuyui

capoo-1

capoo-1

capoo-2

capoo-2

e621

e621

food

food

gelbooru

gelbooru

green

green

kasuterura-1

kasuterura-1

kasuterura-2

kasuterura-2

kasuterura-3

kasuterura-3

kasuterura-4

kasuterura-4

kyun

kyun

love-and-deepspace

love-and-deepspace

miku

miku

minecraft

minecraft

moebooru

moebooru

morden-num

morden-num

nixietube-1

nixietube-1

nixietube-2

nixietube-2

normal-1

normal-1

normal-2

normal-2

original-new

original-new

original-old

original-old

rule34

rule34

shimmie2

shimmie2

sketch-1

sketch-1

sketch-2

sketch-2

yousa-ling

yousa-ling

Demo

https://moecounter.mikn.dev

How to use

For information on counter usage and configuration, refer to the demo website.

Usage

Deploying

  • Clone and run the project
$ git clone https://github.com/mikndotdev/BetterMoeCounter.git
$ cd BetterMoeCounter
$ bun i

$ bun start
  • Or use the prebuilt Docker images available on GHCR

Configuration

Set .env file to specify the environment variables. .env.example

# Specify your website URL
# APP_SITE=https://count.example.com

# Application port
APP_PORT=3000

# Redis connection URL
REDIS_URL=redis://127.0.0.1:6379

# Database write interval in seconds (0 for real-time)
DB_INTERVAL=60

# Log level: either 'debug' | 'info' | 'warn' | 'error' | 'none'
LOG_LEVEL=info

Credits

License

MIT License, excluding all themes


About

Moe counter, modernized

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

 
 
 

Languages

  • TypeScript 66.8%
  • JavaScript 19.0%
  • Less 12.1%
  • Dockerfile 2.1%