Nextcloud register form without using a nextcloud app
25개 이상의 토픽을 선택하실 수 없습니다. 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