/salt-gogs-formula

Salt formula to install and manage Gogs git service

Primary LanguageHTMLMIT LicenseMIT

Gogs

A saltstack formula to install and configure gogs on Ubuntu.

Note

See the full Salt Formulas installation and usage instructions.

Available states

gogs

Install Gogs without any nginx proxy setup from the binary distribution and start it up.

Note

You must generate and set gogs:config:security:secret_key.

gogs.nginx

Add nginx proxy to support the local running gogs setup. Proxy automatically from https to your local running instance.