Welcome to the Archer Homelab Hub! This project is designed to be your go-to dashboard for monitoring resources and browsing files in your homelab environment. Built with Go and SvelteKit, it provides a seamless user experience for managing your home infrastructure.
To get started with Archer Homelab Hub, follow these steps:
Clone the Repository:
git clone https://github.com/cbuiscript/archer-homelab-hub.git
cd archer-homelab-hub
Build the Project: Ensure you have Go installed. Run the following command to build the backend:
go build -o archer-homelab-hub
Run with Docker: You can also run the project using Docker. Make sure you have Docker and Docker Compose installed. Use the following command:
docker-compose up
Access the Dashboard:
Open your web browser and navigate to http://localhost:3000
to access the dashboard.
Once you have the dashboard running, you can start monitoring your resources and browsing files. The interface is straightforward:
You can customize settings and preferences from the dashboard to tailor the experience to your needs.
Contributions are welcome! If you would like to contribute to Archer Homelab Hub, please follow these steps:
git checkout -b feature-name
git commit -m "Add some feature"
git push origin feature-name
This project is licensed under the MIT License. See the LICENSE file for more details.
For more information and to download the latest releases, visit the Releases section.
Feel free to explore the code, report issues, or suggest features. Happy coding!