Skip to content

ch2pw/eddiner

 
 

Repository files navigation

Important

This repository is currently unmaintained due to lack of development resources. We are currently developing eddist as a successor.

Re-eddi (eddi-chan)

なんEとほぼ同等の技術スタックを用いてCloudflare workers上に5ch型掲示板を作ろうのレポジトリです

インストール方法

事前条件

事前にNode.jsとRustをインストールしている必要があります

手順

  1. wrangler.toml.sampleをwrangler.tomlに名前変更して適切な箇所を埋める
    • いずれもCloudflareのサイト上もしくはwrangler CLIで取得できます
  2. npx wrangler d1 execute zerochedge-d1 --file=./src/schema.sqlでDB初期化
    • 現在src/migrationsフォルダ内にある複数のフォルダのup.sqlも日付順に実行しないと動作しません
  3. npx wrangler deployでデプロイ

ライセンス

現状ではAGPLです しかしながら状況の変化によってはライセンスの変更(MITなどへの変更)が生じる可能性があるため、コントリビュート(おもにプルリク)の際にはこの旨に了承しているものと考えます

About

Anonymous BBS system running on Cloudflare Workers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 83.3%
  • HTML 15.6%
  • Python 1.1%