Fix Done! spacing site-wide, and EN-only content errors (Docker/Linux mixup, missing spaces, ProloNAS pun explanation)
This commit is contained in:
@@ -229,7 +229,7 @@ You can then begin the initial setup by visiting:
|
||||
__Warning:__ It’s recommended to create a new admin account and **disable** the default `akadmin` account.
|
||||
::
|
||||
|
||||
### Done !
|
||||
### Done!
|
||||
::
|
||||
|
||||
## Exposing Authentik
|
||||
@@ -333,7 +333,7 @@ networks: # Define the custom network
|
||||
|
||||
Restart the stack and wait for SWAG to be fully operational.
|
||||
|
||||
### Done !
|
||||
### Done!
|
||||
::
|
||||
|
||||
You can now access Authentik via `https://auth.mydomain.com`
|
||||
@@ -350,7 +350,7 @@ Go to `https://auth.mydomain.com` and log in.
|
||||
|
||||
Go to _Settings_, click the _MFA_ section, then _Register_. Choose a method like _TOTP device_ (you'll need an authenticator app like Google Authenticator) and follow the steps.
|
||||
|
||||
### Done !
|
||||
### Done!
|
||||
::
|
||||
|
||||
You’ll now be prompted to enter a one-time code at every login.
|
||||
@@ -402,7 +402,7 @@ Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ct
|
||||
✨ __Tip:__ In Dockge's settings, you can disable Dockge's authentication to avoid double login. **Warning**: this means if the port is open on your local network, there will be no authentication at all.
|
||||
::
|
||||
|
||||
### Done !
|
||||
### Done!
|
||||
::
|
||||
|
||||
Now when accessing `https://dockge.mydomain.com`, you’ll be redirected to the Authentik login screen.
|
||||
@@ -616,7 +616,7 @@ proxy_pass http://$upstream_authentik:9000;
|
||||
|
||||
Save with :kbd{value="Ctrl+O"}, then :kbd{value="Enter"}, and exit with :kbd{value="Ctrl+X"}.
|
||||
|
||||
### Done !
|
||||
### Done!
|
||||
::
|
||||
|
||||
Then configure the applications to protect as you did on your main server, whether they are [native](/serveex/advanced/authentik/#protecting-a-native-app) or protected via [reverse proxy](/serveex/advanced/authentik#protecting-an-app-via-reverse-proxy).
|
||||
@@ -661,5 +661,5 @@ Restore the database:
|
||||
sudo docker exec authentik-postgresql pg_restore -U authentik -d authentik /path/to/wherever/mydb.tar
|
||||
```
|
||||
|
||||
### Done !
|
||||
### Done!
|
||||
::
|
||||
|
||||
@@ -142,7 +142,7 @@ PGID=1000
|
||||
|
||||
Deploy the stack. The local interface is available at `http://yourserverip:3552`.
|
||||
|
||||
### Done !
|
||||
### Done!
|
||||
::
|
||||
|
||||
::caution
|
||||
@@ -240,7 +240,7 @@ Arcane's live updates run over a websocket, hence the `Upgrade`/`Connection` hea
|
||||
|
||||
Press :kbd{value="Ctrl+O"}, then :kbd{value="Enter"} to save, and :kbd{value="Ctrl+X"} to exit.
|
||||
|
||||
### Done !
|
||||
### Done!
|
||||
::
|
||||
|
||||
That's it! Arcane is now accessible from the internet.
|
||||
@@ -290,7 +290,7 @@ Deploy the stack.
|
||||
|
||||
Back in Arcane, the new environment should show as connected within a few seconds. Switch to it from the environment picker to manage that host's containers and stacks.
|
||||
|
||||
### Done !
|
||||
### Done!
|
||||
::
|
||||
|
||||
## Connecting Pocket ID
|
||||
@@ -330,7 +330,7 @@ Redeploy the stack.
|
||||
✨ To skip straight to Pocket ID and hide the local login form, set `OIDC_AUTO_REDIRECT_TO_PROVIDER=true`, or disable local login entirely under _Settings > Authentication_ for OIDC-only access.
|
||||
::
|
||||
|
||||
### Done !
|
||||
### Done!
|
||||
::
|
||||
|
||||
That's it! Arcane now offers a "Login with Pocket ID" option alongside the local login form.
|
||||
|
||||
Reference in New Issue
Block a user