Nextcloud register form without using a nextcloud app
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
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