You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,6 @@ This project is a complete build environment under linux to build and run privac
35
35
36
36
**While decoupling the privacyIDEA image from dependencies like Nginx, Apache or database vendors ect., it is possible to run privacyIDEA with your favorite components.**
37
37
38
-
If you prefer another approach or would like to test another solution, take a look at the [Khalibre / privacyidea-docker](https://github.com/kheeklab/privacyidea-docker) project. This project might be a more suitable solution for your needs.
39
-
40
-
41
38
### tl;dr
42
39
Clone repository and start a full privacyIDEA stack:
43
40
```
@@ -70,8 +67,6 @@ Sample images from this project can be found here:
70
67
> [!Note]
71
68
> ```latest``` tagged image is maybe a pre- or development-release. Please use always a release number (like ```3.10.1```)
72
69
73
-
74
-
75
70
## Quickstart
76
71
77
72
### Prerequisites and requirements
@@ -85,9 +80,14 @@ Sample images from this project can be found here:
@@ -247,7 +247,7 @@ This example will start a stack including **privacyIDEA**, **reverse_proxy** and
247
247
make cert stack
248
248
```
249
249
250
-
This example will start a full stack including **privacyIDEA**, **reverse_proxy**, **mariadb**, **ldap** and **radius** including sample data with users,realms and policies for rolemodel. Project tag is *prod*
250
+
This example will start a full stack including **privacyIDEA**, **reverse_proxy**, **mariadb**, **ldap** and **radius** including sample data with users,realms. Project tag is *prod*
251
251
252
252
```
253
253
make cert fullstack
@@ -404,13 +404,13 @@ docker exec -it pi-db-1 mariadb-dump -u pi -psuperSecret pi
404
404
405
405
## Roadmap
406
406
407
-
#### Customization and scripts
407
+
#### Customization
408
408
409
409
Will follow soon
410
410
411
411
#### Radius
412
412
413
-
See my other project [docker-freeradius](https://github.com/gpappsoft/privacyidea-freeradius)
413
+
See [docker-freeradius](https://github.com/gpappsoft/privacyidea-freeradius)
0 commit comments