Giter Club home page Giter Club logo

artalk's Introduction

Artalk

Artalk

npm version npm downloads Docker Pulls Go Report Card CircleCI Codecov npm bundle size

English官方网站最新版本更新日志

Artalk 是一款简单易用但功能丰富的评论系统,你可以开箱即用地部署并置入任何博客、网站、Web 应用。

  • 🍃 前端 ~40KB,纯天然 Vanilla JS
  • 🍱 后端 Golang,高效轻量跨平台
  • 🐳 通过 Docker 一键部署,方便快捷
  • 🌈 开源程序,自托管,隐私至上

特性

安装

通过 Docker 一键部署:

docker run -d \
    --name artalk \
    -p 8080:23366 \
    -v $(pwd)/data:/data \
    -e "ATK_LOCALE=zh-CN" \
    -e "ATK_SITE_DEFAULT=Artalk 的博客" \
    -e "ATK_TRUSTED_DOMAINS=https://your_domain" \
    artalk/artalk-go

在网页中引入 Artalk:

Artalk.init({
  el:      '#Comments',
  site:    'Artalk 的博客',
  server:  'https://artalk.example.com',
  pageKey: '/2018/10/02/hello-world.html'
})

了解更多 →

For Developers

Pull requests are welcome!

See Development and Contributing for information on working with the codebase, getting a local development setup, and contributing changes.

Contributors

Your contributions enrich the open-source community, fostering learning, inspiration, and innovation. We deeply value your involvement. Thank you for being a vital part of our community! 🥰

Supporters

Stargazers repo roster for @ArtalkJS/Artalk

Repobeats Analytics

Alt

Stargazers over time

Stargazers over time

License

MIT

FOSSA Status

FOSSA Status

artalk: container_name: artalk image: artalk/artalk-go restart: unless-stopped ports: - 23366:23366 volumes: - ./artalk-data:/data environment: - TZ=Asia/Shanghai - ATK_LOCALE=zh-CN - ATK_SITE_DEFAULT=Kelen的博客 - ATK_TRUSTED_DOMAINS=https://artalk.kelen.cc - ATK_CAPTCHA_ACTION_LIMIT=10 - ATK_CAPTCHA_CAPTCHA_TYPE=geetest - ATK_CAPTCHA_GEETEST_CAPTCHA_ID=253914ebbd25c573ca56039784755bb6 - ATK_CAPTCHA_GEETEST_CAPTCHA_KEY=f35995adc2d7a6e0dab5405e2efe9dbd - ATK_EMAIL_ENABLED=true - ATK_EMAIL_SEND_ADDR=[email protected] - ATK_EMAIL_SEND_NAME=kelen.cc - ATK_EMAIL_SMTP_PASSWORD= - ATK_EMAIL_SMTP_USERNAME=kelen.cc - ATK_IMG_UPLOAD_ENABLED=false # 关闭图片上传 - ATK_IP_REGION_ENABLED=true # 显示ip归属地

artalk's People

Contributors

qwqcode avatar renovate[bot] avatar github-actions[bot] avatar pluveto avatar kecrily avatar dependabot[bot] avatar mister-hope avatar renovate-bot avatar syfxlin avatar imkelen avatar monsterxcn avatar frostming avatar zarevskaya avatar inkss avatar fossabot avatar moraxyc avatar kelen avatar eryajf avatar vybfi avatar thun888 avatar sao-coding avatar testwill avatar wayjam avatar leenhawk avatar kindle-deep avatar kevinzonda avatar liaocp666 avatar everfu avatar kkfive avatar big-cake-jpg avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.