gitea-app/DESCRIPTION.md

40 lines
1.4 KiB
Markdown
Raw Normal View History

2015-08-16 16:11:43 +00:00
Gogs (Go Git Service) is a painless self-hosted Git service.
2015-07-06 23:08:26 +00:00
2016-08-20 07:59:38 +00:00
This app packages Gogs 0.9.71.
2015-07-06 23:08:26 +00:00
### Purpose
2015-08-16 16:11:43 +00:00
The goal of this project is to make the easiest, fastest, and most painless way to set up a self-hosted Git service.
2015-07-06 23:08:26 +00:00
2016-08-27 05:22:08 +00:00
### Accounts
This app integrates with the Cloudron SSO. Admins on Cloudron automatically become admins on Gogs.
If you want to disable Cloudron SSO, do the following:
* Admin Panel -> Authentication -> 'cloudron' -> Uncheck 'This authentication is activated'
* Admin Panel -> Users -> Change Authentication Source to 'Local' and also give a password
You create a `/app/data/app.ini` with any custom configuration. See the
[configuration cheat sheet](https://gogs.io/docs/advanced/configuration_cheat_sheet).
2015-07-06 23:08:26 +00:00
### Features
- Activity timeline
2016-03-12 19:04:21 +00:00
- SSH and HTTP/HTTPS protocols
- SMTP/LDAP/Reverse proxy authentication
- Reverse proxy with sub-path
- Account/Organization/Repository management
- Repository/Organization webhooks (including Slack)
2015-08-16 16:11:43 +00:00
- Repository Git hooks/deploy keys
2016-03-12 19:04:21 +00:00
- Repository issues, pull requests and wiki
- Add/Remove repository collaborators
- Gravatar and custom source
2015-08-16 16:11:43 +00:00
- Mail service
2015-07-06 23:08:26 +00:00
- Administration panel
2016-03-12 19:04:21 +00:00
- Supports MySQL, PostgreSQL, SQLite3 and [TiDB](https://github.com/pingcap/tidb) (experimental)
- Multi-language support ([15 languages](https://crowdin.com/project/gogs))
2015-07-06 23:08:26 +00:00
2015-08-19 18:45:08 +00:00
### Bug reports
Open bugs on [Github](https://github.com/cloudron-io/gogs-app/issues)