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.
|
2 years ago | |
---|---|---|
README.md | 2 years ago | |
config.js | 5 years ago | |
config.php | 5 years ago | |
create.php | 2 years ago | |
editor.css | 2 years ago | |
editor.js | 2 years ago | |
editor.php | 2 years ago | |
index.php | 2 years ago | |
remove.php | 2 years ago | |
savecode.php | 2 years ago | |
sshh.css | 2 years ago | |
sshh.js | 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!