ScrollHub is a super server for publishing websites, scientific articles, blog posts, books, and more.
It is the fastest way to publish. Don't take my word for it, try for yourself here: https://hub.scroll.pub
Follow the steps below to run your own ScrollHub server in 60 seconds!
apt install make zip && git clone https://github.com/tj/n && cd n && make install && n latest && cd && git clone https://github.com/breck7/ScrollHub && cd ScrollHub && npm install . && npm install scroll-cli pm2 -g && git config --global receive.denyCurrentBranch updateInstead && pm2 start server.js --node-args="--max-old-space-size=4096" --log ~/ScrollHub/pm2.log && pm2 startup && pm2 save
Optional steps:
ScrollHub is public domain.