3
0
Fork 0
Nextcloud register form without using a nextcloud app
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
meewan 979d0079d7 sanitize user input 3 anos atrás
etc/nextcloudregister first commit 4 anos atrás
requirement first commit 4 anos atrás
templates fix typo 3 anos atrás
.gitignore Initial commit 4 anos atrás
LICENSE Initial commit 4 anos atrás
README.md first commit 4 anos atrás
__init__.py first commit 4 anos atrás
lib.py first commit 4 anos atrás
webapp.py sanitize user input 3 anos atrás

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