Nextcloud register form without using a nextcloud app
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
meewan 979d0079d7 sanitize user input 3 år sedan
etc/nextcloudregister first commit 4 år sedan
requirement first commit 4 år sedan
templates fix typo 3 år sedan
.gitignore Initial commit 4 år sedan
LICENSE Initial commit 4 år sedan
README.md first commit 4 år sedan
__init__.py first commit 4 år sedan
lib.py first commit 4 år sedan
webapp.py sanitize user input 3 år sedan

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