Nextcloud register form without using a nextcloud app
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
meewan 979d0079d7 sanitize user input před 3 roky
etc/nextcloudregister first commit před 4 roky
requirement first commit před 4 roky
templates fix typo před 3 roky
.gitignore Initial commit před 4 roky
LICENSE Initial commit před 4 roky
README.md first commit před 4 roky
__init__.py first commit před 4 roky
lib.py first commit před 4 roky
webapp.py sanitize user input před 3 roky

README.md

nextcloudregister

Nextcloud register form without using a nextcloud app.

installation

To install you need to:

  • install flask and requests
  • clone the repo in the /site directory
  • copy the etc content in /etc
  • link /etc/nextcloudregister/nextcloudregister.service to /etc/systemd/system/nextcloudregister.service
  • configure nextcloudregister fot your nextcloud instance in the file /etc/nextcloudregister/config.ini

By default it will serve on port 9000