| src | ||
| static | ||
| .eslintignore | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| LICENSE.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.js | ||
| README.md | ||
| svelte.config.js | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| vite.config.ts | ||
Paste
A no-database, no-backend pastebin-like service. All the data is stored in the url.
This is a rewrite of https://nopaste.boris.sh/, which is a rewrite of https://topaz.github.io/paste/
More information on this self-hosted "about" page
TODO
- Use brotli
Stay compatible with original lzma-compressed urls- Have a read-only view with nice colors for code blocks
- Use CodeMirror 6
- 100% self-contained, no dependance on jsdeliver
Build
$ pnpm install
$ pnpm build
License
GNU GPLv3