Skip to content

Gitea Git Server Puppet Module

Notifications You must be signed in to change notification settings

abacusresearch/puppet-gitea

 
 

Repository files navigation

puppet-gitea

Build Status Release Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores AGPL v3 License

Puppet module to configure gitea

Setup

This module installs gitea from upstream binary

Example configurations

Install a gitea with default settings

class {'gitea':
}

Install gitea with postgresql backend, needs an installed

class {'gitea':
  database_type     => 'postgresql',
  database_host     => '127.0.0.1:5432',
  database_name     => 'gitea',
  database_user     => 'gitea',
  database_password => 'someultrasecretstuff',
}

Parameter reference

All parameters are documented with puppet-strings. You can view the markdown-rendered result at REFERENCE.md.

Tests

This module has several unit tests and linters configured. You can execute them by running:

bundle exec rake test

Contributions

Contribution is fairly easy:

  • Fork the module into your namespace
  • Create a new branch
  • Commit your bugfix or enhancement
  • Write a test for it (maybe start with the test first)
  • Create a pull request

Or simply open an issue, maybe someone will have a look into it!

Hacktoberfest

This project is participating at hacktoberfest

License and Author

This module was originally written by Sebastian Rakel and reviewed by my personal puppet guru Tim Meusel. It's licensed with AGPL version 3.

About

Gitea Git Server Puppet Module

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 52.0%
  • Ruby 42.8%
  • Dockerfile 5.2%