Nextcloud register form without using a nextcloud app
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
meewan 979d0079d7 sanitize user input il y a 3 ans
etc/nextcloudregister first commit il y a 4 ans
requirement first commit il y a 4 ans
templates fix typo il y a 3 ans
.gitignore Initial commit il y a 4 ans
LICENSE Initial commit il y a 4 ans
README.md first commit il y a 4 ans
__init__.py first commit il y a 4 ans
lib.py first commit il y a 4 ans
webapp.py sanitize user input il y a 3 ans

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