diff --git a/conf/systemd.service b/conf/systemd.service index 2674594..4804b74 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Gogs (Go Git Service) +Description=Gogs: Go Git Service After=syslog.target network.target mysql.service slapd.service redis.service [Service] diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md index 506ba45..399a737 100644 --- a/doc/DESCRIPTION.md +++ b/doc/DESCRIPTION.md @@ -3,7 +3,6 @@ Gogs (Go Git Service) is a git-based multiplatform forge written in Go. Its part ### Features - User dashboard, user profile and activity timeline. -- User, organization and repository management. - Repository and organization webhooks, including Slack, Discord and Dingtalk. - Repository Git hooks, deploy keys and Git LFS. - Repository issues, pull requests, wiki, protected branches and collaboration. @@ -11,4 +10,3 @@ Gogs (Go Git Service) is a git-based multiplatform forge written in Go. Its part - Web editor for quick editing repository files and wiki. - Jupyter Notebook and PDF rendering. - Authentication via SMTP, LDAP. -- Customize HTML templates, static files and many others.