Services
devhack services! we run these on servers at the space and try to opt for the best self-hosted options available that fit our use cases.
- Matrix
- Forgejo (git hosting)
- LibreSpeed speed test service
- Member Services
- HedgeDoc multi-player text editor
- Wiki (you are here)
- OpenBao
- KeyCloak (also see: IDP account)
- AlertManager
- Prometheus
- Grafana
- Nextcloud
- Trac issue tracker
- devhack.net (also dev.hack.seattle.wa.us)
- Email services
- SearX
- https://gravycal.devhack.net
- https://communitycal.devhack.net
- Akkoma ActivityPub instance
Internal Services
- WireGuard-based VPN hosted from the router (10.213.0.1)
Git Forge
Overview
/dev/hack hosts its own Git forge, providing a platform for collaborative software development and version control. The Git forge is self-hosted using the Forgejo platform, an open-source alternative to popular services like GitHub and GitLab.
Features
- Repositories: Create and manage repositories for your projects, whether for personal or group development.
- Collaboration: Collaborate with other members by tracking issues, pull requests, and reviewing code.
- Continuous Integration: Integrate with CI/CD pipelines to automate testing and deployment.
- Webhooks: Connect your repositories to external services via webhooks to respond to events such as commits or pull requests.
- User Management: Fine-grain access control lets you manage repo visibility (private/public) and user permissions.
How to Get Started
1. Visit our Git forge and login using your IDP_account 2. Create a new repository or browse existing ones to get involved in ongoing projects. 3. Start pushing code using `git`:
```shell git clone https://git.devhack.net/you/your-repo.git cd your-repo git add . git commit -m "Your commit message" git push origin main ```
Additional Resources
Mediawiki
you're here now :D
Other Services
We offer a variety of additional services for our members, including:
wireguard access to the space network - contact Zack?