From a1a7a321c1567541b6ddc24f317c736a90a3475a Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sat, 16 Feb 2019 19:41:02 +0000 Subject: [PATCH] Add additional config notes for gitea --- services/gitea.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/gitea.md b/services/gitea.md index 39b250f..21e3479 100644 --- a/services/gitea.md +++ b/services/gitea.md @@ -102,3 +102,9 @@ WantedBy=multi-user.target You will need to inform systemd of a new service by running: `sudo systemctl daemon-reload`. Then you must enable the service by running `sudo systemctl enable lollipop-gitea.service'. Start the service for the first time by running `sudo systemctl start lollipop-gitea.service`, and check the status by running `sudo systemctl status lollipop-gitea.service'. Reboot your computer with `sudo reboot` and your service should start during the boot sequence. + +## Further configuration + +[https://git.lollipopcloud.solutions/lollipop-docker/gitea](https://git.lollipopcloud.solutions/lollipop-docker/gitea) has some good examples on how to integrate Matamo, Fathom, create custom labels and more. + +[https://docs.gitea.io/en-us/](https://docs.gitea.io/en-us/) also has great information on how to further configure Gitea.