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: docs/getting-started.md
+8-8
Original file line number
Diff line number
Diff line change
@@ -58,43 +58,43 @@ It is for developers looking to build and maintain full feature progressive web
58
58
59
59
### App landing page
60
60
61
-
[]
61
+

62
62
63
63
### Dashboard Login
64
64
65
-
[]
65
+

66
66
67
67
### Dashboard User Management
68
68
69
-
[]
69
+

70
70
71
71
### Interactive API documentation
72
72
73
-
[]
73
+

74
74
75
75
### Enabling two-factor security (TOTP)
76
76
77
-
[]
77
+

78
78
79
79
## How to use it
80
80
81
81
### Installing for local development
82
82
83
83
Running Cookiecutter to customise the deployment with your settings, and then building with Docker compose, takes about 20 minutes.
84
84
85
-
->[Development and installation](development-guide.md)
85
+
-[Development and installation](development-guide.md)
86
86
87
87
### Deploying for production
88
88
89
89
This stack can be adjusted and used with several deployment options that are compatible with Docker Compose, but it is designed to be used in a cluster controlled with pure Docker in Swarm Mode with a Traefik main load balancer proxy handling automatic HTTPS certificates, using the ideas from [DockerSwarm.rocks](https://dockerswarm.rocks).
90
90
91
-
->[Deployment for production](deployment-guide.md)
91
+
-[Deployment for production](deployment-guide.md)
92
92
93
93
### Authentication with magic and TOTP
94
94
95
95
Time-based One-Time Password (TOTP) authentication extends the login process to include a challenge-response component where the user needs to enter a time-based token after their preferred login method.
96
96
97
-
->[Authentication and magic tokens](authentication-guide.md)
97
+
-[Authentication and magic tokens](authentication-guide.md)
0 commit comments