From 489c3d1bbc0410af88f7afad1b9de1aa364cae95 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 7 Dec 2018 19:03:39 +0100 Subject: [PATCH] style tweaks --- README.md | 11 ++++++++ custom/templates/custom/header.tmpl | 43 +++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 custom/templates/custom/header.tmpl diff --git a/README.md b/README.md index 93fb6bc..b9e1677 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,17 @@ sudo su git cd /home/git vi gitea/custom/conf/app.ini + +# Backup +# https://docs.gitea.io/en-us/backup-and-restore/ +sudo su git +./gitea dump -c gitea/custom/conf/app.ini + +# Restart Gitea service +sudo systemctl restart gitea.service + +# nginx +sudo vi /etc/nginx/sites-enabled/gitea ``` ## Gitea Documentation diff --git a/custom/templates/custom/header.tmpl b/custom/templates/custom/header.tmpl new file mode 100644 index 0000000..bea1cad --- /dev/null +++ b/custom/templates/custom/header.tmpl @@ -0,0 +1,43 @@ + + + \ No newline at end of file