Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 993 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 993 Bytes

Forgejo Ansible Role

This is an Ansible role which installs Forgejo to run as a Docker container wrapped in a systemd service.

Forgejo is a self-hosted lightweight software forge. Easy to install and low maintenance, it just does the job.

Installing

To configure and install Forgejo on your own server(s), you should use a playbook like Mother of all self-hosting or write your own.

This role implicitly depends on:

Configuring this role for your playbook

forgejo_enabled: true

Check defaults/main.yml for the full list of supported options.