Skip to content

A solution for simple, private, and portable remote document editing.

License

Notifications You must be signed in to change notification settings

jackvandrunen/strongpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strongpad

With a simplistic interface that lets you hand-craft your next manifesto from anywhere in the world using markdown, strongpad packs a powerful punch, despite its minimalism.

— Me

Software like Etherpad is designed mainly for collaborative editing. These projects end up essentially as real-time wikis. Strongpad takes a different approach. Strongpad is your virtual bedroom. Using strongpad, you write in private, as an individual. Your strongpad instance is protected by a password, so only you can write using it. If you want to share one of your documents with a friend, strongpad can make it available for viewing, but not for editing. You can make a document private again at any time.


To install:

$ sudo pip2 install bottle scrypt markdown2

$ git clone https://github.com/fallingduck/strongpad.git

$ cd strongpad

$ ./strongpad

The first time you start strongpad up, it will ask you to set a password. This password will be needed every time you log into the server from the web interface. To change this password at any time, you can run:

$ ./strongpad password

And it will prompt you for a new password.

Now navigate to http://localhost:3031 and sign in!

When exposing strongpad to the internet, it is highly recommended that you use TLS for privacy while you're writing.

About

A solution for simple, private, and portable remote document editing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published