+ ## Has someone already written an adminstration web page where I can send API commands to manage my Etherpad lite online? (A simple jQuery- and EP-API-powered example framework in the git repository which can fire API calls would be a nice to have and a quick answer and solution to several questions and problems such a pad deletion and pad-wise passwort protection.)

Wikinaut 2011-11-03 00:05:51 -07:00
parent 2743f61e83
commit bc010a8a5e

5
FAQ.md

@ -24,11 +24,14 @@ var/dirty.db grows quickly. How can this be cut down to a smaller size? Product
## How can I view all existing pads and delete certain pads from my set of pads ?
You should use the [API](https://github.com/Pita/etherpad-lite/wiki/HTTP-API-Draft) to delete certain pads from your set of pads.
## Has someone already written an adminstration web page where I can send API commands to manage my Etherpad lite online?
(A simple jQuery- and EP-API-powered example framework in the git repository which can fire API calls would be a nice to have and a quick answer and solution to several questions and problems such a pad deletion and pad-wise passwort protection.)
## How can I limit to a certain set of pads ?
I wish to offer a certain number of pads (limiting the number of pads), and to offer a certain predefined set of pads with names "test", "mypad", "sandbox". Is this possible? No, you should put a feature request in for this.
## How can I run a password-protected Etherpad lite with https:// using Apache ?
Basically see [[How-to-put-Etherpad-Lite-behind-a-reverse-Proxy]].
Basically see [[How-to-put-Etherpad-Lite-behind-a-reverse-Proxy]] for password-protecting the access to your Etherpad-Lite installation as such, not to single pads.
## How to set up Apache server proxying requests to http://www.example.com/pad to be mapped to http://www.example.com:9001 where my etherpad runs ?
Basically see [[How-to-put-Etherpad-Lite-behind-a-reverse-Proxy]].