Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docs): add dynamic Docker installation #199

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ajnart
Copy link
Contributor

@ajnart ajnart commented Feb 3, 2025

Introduce a dynamic Docker installation snippet that generates a random encryption key for the Docker Compose setup (using the browser's Crypto API)
image

Copy link

netlify bot commented Feb 3, 2025

Deploy Preview for homarr-docs ready!

Name Link
🔨 Latest commit 402da7a
🔍 Latest deploy log https://app.netlify.com/sites/homarr-docs/deploys/67a499bf60102c00089d88e1
😎 Deploy Preview https://deploy-preview-199--homarr-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 48 (🔴 down 3 from production)
Accessibility: 96 (no change from production)
Best Practices: 83 (🔴 down 9 from production)
SEO: 97 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

argos-ci bot commented Feb 3, 2025

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) 👍 Changes approved 2 changed Feb 6, 2025, 11:23 AM

- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- ./homarr/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=${randomHex}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really like this idea. But since this changes on every page render, Agos testing will fail when comparing images.
Therefore you need to exclude this specific code block. Please do that.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup I did that according to the argos docs the tag when the component is called in the mdx page (the data- field) will render a black box for the component

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants