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.

28 lines
808 B

  1. # -*- ispell-local-dictionary: "english" -*-
  2. #+SETUPFILE: ~/.emacs.d/etc/setup/default.setup
  3. #+SETUPFILE: ~/.emacs.d/etc/setup/latex.setup
  4. #+SETUPFILE: ~/.emacs.d/etc/setup/html-readtheorg-local.setup
  5. #+TITLE: Gitea
  6. * Usage
  7. #+begin_src yaml
  8. gitea:
  9. charm: gitea
  10. options:
  11. config: ## this entry is merged in app.ini
  12. #app-name: "Gitea: Git with a cup of tea"
  13. service:
  14. #disable-registration: false
  15. #require-signin-view: false
  16. #register-email-confirm: false
  17. #enable-notify-mail: false
  18. #allow-only-external-registration: false
  19. #enable-captcha: false
  20. #default-keep-email-private: false
  21. #default-allow-create-organization: true
  22. #default-enable-timetracking: true
  23. #no-reply-address: noreply.example.org
  24. #+end_src