Skip to content

Commit

Permalink
Add Entware and Homebridge synology guides
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigawatt committed Aug 31, 2024
1 parent b423871 commit 5556401
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"ASTERES",
"autohide",
"cheatsheet",
"Entware",
"Floaties",
"fontawesome",
"generatin",
Expand Down
2 changes: 1 addition & 1 deletion docs/general/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This wiki will serve as a comprehensive resource for:

## 💬 Join the Conversation

Join our Discord server [✨ASTERES✨](https://discord.gg/b8kyRaFZJr) to connect with like-minded individuals and engage in discussions about:
Join our Discord server [✨ASTERES✨](mailto:scottgigawatt@gmail.com) to connect with like-minded individuals and engage in discussions about:

- Git projects
- Synology NAS configurations
Expand Down
2 changes: 1 addition & 1 deletion docs/github/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Keep an eye on this space for updates, new projects, and improvements. The world

Feel like contributing? Have an idea or suggestion? Open an issue in the respective repository or reach out directly on Discord! 💬✨

[Join our Discord server!](https://discord.gg/b8kyRaFZJr) 🎉
[Join our Discord server!](mailto:scottgigawatt@gmail.com) 🎉

Happy coding! 🚀

Expand Down
16 changes: 16 additions & 0 deletions docs/reference/synology/entware-setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: Installing Entware on Synology NAS
description: A step-by-step guide to install and setup Entware on Synology DSM NAS devices.
icon: material/cog
---

Entware expands your Synology NAS capabilities by allowing you to install additional software packages like `make`, `gcc`, `python3`, and more. This is useful for setting up environments such as Homebridge for home automation.

## Installation Steps

1. **Follow the Entware Installation Guide:**
Go to the [Entware Installation Guide for Synology NAS](https://github.com/Entware/Entware/wiki/Install-on-Synology-NAS) and follow the steps for your specific NAS model and DSM version.

## Additional Resources

For more details and troubleshooting, check out the [Entware GitHub repository](https://github.com/Entware/Entware).
20 changes: 20 additions & 0 deletions docs/reference/synology/homebridge-setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: Installing Homebridge on Synology NAS
description: A step-by-step guide to install and setup Homebridge on Synology DSM NAS devices.
icon: material/home-automation
---

Homebridge is a lightweight Node.js server that emulates the iOS HomeKit API, enabling you to integrate various smart home devices that are not officially supported by Apple. Installing Homebridge on your Synology NAS allows you to centralize home automation and manage your devices efficiently.

## Installation Steps

1. **Follow the Homebridge Installation Guide:**
Visit the [Homebridge Installation Guide for Synology DSM](https://github.com/homebridge/homebridge/wiki/Install-Homebridge-on-Synology-DSM) and follow the instructions specific to your Synology NAS model and DSM version.

## Additional Resources

For more details and troubleshooting, refer to the [Homebridge Wiki](https://github.com/homebridge/homebridge/wiki) and explore community guides and support options.

---

This page provides a similar structure to the original, focused on the Homebridge setup.
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ nav:
- reference/index.md
- Synology:
- Direct Ethernet Config: reference/synology/direct-ethernet-config.md
- Entware Setup: reference/synology/entware-setup.md
- Homebridge Setup: reference/synology/entware-setup.md
- GitHub:
- github/index.md
- Projects: github/projects.md
Expand Down Expand Up @@ -141,7 +143,7 @@ markdown_extensions:
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/b8kyRaFZJr
link: mailto:scottgigawatt@gmail.com
name: ✨ASTERES✨
- icon: fontawesome/brands/github
link: https://github.com/scottgigawatt/wiki
Expand Down

0 comments on commit 5556401

Please sign in to comment.