You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
appinfo | 4 months ago | |
css | 10 months ago | |
img | 4 months ago | |
js | 10 months ago | |
lib | 4 months ago | |
templates | 4 months ago | |
tests | 10 months ago | |
.gitignore | 10 months ago | |
CHANGELOG.md | 10 months ago | |
COPYING | 11 months ago | |
Makefile | 4 months ago | |
README.md | 10 months ago |
README.md
External Password
An app for Nextcloud to allow an administrator to direct a user to an external site for changing their password. This is useful in conjunction with an app like External User Authentication.
Place this app in nextcloud/apps/
Building the app
The app can be built by using the provided Makefile by running:
make
This requires the following things to be present:
- make
- docker: for signing the app
- tar: for building the archive
Publish to App Store
First get an account for the App Store then run:
make && make appstore
The archive is located in build/artifacts/appstore and can then be uploaded to the App Store.