diff --git a/docs/Getting-Started/Quick-Start-Guide.md b/docs/Getting-Started/Quick-Start-Guide.md index 5076d4e..fa7d039 100644 --- a/docs/Getting-Started/Quick-Start-Guide.md +++ b/docs/Getting-Started/Quick-Start-Guide.md @@ -67,7 +67,7 @@ Now that we have everything gathered, we can begin getting your instance set up! 10. Run `docker compose up -d` to kick off the docker pull. You will see it pull the container and set up the volumes and network: ```asciinema-player { - "file": "https://raw.githubusercontent.com/rommapp/docs/refs/heads/main/docs/resources/asciinema/quick-start-docker-compose.cast", + "file": "../latest/resources/asciinema/quick-start-docker-compose.cast", "title": "RomM docker compose install", "preload": true, "loop": true, diff --git a/docs/OIDC-Guides/OIDC-Setup-With-PocketID.md b/docs/OIDC-Guides/OIDC-Setup-With-PocketID.md index d202d4f..7a5a799 100644 --- a/docs/OIDC-Guides/OIDC-Setup-With-PocketID.md +++ b/docs/OIDC-Guides/OIDC-Setup-With-PocketID.md @@ -57,4 +57,4 @@ In RomM, open your user profile and set your email address. This email **has to After configuring the environment variables, restart (or stop and remove) your RomM instance and navigate to the login page. You should see an option to log in using OIDC. Click on the OIDC button, and you'll be redirected to Pocket ID for authentication. Once authenticated, you'll be redirected back to RomM. -![Login with OIDC](../resources/pocketid/PocketID-login.png) +![Login with OIDC](../resources/pocketid/2-romm-login.png) diff --git a/docs/resources/authelia/2-romm-login.png b/docs/resources/authelia/2-romm-login.png index a447118..93fac6b 100644 Binary files a/docs/resources/authelia/2-romm-login.png and b/docs/resources/authelia/2-romm-login.png differ diff --git a/docs/resources/authentik/8-romm-login.png b/docs/resources/authentik/8-romm-login.png index fb8ee26..0890906 100644 Binary files a/docs/resources/authentik/8-romm-login.png and b/docs/resources/authentik/8-romm-login.png differ diff --git a/docs/resources/pocketid/2-romm-login.png b/docs/resources/pocketid/2-romm-login.png new file mode 100644 index 0000000..a66c609 Binary files /dev/null and b/docs/resources/pocketid/2-romm-login.png differ diff --git a/docs/resources/pocketid/PocketID-login.png b/docs/resources/pocketid/PocketID-login.png deleted file mode 100644 index d83f359..0000000 Binary files a/docs/resources/pocketid/PocketID-login.png and /dev/null differ