Nextcloud register form without using a nextcloud app
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
meewan 979d0079d7 sanitize user input 3 anni fa
etc/nextcloudregister first commit 4 anni fa
requirement first commit 4 anni fa
templates fix typo 3 anni fa
.gitignore Initial commit 4 anni fa
LICENSE Initial commit 4 anni fa
README.md first commit 4 anni fa
__init__.py first commit 4 anni fa
lib.py first commit 4 anni fa
webapp.py sanitize user input 3 anni fa

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