You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Valentin Lab 91bfd7ba9b fix: [gogocarto] improve solidity of cron scripts facing the ``no-matching-entries`` bug 2 weeks ago
..
actions new: [gitea,drone] new ``drone`` charm. 5 years ago
hooks new: [gitea] allow to provide all ``app.ini`` settings through ``options`` 11 months ago
lib new: [gitea] allow to provide all ``app.ini`` settings through ``options`` 11 months ago
README.org chg: [gitea] ensure ``disable-registration`` is ``true`` by default 4 months ago
metadata.yml chg: [gitea] ensure ``disable-registration`` is ``true`` by default 4 months ago

README.org

Gitea

Usage

gitea:
  charm: gitea
  options:
    config:  ## this entry is merged in app.ini
      #app-name: "Gitea: Git with a cup of tea"
      service:
        #disable-registration: false
        #require-signin-view: false
        #register-email-confirm: false
        #enable-notify-mail: false
        #allow-only-external-registration: false
        #enable-captcha: false
        #default-keep-email-private: false
        #default-allow-create-organization: true
        #default-enable-timetracking: true
        #no-reply-address: noreply.example.org