Nextcloud register form without using a nextcloud app
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
meewan 979d0079d7 sanitize user input преди 3 години
etc/nextcloudregister first commit преди 4 години
requirement first commit преди 4 години
templates fix typo преди 3 години
.gitignore Initial commit преди 4 години
LICENSE Initial commit преди 4 години
README.md first commit преди 4 години
__init__.py first commit преди 4 години
lib.py first commit преди 4 години
webapp.py sanitize user input преди 3 години

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