mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-22 07:30:23 +00:00
Update README.md
This commit is contained in:
parent
320379e449
commit
c594b8f4a9
1 changed files with 8 additions and 0 deletions
|
@ -28,6 +28,7 @@ We hope you enjoy using RaspAP as much as we do creating it. Tell us how you use
|
||||||
- [Supported operating systems](#supported-operating-systems)
|
- [Supported operating systems](#supported-operating-systems)
|
||||||
- [Multilingual support](#multilingual-support)
|
- [Multilingual support](#multilingual-support)
|
||||||
- [HTTPS support](#https-support)
|
- [HTTPS support](#https-support)
|
||||||
|
- [Docker support](#docker-support)
|
||||||
- [How to contribute](#how-to-contribute)
|
- [How to contribute](#how-to-contribute)
|
||||||
- [Reporting issues](#reporting-issues)
|
- [Reporting issues](#reporting-issues)
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
|
@ -158,6 +159,13 @@ curl -sL https://install.raspap.com | bash -s -- --cert
|
||||||
|
|
||||||
More information on SSL certificates and HTTPS support is available [in our documentation](https://docs.raspap.com/ssl/).
|
More information on SSL certificates and HTTPS support is available [in our documentation](https://docs.raspap.com/ssl/).
|
||||||
|
|
||||||
|
## Docker support
|
||||||
|
<img src="https://github.com/RaspAP/raspap-webgui/assets/229399/dc40dfc4-e9b8-405f-8ffb-6c5f88482b8e" width="450">
|
||||||
|
|
||||||
|
As an alternative to the [Quick installer](#quick-installer), RaspAP may be run in an isolated, portable [Docker container](https://www.docker.com/resources/what-container/).
|
||||||
|
|
||||||
|
See the [RaspAP-docker repo](https://github.com/RaspAP/raspap-docker/) for more information.
|
||||||
|
|
||||||
## How to contribute
|
## How to contribute
|
||||||
1. Fork the project in your account and create a new branch: `your-great-feature`.
|
1. Fork the project in your account and create a new branch: `your-great-feature`.
|
||||||
2. Open an issue in the repository describing the feature contribution you'd like to make.
|
2. Open an issue in the repository describing the feature contribution you'd like to make.
|
||||||
|
|
Loading…
Reference in a new issue