|
@ -0,0 +1,28 @@ |
|
|
|
|
|
# -*- ispell-local-dictionary: "english" -*- |
|
|
|
|
|
#+SETUPFILE: ~/.emacs.d/etc/setup/default.setup |
|
|
|
|
|
#+SETUPFILE: ~/.emacs.d/etc/setup/latex.setup |
|
|
|
|
|
#+SETUPFILE: ~/.emacs.d/etc/setup/html-readtheorg-local.setup |
|
|
|
|
|
|
|
|
|
|
|
#+TITLE: Gitea |
|
|
|
|
|
|
|
|
|
|
|
* Usage |
|
|
|
|
|
|
|
|
|
|
|
#+begin_src yaml |
|
|
|
|
|
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 |
|
|
|
|
|
#+end_src |
|
|
|
|
|
|