Nextcloud register form without using a nextcloud app
Go to file
2021-04-06 22:29:09 +02:00
etc/nextcloudregister first commit 2020-10-17 22:04:55 +02:00
requirement first commit 2020-10-17 22:04:55 +02:00
templates fix typo 2021-04-06 22:28:58 +02:00
__init__.py first commit 2020-10-17 22:04:55 +02:00
.gitignore Initial commit 2020-10-17 21:48:51 +02:00
lib.py first commit 2020-10-17 22:04:55 +02:00
LICENSE Initial commit 2020-10-17 21:48:51 +02:00
README.md first commit 2020-10-17 22:04:55 +02:00
webapp.py sanitize user input 2021-04-06 22:29:09 +02:00

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