Host small sites with integrated editor
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
TooMuchRAM 1f8c8bba70 update readme 2 years ago
README.md update readme 2 years ago
config.js Initial Commit 5 years ago
config.php Initial Commit 5 years ago
create.php add changes 2 years ago
editor.css add changes 2 years ago
editor.js add changes 2 years ago
editor.php add changes 2 years ago
index.php add changes 2 years ago
remove.php add changes 2 years ago
savecode.php add changes 2 years ago
sshh.css add changes 2 years ago
sshh.js add changes 2 years ago

README.md

Small Site Hosting

This is an old project of mine. It probably needs my 2018 login system to run. Below is the original README.

Small Site Hosting (or SSHH for short) is a web service written in PHP which allows users to host small HTML-JS-CSS-only web sites. Just install a web server with PHP and do some configuration to get this running.

Configuration

SSHH uses the TooMuchRAM-login system (to be found at git.toomuchram.net), so you'll have to configure things to get them working. First, open the file config.php and set $TestUserURL to the correct absulote path to the testuser.php file of the login system. Next, open config.js and set $GoBackURL to the page you want users to end up when they click the 'Go Back' button. That's all there is to it!