Documentation about things done to set up server. # Gogs Use binary distribution of Gogs. Only thing changed was the `LANDING_PAGE` directive so that the user will always be taken to the explore page.oSet up Apache2 and systemd for Gogs. A copy of the configuration file is in the gogs folder. ## Gogs systemd The init [script](gogs/gogs.service) is registered with systemd so it starts server on boot and allows restarting for config changes. ## Gogs Apache2 The site configuration [file](gogs/gogs-vhost.conf) tells Apache2 to proxy the domain to gogs that is set up by default listening on localhost on port 3000.