otetard / ownpad

Ownpad is a Nextcloud application that allows to create and open Etherpad and Ethercalc documents.
GNU Affero General Public License v3.0
57 stars 24 forks source link

API based PAD creation only option doesn't work with Etherpad #44

Closed poVoq closed 6 years ago

poVoq commented 6 years ago

I have configured my Etherpad with the following option: /* Users may edit pads but not create new ones. Pad creation is only via the API. This applies both to group pads and regular pads. */ "editOnly" : true, Which seemed the right option to reduce public access and only allow pad creation from within Ownpad... however it seems ownpad isn't actually using the API? At least for me it also shows the same "You do not have permission to access this pad" message in Ownpad as when trying to create a new pad directly.

otetard commented 6 years ago

In order to use Etherpad with its API, you should try the feature/etherpad-api branch. This is an unfinished work but it should work, at least for basic use cases.