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