first commit

This commit is contained in:
2020-10-17 22:04:19 +02:00
parent d19659c4f8
commit d5e61053f6
10 changed files with 614 additions and 1 deletions

View File

@@ -1,3 +1,15 @@
# nextcloudregister
Nextcloud register form without using a nextclooud app.
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