ItsGoin v0.3.2 — Decentralized social media network

No central server, user-owned data, reverse-chronological feed.
Rust core + Tauri desktop + Android app + plain HTML/CSS/JS frontend.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Scott Reimers 2026-03-15 20:22:08 -04:00
commit 800388cda4
146 changed files with 53227 additions and 0 deletions

20
deploy/docker-compose.yml Normal file
View file

@ -0,0 +1,20 @@
services:
anchor:
build:
context: ..
dockerfile: deploy/Dockerfile
container_name: itsgoin-anchor
restart: unless-stopped
network_mode: host
volumes:
- itsgoin-data:/data
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"
environment:
- RUST_LOG=info,iroh=warn,swarm_discovery=warn
volumes:
itsgoin-data: