Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
davestephens committed Feb 26, 2024
1 parent 81c86ca commit 29c5418
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion roles/emby/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ emby_image_tag: beta

# Device mappings for the docker container. E.g. To enable hardware transcoding:
# emby_devices:
# - "/dev/dri:/dev/dri"
# - "/dev/dri:/dev/dri"
2 changes: 1 addition & 1 deletion roles/homepage/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ homepage_bookmarks_yaml:
- YouTube:
- abbr: YT
href: https://youtube.com/
icon: youtube
icon: youtube
2 changes: 1 addition & 1 deletion roles/homepage/templates/docker.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
{{ ansible_nas_hostname }}:
socket: /var/run/docker.sock

2 changes: 1 addition & 1 deletion roles/homepage/templates/services.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
{{ homepage_services_yaml | to_nice_yaml }}
{{ homepage_services_yaml | to_nice_yaml }}
2 changes: 1 addition & 1 deletion roles/homepage/templates/widgets.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
{{ homepage_widgets_yaml | to_nice_yaml }}
{{ homepage_widgets_yaml | to_nice_yaml }}
4 changes: 3 additions & 1 deletion website/docs/applications/dashboards/homepage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ title: "Homepage"

Homepage: [https://gethomepage.dev](https://gethomepage.dev)

A modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages. Easily configured via YAML files or through docker label discovery.
A modern, fully static, fast, secure fully proxied, highly customizable application dashboard
with integrations for over 100 services and translations into multiple languages.
Easily configured via YAML files or through docker label discovery.

## Usage

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "Minecraft Bedrock Server"
Homepage: [https://www.minecraft.net/](https://www.minecraft.net/)
Docker Image: [https://github.com/itzg/docker-minecraft-bedrock-server](https://github.com/itzg/docker-minecraft-bedrock-server)

The server version of the game Minecraft (Bedrock edition), running in a container.
The server version of the game Minecraft (Bedrock edition), running in a container.

"Prepare for an adventure of limitless possibilities as you build, mine, battle mobs, and explore the ever-changing Minecraft landscape."

Expand Down

0 comments on commit 29c5418

Please sign in to comment.