3
0
Derivar 0
Nextcloud register form without using a nextcloud app
Não pode escolher mais do que 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 há 3 anos
etc/nextcloudregister first commit há 3 anos
requirement first commit há 3 anos
templates fix typo há 3 anos
.gitignore Initial commit há 3 anos
LICENSE Initial commit há 3 anos
README.md first commit há 3 anos
__init__.py first commit há 3 anos
lib.py first commit há 3 anos
webapp.py sanitize user input há 3 anos

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