Installs the gitea git server. https://gitea.io
Go to file
Tommaso Piccioli fbc352c3a0 increase open file limits to avoid errors with big repository 2024-01-05 10:16:51 +01:00
defaults New default 1.19.4 2023-07-06 14:07:12 +02:00
files New default ver 1.15.2 and markdown -> markup 2021-09-10 13:17:56 +02:00
handlers Import the old role. 2020-06-03 13:51:51 +02:00
meta Install the latest pandocwq 2023-04-13 20:21:20 +02:00
tasks jupyter.css wants the awesome fonts. 2021-07-01 14:06:53 +02:00
templates increase open file limits to avoid errors with big repository 2024-01-05 10:16:51 +01:00
tests Initial commit 2020-06-03 13:27:24 +02:00
vars Support renderers and more configuration options. 2021-06-24 19:03:17 +02:00
.gitignore Initial commit 2020-06-03 13:27:24 +02:00
LICENSE Initial commit 2020-06-03 13:27:24 +02:00
README.md Support renderers and more configuration options. 2021-06-24 19:03:17 +02:00

README.md

Role Name

A role that installs the gitea git repository server, https://gitea.io

Role Variables

The most important variables are listed below:

gitea_version: 1.14.3
gitea_local_postgresql: True
gitea_local_mysql: False
gitea_local_mariadb: False
gitea_nginx_frontend: True
gitea_local_redis: True
gitea_local_memcache: True
gitea_app_configurations:
  - { section: 'mailer', option: 'ENABLED', value: 'true', state: 'present' }
  - { section: 'mailer', option: 'FROM', value: '{{ gitea_mail_from }}', state: 'present' }
  - { section: 'mailer', option: 'MAILER_TYPE', value: '{{ gitea_mailer_type }}', state: 'present' }
  - { section: 'mailer', option: 'SENDMAIL_PATH', value: '{{ gitea_sendmail_path }}', state: 'present' }
  - { section: 'metrics', option: 'ENABLED', value: 'true', state: 'present' }
  - { section: 'metrics', option: 'TOKEN', value: '{{ gitea_prometheus_bearer_token }}', state: 'present' }
gitea_install_viewer_addons: True
gitea_addons_deb_packages:
  - jupyter
  - asciidoctor
  - pandoc

gitea_markup_asciidoc_enabled: True
gitea_markup_jupyter_enabled: True
gitea_markup_restructuredtext_enabled: True
gitea_markup_sanitizer_tex_enabled: True
gitea_markup_markdown_enabled: True
gitea_prometheus_metrics: False
gitea_prometheus_bearer_token: 'Use a vault'
gitea_log_level: Info

Dependencies

  • nginx
  • mysql, when a local mysql installation is required
  • postgresql, when a local postgresql installation is required

License

EUPL-1.2

Author Information

Andrea DellAmico, andrea.dellamico@isti.cnr.it