Nextcloud register form without using a nextcloud app
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
meewan 979d0079d7 sanitize user input hace 3 años
etc/nextcloudregister first commit hace 4 años
requirement first commit hace 4 años
templates fix typo hace 3 años
.gitignore Initial commit hace 4 años
LICENSE Initial commit hace 4 años
README.md first commit hace 4 años
__init__.py first commit hace 4 años
lib.py first commit hace 4 años
webapp.py sanitize user input hace 3 años

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