scrollhub v0.85.0
ScrollHub
ScrollHub is a super server for publishing websites, scientific articles, blog posts, books, and more. It provides a fast, efficient way to manage and serve content with built-in version control and real-time editing capabilities.
Features
- š Instant Publishing: The fastest way to publish content online
- š Universal Content Support: Publish websites, scientific articles, blog posts, books, and more
- š Built-in Version Control: Integrated Git support for versioning and collaboration
- šØ Live Preview: Real-time editing with instant preview
- š ļø Multiple File Format Support: Write in Scroll and Parsers, plus HTML, CSS, JavaScript, and more
- š Traffic Analytics: Built-in live traffic monitoring and visualization
- š Custom Domain Support: Serve content on your own domain
Quick Start
Get your own ScrollHub server up and running in 60 seconds:
apt install -y make zip && git clone https://github.com/tj/n && cd n && make install && n latest && cd && git config --global user.name "ScrollHub" && git config --global user.email "scrollhub@scroll.pub" && git clone https://github.com/breck7/ScrollHub && cd ScrollHub && npm install . && npm install scroll-cli pm2 prettier -g && npm install -g . && git config --global receive.denyCurrentBranch updateInstead && cd && pm2 start ~/ScrollHub/server.js --node-args="--max-old-space-size=4096" --log ~/ScrollHub/pm2.log && pm2 startup && pm2 save
Optional: Create a DNS A Record pointing from your domain or subdomain to your new server.
Development Environment
Add these helpful aliases to your .bash_aliases
:
alias gs='git status'
alias ga='git add'
alias gc='git commit'
alias gp='git push'
Features in Detail
Content Management
- Create and edit content with a powerful built-in editor
- Real-time preview of changes
- Support for multiple file formats
- Automatic formatting for supported file types
Version Control
- Built-in Git integration
- View file revision history
- Compare changes between versions
- Revert to previous versions
File Operations
- Upload files via drag-and-drop
- Rename files and folders
- Create new files from templates
- Duplicate existing content
- Delete files and folders with confirmation
Monitoring
- Real-time traffic monitoring
- Request logging
- Traffic visualization
- Download traffic data in multiple formats
API Routes
ScrollHub provides several API endpoints for managing content:
/readFile.htm
- Read file content/writeFile.htm
- Write file content/uploadFile.htm
- Upload files/build.htm
- Build folder content/format/:folderName
- Format files/status/:folderName
- Get Git status- And many more...
Technical Details
- Built with Node.js and Express
- Uses CodeMirror for the editor
- Integrates with Git for version control
- Supports multiple parsers and file formats
- Real-time server-sent events for updates
- PM2 process management
Latest Updates
š Version 0.60.0 (12/20/2024)
- Run unlimited ScrollHub processes on one machine
- Each process independently serves its own root folder
- Custom port support
See Release Notes for full changelog.
Public Domain
ScrollHub is public domain.
Try It Online
Visit https://hub.scroll.pub to try ScrollHub without installation.
For more information, visit the ScrollHub Documentation.
10 months ago
10 months ago
7 months ago
9 months ago
10 months ago
9 months ago
10 months ago
8 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
9 months ago
9 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
11 months ago
11 months ago
11 months ago
4 years ago