אפליקציות / פרודוקטיביות
Gitea
GitHub משלך
אירוח Git עם pull requests, issues, גרסאות ו-CI, קל מספיק כדי לרוץ לצד כל השאר. מתאים לריפוזיטוריז של הגדרות ולסקריפטים שהיית מעדיף לא לשים על שרת של מישהו אחר.
קטגוריהפרודוקטיביות
זיכרון~200MB
מודול
gitהתקנה
פותחים את לוח הבקרה, מוצאים אותה ב-App Store ולוחצים Install. או מטרמינל על השרת:
sudo homebox install git
איפה פותחים אותה
| שירות | פורט | התחברות ראשונה |
|---|---|---|
| Gitea | :3030 | The first visit shows an install page; the first user you register becomes the admin. |
פותחים בכתובת של השרת עם הפורט הזה — לוח הבקרה מקשר אליה ישירות ברגע שהיא רצה.
כדאי לדעת
הטיפים הבאים מופיעים באנגלית, כפי שהם כתובים במודול.
- The first account registered becomes the admin, so register yours before turning signups off in the install page
- SSH is on 2222, not 22 — clone with ssh://git@<box>:2222/user/repo.git so it does not fight the box's own sshd
- It runs on SQLite here. That is the right call for a handful of repos and one user; add Postgres only if you outgrow it