mirror of
https://github.com/nextcloud/passman.git
synced 2025-10-09 21:16:18 +08:00
Merge comradekingu-patch-3 and sign
This commit is contained in:
parent
120a168b91
commit
2fd8dc9b86
1 changed files with 10 additions and 10 deletions
18
README.md
18
README.md
|
@ -104,14 +104,14 @@ Passman allows users to share passwords (this can be turned off by an administra
|
||||||
|
|
||||||
|
|
||||||
## API
|
## API
|
||||||
For developers passman offers an [api](https://github.com/nextcloud/passman/wiki/API).
|
For developers Passman offers an [api](https://github.com/nextcloud/passman/wiki/API).
|
||||||
|
|
||||||
## Support Passman
|
## Support Passman
|
||||||
Passman is open source, but we would gladly accept a beer (or pizza!)
|
Passman is open source, and we would gladly accept a beer (or pizza!)
|
||||||
Please consider donating via
|
Please consider donating
|
||||||
- [Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6YS8F97PETVU2)
|
- [PayPal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6YS8F97PETVU2)
|
||||||
- [Patreon](https://www.patreon.com/user?u=4833592)
|
- [Patreon](https://www.patreon.com/user?u=4833592)
|
||||||
- Bitcoin: 1H2c5tkGX54n48yEtM4Wm4UrAGTW85jQpe
|
- bitcoin: 1H2c5tkGX54n48yEtM4Wm4UrAGTW85jQpe
|
||||||
|
|
||||||
## Code reviews
|
## Code reviews
|
||||||
If you have any improvements regarding our code.
|
If you have any improvements regarding our code.
|
||||||
|
@ -119,13 +119,13 @@ Please do the following
|
||||||
- Clone us
|
- Clone us
|
||||||
- Make your edits
|
- Make your edits
|
||||||
- Add your name to the contributors
|
- Add your name to the contributors
|
||||||
- Send a PR
|
- Send a [PR](https://github.com/nextcloud/passman/pulls)
|
||||||
|
|
||||||
Or if you're feeling lazy, create an issue, and we'll think about it.
|
Or if you're feeling lazy, create an issue, and we'll think about it.
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
To run passman with docker you can use `docker run -p 8080:80 -p 8443:443 brantje/passman`
|
To run Passman with [Docker](https://www.docker.com/) you can use `docker run -p 8080:80 -p 8443:443 brantje/passman`
|
||||||
You have to supply your own ssl certs.
|
You have to supply your own SSL certs.
|
||||||
Example:
|
Example:
|
||||||
`docker run -p 8080:80 -p 8443:443 -v /directory/cert.pem:/data/ssl/cert.pem -v /directory/cert.key:/data/ssl/cert.key brantje/passman`
|
`docker run -p 8080:80 -p 8443:443 -v /directory/cert.pem:/data/ssl/cert.pem -v /directory/cert.key:/data/ssl/cert.key brantje/passman`
|
||||||
|
|
||||||
|
@ -142,7 +142,7 @@ To run the unit tests install phpunit globally, and setup the environment variab
|
||||||
- Animalillo
|
- Animalillo
|
||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
Add yours when creating a pull request!
|
Add yours when creating a [pull request](https://help.github.com/articles/creating-a-pull-request/)!
|
||||||
- None
|
- None
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue