Server Spasm media files
https://spasm.network
- TypeScript 81.7%
- JavaScript 18.3%
| converted | ||
| public | ||
| src | ||
| toConvert | ||
| .env.example | ||
| .gitignore | ||
| convert.ts | ||
| ecosystem-prod.config.js | ||
| ecosystem-stage.config.js | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
Media server for Signer and Protocol Agnostic Social Media (Spasm)
Mirrors: Forgejo Codeberg Github
This repo is for serving media files for Spasm.
For spasm.js library see: github / npm
Run Spasm media server
-
Install packages:
npm install -
Create .env:
cp .env.example .env -
Edit
.envif necessary -
Run dev server:
npm run dev -
Run prod server:
npm run prod
Add new files
-
Add files to
toConvert/directory -
Convert files:
npm run convert
Files will be moved to public/ directory with new Spasm-compatible names.
License
MIT License
