dataset/seed/forgejo
2023-08-01 18:22:01 +02:00
..
dictionaries update conf for forgejo 1.20 2023-08-01 18:22:01 +02:00
manual/image update documentations 2023-01-17 21:43:32 +01:00
templates update conf for forgejo 1.20 2023-08-01 18:22:01 +02:00
tests update tests 2023-01-23 20:21:42 +01:00
applicationservice.yml update doc 2023-08-01 14:34:26 +02:00
DEBUG.md gitea to forgejo 2023-01-03 11:36:37 +01:00
README.md update doc 2023-08-01 14:34:26 +02:00

Table of Contents

forgejo

Description

Forgejo, a community managed lightweight code hosting solution.

For more informations

Examples

Zone names are provided as examples. Think about adapting with the value of provider_zone in configuration file.

With minimum providers:

forgejo:
  applicationservice: forgejo
  zones_name:
    - localdns
    - reverseproxy
    - smtp
    - redis
    - oauth2
    - postgresql

With all providers:

forgejo:
  applicationservice: forgejo
  zones_name:
    - journald
    - localdns
    - reverseproxy
    - smtp
    - redis
    - oauth2
    - postgresql

Dependances

Variables

Général (general)

network (general.network)

Description Values
incoming_ports 2222

Redis (general.redis)

Description Values
redis_client_key_owner forgejo

Forgejo (general.forgejo)

Git forge Forgejo

Description Values Type
Titre de la forge (forgejo_title) Forgejo : Au-delà du développement. Nous forgeons. string
Les courriels sont envoyés à partir de cet adresse (forgejo_mail_sender) mail

revprox (general.revprox)

Description Values
revprox_client_port 3000
revprox_client_cert_owner forgejo
revprox_client (general.revprox.revprox_client)
Description Values
revprox_client_local_location /

oauth2_client (general.oauth2_client)

Description Values
oauth2_is_client_application True
oauth2_client_name Forge
oauth2_client_description Forge logiciel Forgejo
oauth2_client_category Développement
oauth2_client_logo silique_note.png
oauth2_client_token_signature_algo RS256
external (general.oauth2_client.external)
Description Values
oauth2_client_external

postgresql (general.postgresql)

Description Values
pg_client_key_owner forgejo
  • [+]: variable is multiple
  • bold: variable is mandatory

Used by

gitea

All applications services for this dataset.