Services: Difference between revisions

From /dev/hack
Finn (talk | contribs)
No edit summary
Finn (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
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.


* https://git.devhack.net
* [[Matrix]]
* https://librespeed.devhack.net
* [https://git.devhack.net Forgejo] (git hosting)
* https://matrix.devhack.net
* [https://librespeed.devhack.net LibreSpeed] speed test service
* https://members.devhack.net
* [https://members.devhack.net Member Services]
* https://pad.devhack.net
* [https://pad.devhack.net HedgeDoc] multi-player text editor
* https://wiki.devhack.net
* [https://wiki.devhack.net Wiki] (you are here)
* https://bao.devhack.net
* [https://bao.devhack.net OpenBao]
* https://idp.devhack.net
* [https://idp.devhack.net KeyCloak] (also see: [[IDP account]])
* https://alertmanager.devhack.net
* [https://alertmanager.devhack.net AlertManager]
* https://grafana.devhack.net
* [https://prometheus.devhack.net Prometheus]
* https://prometheus.devhack.net
* [https://grafana.devhack.net Grafana]
* https://nextcloud.devhack.net
* [https://nextcloud.devhack.net Nextcloud]
* https://bugs.devhack.net
* [https://bugs.devhack.net Trac] issue tracker
* https://devhack.net (also https://dev.hack.seattle.wa.us)
* [https://devhack.net devhack.net] (also [https://dev.hack.seattle.wa.us dev.hack.seattle.wa.us])
* [https://mail.devhack.net Email services]
* [https://search.devhack.net SearX]
* https://gravycal.devhack.net
* https://communitycal.devhack.net
* [https://fedi.devhack.net Akkoma] ActivityPub instance


=== Internal Services ===
=== Internal Services ===
Line 22: Line 27:


* WireGuard-based VPN hosted from the router (10.213.0.1)
* WireGuard-based VPN hosted from the router (10.213.0.1)
== [[Matrix|Matrix Homeserver]] ==
=== Overview ===
Our community operates a self-hosted [https://matrix.org/ Matrix] homeserver, providing secure and decentralized communication for our members. Matrix is an open standard for interoperable, decentralized, and real-time communication.
=== Features ===
* Real-time messaging: Chat in real-time with other members using both direct messages and group chat rooms.
* End-to-End Encryption: Our Matrix homeserver supports end-to-end encryption, ensuring that your conversations remain private.
* Federation: Connect with users on other Matrix servers, allowing seamless communication with people in other communities.
* Bridging: Our Matrix space is bridged with the telegram and signal devhack chats.
* VoIP and Video Conferencing: Use Matrix for voice and video calls, providing seamless integration for real-time communication.
=== How to Join ===
1. [https://element.io/get-started Download and install Element], a popular Matrix client with the best security track record that sucks the least as of aug 2024
2. Register an account on our Matrix homeserver: '''devhack.net'''
3. Once logged in, join the #devhack:devhack.net space.
=== Additional Resources ===
* [https://matrix.org/docs/guides Get Started with Matrix]
* [https://element.io/ Element - A Matrix Client]


== Git Forge ==
== Git Forge ==

Latest revision as of 06:38, 18 December 2024

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.

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

Forgejo User Guide

Git Documentation

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?