You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.zh-tw.md 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. ---
  2. date: "2016-11-08T16:00:00+02:00"
  3. title: "文件"
  4. slug: "documentation"
  5. url: "/zh-tw/"
  6. weight: 10
  7. toc: true
  8. draft: false
  9. ---
  10. # 關於 Gitea
  11. Gitea 是一個可自行託管的 Git 服務。你可以拿 GitHub、Bitbucket 或 Gitlab 來比較看看。初期是從 [Gogs](http://gogs.io) 發展而來,不過我們已經 Fork 並且命名為 Gitea。如果您想更深入了解 Fork 原因,請直接參考[這裡](https://blog.gitea.io/2016/12/welcome-to-gitea/)。
  12. ## 目標
  13. Gitea 的首要目標是建立一個容易安裝,運行快速,安装和使用體驗良好的自建 Git 服務。我們採用 GO 為後端語言,Go 可以產生各平台使用的執行檔。除了支援 Linux、macOS 和 Windows 外,甚至還包含 ARM 和 PowerPC。
  14. ## 功能
  15. - 支援個人活動時間表
  16. - 支援 SSH 和 HTTP/HTTPS 協定
  17. - 支援 SMTP/LDAP/Reverse 代理認證
  18. - 支援反向代理子路徑
  19. - 支援帳號/組織/儲存庫管理
  20. - 支援新增/刪除儲存庫合作帳號
  21. - 支援儲存庫/組織 webhooks (包含 Slack)
  22. - 支援儲存庫 Git hooks/部署金鑰
  23. - 支援儲存庫問題列表 (issues), 合併請求 (pull requests) 及 wiki
  24. - 支援遷移及複製儲存庫及 wiki
  25. - 支援線上編輯儲存庫檔案及 wiki
  26. - 支援自訂來源 Gravatar 及 Federated avatar
  27. - 支援郵件服務
  28. - 支援後台管理
  29. - 支援 MySQL, PostgreSQL, SQLite3, MSSQL 和 [TiDB](https://github.com/pingcap/tidb) (實驗性)
  30. - 支援多國語言 ([21 國語言](https://github.com/go-gitea/gitea/tree/master/options/locale))
  31. ## 系統需求
  32. - 最低的系統需求就是一片便宜的樹莓派 (Raspberry Pi)。
  33. - 如果用於團隊,建議使用 2 核 CPU 和 1GB 記憶體。
  34. ## 瀏覽器支援
  35. - 請參考 [Semantic UI](https://github.com/Semantic-Org/Semantic-UI#browser-support) 所支援的瀏覽器列表。
  36. - 官方支援最小 UI 尺寸為 **1024*768**, UI 在更小尺寸也看起來不錯,但是我們並不保證。
  37. ## 元件
  38. * Web 框架: [Macaron](http://go-macaron.com/)
  39. * ORM: [XORM](https://github.com/go-xorm/xorm)
  40. * UI 元件:
  41. * [Semantic UI](http://semantic-ui.com/)
  42. * [GitHub Octicons](https://octicons.github.com/)
  43. * [Font Awesome](http://fontawesome.io/)
  44. * [DropzoneJS](http://www.dropzonejs.com/)
  45. * [Highlight](https://highlightjs.org/)
  46. * [Clipboard](https://zenorocha.github.io/clipboard.js/)
  47. * [CodeMirror](https://codemirror.net/)
  48. * [jQuery MiniColors](https://github.com/claviska/jquery-minicolors)
  49. * 資料庫:
  50. * [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql)
  51. * [github.com/lib/pq](https://github.com/lib/pq)
  52. * [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
  53. * [github.com/pingcap/tidb](https://github.com/pingcap/tidb)
  54. * [github.com/denisenkom/go-mssqldb](https://github.com/denisenkom/go-mssqldb)