Nextcloud register form without using a nextcloud app
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
meewan 979d0079d7 sanitize user input 3年前
etc/nextcloudregister first commit 3年前
requirement first commit 3年前
templates fix typo 3年前
.gitignore Initial commit 3年前
LICENSE Initial commit 3年前
README.md first commit 3年前
__init__.py first commit 3年前
lib.py first commit 3年前
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