Always up to date and available via Github
Live Demo Here
Euphoria Paste (Haste)
Euphoria Paste, is an open-source pastebin software written in node.js forked from the official Haste Repository, it is easily installable in any network. It can be backed by either redis or filesystem, and has a very easy adapter interface for other stores.
Additions Compared to Haste:
Tested Browsers
Tested File Storage's
Installation
1. Download the package, and expand it
2. Explore the settings inside of config.js, but the defaults should be good
3.
4.
Live Demo Here
Euphoria Paste (Haste)
Euphoria Paste, is an open-source pastebin software written in node.js forked from the official Haste Repository, it is easily installable in any network. It can be backed by either redis or filesystem, and has a very easy adapter interface for other stores.
Additions Compared to Haste:
- Alter UI for accessibility
- UI changes for Mobile
- Performance Upgrades
- Easier Brand Configuration
- Upgraded to use ES Modules
- Migrated from Winston to Pino
- Discord Webhooks Added for Additional Logging
- Improved Logging, Migrated to Pino-Pretty
- Added Line, Word & Character Count
Tested Browsers
- Chrome - Version 131.0.6778.205 (Official Build) (64-bit)
- Opera GX - Level 6 Core: 115.0.5322.124
- Microsoft Edge - Version 131.0.2903.112 (Official build) (64-bit)
Tested File Storage's
- File Directory
Installation
1. Download the package, and expand it
2. Explore the settings inside of config.js, but the defaults should be good
3.
npm install
4.
npm start
(you may specify an optional <config-path>
as well)