mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-10 06:04:15 +00:00
Linting
This commit is contained in:
parent
81c86ca1f3
commit
29c5418149
7 changed files with 9 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -72,4 +72,4 @@ homepage_bookmarks_yaml:
|
|||
- YouTube:
|
||||
- abbr: YT
|
||||
href: https://youtube.com/
|
||||
icon: youtube
|
||||
icon: youtube
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
{{ ansible_nas_hostname }}:
|
||||
socket: /var/run/docker.sock
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
---
|
||||
{{ homepage_services_yaml | to_nice_yaml }}
|
||||
{{ homepage_services_yaml | to_nice_yaml }}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
---
|
||||
{{ homepage_widgets_yaml | to_nice_yaml }}
|
||||
{{ homepage_widgets_yaml | to_nice_yaml }}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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."
|
||||
|
||||
|
|
Loading…
Reference in a new issue