https://github.com/edginer/eddiner
Anonymous BBS system running on Cloudflare Workers
https://github.com/edginer/eddiner
bbs cloudflare-workers d1 r2 rust
Last synced: 5 months ago
JSON representation
Anonymous BBS system running on Cloudflare Workers
- Host: GitHub
- URL: https://github.com/edginer/eddiner
- Owner: edginer
- License: agpl-3.0
- Created: 2024-02-05T15:42:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-10T13:34:52.000Z (about 1 year ago)
- Last Synced: 2025-04-10T14:53:25.069Z (about 1 year ago)
- Topics: bbs, cloudflare-workers, d1, r2, rust
- Language: Rust
- Homepage:
- Size: 200 KB
- Stars: 14
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!IMPORTANT]
> This repository is currently unmaintained due to lack of development resources.
> We are currently developing [eddist](https://github.com/edginer/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などへの変更)が生じる可能性があるため、コントリビュート(おもにプルリク)の際にはこの旨に了承しているものと考えます